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

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

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

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:49694/my/rp

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




Build Log:
[...truncated 9007 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 1 T2161 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /my/rp
[junit4:junit4]   2> 32 T2161 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1360644414245
[junit4:junit4]   2> 33 T2161 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 34 T2162 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 36 T2162 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 36 T2162 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 36 T2162 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 37 T2162 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 38 T2162 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 137 T2161 oasc.ZkTestServer.run start zk server on port:49687
[junit4:junit4]   2> 137 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ccb1f3d
[junit4:junit4]   2> 139 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 139 T2167 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 141 T2167 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 141 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49688
[junit4:junit4]   2> 142 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49688
[junit4:junit4]   2> 143 T2165 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 147 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0000 with negotiated timeout 10000 for client /127.0.0.1:49688
[junit4:junit4]   2> 148 T2167 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0000, negotiated timeout = 10000
[junit4:junit4]   2> 149 T2168 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ccb1f3d name:ZooKeeperConnection Watcher:127.0.0.1:49687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 150 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 150 T2161 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 155 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b0000
[junit4:junit4]   2> 156 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b0000 closed
[junit4:junit4]   2> 157 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6f8c0e41
[junit4:junit4]   2> 158 T2168 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 158 T2169 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 159 T2169 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 160 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 161 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49688 which had sessionid 0x13cccba1b2b0000
[junit4:junit4]   2> 162 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49689
[junit4:junit4]   2> 162 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49689
[junit4:junit4]   2> 164 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0001 with negotiated timeout 10000 for client /127.0.0.1:49689
[junit4:junit4]   2> 164 T2169 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0001, negotiated timeout = 10000
[junit4:junit4]   2> 165 T2170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f8c0e41 name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 165 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 166 T2161 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 173 T2161 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 192 T2161 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 200 T2161 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 207 T2161 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> 208 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 215 T2161 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> 216 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 222 T2161 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> 223 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 229 T2161 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> 229 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 234 T2161 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> 235 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 240 T2161 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> 240 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 245 T2161 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> 246 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 256 T2161 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> 257 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 265 T2161 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> 266 T2161 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 272 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b0001
[junit4:junit4]   2> 273 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49689 which had sessionid 0x13cccba1b2b0001
[junit4:junit4]   2> 273 T2170 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 274 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b0001 closed
[junit4:junit4]   2> 516 T2161 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 524 T2161 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49690
[junit4:junit4]   2> 526 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 526 T2161 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 527 T2161 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486
[junit4:junit4]   2> 528 T2161 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/solr.xml
[junit4:junit4]   2> 529 T2161 oasc.CoreContainer.<init> New CoreContainer 1737871942
[junit4:junit4]   2> 530 T2161 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/'
[junit4:junit4]   2> 531 T2161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/'
[junit4:junit4]   2> 613 T2161 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 614 T2161 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 614 T2161 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 615 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 615 T2161 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 616 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 617 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 617 T2161 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 617 T2161 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 618 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 635 T2161 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 667 T2161 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49687/solr
[junit4:junit4]   2> 675 T2161 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 677 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@690ae043
[junit4:junit4]   2> 679 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 680 T2180 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 689 T2180 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 689 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49691
[junit4:junit4]   2> 690 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49691
[junit4:junit4]   2> 694 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0002 with negotiated timeout 20000 for client /127.0.0.1:49691
[junit4:junit4]   2> 694 T2180 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0002, negotiated timeout = 20000
[junit4:junit4]   2> 695 T2181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@690ae043 name:ZooKeeperConnection Watcher:127.0.0.1:49687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 695 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 699 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b0002
[junit4:junit4]   2> 701 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49691 which had sessionid 0x13cccba1b2b0002
[junit4:junit4]   2> 702 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b0002 closed
[junit4:junit4]   2> 703 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 705 T2181 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 726 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14a7a4ba
[junit4:junit4]   2> 731 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 732 T2182 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 733 T2182 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 733 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49692
[junit4:junit4]   2> 733 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49692
[junit4:junit4]   2> 736 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0003 with negotiated timeout 20000 for client /127.0.0.1:49692
[junit4:junit4]   2> 736 T2182 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0003, negotiated timeout = 20000
[junit4:junit4]   2> 737 T2183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a7a4ba name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 737 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 739 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 743 T2161 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 746 T2161 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49690_my%2Frp
[junit4:junit4]   2> 747 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49690_my%2Frp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49690_my%2Frp
[junit4:junit4]   2> 749 T2161 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49690_my%2Frp
[junit4:junit4]   2> 754 T2161 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 763 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 764 T2161 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 768 T2161 oasc.Overseer.start Overseer (id=89171192332353539-127.0.0.1:49690_my%2Frp-n_0000000000) starting
[junit4:junit4]   2> 769 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 770 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 772 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 774 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 776 T2185 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 781 T2161 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 788 T2161 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 792 T2184 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 796 T2186 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/collection1
[junit4:junit4]   2> 797 T2186 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 798 T2186 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 798 T2186 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 800 T2186 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/collection1/'
[junit4:junit4]   2> 801 T2186 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 801 T2186 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/collection1/lib/README' to classloader
[junit4:junit4]   2> 900 T2186 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1022 T2186 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1031 T2186 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1040 T2186 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1898 T2186 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1914 T2186 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1925 T2186 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1954 T2186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1961 T2186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1967 T2186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1970 T2186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1973 T2186 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360644414486/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data/
[junit4:junit4]   2> 1974 T2186 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24dee999
[junit4:junit4]   2> 1974 T2186 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1995 T2186 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data forceNew:false
[junit4:junit4]   2> 1996 T2186 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data
[junit4:junit4]   2> 1997 T2186 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data/index/
[junit4:junit4]   2> 1997 T2186 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1999 T2186 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data/index forceNew:false
[junit4:junit4]   2> 2017 T2186 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.BasicDistributedZkTest-1360644414244/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2a1fa9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2017 T2186 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2018 T2186 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data/index
[junit4:junit4]   2> 2019 T2186 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2021 T2186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2022 T2186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2022 T2186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2023 T2186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2024 T2186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2024 T2186 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2024 T2186 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2025 T2186 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2026 T2186 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2027 T2186 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2027 T2186 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2028 T2186 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2028 T2186 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2029 T2186 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2029 T2186 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2030 T2186 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2031 T2186 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2031 T2186 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2032 T2186 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2033 T2186 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2033 T2186 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2034 T2186 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2035 T2186 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2036 T2186 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2037 T2186 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 2038 T2186 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 2049 T2186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2053 T2186 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 2055 T2186 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> 2060 T2186 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data
[junit4:junit4]   2> 2061 T2186 oass.SolrIndexSearcher.<init> Opening Searcher@70bac87c main
[junit4:junit4]   2> 2062 T2186 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2062 T2186 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2063 T2186 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2069 T2186 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 2103 T2187 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70bac87c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2108 T2186 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2109 T2186 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2110 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x51 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2303 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2305 T2184 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:49690_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49690/my/rp"}
[junit4:junit4]   2> 2306 T2184 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2306 T2184 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2307 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x59 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2321 T2183 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> 3115 T2186 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3115 T2186 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49690/my/rp collection:control_collection shard:shard1
[junit4:junit4]   2> 3117 T2186 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3141 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:delete cxid:0x73 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3143 T2186 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3144 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x74 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3147 T2186 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3147 T2186 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3148 T2186 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49690/my/rp/collection1/
[junit4:junit4]   2> 3148 T2186 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3149 T2186 oasc.SyncStrategy.syncToMe http://127.0.0.1:49690/my/rp/collection1/ has no replicas
[junit4:junit4]   2> 3149 T2186 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49690/my/rp/collection1/
[junit4:junit4]   2> 3149 T2186 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3157 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0003 type:create cxid:0x7e zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3831 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3846 T2183 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> 3890 T2186 oasc.ZkController.register We are http://127.0.0.1:49690/my/rp/collection1/ and leader is http://127.0.0.1:49690/my/rp/collection1/
[junit4:junit4]   2> 3891 T2186 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49690/my/rp
[junit4:junit4]   2> 3891 T2186 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3891 T2186 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3891 T2186 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3894 T2186 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3895 T2161 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3895 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3896 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3901 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3915 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@49047b67
[junit4:junit4]   2> 3916 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3917 T2188 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3917 T2188 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 3918 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49693
[junit4:junit4]   2> 3919 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49693
[junit4:junit4]   2> 3920 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0004 with negotiated timeout 10000 for client /127.0.0.1:49693
[junit4:junit4]   2> 3920 T2188 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0004, negotiated timeout = 10000
[junit4:junit4]   2> 3921 T2189 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49047b67 name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3921 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3922 T2161 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3926 T2161 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4174 T2161 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4178 T2161 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49694
[junit4:junit4]   2> 4179 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4179 T2161 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4180 T2161 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138
[junit4:junit4]   2> 4180 T2161 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/solr.xml
[junit4:junit4]   2> 4181 T2161 oasc.CoreContainer.<init> New CoreContainer 313491682
[junit4:junit4]   2> 4181 T2161 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/'
[junit4:junit4]   2> 4182 T2161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/'
[junit4:junit4]   2> 4239 T2161 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4240 T2161 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4241 T2161 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4241 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4242 T2161 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4242 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4242 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4243 T2161 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4243 T2161 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4244 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4259 T2161 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4278 T2161 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49687/solr
[junit4:junit4]   2> 4279 T2161 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4279 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2bfdc407
[junit4:junit4]   2> 4283 T2199 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4289 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4294 T2199 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 4295 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49695
[junit4:junit4]   2> 4295 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49695
[junit4:junit4]   2> 4595 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0005 with negotiated timeout 20000 for client /127.0.0.1:49695
[junit4:junit4]   2> 4596 T2199 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0005, negotiated timeout = 20000
[junit4:junit4]   2> 4596 T2200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bfdc407 name:ZooKeeperConnection Watcher:127.0.0.1:49687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4596 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4598 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b0005
[junit4:junit4]   2> 4599 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b0005 closed
[junit4:junit4]   2> 4600 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4606 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6d7145f8
[junit4:junit4]   2> 4607 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49695 which had sessionid 0x13cccba1b2b0005
[junit4:junit4]   2> 4608 T2200 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4609 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4610 T2201 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4610 T2201 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 4611 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49696
[junit4:junit4]   2> 4612 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49696
[junit4:junit4]   2> 4614 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0006 with negotiated timeout 20000 for client /127.0.0.1:49696
[junit4:junit4]   2> 4614 T2201 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0006, negotiated timeout = 20000
[junit4:junit4]   2> 4615 T2202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d7145f8 name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4615 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4617 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4619 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4622 T2161 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4626 T2161 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49694_my%2Frp
[junit4:junit4]   2> 4627 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49694_my%2Frp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49694_my%2Frp
[junit4:junit4]   2> 4628 T2161 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49694_my%2Frp
[junit4:junit4]   2> 4639 T2202 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4640 T2183 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4640 T2183 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> 4641 T2189 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4654 T2203 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/collection1
[junit4:junit4]   2> 4654 T2203 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4655 T2203 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4656 T2203 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4657 T2203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/collection1/'
[junit4:junit4]   2> 4658 T2203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4659 T2203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/collection1/lib/README' to classloader
[junit4:junit4]   2> 4755 T2203 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4885 T2203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4887 T2203 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4892 T2203 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5359 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5361 T2184 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:49690_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49690/my/rp"}
[junit4:junit4]   2> 5371 T2202 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> 5371 T2189 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> 5371 T2183 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> 5641 T2203 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5651 T2203 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5654 T2203 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5679 T2203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5685 T2203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5692 T2203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5699 T2203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5702 T2203 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360644418138/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1/
[junit4:junit4]   2> 5702 T2203 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24dee999
[junit4:junit4]   2> 5703 T2203 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5704 T2203 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1 forceNew:false
[junit4:junit4]   2> 5704 T2203 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1
[junit4:junit4]   2> 5704 T2203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1/index/
[junit4:junit4]   2> 5705 T2203 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5709 T2203 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1/index forceNew:false
[junit4:junit4]   2> 5714 T2203 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.BasicDistributedZkTest-1360644414244/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4493e40b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5714 T2203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5715 T2203 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1/index
[junit4:junit4]   2> 5716 T2203 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5718 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5719 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5719 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5720 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5721 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5721 T2203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5722 T2203 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5723 T2203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5723 T2203 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5724 T2203 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5725 T2203 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5725 T2203 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5726 T2203 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5726 T2203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5727 T2203 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5728 T2203 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5729 T2203 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5730 T2203 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5730 T2203 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5731 T2203 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5732 T2203 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5732 T2203 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5733 T2203 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5734 T2203 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5735 T2203 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5735 T2203 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5742 T2203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5751 T2203 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5755 T2203 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> 5758 T2203 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1
[junit4:junit4]   2> 5759 T2203 oass.SolrIndexSearcher.<init> Opening Searcher@2b7f6225 main
[junit4:junit4]   2> 5760 T2203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5761 T2203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5761 T2203 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5767 T2203 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5803 T2204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b7f6225 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5812 T2203 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5813 T2203 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6884 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6886 T2184 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:49694_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49694/my/rp"}
[junit4:junit4]   2> 6886 T2184 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6887 T2184 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6899 T2202 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> 6900 T2189 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> 6904 T2183 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> 7821 T2203 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7822 T2203 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49694/my/rp collection:collection1 shard:shard1
[junit4:junit4]   2> 7823 T2203 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7841 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0006 type:delete cxid:0x47 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7842 T2203 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7843 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0006 type:create cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7846 T2203 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7847 T2203 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7848 T2203 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49694/my/rp/collection1/
[junit4:junit4]   2> 7848 T2203 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7848 T2203 oasc.SyncStrategy.syncToMe http://127.0.0.1:49694/my/rp/collection1/ has no replicas
[junit4:junit4]   2> 7849 T2203 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49694/my/rp/collection1/
[junit4:junit4]   2> 7849 T2203 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7854 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0006 type:create cxid:0x52 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8408 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8428 T2202 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> 8428 T2189 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> 8428 T2183 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> 8475 T2203 oasc.ZkController.register We are http://127.0.0.1:49694/my/rp/collection1/ and leader is http://127.0.0.1:49694/my/rp/collection1/
[junit4:junit4]   2> 8476 T2203 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49694/my/rp
[junit4:junit4]   2> 8476 T2203 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8477 T2203 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8477 T2203 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8481 T2203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8485 T2161 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8489 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8490 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8698 T2161 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8746 T2161 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49697
[junit4:junit4]   2> 8747 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8748 T2161 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8748 T2161 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709
[junit4:junit4]   2> 8749 T2161 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/solr.xml
[junit4:junit4]   2> 8749 T2161 oasc.CoreContainer.<init> New CoreContainer 515101032
[junit4:junit4]   2> 8750 T2161 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/'
[junit4:junit4]   2> 8750 T2161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/'
[junit4:junit4]   2> 8817 T2161 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 8817 T2161 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8817 T2161 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8817 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8818 T2161 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8818 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8818 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8818 T2161 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8819 T2161 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8819 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8831 T2161 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8841 T2161 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49687/solr
[junit4:junit4]   2> 8842 T2161 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8842 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@31c42185
[junit4:junit4]   2> 8843 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8844 T2214 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8845 T2214 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 8846 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49698
[junit4:junit4]   2> 8846 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49698
[junit4:junit4]   2> 8847 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0007 with negotiated timeout 20000 for client /127.0.0.1:49698
[junit4:junit4]   2> 8848 T2214 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0007, negotiated timeout = 20000
[junit4:junit4]   2> 8848 T2215 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31c42185 name:ZooKeeperConnection Watcher:127.0.0.1:49687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8848 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8855 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b0007
[junit4:junit4]   2> 8856 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49698 which had sessionid 0x13cccba1b2b0007
[junit4:junit4]   2> 8857 T2215 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8857 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b0007 closed
[junit4:junit4]   2> 8857 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 8862 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e3fbbe7
[junit4:junit4]   2> 8863 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8863 T2216 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8864 T2216 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 8864 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49699
[junit4:junit4]   2> 8864 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49699
[junit4:junit4]   2> 8866 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0008 with negotiated timeout 20000 for client /127.0.0.1:49699
[junit4:junit4]   2> 8866 T2216 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0008, negotiated timeout = 20000
[junit4:junit4]   2> 8866 T2217 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e3fbbe7 name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8866 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8867 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8869 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8871 T2161 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8876 T2161 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49697_my%2Frp
[junit4:junit4]   2> 8877 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49697_my%2Frp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49697_my%2Frp
[junit4:junit4]   2> 8878 T2161 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49697_my%2Frp
[junit4:junit4]   2> 8882 T2189 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> 8884 T2183 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8884 T2183 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> 8885 T2217 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8885 T2202 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8885 T2202 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> 8888 T2189 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8898 T2218 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/collection1
[junit4:junit4]   2> 8899 T2218 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8900 T2218 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8900 T2218 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8902 T2218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/collection1/'
[junit4:junit4]   2> 8903 T2218 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8904 T2218 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/collection1/lib/README' to classloader
[junit4:junit4]   2> 8971 T2218 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9061 T2218 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9063 T2218 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9068 T2218 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9797 T2218 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9818 T2218 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9823 T2218 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9848 T2218 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9856 T2218 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9864 T2218 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9867 T2218 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9869 T2218 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360644422709/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2/
[junit4:junit4]   2> 9870 T2218 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24dee999
[junit4:junit4]   2> 9870 T2218 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 9871 T2218 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2 forceNew:false
[junit4:junit4]   2> 9873 T2218 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2
[junit4:junit4]   2> 9877 T2218 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2/index/
[junit4:junit4]   2> 9881 T2218 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9882 T2218 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2/index forceNew:false
[junit4:junit4]   2> 9887 T2218 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.BasicDistributedZkTest-1360644414244/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@109d622c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9887 T2218 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9888 T2218 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2/index
[junit4:junit4]   2> 9888 T2218 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9891 T2218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9891 T2218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9892 T2218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9892 T2218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9893 T2218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9893 T2218 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9894 T2218 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9895 T2218 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9896 T2218 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9896 T2218 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9897 T2218 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9898 T2218 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9898 T2218 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9898 T2218 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9899 T2218 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9900 T2218 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9900 T2218 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9901 T2218 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9901 T2218 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9902 T2218 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9903 T2218 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9904 T2218 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9904 T2218 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9905 T2218 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9906 T2218 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9907 T2218 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9913 T2218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9917 T2218 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9919 T2218 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> 9922 T2218 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2
[junit4:junit4]   2> 9923 T2218 oass.SolrIndexSearcher.<init> Opening Searcher@31a35dd9 main
[junit4:junit4]   2> 9924 T2218 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9925 T2218 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9925 T2218 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9931 T2218 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9942 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9944 T2184 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:49694_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49694/my/rp"}
[junit4:junit4]   2> 9958 T2202 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> 9958 T2189 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> 9959 T2183 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> 9959 T2217 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> 9997 T2219 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31a35dd9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10006 T2218 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10007 T2218 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11482 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11484 T2184 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:49697_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49697/my/rp"}
[junit4:junit4]   2> 11484 T2184 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11485 T2184 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11495 T2183 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> 11498 T2189 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> 11499 T2202 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> 11500 T2217 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> 12010 T2218 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12011 T2218 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49697/my/rp collection:collection1 shard:shard2
[junit4:junit4]   2> 12012 T2218 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12022 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0008 type:delete cxid:0x46 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12024 T2218 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12024 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0008 type:create cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12028 T2218 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12028 T2218 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12029 T2218 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49697/my/rp/collection1/
[junit4:junit4]   2> 12029 T2218 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12029 T2218 oasc.SyncStrategy.syncToMe http://127.0.0.1:49697/my/rp/collection1/ has no replicas
[junit4:junit4]   2> 12030 T2218 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49697/my/rp/collection1/
[junit4:junit4]   2> 12030 T2218 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12035 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b0008 type:create cxid:0x50 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13022 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13040 T2202 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> 13042 T2217 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> 13043 T2183 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> 13049 T2189 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> 13065 T2218 oasc.ZkController.register We are http://127.0.0.1:49697/my/rp/collection1/ and leader is http://127.0.0.1:49697/my/rp/collection1/
[junit4:junit4]   2> 13066 T2218 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49697/my/rp
[junit4:junit4]   2> 13066 T2218 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13066 T2218 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13066 T2218 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13070 T2218 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13078 T2161 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13079 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13080 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13435 T2161 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13441 T2161 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49700
[junit4:junit4]   2> 13443 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13444 T2161 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13445 T2161 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306
[junit4:junit4]   2> 13446 T2161 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/solr.xml
[junit4:junit4]   2> 13447 T2161 oasc.CoreContainer.<init> New CoreContainer 1351763510
[junit4:junit4]   2> 13448 T2161 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/'
[junit4:junit4]   2> 13448 T2161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/'
[junit4:junit4]   2> 13559 T2161 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13559 T2161 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13560 T2161 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13561 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13561 T2161 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13562 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13562 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13563 T2161 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13567 T2161 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13568 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13584 T2161 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13612 T2161 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49687/solr
[junit4:junit4]   2> 13613 T2161 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13614 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d5b2489
[junit4:junit4]   2> 13616 T2229 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13617 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13621 T2229 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 13622 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49701
[junit4:junit4]   2> 13623 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49701
[junit4:junit4]   2> 13625 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b0009 with negotiated timeout 20000 for client /127.0.0.1:49701
[junit4:junit4]   2> 13625 T2229 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b0009, negotiated timeout = 20000
[junit4:junit4]   2> 13626 T2230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d5b2489 name:ZooKeeperConnection Watcher:127.0.0.1:49687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13627 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13630 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b0009
[junit4:junit4]   2> 13631 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49701 which had sessionid 0x13cccba1b2b0009
[junit4:junit4]   2> 13632 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b0009 closed
[junit4:junit4]   2> 13633 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13637 T2230 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13649 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@385d5115
[junit4:junit4]   2> 13650 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13654 T2231 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13655 T2231 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 13655 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49702
[junit4:junit4]   2> 13656 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49702
[junit4:junit4]   2> 13658 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b000a with negotiated timeout 20000 for client /127.0.0.1:49702
[junit4:junit4]   2> 13658 T2231 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b000a, negotiated timeout = 20000
[junit4:junit4]   2> 13659 T2232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@385d5115 name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13659 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13661 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13663 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13666 T2161 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13672 T2161 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49700_my%2Frp
[junit4:junit4]   2> 13674 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49700_my%2Frp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49700_my%2Frp
[junit4:junit4]   2> 13675 T2161 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49700_my%2Frp
[junit4:junit4]   2> 13681 T2189 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> 13682 T2217 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> 13687 T2183 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13687 T2183 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> 13688 T2232 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13688 T2202 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13689 T2202 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> 13698 T2217 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13699 T2189 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13712 T2233 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/collection1
[junit4:junit4]   2> 13713 T2233 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13714 T2233 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13715 T2233 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13718 T2233 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/collection1/'
[junit4:junit4]   2> 13719 T2233 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13720 T2233 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/collection1/lib/README' to classloader
[junit4:junit4]   2> 13827 T2233 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13936 T2233 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13940 T2233 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13948 T2233 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14571 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14573 T2184 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:49697_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49697/my/rp"}
[junit4:junit4]   2> 14592 T2189 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> 14592 T2202 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> 14593 T2232 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> 14593 T2217 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> 14594 T2183 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> 14967 T2233 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14980 T2233 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14984 T2233 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15011 T2233 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15021 T2233 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15041 T2233 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15044 T2233 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15046 T2233 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360644427306/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/
[junit4:junit4]   2> 15047 T2233 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24dee999
[junit4:junit4]   2> 15047 T2233 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 15048 T2233 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3 forceNew:false
[junit4:junit4]   2> 15049 T2233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 15049 T2233 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index/
[junit4:junit4]   2> 15050 T2233 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15051 T2233 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index forceNew:false
[junit4:junit4]   2> 15059 T2233 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.BasicDistributedZkTest-1360644414244/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2aae2a41),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15060 T2233 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15061 T2233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index
[junit4:junit4]   2> 15062 T2233 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15067 T2233 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15071 T2233 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15072 T2233 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15073 T2233 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15074 T2233 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15075 T2233 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15076 T2233 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15077 T2233 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15078 T2233 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15080 T2233 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15081 T2233 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15082 T2233 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15083 T2233 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15083 T2233 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15084 T2233 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15085 T2233 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15086 T2233 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15087 T2233 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15088 T2233 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15089 T2233 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15090 T2233 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15091 T2233 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15092 T2233 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15093 T2233 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15094 T2233 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15096 T2233 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15112 T2233 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15117 T2233 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15120 T2233 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> 15124 T2233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 15126 T2233 oass.SolrIndexSearcher.<init> Opening Searcher@6d083d00 main
[junit4:junit4]   2> 15129 T2233 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15129 T2233 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15130 T2233 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15139 T2233 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15191 T2234 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d083d00 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15200 T2233 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15201 T2233 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16138 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16139 T2184 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:49700_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49700/my/rp"}
[junit4:junit4]   2> 16139 T2184 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16140 T2184 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16149 T2232 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> 16150 T2202 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> 16150 T2189 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> 16151 T2217 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> 16150 T2183 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> 16204 T2233 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16204 T2233 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49700/my/rp collection:collection1 shard:shard1
[junit4:junit4]   2> 16210 T2233 oasc.ZkController.register We are http://127.0.0.1:49700/my/rp/collection1/ and leader is http://127.0.0.1:49694/my/rp/collection1/
[junit4:junit4]   2> 16211 T2233 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49700/my/rp
[junit4:junit4]   2> 16213 T2233 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16215 T2233 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C147 name=collection1 org.apache.solr.core.SolrCore@3561f1e2 url=http://127.0.0.1:49700/my/rp/collection1 node=127.0.0.1:49700_my%2Frp C147_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49700_my%2Frp, base_url=http://127.0.0.1:49700/my/rp}
[junit4:junit4]   2> 16217 T2235 C147 P49700 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16219 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16219 T2235 C147 P49700 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16219 T2233 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16220 T2235 C147 P49700 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16222 T2161 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16222 T2235 C147 P49700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16222 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16223 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16451 T2161 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16456 T2161 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49704
[junit4:junit4]   2> 16460 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16461 T2161 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16461 T2161 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445
[junit4:junit4]   2> 16462 T2161 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/solr.xml
[junit4:junit4]   2> 16462 T2161 oasc.CoreContainer.<init> New CoreContainer 1155598075
[junit4:junit4]   2> 16464 T2161 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/'
[junit4:junit4]   2> 16464 T2161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/'
[junit4:junit4]   2> 16516 T2161 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 16517 T2161 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16517 T2161 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16518 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16518 T2161 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16519 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16520 T2161 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16520 T2161 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16521 T2161 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16521 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16553 T2161 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16574 T2161 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49687/solr
[junit4:junit4]   2> 16575 T2161 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16575 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a87ee5
[junit4:junit4]   2> 16578 T2245 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16577 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16579 T2245 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 16580 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49705
[junit4:junit4]   2> 16581 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49705
[junit4:junit4]   2> 16582 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b000b with negotiated timeout 20000 for client /127.0.0.1:49705
[junit4:junit4]   2> 16583 T2245 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b000b, negotiated timeout = 20000
[junit4:junit4]   2> 16586 T2246 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a87ee5 name:ZooKeeperConnection Watcher:127.0.0.1:49687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16588 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16594 T2166 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cccba1b2b000b
[junit4:junit4]   2> 16595 T2163 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49705 which had sessionid 0x13cccba1b2b000b
[junit4:junit4]   2> 16596 T2246 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16596 T2161 oaz.ZooKeeper.close Session: 0x13cccba1b2b000b closed
[junit4:junit4]   2> 16596 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 16601 T2161 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c51ee4a
[junit4:junit4]   2> 16602 T2161 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16603 T2247 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16604 T2247 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49687, initiating session
[junit4:junit4]   2> 16604 T2163 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49706
[junit4:junit4]   2> 16605 T2163 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49706
[junit4:junit4]   2> 16606 T2165 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cccba1b2b000c with negotiated timeout 20000 for client /127.0.0.1:49706
[junit4:junit4]   2> 16606 T2247 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49687, sessionid = 0x13cccba1b2b000c, negotiated timeout = 20000
[junit4:junit4]   2> 16607 T2248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c51ee4a name:ZooKeeperConnection Watcher:127.0.0.1:49687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16607 T2161 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16608 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16610 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16613 T2161 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16616 T2161 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49704_my%2Frp
[junit4:junit4]   2> 16617 T2166 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cccba1b2b000c type:delete cxid:0x9 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49704_my%2Frp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49704_my%2Frp
[junit4:junit4]   2> 16618 T2161 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49704_my%2Frp
[junit4:junit4]   2> 16622 T2189 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> 16623 T2217 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> 16627 T2202 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16627 T2202 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> 16628 T2232 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16628 T2232 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> 16630 T2183 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16630 T2183 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> 16630 T2248 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16637 T2189 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16638 T2217 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16644 T2249 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/collection1
[junit4:junit4]   2> 16645 T2249 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16646 T2249 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16646 T2249 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16648 T2249 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/collection1/'
[junit4:junit4]   2> 16649 T2249 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16649 T2249 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/collection1/lib/README' to classloader
[junit4:junit4]   2> 16719 T2249 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16801 T2249 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16803 T2249 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16821 T2249 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17480 T2249 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17493 T2249 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17496 T2249 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17516 T2249 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17524 T2249 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17534 T2249 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17537 T2249 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17539 T2249 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360644430445/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/
[junit4:junit4]   2> 17539 T2249 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24dee999
[junit4:junit4]   2> 17540 T2249 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17541 T2249 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4 forceNew:false
[junit4:junit4]   2> 17541 T2249 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 17542 T2249 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index/
[junit4:junit4]   2> 17542 T2249 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17543 T2249 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index forceNew:false
[junit4:junit4]   2> 17547 T2249 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.BasicDistributedZkTest-1360644414244/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e8830c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17548 T2249 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17548 T2249 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index
[junit4:junit4]   2> 17550 T2249 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 17553 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17554 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 17554 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17554 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 17555 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17555 T2249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17555 T2249 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17556 T2249 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17556 T2249 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17557 T2249 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 17557 T2249 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 17557 T2249 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17558 T2249 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 17558 T2249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 17558 T2249 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 17558 T2249 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17558 T2249 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17559 T2249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17559 T2249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17560 T2249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17561 T2249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17561 T2249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17561 T2249 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17562 T2249 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17562 T2249 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 17565 T2249 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 17568 T2249 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17570 T2249 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 17573 T2249 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> 17576 T2249 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 17577 T2249 oass.SolrIndexSearcher.<init> Opening Searcher@7efeeb19 main
[junit4:junit4]   2> 17578 T2249 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17579 T2249 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17579 T2249 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 17590 T2249 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 17622 T2250 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7efeeb19 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17630 T2249 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17631 T2249 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17675 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17676 T2184 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:49700_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49700/my/rp"}
[junit4:junit4]   2> 17683 T2184 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:49704_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49704/my/rp"}
[junit4:junit4]   2> 17683 T2184 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17684 T2184 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 17691 T2202 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> 17692 T2248 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> 17691 T2232 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> 17692 T2183 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> 17692 T2217 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> 17692 T2189 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> 18636 T2249 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18637 T2249 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49704/my/rp collection:collection1 shard:shard2
[junit4:junit4]   2> 18649 T2249 oasc.ZkController.register We are http://127.0.0.1:49704/my/rp/collection1/ and leader is http://127.0.0.1:49697/my/rp/collection1/
[junit4:junit4]   2> 18649 T2249 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49704/my/rp
[junit4:junit4]   2> 18649 T2249 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18649 T2249 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C148 name=collection1 org.apache.solr.core.SolrCore@3baeb51a url=http://127.0.0.1:49704/my/rp/collection1 node=127.0.0.1:49704_my%2Frp C148_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49704_my%2Frp, base_url=http://127.0.0.1:49704/my/rp}
[junit4:junit4]   2> 18651 T2251 C148 P49704 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18651 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18651 T2251 C148 P49704 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18651 T2251 C148 P49704 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18651 T2249 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18653 T2251 C148 P49704 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18654 T2161 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 18654 T2161 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18654 T2161 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18660 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18665 T2161 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18666 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19206 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19207 T2184 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49704_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49704/my/rp"}
[junit4:junit4]   2> 19225 T2189 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> 19225 T2202 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> 19226 T2248 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> 19225 T2232 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> 19226 T2183 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> 19226 T2217 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> 19672 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C147_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49700_my%2Frp, base_url=http://127.0.0.1:49700/my/rp}
[junit4:junit4]   2> 20241 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49694/my/rp/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20241 T2235 C147 P49700 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49700/my/rp START replicas=[http://127.0.0.1:49694/my/rp/collection1/] nUpdates=100
[junit4:junit4]   2> 20242 T2235 C147 P49700 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20243 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20243 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20243 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20243 T2235 C147 P49700 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20244 T2235 C147 P49700 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49694/my/rp/collection1/. core=collection1
[junit4:junit4]   2> 20244 T2235 C147 P49700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C149 name=collection1 org.apache.solr.core.SolrCore@2d1d461c url=http://127.0.0.1:49694/my/rp/collection1 node=127.0.0.1:49694_my%2Frp C149_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49694_my%2Frp, base_url=http://127.0.0.1:49694/my/rp, leader=true}
[junit4:junit4]   2> 20254 T2196 C149 P49694 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20256 T2194 C149 P49694 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20258 T2194 C149 P49694 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1
[junit4:junit4]   2> 20261 T2194 C149 P49694 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.BasicDistributedZkTest-1360644414244/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4493e40b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20262 T2194 C149 P49694 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20265 T2194 C149 P49694 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.BasicDistributedZkTest-1360644414244/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4493e40b),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.BasicDistributedZkTest-1360644414244/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4493e40b),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20265 T2194 C149 P49694 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20267 T2194 C149 P49694 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1
[junit4:junit4]   2> 20267 T2194 C149 P49694 oass.SolrIndexSearcher.<init> Opening Searcher@fd302e2 realtime
[junit4:junit4]   2> 20268 T2194 C149 P49694 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20268 T2194 C149 P49694 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 20270 T2235 C147 P49700 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20270 T2235 C147 P49700 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20276 T2198 C149 P49694 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20279 T2198 C149 P49694 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=6 
[junit4:junit4]   2> 20283 T2235 C147 P49700 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20284 T2235 C147 P49700 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20284 T2235 C147 P49700 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20292 T2193 C149 P49694 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1
[junit4:junit4]   2> 20293 T2193 C149 P49694 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1/index
[junit4:junit4]   2> 20293 T2193 C149 P49694 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20294 T2235 C147 P49700 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20295 T2235 C147 P49700 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506 forceNew:false
[junit4:junit4]   2> 20296 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20297 T2235 C147 P49700 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.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15071585) fullCopy=true
[junit4:junit4]   2> 20300 T2196 C149 P49694 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20302 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index
[junit4:junit4]   2> 20302 T2235 C147 P49700 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20303 T2235 C147 P49700 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130211234714506
[junit4:junit4]   2> 20304 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20305 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20305 T2235 C147 P49700 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506
[junit4:junit4]   2> 20307 T2235 C147 P49700 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.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15071585),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20320 T2235 C147 P49700 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20322 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20322 T2235 C147 P49700 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20323 T2235 C147 P49700 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20323 T2235 C147 P49700 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20324 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506
[junit4:junit4]   2> 20325 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20327 T2235 C147 P49700 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.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15071585),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20328 T2235 C147 P49700 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20328 T2235 C147 P49700 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20328 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20329 T2235 C147 P49700 oass.SolrIndexSearcher.<init> Opening Searcher@794bee3 main
[junit4:junit4]   2> 20331 T2234 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@794bee3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20332 T2234 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index
[junit4:junit4]   2> 20332 T2235 C147 P49700 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20334 T2235 C147 P49700 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.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15071585),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15071585),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20335 T2235 C147 P49700 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20335 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3
[junit4:junit4]   2> 20336 T2235 C147 P49700 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20336 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index.20130211234714506
[junit4:junit4]   2> 20336 T2235 C147 P49700 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty3/index
[junit4:junit4]   2> 20336 T2235 C147 P49700 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20337 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20337 T2235 C147 P49700 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20337 T2235 C147 P49700 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20339 T2235 C147 P49700 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20676 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20738 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20740 T2184 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:49700_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49700/my/rp"}
[junit4:junit4]   2> 20751 T2232 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> 20752 T2217 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> 20752 T2202 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> 20752 T2183 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> 20752 T2189 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> 20752 T2248 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>  C148_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49704_my%2Frp, base_url=http://127.0.0.1:49704/my/rp}
[junit4:junit4]   2> 21666 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49697/my/rp/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 21667 T2251 C148 P49704 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49704/my/rp START replicas=[http://127.0.0.1:49697/my/rp/collection1/] nUpdates=100
[junit4:junit4]   2> 21668 T2251 C148 P49704 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21668 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 21668 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 21669 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 21669 T2251 C148 P49704 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21669 T2251 C148 P49704 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49697/my/rp/collection1/. core=collection1
[junit4:junit4]   2> 21670 T2251 C148 P49704 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C150 name=collection1 org.apache.solr.core.SolrCore@712f41ec url=http://127.0.0.1:49697/my/rp/collection1 node=127.0.0.1:49697_my%2Frp C150_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49697_my%2Frp, base_url=http://127.0.0.1:49697/my/rp, leader=true}
[junit4:junit4]   2> 21684 T2212 C150 P49697 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 21687 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21687 T2210 C150 P49697 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 21689 T2210 C150 P49697 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2
[junit4:junit4]   2> 21691 T2210 C150 P49697 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.BasicDistributedZkTest-1360644414244/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@109d622c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21692 T2210 C150 P49697 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21696 T2210 C150 P49697 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.BasicDistributedZkTest-1360644414244/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@109d622c),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.BasicDistributedZkTest-1360644414244/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@109d622c),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21696 T2210 C150 P49697 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21697 T2210 C150 P49697 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2
[junit4:junit4]   2> 21697 T2210 C150 P49697 oass.SolrIndexSearcher.<init> Opening Searcher@6e795c84 realtime
[junit4:junit4]   2> 21698 T2210 C150 P49697 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21698 T2210 C150 P49697 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 21699 T2251 C148 P49704 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21699 T2251 C148 P49704 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21702 T2213 C150 P49697 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21703 T2213 C150 P49697 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 21703 T2251 C148 P49704 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 21704 T2251 C148 P49704 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21704 T2251 C148 P49704 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21706 T2208 C150 P49697 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2
[junit4:junit4]   2> 21707 T2208 C150 P49697 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2/index
[junit4:junit4]   2> 21707 T2208 C150 P49697 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 21708 T2251 C148 P49704 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21709 T2251 C148 P49704 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920 forceNew:false
[junit4:junit4]   2> 21709 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21710 T2251 C148 P49704 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.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@737dc3bc) fullCopy=true
[junit4:junit4]   2> 21713 T2212 C150 P49697 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 21714 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index
[junit4:junit4]   2> 21715 T2251 C148 P49704 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 21715 T2251 C148 P49704 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130211234715920
[junit4:junit4]   2> 21716 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21717 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21717 T2251 C148 P49704 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920
[junit4:junit4]   2> 21720 T2251 C148 P49704 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.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@737dc3bc),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21720 T2251 C148 P49704 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21722 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21722 T2251 C148 P49704 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 21722 T2251 C148 P49704 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 21722 T2251 C148 P49704 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 21723 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920
[junit4:junit4]   2> 21726 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21732 T2251 C148 P49704 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.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@737dc3bc),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21732 T2251 C148 P49704 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21733 T2251 C148 P49704 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 21733 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21733 T2251 C148 P49704 oass.SolrIndexSearcher.<init> Opening Searcher@314c752c main
[junit4:junit4]   2> 21735 T2250 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@314c752c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 21736 T2250 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index
[junit4:junit4]   2> 21737 T2251 C148 P49704 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 21738 T2251 C148 P49704 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.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@737dc3bc),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@737dc3bc),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 21738 T2251 C148 P49704 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 21739 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4
[junit4:junit4]   2> 21739 T2251 C148 P49704 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21740 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index.20130211234715920
[junit4:junit4]   2> 21740 T2251 C148 P49704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty4/index
[junit4:junit4]   2> 21743 T2251 C148 P49704 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 21743 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 21743 T2251 C148 P49704 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 21744 T2251 C148 P49704 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21745 T2251 C148 P49704 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22266 T2184 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22268 T2184 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:49704_my%2Frp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49704/my/rp"}
[junit4:junit4]   2> 22280 T2189 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> 22280 T2217 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> 22280 T2183 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> 22282 T2232 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> 22283 T2248 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> 22287 T2202 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> 22693 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22697 T2161 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C151 name=collection1 org.apache.solr.core.SolrCore@3e28b625 url=http://127.0.0.1:49690/my/rp/collection1 node=127.0.0.1:49690_my%2Frp C151_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49690_my%2Frp, base_url=http://127.0.0.1:49690/my/rp, leader=true}
[junit4:junit4]   2> 22714 T2178 C151 P49690 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data
[junit4:junit4]   2> 22717 T2178 C151 P49690 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.BasicDistributedZkTest-1360644414244/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2a1fa9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22718 T2178 C151 P49690 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22719 T2178 C151 P49690 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/control/data
[junit4:junit4]   2> 22720 T2178 C151 P49690 oass.SolrIndexSearcher.<init> Opening Searcher@38182ec9 realtime
[junit4:junit4]   2> 22721 T2178 C151 P49690 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426739101092020224)} 0 9
[junit4:junit4]   2> 22726 T2194 C149 P49694 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty1
[junit4:junit4]   2> 22738 T2213 C150 P49697 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360644414244/jetty2
[junit4:junit4]   2>  C147_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, 

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

lyzers-kuromoji-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/cglib-nodep-2.2.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-cli-1.2.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-codec-1.7.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-fileupload-1.2.1.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-lang-2.6.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/easymock-3.0.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/guava-13.0.1.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/javax.servlet-api-3.0.1.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/objenesis-1.2.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/spatial4j-0.3.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/commons-io-2.1.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpclient-4.1.3.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpcore-4.1.4.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpmime-4.1.3.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/slf4j-api-1.6.4.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/wstx-asl-3.2.7.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/zookeeper-3.4.5.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/servlet-api-3.0.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/core/classes/java:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.3.0.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/Users/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_10.jdk/Contents/Home/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar -ea:org.apache.lucene... -ea:org.apache.solr... com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -flush -eventsfile /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20130212_043523_037.events @/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20130212_043523_037.suites
[junit4:junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  Process output piped in logs above.
[junit4:junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1253)
[junit4:junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:66)
[junit4:junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:821)
[junit4:junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:818)
[junit4:junit4] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4] 	at java.lang.Thread.run(Thread.java:722)

BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:361: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:447: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1202: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:865: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  Process output piped in logs above.

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