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/01 20:01:50 UTC

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

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

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

Error Message:
Captured an uncaught exception in thread: Thread[id=1010, name=testExecutor-684-thread-3, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1010, name=testExecutor-684-thread-3, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([BCB85F82AC1F00EC:3D5ED19ADB4060D0]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49328
	at __randomizedtesting.SeedInfo.seed([BCB85F82AC1F00EC]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:706)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49328
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:704)
	... 3 more
Caused by: java.net.SocketException: Invalid argument
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 5 more




Build Log:
[...truncated 8759 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T628 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T628 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-1359743696489
[junit4:junit4]   2> 6 T628 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T629 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T629 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T629 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T629 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T629 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T629 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-1359743696489/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T628 oasc.ZkTestServer.run start zk server on port:49321
[junit4:junit4]   2> 108 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c155fea
[junit4:junit4]   2> 110 T634 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T634 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 111 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49322
[junit4:junit4]   2> 112 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49322
[junit4:junit4]   2> 113 T632 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 115 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0000 with negotiated timeout 10000 for client /127.0.0.1:49322
[junit4:junit4]   2> 116 T634 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0000, negotiated timeout = 10000
[junit4:junit4]   2> 116 T635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c155fea name:ZooKeeperConnection Watcher:127.0.0.1:49321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 117 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 117 T628 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 128 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f0000
[junit4:junit4]   2> 129 T635 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 129 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f0000 closed
[junit4:junit4]   2> 131 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49322 which had sessionid 0x13c970a3e6f0000
[junit4:junit4]   2> 131 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5eb1b21a
[junit4:junit4]   2> 132 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 133 T636 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 136 T636 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 137 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49323
[junit4:junit4]   2> 138 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49323
[junit4:junit4]   2> 140 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0001 with negotiated timeout 10000 for client /127.0.0.1:49323
[junit4:junit4]   2> 140 T636 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0001, negotiated timeout = 10000
[junit4:junit4]   2> 141 T637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5eb1b21a name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 141 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 142 T628 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 149 T628 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 156 T628 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 161 T628 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 168 T628 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> 169 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 181 T628 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> 182 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 195 T628 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> 196 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 208 T628 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> 209 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 215 T628 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> 217 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 223 T628 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> 224 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 230 T628 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> 231 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 238 T628 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> 248 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 256 T628 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> 261 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 272 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f0001
[junit4:junit4]   2> 273 T637 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 273 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f0001 closed
[junit4:junit4]   2> 273 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49323 which had sessionid 0x13c970a3e6f0001
[junit4:junit4]   2> 500 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 532 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49324
[junit4:junit4]   2> 533 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 533 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 534 T628 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-1359743696758
[junit4:junit4]   2> 535 T628 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-1359743696758/solr.xml
[junit4:junit4]   2> 535 T628 oasc.CoreContainer.<init> New CoreContainer 824705503
[junit4:junit4]   2> 536 T628 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-1359743696758/'
[junit4:junit4]   2> 536 T628 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-1359743696758/'
[junit4:junit4]   2> 576 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 577 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 577 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 578 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 579 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 579 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 580 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 580 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 581 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 582 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 596 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 615 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49321/solr
[junit4:junit4]   2> 616 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 617 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ea458d5
[junit4:junit4]   2> 618 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 619 T647 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 620 T647 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 623 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49325
[junit4:junit4]   2> 627 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49325
[junit4:junit4]   2> 632 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0002 with negotiated timeout 20000 for client /127.0.0.1:49325
[junit4:junit4]   2> 632 T647 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0002, negotiated timeout = 20000
[junit4:junit4]   2> 633 T648 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ea458d5 name:ZooKeeperConnection Watcher:127.0.0.1:49321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 634 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 637 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f0002
[junit4:junit4]   2> 638 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49325 which had sessionid 0x13c970a3e6f0002
[junit4:junit4]   2> 639 T648 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 639 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f0002 closed
[junit4:junit4]   2> 640 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 647 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@537239a2
[junit4:junit4]   2> 649 T649 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 650 T649 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 651 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49326
[junit4:junit4]   2> 652 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49326
[junit4:junit4]   2> 653 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 654 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0003 with negotiated timeout 20000 for client /127.0.0.1:49326
[junit4:junit4]   2> 654 T649 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0003, negotiated timeout = 20000
[junit4:junit4]   2> 655 T650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@537239a2 name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 655 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 660 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 663 T628 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 669 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49324_
[junit4:junit4]   2> 671 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49324_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49324_
[junit4:junit4]   2> 673 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49324_
[junit4:junit4]   2> 682 T628 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 693 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 695 T628 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 705 T628 oasc.Overseer.start Overseer (id=89112162893496323-127.0.0.1:49324_-n_0000000000) starting
[junit4:junit4]   2> 709 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 711 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 718 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 720 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 722 T652 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 725 T628 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 734 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 747 T653 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-1359743696758/collection1
[junit4:junit4]   2> 747 T653 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 749 T653 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 750 T653 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 753 T653 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-1359743696758/collection1/'
[junit4:junit4]   2> 754 T653 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-1359743696758/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 755 T653 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-1359743696758/collection1/lib/README' to classloader
[junit4:junit4]   2> 755 T651 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 830 T653 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 927 T653 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 929 T653 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 936 T653 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1604 T653 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1625 T653 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1629 T653 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1661 T653 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1668 T653 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1674 T653 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1677 T653 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1684 T653 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-1359743696758/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/control/data/
[junit4:junit4]   2> 1685 T653 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3720a5d7
[junit4:junit4]   2> 1686 T653 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1687 T653 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-1359743696489/control/data forceNew:false
[junit4:junit4]   2> 1687 T653 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-1359743696489/control/data
[junit4:junit4]   2> 1688 T653 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/control/data/index/
[junit4:junit4]   2> 1688 T653 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1690 T653 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-1359743696489/control/data/index forceNew:false
[junit4:junit4]   2> 1698 T653 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2686e678; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1699 T653 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1700 T653 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-1359743696489/control/data/index
[junit4:junit4]   2> 1700 T653 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1703 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1703 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1704 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1705 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1705 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1706 T653 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1706 T653 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1707 T653 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1708 T653 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1708 T653 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1709 T653 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1710 T653 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1710 T653 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1711 T653 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1711 T653 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1712 T653 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1713 T653 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1713 T653 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1714 T653 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1715 T653 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1715 T653 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1716 T653 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1717 T653 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1717 T653 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1718 T653 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1719 T653 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1727 T653 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1730 T653 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1732 T653 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> 1735 T653 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-1359743696489/control/data
[junit4:junit4]   2> 1736 T653 oass.SolrIndexSearcher.<init> Opening Searcher@1a67d689 main
[junit4:junit4]   2> 1738 T653 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1738 T653 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1739 T653 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1750 T653 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1787 T654 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a67d689 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1795 T653 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1796 T653 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1797 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2286 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2288 T651 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:49324_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49324"}
[junit4:junit4]   2> 2288 T651 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2288 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2290 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2300 T650 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> 2803 T653 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2804 T653 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49324 collection:control_collection shard:shard1
[junit4:junit4]   2> 2806 T653 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2829 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2831 T653 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2832 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2836 T653 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2837 T653 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2837 T653 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49324/collection1/
[junit4:junit4]   2> 2838 T653 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2838 T653 oasc.SyncStrategy.syncToMe http://127.0.0.1:49324/collection1/ has no replicas
[junit4:junit4]   2> 2839 T653 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49324/collection1/
[junit4:junit4]   2> 2839 T653 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2849 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3811 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3834 T650 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> 3882 T653 oasc.ZkController.register We are http://127.0.0.1:49324/collection1/ and leader is http://127.0.0.1:49324/collection1/
[junit4:junit4]   2> 3883 T653 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49324
[junit4:junit4]   2> 3883 T653 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3884 T653 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3884 T653 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3887 T653 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3889 T628 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3890 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3895 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3905 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3914 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@72377494
[junit4:junit4]   2> 3916 T655 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3917 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49327
[junit4:junit4]   2> 3918 T655 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 3919 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49327
[junit4:junit4]   2> 3921 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0004 with negotiated timeout 10000 for client /127.0.0.1:49327
[junit4:junit4]   2> 3921 T655 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0004, negotiated timeout = 10000
[junit4:junit4]   2> 3922 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3922 T656 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72377494 name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3923 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3925 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3929 T628 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4140 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4143 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49328
[junit4:junit4]   2> 4144 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4144 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4145 T628 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-1359743700412
[junit4:junit4]   2> 4145 T628 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-1359743700412/solr.xml
[junit4:junit4]   2> 4145 T628 oasc.CoreContainer.<init> New CoreContainer 1646686307
[junit4:junit4]   2> 4146 T628 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-1359743700412/'
[junit4:junit4]   2> 4147 T628 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-1359743700412/'
[junit4:junit4]   2> 4261 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4262 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4262 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4263 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4263 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4264 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4265 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4266 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4267 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4267 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4303 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4322 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49321/solr
[junit4:junit4]   2> 4323 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4323 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@408a5bc2
[junit4:junit4]   2> 4325 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4326 T666 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4327 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49329
[junit4:junit4]   2> 4328 T666 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 4329 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49329
[junit4:junit4]   2> 4330 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0005 with negotiated timeout 20000 for client /127.0.0.1:49329
[junit4:junit4]   2> 4330 T666 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0005, negotiated timeout = 20000
[junit4:junit4]   2> 4331 T667 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@408a5bc2 name:ZooKeeperConnection Watcher:127.0.0.1:49321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4331 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4334 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f0005
[junit4:junit4]   2> 4336 T667 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4336 T630 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13c970a3e6f0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 4338 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49329 which had sessionid 0x13c970a3e6f0005
[junit4:junit4]   2> 4336 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f0005 closed
[junit4:junit4]   2> 4338 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4346 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2a0064c
[junit4:junit4]   2> 4347 T668 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4348 T668 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 4349 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4350 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49330
[junit4:junit4]   2> 4352 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49330
[junit4:junit4]   2> 4358 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0006 with negotiated timeout 20000 for client /127.0.0.1:49330
[junit4:junit4]   2> 4358 T668 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0006, negotiated timeout = 20000
[junit4:junit4]   2> 4359 T669 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a0064c name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4359 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4362 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4363 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4366 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49328_
[junit4:junit4]   2> 4367 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49328_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49328_
[junit4:junit4]   2> 4368 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49328_
[junit4:junit4]   2> 4374 T656 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4375 T650 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4375 T650 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> 4387 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4397 T670 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-1359743700412/collection1
[junit4:junit4]   2> 4397 T670 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4399 T670 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4399 T670 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4402 T670 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-1359743700412/collection1/'
[junit4:junit4]   2> 4402 T670 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-1359743700412/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4403 T670 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-1359743700412/collection1/lib/README' to classloader
[junit4:junit4]   2> 4489 T670 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4565 T670 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4567 T670 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4573 T670 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5251 T670 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5260 T670 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5264 T670 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5300 T670 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5307 T670 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5314 T670 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5317 T670 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5320 T670 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-1359743700412/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/
[junit4:junit4]   2> 5321 T670 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3720a5d7
[junit4:junit4]   2> 5321 T670 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5322 T670 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-1359743696489/jetty1 forceNew:false
[junit4:junit4]   2> 5323 T670 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-1359743696489/jetty1
[junit4:junit4]   2> 5323 T670 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/index/
[junit4:junit4]   2> 5324 T670 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5325 T670 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-1359743696489/jetty1/index forceNew:false
[junit4:junit4]   2> 5330 T670 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@17200b72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5331 T670 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5332 T670 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-1359743696489/jetty1/index
[junit4:junit4]   2> 5332 T670 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5335 T670 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5336 T670 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5336 T670 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5337 T670 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5338 T670 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5338 T670 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5339 T670 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5340 T670 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5341 T670 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5342 T670 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5344 T670 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5344 T670 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5345 T670 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5346 T670 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5347 T670 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5348 T670 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5349 T670 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5359 T670 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5361 T670 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5361 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5362 T670 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5363 T651 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:49324_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49324"}
[junit4:junit4]   2> 5363 T670 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5364 T670 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5365 T670 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5368 T670 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5369 T670 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5375 T670 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5377 T656 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> 5380 T669 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> 5381 T670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5385 T670 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5387 T670 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> 5388 T650 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> 5395 T670 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-1359743696489/jetty1
[junit4:junit4]   2> 5396 T670 oass.SolrIndexSearcher.<init> Opening Searcher@2304ceab main
[junit4:junit4]   2> 5397 T670 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5398 T670 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5398 T670 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5406 T670 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5462 T670 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5463 T670 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5467 T671 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2304ceab main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6921 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6922 T651 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:49328_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49328"}
[junit4:junit4]   2> 6923 T651 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6923 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6932 T669 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> 6932 T650 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> 6932 T656 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> 7467 T670 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7468 T670 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49328 collection:collection1 shard:shard1
[junit4:junit4]   2> 7469 T670 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7484 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7486 T670 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7487 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7490 T670 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7491 T670 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7491 T670 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49328/collection1/
[junit4:junit4]   2> 7491 T670 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7491 T670 oasc.SyncStrategy.syncToMe http://127.0.0.1:49328/collection1/ has no replicas
[junit4:junit4]   2> 7492 T670 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49328/collection1/
[junit4:junit4]   2> 7492 T670 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7499 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8444 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8465 T669 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> 8466 T650 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> 8466 T656 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> 8474 T670 oasc.ZkController.register We are http://127.0.0.1:49328/collection1/ and leader is http://127.0.0.1:49328/collection1/
[junit4:junit4]   2> 8474 T670 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49328
[junit4:junit4]   2> 8475 T670 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8475 T670 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8476 T670 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8480 T670 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8482 T628 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8482 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8483 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8690 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8694 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49331
[junit4:junit4]   2> 8695 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8696 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8707 T628 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-1359743704975
[junit4:junit4]   2> 8707 T628 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-1359743704975/solr.xml
[junit4:junit4]   2> 8708 T628 oasc.CoreContainer.<init> New CoreContainer 1377670832
[junit4:junit4]   2> 8709 T628 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-1359743704975/'
[junit4:junit4]   2> 8709 T628 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-1359743704975/'
[junit4:junit4]   2> 8749 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 8750 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8750 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8751 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8751 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8752 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8752 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8753 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8754 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8754 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8771 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8800 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49321/solr
[junit4:junit4]   2> 8801 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8801 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@49e58a0e
[junit4:junit4]   2> 8802 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8803 T681 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8804 T681 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 8805 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49332
[junit4:junit4]   2> 8805 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49332
[junit4:junit4]   2> 8807 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0007 with negotiated timeout 20000 for client /127.0.0.1:49332
[junit4:junit4]   2> 8807 T681 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0007, negotiated timeout = 20000
[junit4:junit4]   2> 8808 T682 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49e58a0e name:ZooKeeperConnection Watcher:127.0.0.1:49321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8808 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8810 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f0007
[junit4:junit4]   2> 8812 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49332 which had sessionid 0x13c970a3e6f0007
[junit4:junit4]   2> 8812 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f0007 closed
[junit4:junit4]   2> 8813 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 8820 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3dba4d77
[junit4:junit4]   2> 8821 T682 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8822 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8823 T683 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8824 T683 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 8825 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49333
[junit4:junit4]   2> 8826 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49333
[junit4:junit4]   2> 8827 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0008 with negotiated timeout 20000 for client /127.0.0.1:49333
[junit4:junit4]   2> 8828 T683 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0008, negotiated timeout = 20000
[junit4:junit4]   2> 8829 T684 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3dba4d77 name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8829 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8830 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8833 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8835 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49331_
[junit4:junit4]   2> 8836 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49331_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49331_
[junit4:junit4]   2> 8838 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49331_
[junit4:junit4]   2> 8848 T669 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> 8849 T650 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8849 T650 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> 8860 T656 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8861 T656 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> 8862 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8862 T669 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8872 T685 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-1359743704975/collection1
[junit4:junit4]   2> 8872 T685 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8874 T685 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8874 T685 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8877 T685 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-1359743704975/collection1/'
[junit4:junit4]   2> 8878 T685 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-1359743704975/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8879 T685 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-1359743704975/collection1/lib/README' to classloader
[junit4:junit4]   2> 8939 T685 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9010 T685 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9017 T685 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9025 T685 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9680 T685 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9688 T685 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9691 T685 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9727 T685 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9732 T685 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9738 T685 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9740 T685 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9744 T685 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-1359743704975/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/
[junit4:junit4]   2> 9744 T685 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3720a5d7
[junit4:junit4]   2> 9745 T685 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 9746 T685 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-1359743696489/jetty2 forceNew:false
[junit4:junit4]   2> 9747 T685 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-1359743696489/jetty2
[junit4:junit4]   2> 9747 T685 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/index/
[junit4:junit4]   2> 9748 T685 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9749 T685 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-1359743696489/jetty2/index forceNew:false
[junit4:junit4]   2> 9754 T685 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@34adeb80; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9754 T685 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9755 T685 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-1359743696489/jetty2/index
[junit4:junit4]   2> 9755 T685 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9759 T685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9759 T685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9760 T685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9760 T685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9761 T685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9762 T685 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9762 T685 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9763 T685 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9764 T685 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9765 T685 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9765 T685 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9766 T685 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9767 T685 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9767 T685 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9767 T685 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9768 T685 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9769 T685 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9770 T685 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9774 T685 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9775 T685 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9776 T685 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9776 T685 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9777 T685 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9778 T685 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9780 T685 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9784 T685 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9791 T685 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9794 T685 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9796 T685 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> 9799 T685 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-1359743696489/jetty2
[junit4:junit4]   2> 9801 T685 oass.SolrIndexSearcher.<init> Opening Searcher@66b529ac main
[junit4:junit4]   2> 9803 T685 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9803 T685 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9804 T685 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9809 T685 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9876 T686 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66b529ac main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9885 T685 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9886 T685 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9980 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9982 T651 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:49328_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49328"}
[junit4:junit4]   2> 9994 T651 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:49331_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49331"}
[junit4:junit4]   2> 9995 T651 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 9995 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10004 T684 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> 10004 T656 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> 10005 T650 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> 10004 T669 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> 10889 T685 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10891 T685 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49331 collection:collection1 shard:shard2
[junit4:junit4]   2> 10893 T685 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 10905 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0008 type:delete cxid:0x42 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 10906 T685 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 10907 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0008 type:create cxid:0x43 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10911 T685 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 10911 T685 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 10911 T685 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49331/collection1/
[junit4:junit4]   2> 10911 T685 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 10912 T685 oasc.SyncStrategy.syncToMe http://127.0.0.1:49331/collection1/ has no replicas
[junit4:junit4]   2> 10912 T685 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49331/collection1/
[junit4:junit4]   2> 10913 T685 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 10919 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f0008 type:create cxid:0x4c zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11522 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11545 T669 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> 11547 T684 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> 11552 T650 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> 11554 T656 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> 11596 T685 oasc.ZkController.register We are http://127.0.0.1:49331/collection1/ and leader is http://127.0.0.1:49331/collection1/
[junit4:junit4]   2> 11597 T685 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49331
[junit4:junit4]   2> 11597 T685 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11597 T685 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11597 T685 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11601 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11608 T628 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11609 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11610 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11826 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11830 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49334
[junit4:junit4]   2> 11831 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11832 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11833 T628 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-1359743708101
[junit4:junit4]   2> 11833 T628 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-1359743708101/solr.xml
[junit4:junit4]   2> 11834 T628 oasc.CoreContainer.<init> New CoreContainer 785999769
[junit4:junit4]   2> 11849 T628 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-1359743708101/'
[junit4:junit4]   2> 11852 T628 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-1359743708101/'
[junit4:junit4]   2> 11889 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11889 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11890 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11890 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11891 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11891 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11892 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11893 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11894 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11895 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11912 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11938 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49321/solr
[junit4:junit4]   2> 11939 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11941 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fe049b3
[junit4:junit4]   2> 11973 T696 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11977 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11990 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49335
[junit4:junit4]   2> 11990 T696 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 11991 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49335
[junit4:junit4]   2> 11992 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f0009 with negotiated timeout 20000 for client /127.0.0.1:49335
[junit4:junit4]   2> 11993 T696 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f0009, negotiated timeout = 20000
[junit4:junit4]   2> 11993 T697 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe049b3 name:ZooKeeperConnection Watcher:127.0.0.1:49321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11994 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11998 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f0009
[junit4:junit4]   2> 12000 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f0009 closed
[junit4:junit4]   2> 12001 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12009 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49335 which had sessionid 0x13c970a3e6f0009
[junit4:junit4]   2> 12010 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@75436732
[junit4:junit4]   2> 12011 T697 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12053 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12054 T698 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12056 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49336
[junit4:junit4]   2> 12056 T698 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 12057 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49336
[junit4:junit4]   2> 12059 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f000a with negotiated timeout 20000 for client /127.0.0.1:49336
[junit4:junit4]   2> 12059 T698 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f000a, negotiated timeout = 20000
[junit4:junit4]   2> 12059 T699 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75436732 name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12060 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12062 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12063 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12066 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49334_
[junit4:junit4]   2> 12067 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49334_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49334_
[junit4:junit4]   2> 12069 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49334_
[junit4:junit4]   2> 12077 T684 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> 12078 T669 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> 12087 T650 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12087 T650 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> 12128 T656 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12129 T656 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> 12131 T669 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12135 T684 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12141 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12192 T700 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-1359743708101/collection1
[junit4:junit4]   2> 12192 T700 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12196 T700 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12196 T700 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12202 T700 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-1359743708101/collection1/'
[junit4:junit4]   2> 12203 T700 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-1359743708101/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12204 T700 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-1359743708101/collection1/lib/README' to classloader
[junit4:junit4]   2> 12289 T700 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12378 T700 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12381 T700 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12391 T700 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13067 T700 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13079 T700 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13090 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13092 T651 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:49331_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49331"}
[junit4:junit4]   2> 13093 T700 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13101 T656 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> 13102 T699 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> 13102 T650 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> 13107 T684 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> 13107 T669 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> 13146 T700 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13158 T700 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13164 T700 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13169 T700 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13172 T700 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-1359743708101/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/
[junit4:junit4]   2> 13173 T700 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3720a5d7
[junit4:junit4]   2> 13173 T700 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13175 T700 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-1359743696489/jetty3 forceNew:false
[junit4:junit4]   2> 13175 T700 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-1359743696489/jetty3
[junit4:junit4]   2> 13176 T700 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index/
[junit4:junit4]   2> 13177 T700 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13178 T700 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-1359743696489/jetty3/index forceNew:false
[junit4:junit4]   2> 13183 T700 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@62d0aa87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13183 T700 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13185 T700 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-1359743696489/jetty3/index
[junit4:junit4]   2> 13185 T700 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13188 T700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13189 T700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13189 T700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13189 T700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13191 T700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13191 T700 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13192 T700 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13193 T700 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13193 T700 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13194 T700 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13195 T700 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13195 T700 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13196 T700 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13196 T700 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13197 T700 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13198 T700 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13199 T700 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13199 T700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13201 T700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13202 T700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13203 T700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13204 T700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13205 T700 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13206 T700 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13207 T700 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13208 T700 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13219 T700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13222 T700 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13225 T700 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> 13231 T700 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-1359743696489/jetty3
[junit4:junit4]   2> 13233 T700 oass.SolrIndexSearcher.<init> Opening Searcher@31eb524 main
[junit4:junit4]   2> 13235 T700 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13235 T700 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13236 T700 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13243 T700 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13288 T701 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31eb524 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13299 T700 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13299 T700 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14635 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14637 T651 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:49334_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49334"}
[junit4:junit4]   2> 14637 T651 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14637 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14686 T669 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> 14686 T684 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> 14687 T699 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> 14687 T650 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> 14690 T656 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> 15303 T700 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15304 T700 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49334 collection:collection1 shard:shard1
[junit4:junit4]   2> 15312 T700 oasc.ZkController.register We are http://127.0.0.1:49334/collection1/ and leader is http://127.0.0.1:49328/collection1/
[junit4:junit4]   2> 15313 T700 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49334
[junit4:junit4]   2> 15313 T700 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15314 T700 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C60 name=collection1 org.apache.solr.core.SolrCore@4a53b57c url=http://127.0.0.1:49334/collection1 node=127.0.0.1:49334_ C60_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49334_, base_url=http://127.0.0.1:49334}
[junit4:junit4]   2> 15315 T702 C60 P49334 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15316 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15316 T702 C60 P49334 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15317 T702 C60 P49334 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15320 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15321 T702 C60 P49334 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15335 T628 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15336 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15337 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15544 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15588 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49338
[junit4:junit4]   2> 15589 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15590 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15591 T628 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-1359743711843
[junit4:junit4]   2> 15591 T628 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-1359743711843/solr.xml
[junit4:junit4]   2> 15593 T628 oasc.CoreContainer.<init> New CoreContainer 1820564350
[junit4:junit4]   2> 15594 T628 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-1359743711843/'
[junit4:junit4]   2> 15595 T628 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-1359743711843/'
[junit4:junit4]   2> 15640 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 15641 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15641 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15642 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15642 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15643 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15644 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15645 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15645 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15646 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15676 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15710 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49321/solr
[junit4:junit4]   2> 15711 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15715 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@59aacd3a
[junit4:junit4]   2> 15719 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15719 T712 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15721 T712 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 15721 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49339
[junit4:junit4]   2> 15722 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49339
[junit4:junit4]   2> 15723 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f000b with negotiated timeout 20000 for client /127.0.0.1:49339
[junit4:junit4]   2> 15723 T712 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f000b, negotiated timeout = 20000
[junit4:junit4]   2> 15724 T713 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59aacd3a name:ZooKeeperConnection Watcher:127.0.0.1:49321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15724 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15727 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c970a3e6f000b
[junit4:junit4]   2> 15728 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49339 which had sessionid 0x13c970a3e6f000b
[junit4:junit4]   2> 15729 T713 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15729 T628 oaz.ZooKeeper.close Session: 0x13c970a3e6f000b closed
[junit4:junit4]   2> 15730 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 15737 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49321/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@45eb63c3
[junit4:junit4]   2> 15739 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15739 T714 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49321. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15740 T714 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49321, initiating session
[junit4:junit4]   2> 15741 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49340
[junit4:junit4]   2> 15742 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49340
[junit4:junit4]   2> 15743 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c970a3e6f000c with negotiated timeout 20000 for client /127.0.0.1:49340
[junit4:junit4]   2> 15743 T714 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49321, sessionid = 0x13c970a3e6f000c, negotiated timeout = 20000
[junit4:junit4]   2> 15744 T715 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45eb63c3 name:ZooKeeperConnection Watcher:127.0.0.1:49321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15745 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15747 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15749 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f000c type:create cxid:0x2 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15751 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49338_
[junit4:junit4]   2> 15753 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c970a3e6f000c type:delete cxid:0x4 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49338_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49338_
[junit4:junit4]   2> 15754 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49338_
[junit4:junit4]   2> 15759 T669 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> 15761 T684 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> 15763 T650 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15764 T650 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> 15766 T656 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15766 T656 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> 15773 T699 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> 15785 T699 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15788 T669 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15788 T684 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15791 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15802 T716 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-1359743711843/collection1
[junit4:junit4]   2> 15802 T716 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15804 T716 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15804 T716 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15807 T716 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-1359743711843/collection1/'
[junit4:junit4]   2> 15808 T716 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-1359743711843/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15809 T716 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-1359743711843/collection1/lib/README' to classloader
[junit4:junit4]   2> 15873 T716 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15946 T716 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15960 T716 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15971 T716 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16209 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16210 T651 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:49334_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49334"}
[junit4:junit4]   2> 16257 T669 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> 16257 T715 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> 16257 T699 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> 16257 T650 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> 16257 T656 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> 16257 T684 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> 16695 T716 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16709 T716 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16712 T716 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16751 T716 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16756 T716 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16760 T716 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16762 T716 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16763 T716 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-1359743711843/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/
[junit4:junit4]   2> 16764 T716 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3720a5d7
[junit4:junit4]   2> 16764 T716 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 16765 T716 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-1359743696489/jetty4 forceNew:false
[junit4:junit4]   2> 16765 T716 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-1359743696489/jetty4
[junit4:junit4]   2> 16765 T716 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index/
[junit4:junit4]   2> 16766 T716 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16766 T716 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-1359743696489/jetty4/index forceNew:false
[junit4:junit4]   2> 16770 T716 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@263586a4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16770 T716 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16771 T716 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-1359743696489/jetty4/index
[junit4:junit4]   2> 16772 T716 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 16774 T716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16774 T716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 16775 T716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16775 T716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 16776 T716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16777 T716 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16782 T716 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16783 T716 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16783 T716 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16785 T716 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 16785 T716 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 16786 T716 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16787 T716 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 16788 T716 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 16789 T716 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 16789 T716 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16790 T716 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16791 T716 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16793 T716 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16793 T716 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16794 T716 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16795 T716 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16796 T716 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16797 T716 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16798 T716 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 16798 T716 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 16805 T716 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16824 T716 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 16827 T716 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> 16831 T716 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-1359743696489/jetty4
[junit4:junit4]   2> 16833 T716 oass.SolrIndexSearcher.<init> Opening Searcher@2df9745e main
[junit4:junit4]   2> 16834 T716 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16834 T716 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16835 T716 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 16841 T716 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 16898 T716 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16899 T716 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16902 T717 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2df9745e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17773 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17775 T651 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:49338_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49338"}
[junit4:junit4]   2> 17775 T651 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17776 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 17790 T650 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> 17790 T669 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> 17791 T699 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> 17791 T656 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> 17790 T684 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> 17791 T715 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> 17906 T716 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17906 T716 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49338 collection:collection1 shard:shard2
[junit4:junit4]   2> 17912 T716 oasc.ZkController.register We are http://127.0.0.1:49338/collection1/ and leader is http://127.0.0.1:49331/collection1/
[junit4:junit4]   2> 17913 T716 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49338
[junit4:junit4]   2> 17913 T716 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17913 T716 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C61 name=collection1 org.apache.solr.core.SolrCore@29375707 url=http://127.0.0.1:49338/collection1 node=127.0.0.1:49338_ C61_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49338_, base_url=http://127.0.0.1:49338}
[junit4:junit4]   2> 17914 T718 C61 P49338 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17915 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17915 T718 C61 P49338 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17915 T718 C61 P49338 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17918 T718 C61 P49338 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17918 T716 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17929 T628 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 17929 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17930 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17938 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17941 T628 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 17942 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C60_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49334_, base_url=http://127.0.0.1:49334}
[junit4:junit4]   2> 18355 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49328/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18356 T702 C60 P49334 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49334 START replicas=[http://127.0.0.1:49328/collection1/] nUpdates=100
[junit4:junit4]   2> 18356 T702 C60 P49334 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18359 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18359 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18360 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18360 T702 C60 P49334 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18360 T702 C60 P49334 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49328/collection1/. core=collection1
[junit4:junit4]   2> 18361 T702 C60 P49334 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C62 name=collection1 org.apache.solr.core.SolrCore@8cb97f url=http://127.0.0.1:49328/collection1 node=127.0.0.1:49328_ C62_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49328_, base_url=http://127.0.0.1:49328, leader=true}
[junit4:junit4]   2> 18373 T659 C62 P49328 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18382 T660 C62 P49328 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18383 T660 C62 P49328 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-1359743696489/jetty1
[junit4:junit4]   2> 18387 T660 C62 P49328 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@17200b72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18387 T660 C62 P49328 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18398 T660 C62 P49328 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@17200b72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@17200b72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18399 T660 C62 P49328 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18400 T660 C62 P49328 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-1359743696489/jetty1
[junit4:junit4]   2> 18401 T660 C62 P49328 oass.SolrIndexSearcher.<init> Opening Searcher@60fba7cb realtime
[junit4:junit4]   2> 18401 T660 C62 P49328 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18402 T660 C62 P49328 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> 18403 T702 C60 P49334 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18404 T702 C60 P49334 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18407 T664 C62 P49328 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18409 T664 C62 P49328 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 18410 T702 C60 P49334 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18410 T702 C60 P49334 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18411 T702 C60 P49334 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18413 T659 C62 P49328 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-1359743696489/jetty1
[junit4:junit4]   2> 18414 T659 C62 P49328 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-1359743696489/jetty1/index
[junit4:junit4]   2> 18415 T659 C62 P49328 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18417 T702 C60 P49334 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18418 T702 C60 P49334 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-1359743696489/jetty3/index.20130202013514900 forceNew:false
[junit4:junit4]   2> 18419 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18420 T702 C60 P49334 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index.20130202013514900 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6caf9da2; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18423 T663 C62 P49328 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18426 T702 C60 P49334 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-1359743696489/jetty3/index
[junit4:junit4]   2> 18427 T702 C60 P49334 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18427 T702 C60 P49334 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130202013514900
[junit4:junit4]   2> 18428 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18429 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18429 T702 C60 P49334 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index.20130202013514900
[junit4:junit4]   2> 18433 T702 C60 P49334 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index.20130202013514900 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6caf9da2; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18434 T702 C60 P49334 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18435 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18435 T702 C60 P49334 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18436 T702 C60 P49334 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18436 T702 C60 P49334 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18437 T702 C60 P49334 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-1359743696489/jetty3/index.20130202013514900
[junit4:junit4]   2> 18438 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18440 T702 C60 P49334 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index.20130202013514900 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6caf9da2; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18441 T702 C60 P49334 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18441 T702 C60 P49334 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18442 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18442 T702 C60 P49334 oass.SolrIndexSearcher.<init> Opening Searcher@28c65d0e main
[junit4:junit4]   2> 18445 T701 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28c65d0e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18445 T701 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-1359743696489/jetty3/index
[junit4:junit4]   2> 18446 T702 C60 P49334 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18453 T702 C60 P49334 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index.20130202013514900 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6caf9da2; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty3/index.20130202013514900 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6caf9da2; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18453 T702 C60 P49334 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18454 T702 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 18456 T702 C60 P49334 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18456 T702 C60 P49334 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-1359743696489/jetty3/index.20130202013514900
[junit4:junit4]   2> 18456 T702 C60 P49334 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-1359743696489/jetty3/index
[junit4:junit4]   2> 18457 T702 C60 P49334 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18457 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18457 T702 C60 P49334 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18457 T702 C60 P49334 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18462 T702 C60 P49334 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18946 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19308 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19315 T651 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:49338_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49338"}
[junit4:junit4]   2> 19322 T651 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:49334_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49334"}
[junit4:junit4]   2> 19332 T669 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> 19333 T684 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> 19333 T650 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> 19333 T715 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> 19333 T656 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> 19333 T699 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> 19949 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20954 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C61_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49338_, base_url=http://127.0.0.1:49338}
[junit4:junit4]   2> 21940 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49331/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 21941 T718 C61 P49338 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49338 START replicas=[http://127.0.0.1:49331/collection1/] nUpdates=100
[junit4:junit4]   2> 21942 T718 C61 P49338 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21942 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 21942 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 21943 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 21943 T718 C61 P49338 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21943 T718 C61 P49338 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49331/collection1/. core=collection1
[junit4:junit4]   2> 21944 T718 C61 P49338 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C63 name=collection1 org.apache.solr.core.SolrCore@156f370f url=http://127.0.0.1:49331/collection1 node=127.0.0.1:49331_ C63_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49331_, base_url=http://127.0.0.1:49331, leader=true}
[junit4:junit4]   2> 21961 T678 C63 P49331 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21963 T674 C63 P49331 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 21964 T674 C63 P49331 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-1359743696489/jetty2
[junit4:junit4]   2> 21968 T674 C63 P49331 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@34adeb80; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21968 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21969 T674 C63 P49331 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21971 T674 C63 P49331 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@34adeb80; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@34adeb80; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21972 T674 C63 P49331 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21973 T674 C63 P49331 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-1359743696489/jetty2
[junit4:junit4]   2> 21974 T674 C63 P49331 oass.SolrIndexSearcher.<init> Opening Searcher@397e506e realtime
[junit4:junit4]   2> 21975 T674 C63 P49331 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21978 T674 C63 P49331 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> 21983 T718 C61 P49338 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21983 T718 C61 P49338 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21986 T676 C63 P49331 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21987 T676 C63 P49331 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 21989 T718 C61 P49338 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 21989 T718 C61 P49338 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21990 T718 C61 P49338 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21993 T677 C63 P49331 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-1359743696489/jetty2
[junit4:junit4]   2> 21994 T677 C63 P49331 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-1359743696489/jetty2/index
[junit4:junit4]   2> 21995 T677 C63 P49331 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 21998 T718 C61 P49338 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21999 T718 C61 P49338 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-1359743696489/jetty4/index.20130202013518481 forceNew:false
[junit4:junit4]   2> 22000 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22000 T718 C61 P49338 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index.20130202013518481 lockFactory=org.apache.lucene.store.NativeFSLockFactory@20ef6b76; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 22013 T679 C63 P49331 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 22016 T718 C61 P49338 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-1359743696489/jetty4/index
[junit4:junit4]   2> 22017 T718 C61 P49338 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22018 T718 C61 P49338 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130202013518481
[junit4:junit4]   2> 22020 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22021 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22021 T718 C61 P49338 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index.20130202013518481
[junit4:junit4]   2> 22024 T718 C61 P49338 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index.20130202013518481 lockFactory=org.apache.lucene.store.NativeFSLockFactory@20ef6b76; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22025 T718 C61 P49338 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22027 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22027 T718 C61 P49338 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22027 T718 C61 P49338 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22028 T718 C61 P49338 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 22029 T718 C61 P49338 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-1359743696489/jetty4/index.20130202013518481
[junit4:junit4]   2> 22029 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22033 T718 C61 P49338 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index.20130202013518481 lockFactory=org.apache.lucene.store.NativeFSLockFactory@20ef6b76; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22033 T718 C61 P49338 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22033 T718 C61 P49338 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22034 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22034 T718 C61 P49338 oass.SolrIndexSearcher.<init> Opening Searcher@10889336 main
[junit4:junit4]   2> 22037 T717 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10889336 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22037 T717 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-1359743696489/jetty4/index
[junit4:junit4]   2> 22038 T718 C61 P49338 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 22041 T718 C61 P49338 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index.20130202013518481 lockFactory=org.apache.lucene.store.NativeFSLockFactory@20ef6b76; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/jetty4/index.20130202013518481 lockFactory=org.apache.lucene.store.NativeFSLockFactory@20ef6b76; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 22041 T718 C61 P49338 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 22042 T718 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 22043 T718 C61 P49338 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22043 T718 C61 P49338 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-1359743696489/jetty4/index.20130202013518481
[junit4:junit4]   2> 22043 T718 C61 P49338 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-1359743696489/jetty4/index
[junit4:junit4]   2> 22044 T718 C61 P49338 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22044 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22044 T718 C61 P49338 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22045 T718 C61 P49338 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22047 T718 C61 P49338 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22358 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22359 T651 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:49338_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49338"}
[junit4:junit4]   2> 22368 T699 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> 22368 T715 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> 22373 T684 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> 22376 T669 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> 22379 T650 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> 22385 T656 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> 22984 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22986 T628 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C64 name=collection1 org.apache.solr.core.SolrCore@65bb0170 url=http://127.0.0.1:49324/collection1 node=127.0.0.1:49324_ C64_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49324_, base_url=http://127.0.0.1:49324, leader=true}
[junit4:junit4]   2> 23007 T645 C64 P49324 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-1359743696489/control/data
[junit4:junit4]   2> 23011 T645 C64 P49324 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359743696489/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2686e678; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23012 T645 C64 P49324 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23016 T645 C64 P49324 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-1359743696489/control/data
[junit4:junit4]   2> 23017 T645 C64 P49324 oass.SolrIndexSearcher.<init> Opening Searcher@6b7aab99 realtime
[junit4:junit4]   2> 23018 T645 C64 P49324 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425794630406897664)} 0 13
[junit4:junit4]   2> 23023 T675 C63 P49331 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-1359743696489/jetty2
[junit4:junit4]   2> 23051 T663 C62 P49328 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-1359743696489/jetty1
[junit4:junit4]   2>  C61_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49338_, base_url=http://127.0.0.1:49338}
[junit4:junit4]   2> 23052 T705 C61 P49338 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-1359743696489/jetty4
[junit4:junit4]   2> 23054 T705 C61 P49338 /update {update.distrib=FROMLEADER&_version_=-1425794630423674880&update.from=http://127.0.0.1:49331/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425794630423674880)} 0 4
[junit4:junit4]   2>  C60_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49334_, base_url=http://127.0.0.1:49334}
[junit4:junit4]   2> 23066 T693 C60 P49334 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-1359743696489/jetty3
[junit4:junit4]   2> 23068 T693 C60 P49334 /update {update.distrib=FROMLEADER&_version_=-1425794630451986432&update.from=http://127.0.0.1:49328/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425794630451986432)} 0 4
[junit4:junit4]   2> 23069 T663 C62 P49328 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1425794630451986432)} 0 20
[junit4:junit4]   2> 23070 T675 C63 P49331 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425794630423674880)} 0 48
[junit4:junit4]   2> 23081 T641 C64 P49324 /update {wt=javabin&version=2} {add=[1 (1425794630478200832)]} 0 7
[junit4:junit4]   2> 23100 T694 C60 P49334 /update {distrib.from=http://127.0.0.1:49328/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1425794630490783744)]} 0 6
[junit4:junit4]   2> 23101 T661 C62 P49328 /update {wt=javabin&version=2} {add=[1 (1425794630490783744)]} 0 15
[junit4:junit4]   2> 23111 T643 C64 P49324 /update {wt=javabin&version=2} {add=[2 (1425794630511755264)]} 0 5
[junit4:junit4]   2> 23136 T706 C61 P49338 /update {distrib.from=http://127.0.0.1:49331/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1425794630529581056)]} 0 5
[junit4:junit4]   2> 23138 T676 C63 P49331 /update {wt=javabin&version=2} {add=[2 (1425794630529581056)]} 0 16
[junit4:junit4]   2> 23152 T644 C64 P49324 /update {wt=javabin&version=2} {add=[3 (1425794630555795456)]} 0 5
[junit4:junit4]   2> 23165 T707 C61 P49338 /update {distrib.from=http://127.0.0.1:49331/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1425794630565232640)]} 0 3
[junit4:junit4]   2> 23167 T677 C63 P49331 /update {wt=javabin&version=2} {add=[3 (1425794630565232640)]} 0 11
[junit4:junit4]   2> 23173 T646 C64 P49324 /update {wt=javabin&version=2} {add=[4 (1425794630578864128)]} 0 3
[junit4:junit4]   2> 23199 T690 C60 P49334 /update {distrib.from=http://127.0.0.1:49328/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1425794630586204160)]} 0 3
[junit4:junit4]   2> 23201 T660 C62 P49328 /update {wt=javabin&version=2} {add=[4 (1425794630586204160)]} 0 24
[junit4:junit4]   2> 23208 T645 C64 P49324 /update {wt=javabin&version=2} {add=[5 (1425794630615564288)]} 0 3
[junit4:junit4]   2> 23241 T708 C61 P49338 /update {distrib.from=http://127.0.0.1:49331/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1425794630622904320)]} 0 4
[junit4:junit4]   2> 23243 T679 C63 P49331 /update {wt=javabin&version=2} {add=[5 (1425794630622904320)]} 0 31
[junit4:junit4]   2> 23263 T642 C64 P49324 /update {wt=javabin&version=2} {add=[6 (1425794630674284544)]} 0 3
[junit4:junit4]   2> 23290 T710 C61 P49338 /update {distrib.from=http://127.0.0.1:49331/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1425794630692110336)]} 0 3
[junit4:junit4]   2> 23293 T674 C63 P49331 /update {distrib.from=http://127.0.0.1:49328/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1425794630692110336)]} 0 18
[junit4:junit4]   2> 23294 T662 C62 P49328 /update {wt=javabin&version=2} {add=[6]} 0 25
[junit4:junit4]   2> 23302 T641 C64 P49324 /update {wt=javabin&version=2} {add=[7 (1425794630714130432)]} 0 3
[junit4:junit4]   2> 23322 T705 C61 P49338 /update {distrib.from=http://127.0.0.1:49331/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1425794630725664768)]} 0 5
[junit4:junit4]   2> 23325 T675 C63 P49331 /update {distrib.from=http://127.0.0.1:49328/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1425794630725664768)]} 0 15
[junit4:junit4]   2> 23327 T659 C62 P49328 /update {wt=javabin&version=2} {

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

              "shard":"slice1",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"oneInstanceCollection21",
[junit4:junit4]   1>                   "collection":"oneInstanceCollection2",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:49328_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:49328",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"implicit"},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:49324__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:49324_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:49324",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "multiunload2":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:49328__multiunload22":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"down",
[junit4:junit4]   1>                   "core":"multiunload22",
[junit4:junit4]   1>                   "collection":"multiunload2",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:49328_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:49328",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:49328__multiunload21":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"down",
[junit4:junit4]   1>                   "core":"multiunload21",
[junit4:junit4]   1>                   "collection":"multiunload2",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:49328_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:49328"},
[junit4:junit4]   1>                 "127.0.0.1:49328__multiunload20":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"down",
[junit4:junit4]   1>                   "core":"multiunload20",
[junit4:junit4]   1>                   "collection":"multiunload2",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:49328_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:49328"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=BCB85F82AC1F00EC -Dtests.slow=true -Dtests.locale=ga_IE -Dtests.timezone=Asia/Bangkok -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    245s | BasicDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1010, name=testExecutor-684-thread-3, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BCB85F82AC1F00EC:3D5ED19ADB4060D0]:0)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49328
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BCB85F82AC1F00EC]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:706)
[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)
[junit4:junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49328
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:704)
[junit4:junit4]    > 	... 3 more
[junit4:junit4]    > Caused by: java.net.SocketException: Invalid argument
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]    > 	... 5 more
[junit4:junit4]   2> 244897 T628 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=ga_IE, timezone=Asia/Bangkok
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=7,free=69204256,total=174125056
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLFUCache, CircularListTest, ResourceLoaderTest, DistanceFunctionTest, TestSolrDeletionPolicy2, TestCharFilters, TestLMDirichletSimilarityFactory, SynonymTokenizerTest, TestCSVLoader, TestFastOutputStream, SolrCoreTest, CSVRequestHandlerTest, ZkSolrClientTest, MoreLikeThisHandlerTest, BasicDistributedZk2Test, ReturnFieldsTest, TestDocSet, ChaosMonkeySafeLeaderTest, TestConfig, TestFuzzyAnalyzedSuggestions, TestTrie, TestAtomicUpdateErrorCases, DocumentBuilderTest, SortByFunctionTest, CopyFieldTest, MinimalSchemaTest, DistributedTermsComponentTest, TestCollationField, TestDocumentBuilder, TestFastLRUCache, TestPHPSerializedResponseWriter, SolrRequestParserTest, SuggesterTest, BasicFunctionalityTest, RequestHandlersTest, QueryParsingTest, TestBinaryField, CacheHeaderTest, TestSolrIndexConfig, SimpleFacetsTest, TestUtils, HighlighterTest, SolrIndexConfigTest, IndexSchemaTest, TestSolr4Spatial, TestSystemIdResolver, TestRecovery, BasicDistributedZkTest]
[junit4:junit4] Completed in 245.37s, 1 test, 1 error <<< FAILURES!

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

Total time: 63 minutes 49 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



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

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

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

Error Message:
ERROR: SolrIndexSearcher opens=610 closes=609

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=610 closes=609
	at __randomizedtesting.SeedInfo.seed([898A621A89DCE35B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=1980, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)    2) Thread[id=1992, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=1980, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
   2) Thread[id=1992, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
	at __randomizedtesting.SeedInfo.seed([898A621A89DCE35B]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=1980, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)    2) Thread[id=1992, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:888)         at org.apache.solr.core.SolrCore.close(SolrCore.java:980)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=1980, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
   2) Thread[id=1992, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:888)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:980)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
	at __randomizedtesting.SeedInfo.seed([898A621A89DCE35B]:0)


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

Error Message:
No registered leader was found, collection:multiunload2 slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:multiunload2 slice:shard1
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:429)
	at org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:678)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:339)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8917 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T1633 oas.SolrTestCaseJ4.startTrackingSearchers WARNING startTrackingSearchers: numOpens=2 numCloses=2
[junit4:junit4]   2> 1 T1633 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T1633 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-1359778067125
[junit4:junit4]   2> 6 T1633 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T1634 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 8 T1634 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 8 T1634 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T1634 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T1634 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T1634 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-1359778067125/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T1633 oasc.ZkTestServer.run start zk server on port:49648
[junit4:junit4]   2> 110 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3812bd54
[junit4:junit4]   2> 112 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T1639 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T1639 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 113 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49649
[junit4:junit4]   2> 114 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49649
[junit4:junit4]   2> 114 T1637 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 621 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0000 with negotiated timeout 10000 for client /127.0.0.1:49649
[junit4:junit4]   2> 621 T1639 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0000, negotiated timeout = 10000
[junit4:junit4]   2> 622 T1640 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3812bd54 name:ZooKeeperConnection Watcher:127.0.0.1:49648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 622 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 622 T1633 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 629 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb0000
[junit4:junit4]   2> 634 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49649 which had sessionid 0x13c9916b2bb0000
[junit4:junit4]   2> 634 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb0000 closed
[junit4:junit4]   2> 634 T1640 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 634 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@49d743a0
[junit4:junit4]   2> 636 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 636 T1641 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 637 T1641 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 637 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49650
[junit4:junit4]   2> 637 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49650
[junit4:junit4]   2> 638 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0001 with negotiated timeout 10000 for client /127.0.0.1:49650
[junit4:junit4]   2> 638 T1641 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0001, negotiated timeout = 10000
[junit4:junit4]   2> 639 T1642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49d743a0 name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 639 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 639 T1633 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 646 T1633 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 652 T1633 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 656 T1633 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 662 T1633 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> 663 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 672 T1633 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> 673 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 680 T1633 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> 681 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 687 T1633 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> 688 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 694 T1633 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> 695 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 701 T1633 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> 702 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 709 T1633 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> 710 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 717 T1633 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> 718 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 725 T1633 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> 726 T1633 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 732 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb0001
[junit4:junit4]   2> 733 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb0001 closed
[junit4:junit4]   2> 733 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49650 which had sessionid 0x13c9916b2bb0001
[junit4:junit4]   2> 736 T1642 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 922 T1633 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 933 T1633 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49651
[junit4:junit4]   2> 934 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 935 T1633 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 935 T1633 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-1359778067853
[junit4:junit4]   2> 936 T1633 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-1359778067853/solr.xml
[junit4:junit4]   2> 936 T1633 oasc.CoreContainer.<init> New CoreContainer 649613482
[junit4:junit4]   2> 937 T1633 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-1359778067853/'
[junit4:junit4]   2> 937 T1633 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-1359778067853/'
[junit4:junit4]   2> 969 T1633 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 969 T1633 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 970 T1633 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 970 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 971 T1633 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 971 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 972 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 972 T1633 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 972 T1633 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 973 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 985 T1633 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1001 T1633 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49648/solr
[junit4:junit4]   2> 1001 T1633 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1002 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@465cd3d7
[junit4:junit4]   2> 1004 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1004 T1652 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1005 T1652 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 1005 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49652
[junit4:junit4]   2> 1006 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49652
[junit4:junit4]   2> 1007 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0002 with negotiated timeout 20000 for client /127.0.0.1:49652
[junit4:junit4]   2> 1007 T1652 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0002, negotiated timeout = 20000
[junit4:junit4]   2> 1007 T1653 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@465cd3d7 name:ZooKeeperConnection Watcher:127.0.0.1:49648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1008 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1010 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb0002
[junit4:junit4]   2> 1011 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49652 which had sessionid 0x13c9916b2bb0002
[junit4:junit4]   2> 1011 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb0002 closed
[junit4:junit4]   2> 1011 T1653 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1011 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 1016 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@9aa2a1b
[junit4:junit4]   2> 1017 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1018 T1654 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1018 T1654 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 1019 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49653
[junit4:junit4]   2> 1019 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49653
[junit4:junit4]   2> 1020 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0003 with negotiated timeout 20000 for client /127.0.0.1:49653
[junit4:junit4]   2> 1021 T1654 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0003, negotiated timeout = 20000
[junit4:junit4]   2> 1021 T1655 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9aa2a1b name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1021 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1025 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1027 T1633 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1031 T1633 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49651_
[junit4:junit4]   2> 1032 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49651_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49651_
[junit4:junit4]   2> 1033 T1633 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49651_
[junit4:junit4]   2> 1040 T1633 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1048 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1050 T1633 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1054 T1633 oasc.Overseer.start Overseer (id=89114415407497219-127.0.0.1:49651_-n_0000000000) starting
[junit4:junit4]   2> 1055 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1056 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1058 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1059 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1061 T1657 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1062 T1633 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1067 T1633 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1072 T1656 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1076 T1658 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-1359778067853/collection1
[junit4:junit4]   2> 1076 T1658 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1077 T1658 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1077 T1658 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1080 T1658 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-1359778067853/collection1/'
[junit4:junit4]   2> 1081 T1658 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-1359778067853/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1081 T1658 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-1359778067853/collection1/lib/README' to classloader
[junit4:junit4]   2> 1137 T1658 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1208 T1658 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1209 T1658 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1215 T1658 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1749 T1658 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1757 T1658 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1760 T1658 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1785 T1658 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1790 T1658 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1795 T1658 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1797 T1658 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1799 T1658 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-1359778067853/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/control/data/
[junit4:junit4]   2> 1800 T1658 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@656ca212
[junit4:junit4]   2> 1800 T1658 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1801 T1658 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-1359778067125/control/data forceNew:false
[junit4:junit4]   2> 1802 T1658 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-1359778067125/control/data
[junit4:junit4]   2> 1802 T1658 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/control/data/index/
[junit4:junit4]   2> 1802 T1658 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1803 T1658 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-1359778067125/control/data/index forceNew:false
[junit4:junit4]   2> 1809 T1658 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b5b5000; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1809 T1658 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1810 T1658 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-1359778067125/control/data/index
[junit4:junit4]   2> 1810 T1658 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1812 T1658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1813 T1658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1813 T1658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1813 T1658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1814 T1658 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1814 T1658 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1816 T1658 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1816 T1658 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1817 T1658 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1818 T1658 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1818 T1658 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1819 T1658 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1819 T1658 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1819 T1658 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1820 T1658 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1820 T1658 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1821 T1658 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1821 T1658 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1822 T1658 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1822 T1658 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1823 T1658 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1823 T1658 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1824 T1658 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1824 T1658 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1825 T1658 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1825 T1658 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1839 T1658 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1843 T1658 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1845 T1658 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> 1847 T1658 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-1359778067125/control/data
[junit4:junit4]   2> 1849 T1658 oass.SolrIndexSearcher.<init> Opening Searcher@5f0f2fae main
[junit4:junit4]   2> 1850 T1658 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1850 T1658 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1851 T1658 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1856 T1658 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1886 T1659 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f0f2fae main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1892 T1658 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1893 T1658 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1894 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2581 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2582 T1656 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:49651_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49651"}
[junit4:junit4]   2> 2582 T1656 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2583 T1656 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2583 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2593 T1655 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> 2898 T1658 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2899 T1658 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49651 collection:control_collection shard:shard1
[junit4:junit4]   2> 2900 T1658 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2913 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2914 T1658 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2915 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2918 T1658 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2919 T1658 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2919 T1658 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49651/collection1/
[junit4:junit4]   2> 2919 T1658 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2920 T1658 oasc.SyncStrategy.syncToMe http://127.0.0.1:49651/collection1/ has no replicas
[junit4:junit4]   2> 2920 T1658 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49651/collection1/
[junit4:junit4]   2> 2920 T1658 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2928 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4105 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4118 T1655 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> 4129 T1658 oasc.ZkController.register We are http://127.0.0.1:49651/collection1/ and leader is http://127.0.0.1:49651/collection1/
[junit4:junit4]   2> 4130 T1658 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49651
[junit4:junit4]   2> 4130 T1658 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4130 T1658 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4130 T1658 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4133 T1658 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4134 T1633 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4134 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4135 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4140 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4144 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@13aa00ce
[junit4:junit4]   2> 4145 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4145 T1660 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4146 T1660 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 4146 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49654
[junit4:junit4]   2> 4146 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49654
[junit4:junit4]   2> 4147 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0004 with negotiated timeout 10000 for client /127.0.0.1:49654
[junit4:junit4]   2> 4148 T1660 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0004, negotiated timeout = 10000
[junit4:junit4]   2> 4148 T1661 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13aa00ce name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4148 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4150 T1633 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4153 T1633 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4320 T1633 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4323 T1633 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49655
[junit4:junit4]   2> 4324 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4325 T1633 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4325 T1633 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-1359778071273
[junit4:junit4]   2> 4326 T1633 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-1359778071273/solr.xml
[junit4:junit4]   2> 4326 T1633 oasc.CoreContainer.<init> New CoreContainer 1578985675
[junit4:junit4]   2> 4327 T1633 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-1359778071273/'
[junit4:junit4]   2> 4327 T1633 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-1359778071273/'
[junit4:junit4]   2> 4361 T1633 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4362 T1633 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4363 T1633 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4364 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4364 T1633 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4365 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4366 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4366 T1633 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4367 T1633 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4367 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4380 T1633 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4399 T1633 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49648/solr
[junit4:junit4]   2> 4400 T1633 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4401 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@601cfa38
[junit4:junit4]   2> 4402 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4403 T1671 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4404 T1671 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 4405 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49656
[junit4:junit4]   2> 4405 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49656
[junit4:junit4]   2> 4407 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0005 with negotiated timeout 20000 for client /127.0.0.1:49656
[junit4:junit4]   2> 4407 T1671 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0005, negotiated timeout = 20000
[junit4:junit4]   2> 4408 T1672 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@601cfa38 name:ZooKeeperConnection Watcher:127.0.0.1:49648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4408 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4411 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb0005
[junit4:junit4]   2> 4412 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49656 which had sessionid 0x13c9916b2bb0005
[junit4:junit4]   2> 4413 T1672 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4412 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb0005 closed
[junit4:junit4]   2> 4414 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4420 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@169572d0
[junit4:junit4]   2> 4422 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4422 T1673 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4423 T1673 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 4424 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49657
[junit4:junit4]   2> 4424 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49657
[junit4:junit4]   2> 4426 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0006 with negotiated timeout 20000 for client /127.0.0.1:49657
[junit4:junit4]   2> 4426 T1673 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0006, negotiated timeout = 20000
[junit4:junit4]   2> 4427 T1674 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@169572d0 name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4427 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4429 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4430 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4433 T1633 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49655_
[junit4:junit4]   2> 4434 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49655_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49655_
[junit4:junit4]   2> 4435 T1633 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49655_
[junit4:junit4]   2> 4442 T1661 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4442 T1655 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4443 T1655 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> 4450 T1633 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4460 T1675 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-1359778071273/collection1
[junit4:junit4]   2> 4460 T1675 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4462 T1675 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4462 T1675 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4465 T1675 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-1359778071273/collection1/'
[junit4:junit4]   2> 4466 T1675 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-1359778071273/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4466 T1675 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-1359778071273/collection1/lib/README' to classloader
[junit4:junit4]   2> 4530 T1675 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4606 T1675 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4608 T1675 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4614 T1675 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5242 T1675 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5251 T1675 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5255 T1675 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5285 T1675 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5291 T1675 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5298 T1675 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5301 T1675 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5303 T1675 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-1359778071273/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/
[junit4:junit4]   2> 5304 T1675 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@656ca212
[junit4:junit4]   2> 5304 T1675 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5305 T1675 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-1359778067125/jetty1 forceNew:false
[junit4:junit4]   2> 5306 T1675 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-1359778067125/jetty1
[junit4:junit4]   2> 5306 T1675 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/index/
[junit4:junit4]   2> 5306 T1675 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5308 T1675 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-1359778067125/jetty1/index forceNew:false
[junit4:junit4]   2> 5313 T1675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@56d61aac; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5313 T1675 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5314 T1675 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-1359778067125/jetty1/index
[junit4:junit4]   2> 5315 T1675 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5317 T1675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5318 T1675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5318 T1675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5319 T1675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5319 T1675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5320 T1675 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5320 T1675 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5321 T1675 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5322 T1675 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5322 T1675 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5323 T1675 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5324 T1675 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5324 T1675 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5325 T1675 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5325 T1675 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5335 T1675 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5336 T1675 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5336 T1675 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5337 T1675 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5338 T1675 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5338 T1675 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5339 T1675 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5340 T1675 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5341 T1675 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5342 T1675 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5343 T1675 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5349 T1675 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5353 T1675 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5355 T1675 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> 5358 T1675 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-1359778067125/jetty1
[junit4:junit4]   2> 5359 T1675 oass.SolrIndexSearcher.<init> Opening Searcher@8627791 main
[junit4:junit4]   2> 5360 T1675 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5360 T1675 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5361 T1675 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5367 T1675 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5402 T1676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8627791 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5415 T1675 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5415 T1675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5634 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5636 T1656 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:49651_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49651"}
[junit4:junit4]   2> 5645 T1656 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:49655_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49655"}
[junit4:junit4]   2> 5645 T1656 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5645 T1656 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5655 T1661 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> 5655 T1655 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> 5656 T1674 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> 6418 T1675 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6419 T1675 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49655 collection:collection1 shard:shard1
[junit4:junit4]   2> 6420 T1675 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6435 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6436 T1675 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6437 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6441 T1675 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6442 T1675 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6442 T1675 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49655/collection1/
[junit4:junit4]   2> 6442 T1675 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6443 T1675 oasc.SyncStrategy.syncToMe http://127.0.0.1:49655/collection1/ has no replicas
[junit4:junit4]   2> 6443 T1675 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49655/collection1/
[junit4:junit4]   2> 6444 T1675 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6454 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7172 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7190 T1661 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> 7190 T1655 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> 7191 T1674 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> 7226 T1675 oasc.ZkController.register We are http://127.0.0.1:49655/collection1/ and leader is http://127.0.0.1:49655/collection1/
[junit4:junit4]   2> 7227 T1675 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49655
[junit4:junit4]   2> 7227 T1675 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7227 T1675 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7227 T1675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7230 T1675 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7231 T1633 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7232 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7232 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7401 T1633 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7405 T1633 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49658
[junit4:junit4]   2> 7406 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7406 T1633 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7407 T1633 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-1359778074358
[junit4:junit4]   2> 7407 T1633 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-1359778074358/solr.xml
[junit4:junit4]   2> 7408 T1633 oasc.CoreContainer.<init> New CoreContainer 580707193
[junit4:junit4]   2> 7408 T1633 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-1359778074358/'
[junit4:junit4]   2> 7409 T1633 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-1359778074358/'
[junit4:junit4]   2> 7443 T1633 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7444 T1633 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7444 T1633 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7444 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7445 T1633 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7446 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7446 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7447 T1633 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7447 T1633 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7448 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7459 T1633 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7475 T1633 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49648/solr
[junit4:junit4]   2> 7475 T1633 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7476 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d8d0a81
[junit4:junit4]   2> 7477 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7477 T1686 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7478 T1686 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 7479 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49659
[junit4:junit4]   2> 7479 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49659
[junit4:junit4]   2> 7556 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0007 with negotiated timeout 20000 for client /127.0.0.1:49659
[junit4:junit4]   2> 7556 T1686 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0007, negotiated timeout = 20000
[junit4:junit4]   2> 7557 T1687 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d8d0a81 name:ZooKeeperConnection Watcher:127.0.0.1:49648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7557 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7559 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb0007
[junit4:junit4]   2> 7560 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49659 which had sessionid 0x13c9916b2bb0007
[junit4:junit4]   2> 7560 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb0007 closed
[junit4:junit4]   2> 7561 T1687 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7561 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7567 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@11638f7e
[junit4:junit4]   2> 7568 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7569 T1688 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7570 T1688 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 7570 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49660
[junit4:junit4]   2> 7570 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49660
[junit4:junit4]   2> 7572 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0008 with negotiated timeout 20000 for client /127.0.0.1:49660
[junit4:junit4]   2> 7572 T1688 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0008, negotiated timeout = 20000
[junit4:junit4]   2> 7572 T1689 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11638f7e name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7572 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7574 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7576 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7578 T1633 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49658_
[junit4:junit4]   2> 7579 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49658_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49658_
[junit4:junit4]   2> 7580 T1633 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49658_
[junit4:junit4]   2> 7583 T1674 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> 7585 T1655 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7585 T1655 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> 7586 T1661 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7586 T1661 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> 7589 T1674 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7593 T1633 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7602 T1690 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-1359778074358/collection1
[junit4:junit4]   2> 7602 T1690 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7604 T1690 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7604 T1690 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7618 T1690 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-1359778074358/collection1/'
[junit4:junit4]   2> 7619 T1690 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-1359778074358/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7619 T1690 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-1359778074358/collection1/lib/README' to classloader
[junit4:junit4]   2> 7666 T1690 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7737 T1690 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7739 T1690 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7745 T1690 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8333 T1690 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8344 T1690 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8347 T1690 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8377 T1690 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8383 T1690 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8389 T1690 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8399 T1690 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8401 T1690 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-1359778074358/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/
[junit4:junit4]   2> 8402 T1690 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@656ca212
[junit4:junit4]   2> 8402 T1690 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8403 T1690 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-1359778067125/jetty2 forceNew:false
[junit4:junit4]   2> 8404 T1690 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-1359778067125/jetty2
[junit4:junit4]   2> 8404 T1690 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/index/
[junit4:junit4]   2> 8404 T1690 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8405 T1690 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-1359778067125/jetty2/index forceNew:false
[junit4:junit4]   2> 8411 T1690 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b05555e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8411 T1690 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8412 T1690 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-1359778067125/jetty2/index
[junit4:junit4]   2> 8412 T1690 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8415 T1690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8416 T1690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8416 T1690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8417 T1690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8417 T1690 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8418 T1690 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8418 T1690 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8419 T1690 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8420 T1690 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8420 T1690 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8421 T1690 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8422 T1690 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8422 T1690 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8422 T1690 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8423 T1690 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8424 T1690 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8424 T1690 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8425 T1690 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8426 T1690 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8426 T1690 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8427 T1690 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8428 T1690 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8428 T1690 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8429 T1690 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8430 T1690 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8431 T1690 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8438 T1690 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8442 T1690 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8444 T1690 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> 8446 T1690 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-1359778067125/jetty2
[junit4:junit4]   2> 8447 T1690 oass.SolrIndexSearcher.<init> Opening Searcher@1c029382 main
[junit4:junit4]   2> 8449 T1690 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8449 T1690 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8449 T1690 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8455 T1690 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8488 T1691 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c029382 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8495 T1690 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8495 T1690 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8709 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8711 T1656 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:49655_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49655"}
[junit4:junit4]   2> 8718 T1656 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:49658_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49658"}
[junit4:junit4]   2> 8718 T1656 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8718 T1656 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8726 T1689 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> 8726 T1661 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> 8726 T1655 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> 8728 T1674 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> 9499 T1690 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9499 T1690 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49658 collection:collection1 shard:shard2
[junit4:junit4]   2> 9501 T1690 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9513 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9515 T1690 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9516 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9519 T1690 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9519 T1690 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9520 T1690 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49658/collection1/
[junit4:junit4]   2> 9520 T1690 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9520 T1690 oasc.SyncStrategy.syncToMe http://127.0.0.1:49658/collection1/ has no replicas
[junit4:junit4]   2> 9520 T1690 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49658/collection1/
[junit4:junit4]   2> 9521 T1690 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9532 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10241 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10259 T1689 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> 10259 T1655 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> 10260 T1674 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> 10260 T1661 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> 10276 T1690 oasc.ZkController.register We are http://127.0.0.1:49658/collection1/ and leader is http://127.0.0.1:49658/collection1/
[junit4:junit4]   2> 10276 T1690 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49658
[junit4:junit4]   2> 10277 T1690 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10277 T1690 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10277 T1690 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10282 T1690 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10284 T1633 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10285 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10286 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10488 T1633 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10493 T1633 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49661
[junit4:junit4]   2> 10494 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10494 T1633 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10495 T1633 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-1359778077417
[junit4:junit4]   2> 10495 T1633 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-1359778077417/solr.xml
[junit4:junit4]   2> 10496 T1633 oasc.CoreContainer.<init> New CoreContainer 1638102941
[junit4:junit4]   2> 10496 T1633 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-1359778077417/'
[junit4:junit4]   2> 10497 T1633 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-1359778077417/'
[junit4:junit4]   2> 10535 T1633 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10536 T1633 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10537 T1633 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10537 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10538 T1633 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10538 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10539 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10540 T1633 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10540 T1633 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10541 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10556 T1633 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10584 T1633 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49648/solr
[junit4:junit4]   2> 10585 T1633 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10586 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c8639e2
[junit4:junit4]   2> 10587 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10588 T1701 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10590 T1701 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 10591 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49662
[junit4:junit4]   2> 10592 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49662
[junit4:junit4]   2> 10593 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb0009 with negotiated timeout 20000 for client /127.0.0.1:49662
[junit4:junit4]   2> 10594 T1701 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb0009, negotiated timeout = 20000
[junit4:junit4]   2> 10594 T1702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c8639e2 name:ZooKeeperConnection Watcher:127.0.0.1:49648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10595 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10598 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb0009
[junit4:junit4]   2> 10600 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49662 which had sessionid 0x13c9916b2bb0009
[junit4:junit4]   2> 10600 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb0009 closed
[junit4:junit4]   2> 10600 T1702 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10601 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10611 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@37731a8c
[junit4:junit4]   2> 10613 T1703 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10613 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10614 T1703 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 10615 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49663
[junit4:junit4]   2> 10615 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49663
[junit4:junit4]   2> 10617 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb000a with negotiated timeout 20000 for client /127.0.0.1:49663
[junit4:junit4]   2> 10617 T1703 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb000a, negotiated timeout = 20000
[junit4:junit4]   2> 10617 T1704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37731a8c name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10617 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10620 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10622 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10624 T1633 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49661_
[junit4:junit4]   2> 10626 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49661_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49661_
[junit4:junit4]   2> 10627 T1633 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49661_
[junit4:junit4]   2> 10631 T1689 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> 10632 T1674 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> 10633 T1655 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10633 T1655 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> 10634 T1661 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10634 T1661 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> 10638 T1689 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10639 T1674 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10644 T1633 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10662 T1705 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-1359778077417/collection1
[junit4:junit4]   2> 10663 T1705 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10664 T1705 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10664 T1705 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10667 T1705 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-1359778077417/collection1/'
[junit4:junit4]   2> 10667 T1705 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-1359778077417/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10668 T1705 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-1359778077417/collection1/lib/README' to classloader
[junit4:junit4]   2> 10714 T1705 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10785 T1705 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10786 T1705 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10793 T1705 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11672 T1705 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11680 T1705 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11683 T1705 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11708 T1705 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11713 T1705 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11719 T1705 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11721 T1705 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11723 T1705 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-1359778077417/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/
[junit4:junit4]   2> 11724 T1705 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@656ca212
[junit4:junit4]   2> 11724 T1705 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11725 T1705 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-1359778067125/jetty3 forceNew:false
[junit4:junit4]   2> 11725 T1705 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-1359778067125/jetty3
[junit4:junit4]   2> 11726 T1705 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index/
[junit4:junit4]   2> 11726 T1705 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11727 T1705 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-1359778067125/jetty3/index forceNew:false
[junit4:junit4]   2> 11731 T1705 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5091943e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11732 T1705 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11733 T1705 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-1359778067125/jetty3/index
[junit4:junit4]   2> 11733 T1705 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11735 T1705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11736 T1705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11736 T1705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11737 T1705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11737 T1705 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11737 T1705 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11738 T1705 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11739 T1705 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11740 T1705 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11740 T1705 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11741 T1705 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11741 T1705 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11742 T1705 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11742 T1705 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11742 T1705 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11743 T1705 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11744 T1705 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11744 T1705 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11745 T1705 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11746 T1705 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11746 T1705 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11747 T1705 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11747 T1705 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11748 T1705 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11749 T1705 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11749 T1705 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11755 T1705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11758 T1705 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11760 T1705 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> 11762 T1705 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-1359778067125/jetty3
[junit4:junit4]   2> 11764 T1705 oass.SolrIndexSearcher.<init> Opening Searcher@4dab082b main
[junit4:junit4]   2> 11765 T1705 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11765 T1705 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11765 T1705 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11771 T1705 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11776 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11777 T1656 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:49658_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49658"}
[junit4:junit4]   2> 11785 T1655 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> 11785 T1704 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> 11786 T1674 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> 11793 T1661 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> 11793 T1689 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> 11806 T1706 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4dab082b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11814 T1705 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11814 T1705 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13301 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13303 T1656 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:49661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49661"}
[junit4:junit4]   2> 13303 T1656 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13303 T1656 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 13312 T1655 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> 13312 T1674 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> 13313 T1704 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> 13313 T1689 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> 13314 T1661 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> 13818 T1705 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13818 T1705 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49661 collection:collection1 shard:shard1
[junit4:junit4]   2> 13826 T1705 oasc.ZkController.register We are http://127.0.0.1:49661/collection1/ and leader is http://127.0.0.1:49655/collection1/
[junit4:junit4]   2> 13826 T1705 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49661
[junit4:junit4]   2> 13826 T1705 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13826 T1705 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C122 name=collection1 org.apache.solr.core.SolrCore@64c7ef48 url=http://127.0.0.1:49661/collection1 node=127.0.0.1:49661_ C122_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49661_, base_url=http://127.0.0.1:49661}
[junit4:junit4]   2> 13828 T1707 C122 P49661 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13829 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13830 T1707 C122 P49661 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13830 T1705 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13831 T1707 C122 P49661 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13834 T1707 C122 P49661 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13833 T1633 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13834 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13835 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14011 T1633 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14027 T1633 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49665
[junit4:junit4]   2> 14029 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14030 T1633 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14030 T1633 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-1359778080965
[junit4:junit4]   2> 14031 T1633 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-1359778080965/solr.xml
[junit4:junit4]   2> 14031 T1633 oasc.CoreContainer.<init> New CoreContainer 384826232
[junit4:junit4]   2> 14032 T1633 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-1359778080965/'
[junit4:junit4]   2> 14034 T1633 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-1359778080965/'
[junit4:junit4]   2> 14071 T1633 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 14071 T1633 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14072 T1633 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14072 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14073 T1633 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14073 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14074 T1633 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14074 T1633 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14075 T1633 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14076 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14089 T1633 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14108 T1633 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49648/solr
[junit4:junit4]   2> 14109 T1633 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14109 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7f165f17
[junit4:junit4]   2> 14111 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14111 T1717 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14112 T1717 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 14112 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49666
[junit4:junit4]   2> 14113 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49666
[junit4:junit4]   2> 14114 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb000b with negotiated timeout 20000 for client /127.0.0.1:49666
[junit4:junit4]   2> 14114 T1717 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb000b, negotiated timeout = 20000
[junit4:junit4]   2> 14114 T1718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f165f17 name:ZooKeeperConnection Watcher:127.0.0.1:49648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14115 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14117 T1638 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9916b2bb000b
[junit4:junit4]   2> 14118 T1635 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49666 which had sessionid 0x13c9916b2bb000b
[junit4:junit4]   2> 14118 T1718 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14118 T1633 oaz.ZooKeeper.close Session: 0x13c9916b2bb000b closed
[junit4:junit4]   2> 14119 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 14124 T1633 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@507fe04c
[junit4:junit4]   2> 14126 T1633 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14126 T1719 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49648. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14127 T1719 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49648, initiating session
[junit4:junit4]   2> 14128 T1635 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49667
[junit4:junit4]   2> 14128 T1635 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49667
[junit4:junit4]   2> 14129 T1637 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9916b2bb000c with negotiated timeout 20000 for client /127.0.0.1:49667
[junit4:junit4]   2> 14129 T1719 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49648, sessionid = 0x13c9916b2bb000c, negotiated timeout = 20000
[junit4:junit4]   2> 14130 T1720 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@507fe04c name:ZooKeeperConnection Watcher:127.0.0.1:49648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14130 T1633 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14131 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14133 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14135 T1633 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49665_
[junit4:junit4]   2> 14136 T1638 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9916b2bb000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49665_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49665_
[junit4:junit4]   2> 14137 T1633 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49665_
[junit4:junit4]   2> 14141 T1689 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> 14141 T1674 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> 14144 T1661 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14144 T1661 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> 14144 T1704 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14144 T1655 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14145 T1655 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> 14144 T1704 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> 14149 T1689 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14150 T1674 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14154 T1633 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14163 T1721 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-1359778080965/collection1
[junit4:junit4]   2> 14163 T1721 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14164 T1721 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14164 T1721 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14167 T1721 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-1359778080965/collection1/'
[junit4:junit4]   2> 14167 T1721 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-1359778080965/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14168 T1721 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-1359778080965/collection1/lib/README' to classloader
[junit4:junit4]   2> 14205 T1721 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14281 T1721 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14283 T1721 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14289 T1721 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14828 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14830 T1656 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:49661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49661"}
[junit4:junit4]   2> 14838 T1655 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> 14838 T1689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14849 T1661 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14849 T1674 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> 14850 T1720 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> 14877 T1721 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14878 T1704 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> 14888 T1721 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14892 T1721 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14934 T1721 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14940 T1721 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14946 T1721 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14948 T1721 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14950 T1721 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-1359778080965/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/
[junit4:junit4]   2> 14951 T1721 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@656ca212
[junit4:junit4]   2> 14951 T1721 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14952 T1721 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-1359778067125/jetty4 forceNew:false
[junit4:junit4]   2> 14953 T1721 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-1359778067125/jetty4
[junit4:junit4]   2> 14953 T1721 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index/
[junit4:junit4]   2> 14953 T1721 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14954 T1721 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-1359778067125/jetty4/index forceNew:false
[junit4:junit4]   2> 14959 T1721 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@31a55ddd; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14960 T1721 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14960 T1721 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-1359778067125/jetty4/index
[junit4:junit4]   2> 14961 T1721 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14963 T1721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14964 T1721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14964 T1721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14965 T1721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14965 T1721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14966 T1721 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14966 T1721 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14967 T1721 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14968 T1721 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14969 T1721 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14970 T1721 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14970 T1721 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14971 T1721 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14971 T1721 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14971 T1721 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14972 T1721 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14973 T1721 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14973 T1721 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14974 T1721 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14974 T1721 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14975 T1721 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14976 T1721 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14976 T1721 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14977 T1721 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14977 T1721 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14978 T1721 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14984 T1721 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14987 T1721 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14989 T1721 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> 14991 T1721 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-1359778067125/jetty4
[junit4:junit4]   2> 14994 T1721 oass.SolrIndexSearcher.<init> Opening Searcher@530c6924 main
[junit4:junit4]   2> 14996 T1721 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14996 T1721 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14996 T1721 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15001 T1721 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15032 T1722 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@530c6924 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15040 T1721 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15040 T1721 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16385 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16387 T1656 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:49665_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49665"}
[junit4:junit4]   2> 16387 T1656 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16388 T1656 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16395 T1689 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> 16397 T1655 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> 16397 T1661 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> 16397 T1704 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> 16397 T1674 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> 16397 T1720 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> 17067 T1721 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17067 T1721 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49665 collection:collection1 shard:shard2
[junit4:junit4]   2> 17074 T1721 oasc.ZkController.register We are http://127.0.0.1:49665/collection1/ and leader is http://127.0.0.1:49658/collection1/
[junit4:junit4]   2> 17075 T1721 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49665
[junit4:junit4]   2> 17075 T1721 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17075 T1721 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C123 name=collection1 org.apache.solr.core.SolrCore@27153b2 url=http://127.0.0.1:49665/collection1 node=127.0.0.1:49665_ C123_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49665_, base_url=http://127.0.0.1:49665}
[junit4:junit4]   2> 17076 T1723 C123 P49665 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17077 T1723 C123 P49665 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17077 T1721 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17077 T1723 C123 P49665 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17077 T1723 C123 P49665 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17078 T1633 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 17079 T1723 C123 P49665 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17079 T1633 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17080 T1633 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17087 T1633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17089 T1633 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 17090 T1633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C122_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49661_, base_url=http://127.0.0.1:49661}
[junit4:junit4]   2> 17853 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49655/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 17854 T1707 C122 P49661 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49661 START replicas=[http://127.0.0.1:49655/collection1/] nUpdates=100
[junit4:junit4]   2> 17854 T1707 C122 P49661 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 17855 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 17855 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 17856 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 17856 T1707 C122 P49661 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 17856 T1707 C122 P49661 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49655/collection1/. core=collection1
[junit4:junit4]   2> 17857 T1707 C122 P49661 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C124 name=collection1 org.apache.solr.core.SolrCore@2639a53a url=http://127.0.0.1:49655/collection1 node=127.0.0.1:49655_ C124_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49655_, base_url=http://127.0.0.1:49655, leader=true}
[junit4:junit4]   2> 17866 T1669 C124 P49655 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 17870 T1665 C124 P49655 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17871 T1665 C124 P49655 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-1359778067125/jetty1
[junit4:junit4]   2> 17874 T1665 C124 P49655 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@56d61aac; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17874 T1665 C124 P49655 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17877 T1665 C124 P49655 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@56d61aac; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@56d61aac; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17877 T1665 C124 P49655 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17878 T1665 C124 P49655 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-1359778067125/jetty1
[junit4:junit4]   2> 17879 T1665 C124 P49655 oass.SolrIndexSearcher.<init> Opening Searcher@1121012a realtime
[junit4:junit4]   2> 17879 T1665 C124 P49655 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17879 T1665 C124 P49655 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 17880 T1707 C122 P49661 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17881 T1707 C122 P49661 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 17884 T1668 C124 P49655 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17885 T1668 C124 P49655 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 17885 T1707 C122 P49661 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 17885 T1707 C122 P49661 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 17886 T1707 C122 P49661 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 17889 T1670 C124 P49655 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-1359778067125/jetty1
[junit4:junit4]   2> 17889 T1670 C124 P49655 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-1359778067125/jetty1/index
[junit4:junit4]   2> 17889 T1670 C124 P49655 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 17890 T1707 C122 P49661 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 17891 T1707 C122 P49661 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-1359778067125/jetty3/index.20130202040805010 forceNew:false
[junit4:junit4]   2> 17891 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17892 T1707 C122 P49661 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index.20130202040805010 lockFactory=org.apache.lucene.store.NativeFSLockFactory@762af674; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 17895 T1669 C124 P49655 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17897 T1707 C122 P49661 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-1359778067125/jetty3/index
[junit4:junit4]   2> 17897 T1707 C122 P49661 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 17897 T1707 C122 P49661 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130202040805010
[junit4:junit4]   2> 17898 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17899 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17899 T1707 C122 P49661 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index.20130202040805010
[junit4:junit4]   2> 17901 T1707 C122 P49661 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index.20130202040805010 lockFactory=org.apache.lucene.store.NativeFSLockFactory@762af674; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17902 T1707 C122 P49661 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17903 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17904 T1707 C122 P49661 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 17904 T1707 C122 P49661 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 17904 T1707 C122 P49661 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 17905 T1707 C122 P49661 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-1359778067125/jetty3/index.20130202040805010
[junit4:junit4]   2> 17905 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17907 T1707 C122 P49661 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index.20130202040805010 lockFactory=org.apache.lucene.store.NativeFSLockFactory@762af674; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17908 T1707 C122 P49661 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17908 T1707 C122 P49661 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 17909 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17909 T1707 C122 P49661 oass.SolrIndexSearcher.<init> Opening Searcher@7326cbb1 main
[junit4:junit4]   2> 17910 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17911 T1656 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:49665_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49665"}
[junit4:junit4]   2> 17912 T1706 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7326cbb1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 17913 T1706 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-1359778067125/jetty3/index
[junit4:junit4]   2> 17913 T1707 C122 P49661 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17917 T1707 C122 P49661 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index.20130202040805010 lockFactory=org.apache.lucene.store.NativeFSLockFactory@762af674; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty3/index.20130202040805010 lockFactory=org.apache.lucene.store.NativeFSLockFactory@762af674; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 17918 T1707 C122 P49661 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 17919 T1707 C122 P49661 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-1359778067125/jetty3
[junit4:junit4]   2> 17919 T1707 C122 P49661 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17920 T1707 C122 P49661 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-1359778067125/jetty3/index.20130202040805010
[junit4:junit4]   2> 17920 T1707 C122 P49661 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-1359778067125/jetty3/index
[junit4:junit4]   2> 17920 T1704 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> 17920 T1707 C122 P49661 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 17920 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 17921 T1707 C122 P49661 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17921 T1707 C122 P49661 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17920 T1720 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> 17920 T1661 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> 17922 T1655 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> 17922 T1674 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> 17922 T1689 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> 17926 T1707 C122 P49661 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18094 T1633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19099 T1633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19434 T1656 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19435 T1656 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:49661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49661"}
[junit4:junit4]   2> 19443 T1655 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> 19443 T1689 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> 19444 T1704 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> 19444 T1661 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> 19445 T1674 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> 19445 T1720 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>  C123_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49665_, base_url=http://127.0.0.1:49665}
[junit4:junit4]   2> 20091 T1723 C123 P49665 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49658/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20091 T1723 C123 P49665 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49665 START replicas=[http://127.0.0.1:49658/collection1/] nUpdates=100
[junit4:junit4]   2> 20092 T1723 C123 P49665 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20092 T1723 C123 P49665 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20092 T1723 C123 P49665 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20093 T1723 C123 P49665 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20093 T1723 C123 P49665 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20093 T1723 C123 P49665 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49658/collection1/. core=collection1
[junit4:junit4]   2> 20094 T1723 C123 P49665 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C125 name=collection1 org.apache.solr.core.SolrCore@276aca5d url=http://127.0.0.1:49658/collection1 node=127.0.0.1:49658_ C125_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49658_, base_url=http://127.0.0.1:49658, leader=true}
[junit4:junit4]   2> 20116 T1680 C125 P49658 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20118 T1633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20119 T1684 C125 P49658 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20120 T1684 C125 P49658 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-1359778067125/jetty2
[junit4:junit4]   2> 20123 T1684 C125 P49658 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b05555e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20124 T1684 C125 P49658 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20128 T1684 C125 P49658 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b05555e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b05555e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20129 T1684 C125 P49658 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20129 T1684 C125 P49658 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-1359778067125/jetty2
[junit4:junit4]   2> 20130 T1684 C125 P49658 oass.SolrIndexSearcher.<init> Opening Searcher@38477d43 realtime
[junit4:junit4]   2> 20131 T1684 C125 P49658 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20131 T1684 C125 P49658 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 20133 T1723 C123 P49665 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20133 T1723 C123 P49665 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20137 T1681 C125 P49658 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20138 T1681 C125 P49658 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20139 T1723 C123 P49665 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20139 T1723 C123 P49665 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20139 T1723 C123 P49665 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20145 T1682 C125 P49658 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-1359778067125/jetty2
[junit4:junit4]   2> 20146 T1682 C125 P49658 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-1359778067125/jetty2/index
[junit4:junit4]   2> 20146 T1682 C125 P49658 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20147 T1723 C123 P49665 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20149 T1723 C123 P49665 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-1359778067125/jetty4/index.20130202040807268 forceNew:false
[junit4:junit4]   2> 20149 T1723 C123 P49665 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-1359778067125/jetty4
[junit4:junit4]   2> 20150 T1723 C123 P49665 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index.20130202040807268 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d7aff0f; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 20156 T1680 C125 P49658 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 20158 T1723 C123 P49665 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-1359778067125/jetty4/index
[junit4:junit4]   2> 20158 T1723 C123 P49665 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20159 T1723 C123 P49665 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130202040807268
[junit4:junit4]   2> 20160 T1723 C123 P49665 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-1359778067125/jetty4
[junit4:junit4]   2> 20161 T1723 C123 P49665 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-1359778067125/jetty4
[junit4:junit4]   2> 20161 T1723 C123 P49665 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index.20130202040807268
[junit4:junit4]   2> 20164 T1723 C123 P49665 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index.20130202040807268 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d7aff0f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20165 T1723 C123 P49665 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20166 T1723 C123 P49665 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-1359778067125/jetty4
[junit4:junit4]   2> 20167 T1723 C123 P49665 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20167 T1723 C123 P49665 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20167 T1723 C123 P49665 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20168 T1723 C123 P49665 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-1359778067125/jetty4/index.20130202040807268
[junit4:junit4]   2> 20169 T1723 C123 P49665 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-1359778067125/jetty4
[junit4:junit4]   2> 20172 T1723 C123 P49665 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index.20130202040807268 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d7aff0f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20172 T1723 C123 P49665 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20172 T1723 C123 P49665 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20173 T1723 C123 P49665 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-1359778067125/jetty4
[junit4:junit4]   2> 20173 T1723 C123 P49665 oass.SolrIndexSearcher.<init> Opening Searcher@13697758 main
[junit4:junit4]   2> 20176 T1722 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13697758 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20177 T1722 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-1359778067125/jetty4/index
[junit4:junit4]   2> 20177 T1723 C123 P49665 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20180 T1723 C123 P49665 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index.20130202040807268 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d7aff0f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359778067125/jetty4/index.20130202040807268 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d7aff0f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filename

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

t, TestQueryTypes, IndexSchemaTest, PreAnalyzedFieldTest, TestPropInject, BinaryUpdateRequestHandlerTest, TestSolrXMLSerializer, TestSolr4Spatial, DocumentAnalysisRequestHandlerTest, ShardRoutingCustomTest, QueryEqualityTest, NoCacheHeaderTest, DefaultValueUpdateProcessorTest, DOMUtilTest, TestSolrCoreProperties, TestFuzzyAnalyzedSuggestions, DocumentBuilderTest, StatelessScriptUpdateProcessorFactoryTest, ReturnFieldsTest, OverseerCollectionProcessorTest, TimeZoneUtilsTest, ChaosMonkeyNothingIsSafeTest, TestPostingsSolrHighlighter, SuggesterTSTTest, TestPropInjectDefaults, NotRequiredUniqueKeyTest, TestSolrJ, DistributedQueryElevationComponentTest, URLClassifyProcessorTest, SolrCmdDistributorTest, TestStressReorder, TestQuerySenderNoQuery, SpellCheckCollatorTest, PluginInfoTest, TestLFUCache, TestSolrIndexConfig, NumericFieldsTest, UUIDFieldTest, SampleTest, TestUpdate, LegacyHTMLStripCharFilterTest, TestSolrDeletionPolicy1, FileBasedSpellCheckerTest, SuggesterTest, TestStressLucene, DebugComponentTest, TestReload, DirectUpdateHandlerTest, SOLR749Test, TestRemoteStreaming, TestSolrDeletionPolicy2, TestDocumentBuilder, XmlUpdateRequestHandlerTest, TestCodecSupport, ZkNodePropsTest, ShardRoutingTest, TestCharFilters, TestJmxIntegration, TermsComponentTest, TestFunctionQuery, CacheHeaderTest, ResourceLoaderTest, TestSort, SyncSliceTest, TestXIncludeConfig, TestDistributedSearch, EchoParamsTest, AnalysisAfterCoreReloadTest, HighlighterConfigTest, BasicDistributedZk2Test, SystemInfoHandlerTest, ShowFileRequestHandlerTest, TestPseudoReturnFields, TestCollationField, HighlighterTest, SolrRequestParserTest, CSVRequestHandlerTest, FieldAnalysisRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, TestIndexingPerformance, SoftAutoCommitTest, LukeRequestHandlerTest, PingRequestHandlerTest, ClusterStateUpdateTest, TestBinaryField, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=898A621A89DCE35B -Dtests.slow=true -Dtests.locale=zh_SG -Dtests.timezone=Africa/El_Aaiun -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=610 closes=609
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([898A621A89DCE35B]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
[junit4:junit4]    >    1) Thread[id=1980, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    2) Thread[id=1992, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([898A621A89DCE35B]:0)
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=1980, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    2) Thread[id=1992, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:888)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:980)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([898A621A89DCE35B]:0)
[junit4:junit4] Completed in 382.70s, 1 test, 1 failure, 3 errors <<< FAILURES!

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

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



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

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

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

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([D40D6D0BC43D500A:55EBE313B3623036]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:168)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:121)
	at org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:552)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9015 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 1 T2451 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 11 T2451 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-1359760981067
[junit4:junit4]   2> 12 T2451 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 13 T2452 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 16 T2452 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T2452 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 17 T2452 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 18 T2452 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 20 T2452 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-1359760981066/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 114 T2451 oasc.ZkTestServer.run start zk server on port:49916
[junit4:junit4]   2> 114 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e1ff2a6
[junit4:junit4]   2> 121 T2457 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 118 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 122 T2457 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 122 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49917
[junit4:junit4]   2> 123 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49917
[junit4:junit4]   2> 123 T2455 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 126 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540000 with negotiated timeout 10000 for client /127.0.0.1:49917
[junit4:junit4]   2> 126 T2457 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540000, negotiated timeout = 10000
[junit4:junit4]   2> 127 T2458 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e1ff2a6 name:ZooKeeperConnection Watcher:127.0.0.1:49916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 128 T2451 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 134 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc540000
[junit4:junit4]   2> 136 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49917 which had sessionid 0x13c9811fc540000
[junit4:junit4]   2> 137 T2458 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 137 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc540000 closed
[junit4:junit4]   2> 137 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@24f60dce
[junit4:junit4]   2> 138 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 139 T2459 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 140 T2459 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 140 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49918
[junit4:junit4]   2> 140 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49918
[junit4:junit4]   2> 142 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540001 with negotiated timeout 10000 for client /127.0.0.1:49918
[junit4:junit4]   2> 142 T2459 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540001, negotiated timeout = 10000
[junit4:junit4]   2> 143 T2460 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24f60dce name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 143 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 143 T2451 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 148 T2451 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 152 T2451 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 161 T2451 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 165 T2451 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> 166 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 172 T2451 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> 174 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 179 T2451 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> 180 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 183 T2451 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> 184 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 192 T2451 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> 194 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 201 T2451 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> 202 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 207 T2451 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> 208 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 212 T2451 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> 213 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 216 T2451 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> 218 T2451 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 222 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc540001
[junit4:junit4]   2> 223 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49918 which had sessionid 0x13c9811fc540001
[junit4:junit4]   2> 224 T2460 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 224 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc540001 closed
[junit4:junit4]   2> 441 T2451 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 449 T2451 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49919
[junit4:junit4]   2> 450 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 451 T2451 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 451 T2451 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-1359760981279
[junit4:junit4]   2> 452 T2451 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-1359760981279/solr.xml
[junit4:junit4]   2> 452 T2451 oasc.CoreContainer.<init> New CoreContainer 1511930199
[junit4:junit4]   2> 453 T2451 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-1359760981279/'
[junit4:junit4]   2> 457 T2451 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-1359760981279/'
[junit4:junit4]   2> 514 T2451 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 515 T2451 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 515 T2451 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 516 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 516 T2451 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 517 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 518 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 518 T2451 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 523 T2451 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 525 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 537 T2451 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 554 T2451 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49916/solr
[junit4:junit4]   2> 554 T2451 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 555 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ae67f17
[junit4:junit4]   2> 556 T2470 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 557 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 558 T2470 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 559 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49920
[junit4:junit4]   2> 560 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49920
[junit4:junit4]   2> 561 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540002 with negotiated timeout 20000 for client /127.0.0.1:49920
[junit4:junit4]   2> 561 T2470 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540002, negotiated timeout = 20000
[junit4:junit4]   2> 561 T2471 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ae67f17 name:ZooKeeperConnection Watcher:127.0.0.1:49916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 562 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 563 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc540002
[junit4:junit4]   2> 564 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49920 which had sessionid 0x13c9811fc540002
[junit4:junit4]   2> 564 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc540002 closed
[junit4:junit4]   2> 565 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 567 T2471 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 570 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7f6e8c23
[junit4:junit4]   2> 572 T2472 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 572 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 573 T2472 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 574 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49921
[junit4:junit4]   2> 574 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49921
[junit4:junit4]   2> 575 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540003 with negotiated timeout 20000 for client /127.0.0.1:49921
[junit4:junit4]   2> 575 T2472 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540003, negotiated timeout = 20000
[junit4:junit4]   2> 576 T2473 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f6e8c23 name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 576 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 582 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 586 T2451 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 591 T2451 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49919_
[junit4:junit4]   2> 592 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49919_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49919_
[junit4:junit4]   2> 593 T2451 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49919_
[junit4:junit4]   2> 598 T2451 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 606 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 607 T2451 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 610 T2451 oasc.Overseer.start Overseer (id=89113295655796739-127.0.0.1:49919_-n_0000000000) starting
[junit4:junit4]   2> 611 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 612 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 613 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 615 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 617 T2475 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 619 T2451 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 624 T2451 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 627 T2474 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 633 T2476 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-1359760981279/collection1
[junit4:junit4]   2> 633 T2476 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 634 T2476 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 634 T2476 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 636 T2476 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-1359760981279/collection1/'
[junit4:junit4]   2> 637 T2476 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-1359760981279/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 637 T2476 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-1359760981279/collection1/lib/README' to classloader
[junit4:junit4]   2> 688 T2476 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 772 T2476 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 773 T2476 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 786 T2476 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1410 T2476 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1419 T2476 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1424 T2476 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1442 T2476 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1447 T2476 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1451 T2476 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1458 T2476 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1460 T2476 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-1359760981279/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/control/data/
[junit4:junit4]   2> 1461 T2476 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@455bac23
[junit4:junit4]   2> 1462 T2476 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1463 T2476 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-1359760981066/control/data forceNew:false
[junit4:junit4]   2> 1464 T2476 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-1359760981066/control/data
[junit4:junit4]   2> 1464 T2476 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/control/data/index/
[junit4:junit4]   2> 1465 T2476 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1466 T2476 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-1359760981066/control/data/index forceNew:false
[junit4:junit4]   2> 1474 T2476 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@39741482; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1474 T2476 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1475 T2476 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-1359760981066/control/data/index
[junit4:junit4]   2> 1476 T2476 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1478 T2476 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1479 T2476 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1479 T2476 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1495 T2476 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1496 T2476 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1496 T2476 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1497 T2476 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1497 T2476 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1497 T2476 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1498 T2476 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1498 T2476 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1499 T2476 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1499 T2476 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1499 T2476 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1500 T2476 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1500 T2476 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1501 T2476 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1501 T2476 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1501 T2476 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1502 T2476 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1502 T2476 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1503 T2476 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1504 T2476 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1504 T2476 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1504 T2476 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1505 T2476 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1511 T2476 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1515 T2476 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1516 T2476 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> 1521 T2476 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-1359760981066/control/data
[junit4:junit4]   2> 1525 T2476 oass.SolrIndexSearcher.<init> Opening Searcher@652cb4d7 main
[junit4:junit4]   2> 1529 T2476 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1529 T2476 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1529 T2476 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1537 T2476 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1575 T2477 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@652cb4d7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1590 T2476 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1590 T2476 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1593 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2133 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2135 T2474 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:49919_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49919"}
[junit4:junit4]   2> 2135 T2474 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2135 T2474 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2138 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2153 T2473 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> 2604 T2476 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2604 T2476 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49919 collection:control_collection shard:shard1
[junit4:junit4]   2> 2606 T2476 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2616 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2617 T2476 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2618 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2621 T2476 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2622 T2476 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2622 T2476 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49919/collection1/
[junit4:junit4]   2> 2622 T2476 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2623 T2476 oasc.SyncStrategy.syncToMe http://127.0.0.1:49919/collection1/ has no replicas
[junit4:junit4]   2> 2623 T2476 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49919/collection1/
[junit4:junit4]   2> 2623 T2476 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2629 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3659 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3672 T2473 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> 3720 T2476 oasc.ZkController.register We are http://127.0.0.1:49919/collection1/ and leader is http://127.0.0.1:49919/collection1/
[junit4:junit4]   2> 3720 T2476 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49919
[junit4:junit4]   2> 3721 T2476 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3721 T2476 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3721 T2476 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3723 T2476 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3725 T2451 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3725 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3726 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3732 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3737 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6c7754bb
[junit4:junit4]   2> 3738 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3739 T2478 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3740 T2478 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 3740 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49922
[junit4:junit4]   2> 3741 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49922
[junit4:junit4]   2> 3742 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540004 with negotiated timeout 10000 for client /127.0.0.1:49922
[junit4:junit4]   2> 3742 T2478 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540004, negotiated timeout = 10000
[junit4:junit4]   2> 3743 T2479 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c7754bb name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3743 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3744 T2451 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3746 T2451 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3768 T1341 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 3970 T2451 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4030 T2451 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49923
[junit4:junit4]   2> 4039 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4040 T2451 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4040 T2451 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-1359760984802
[junit4:junit4]   2> 4040 T2451 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-1359760984802/solr.xml
[junit4:junit4]   2> 4041 T2451 oasc.CoreContainer.<init> New CoreContainer 2098098709
[junit4:junit4]   2> 4041 T2451 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-1359760984802/'
[junit4:junit4]   2> 4042 T2451 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-1359760984802/'
[junit4:junit4]   2> 4085 T2451 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4086 T2451 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4086 T2451 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4088 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4093 T2451 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4094 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4095 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4095 T2451 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4096 T2451 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4096 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4108 T2451 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4128 T2451 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49916/solr
[junit4:junit4]   2> 4128 T2451 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4129 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@468f5c67
[junit4:junit4]   2> 4131 T2489 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4152 T2489 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 4130 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4156 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49924
[junit4:junit4]   2> 4159 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49924
[junit4:junit4]   2> 4160 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540005 with negotiated timeout 20000 for client /127.0.0.1:49924
[junit4:junit4]   2> 4160 T2489 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540005, negotiated timeout = 20000
[junit4:junit4]   2> 4161 T2490 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@468f5c67 name:ZooKeeperConnection Watcher:127.0.0.1:49916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4161 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4163 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc540005
[junit4:junit4]   2> 4164 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49924 which had sessionid 0x13c9811fc540005
[junit4:junit4]   2> 4164 T2490 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4165 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc540005 closed
[junit4:junit4]   2> 4165 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4170 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@46e55b49
[junit4:junit4]   2> 4173 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4173 T2491 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4174 T2491 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 4175 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49925
[junit4:junit4]   2> 4175 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49925
[junit4:junit4]   2> 4177 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540006 with negotiated timeout 20000 for client /127.0.0.1:49925
[junit4:junit4]   2> 4177 T2491 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540006, negotiated timeout = 20000
[junit4:junit4]   2> 4178 T2492 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46e55b49 name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4178 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4179 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4181 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4182 T2451 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49923_
[junit4:junit4]   2> 4184 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49923_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49923_
[junit4:junit4]   2> 4185 T2451 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49923_
[junit4:junit4]   2> 4187 T2473 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4189 T2479 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4192 T2473 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4195 T2451 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4202 T2493 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-1359760984802/collection1
[junit4:junit4]   2> 4203 T2493 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4204 T2493 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4204 T2493 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4205 T2493 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-1359760984802/collection1/'
[junit4:junit4]   2> 4206 T2493 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-1359760984802/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4207 T2493 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-1359760984802/collection1/lib/README' to classloader
[junit4:junit4]   2> 4270 T2493 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4348 T2493 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4350 T2493 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4356 T2493 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5852 T1358 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 5855 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5856 T2474 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:49919_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49919"}
[junit4:junit4]   2> 5863 T2492 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> 5864 T2473 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> 5864 T2479 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> 5937 T2493 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5948 T2493 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5951 T2493 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5973 T2493 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5979 T2493 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5994 T2493 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5996 T2493 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5998 T2493 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-1359760984802/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/
[junit4:junit4]   2> 5998 T2493 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@455bac23
[junit4:junit4]   2> 5999 T2493 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 6000 T2493 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-1359760981066/jetty1 forceNew:false
[junit4:junit4]   2> 6001 T2493 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-1359760981066/jetty1
[junit4:junit4]   2> 6001 T2493 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/index/
[junit4:junit4]   2> 6001 T2493 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6003 T2493 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-1359760981066/jetty1/index forceNew:false
[junit4:junit4]   2> 6008 T2493 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@48e6ea3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6008 T2493 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6009 T2493 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-1359760981066/jetty1/index
[junit4:junit4]   2> 6009 T2493 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 6012 T2493 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6012 T2493 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 6012 T2493 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6013 T2493 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 6014 T2493 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6014 T2493 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6015 T2493 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6015 T2493 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6016 T2493 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6017 T2493 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 6017 T2493 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 6018 T2493 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6018 T2493 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 6019 T2493 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 6019 T2493 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 6019 T2493 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6020 T2493 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6021 T2493 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6021 T2493 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6022 T2493 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6023 T2493 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6023 T2493 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6024 T2493 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6024 T2493 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6025 T2493 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 6026 T2493 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 6032 T2493 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6036 T2493 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 6038 T2493 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> 6043 T2493 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-1359760981066/jetty1
[junit4:junit4]   2> 6048 T2493 oass.SolrIndexSearcher.<init> Opening Searcher@3b31f9ba main
[junit4:junit4]   2> 6050 T2493 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6051 T2493 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6051 T2493 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 6063 T2493 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 6106 T2494 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b31f9ba main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6116 T2493 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6116 T2493 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7374 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7376 T2474 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:49923_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49923"}
[junit4:junit4]   2> 7378 T2474 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7380 T2474 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7389 T2492 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> 7389 T2473 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> 7389 T2479 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> 8123 T2493 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8123 T2493 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49923 collection:collection1 shard:shard1
[junit4:junit4]   2> 8124 T2493 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8135 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8136 T2493 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8136 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8139 T2493 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8139 T2493 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8140 T2493 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49923/collection1/
[junit4:junit4]   2> 8140 T2493 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8140 T2493 oasc.SyncStrategy.syncToMe http://127.0.0.1:49923/collection1/ has no replicas
[junit4:junit4]   2> 8140 T2493 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49923/collection1/
[junit4:junit4]   2> 8141 T2493 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8146 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8900 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8912 T2492 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> 8917 T2479 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> 8918 T2473 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> 8920 T2493 oasc.ZkController.register We are http://127.0.0.1:49923/collection1/ and leader is http://127.0.0.1:49923/collection1/
[junit4:junit4]   2> 8920 T2493 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49923
[junit4:junit4]   2> 8921 T2493 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8921 T2493 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8921 T2493 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8923 T2493 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8924 T2451 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8925 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8925 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9153 T2451 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9157 T2451 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49926
[junit4:junit4]   2> 9158 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9159 T2451 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9159 T2451 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-1359760989988
[junit4:junit4]   2> 9160 T2451 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-1359760989988/solr.xml
[junit4:junit4]   2> 9160 T2451 oasc.CoreContainer.<init> New CoreContainer 1909075829
[junit4:junit4]   2> 9161 T2451 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-1359760989988/'
[junit4:junit4]   2> 9161 T2451 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-1359760989988/'
[junit4:junit4]   2> 9200 T2451 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 9201 T2451 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9201 T2451 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9202 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9202 T2451 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9203 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9203 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9204 T2451 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9204 T2451 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9205 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9217 T2451 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9244 T2451 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49916/solr
[junit4:junit4]   2> 9245 T2451 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9245 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@28824487
[junit4:junit4]   2> 9246 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9247 T2504 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9249 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49927
[junit4:junit4]   2> 9250 T2504 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 9250 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49927
[junit4:junit4]   2> 9251 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540007 with negotiated timeout 20000 for client /127.0.0.1:49927
[junit4:junit4]   2> 9251 T2504 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540007, negotiated timeout = 20000
[junit4:junit4]   2> 9252 T2505 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28824487 name:ZooKeeperConnection Watcher:127.0.0.1:49916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9252 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9254 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc540007
[junit4:junit4]   2> 9255 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49927 which had sessionid 0x13c9811fc540007
[junit4:junit4]   2> 9255 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc540007 closed
[junit4:junit4]   2> 9256 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 9260 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@302bdd12
[junit4:junit4]   2> 9261 T2505 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9262 T2506 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9263 T2506 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 9264 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49928
[junit4:junit4]   2> 9264 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49928
[junit4:junit4]   2> 9269 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540008 with negotiated timeout 20000 for client /127.0.0.1:49928
[junit4:junit4]   2> 9269 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9270 T2506 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540008, negotiated timeout = 20000
[junit4:junit4]   2> 9270 T2507 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@302bdd12 name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9270 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9271 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9272 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9274 T2451 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49926_
[junit4:junit4]   2> 9274 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49926_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49926_
[junit4:junit4]   2> 9275 T2451 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49926_
[junit4:junit4]   2> 9278 T2492 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> 9278 T2473 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> 9280 T2479 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9280 T2479 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> 9283 T2492 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9283 T2473 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9289 T2451 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9296 T2508 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-1359760989988/collection1
[junit4:junit4]   2> 9296 T2508 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9297 T2508 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9298 T2508 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9299 T2508 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-1359760989988/collection1/'
[junit4:junit4]   2> 9300 T2508 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-1359760989988/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9300 T2508 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-1359760989988/collection1/lib/README' to classloader
[junit4:junit4]   2> 9352 T2508 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9421 T2508 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9423 T2508 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9429 T2508 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10029 T2508 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10037 T2508 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10041 T2508 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10068 T2508 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10069 T1362 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 10076 T2508 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10083 T2508 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10085 T2508 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10087 T2508 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-1359760989988/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/
[junit4:junit4]   2> 10088 T2508 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@455bac23
[junit4:junit4]   2> 10089 T2508 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10090 T2508 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-1359760981066/jetty2 forceNew:false
[junit4:junit4]   2> 10090 T2508 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-1359760981066/jetty2
[junit4:junit4]   2> 10090 T2508 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/index/
[junit4:junit4]   2> 10091 T2508 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10092 T2508 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-1359760981066/jetty2/index forceNew:false
[junit4:junit4]   2> 10098 T2508 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@581ada72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10098 T2508 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10099 T2508 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-1359760981066/jetty2/index
[junit4:junit4]   2> 10099 T2508 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10102 T2508 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10102 T2508 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10102 T2508 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10103 T2508 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10103 T2508 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10104 T2508 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10104 T2508 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10105 T2508 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10106 T2508 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10106 T2508 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10107 T2508 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10108 T2508 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10108 T2508 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10108 T2508 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10109 T2508 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10110 T2508 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10110 T2508 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10112 T2508 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10115 T2508 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10117 T2508 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10117 T2508 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10118 T2508 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10119 T2508 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10121 T2508 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10121 T2508 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10122 T2508 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10128 T2508 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10131 T2508 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10133 T2508 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> 10135 T2508 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-1359760981066/jetty2
[junit4:junit4]   2> 10136 T2508 oass.SolrIndexSearcher.<init> Opening Searcher@632100d4 main
[junit4:junit4]   2> 10137 T2508 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10138 T2508 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10138 T2508 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10143 T2508 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10177 T2509 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@632100d4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10193 T2508 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10193 T2508 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10420 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10421 T2474 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:49923_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49923"}
[junit4:junit4]   2> 10425 T2474 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:49926_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49926"}
[junit4:junit4]   2> 10426 T2474 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10426 T2474 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10431 T2492 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> 10432 T2473 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> 10432 T2507 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> 10432 T2479 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> 11200 T2508 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11201 T2508 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49926 collection:collection1 shard:shard2
[junit4:junit4]   2> 11202 T2508 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11211 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540008 type:delete cxid:0x42 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11212 T2508 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11213 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540008 type:create cxid:0x43 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11215 T2508 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11216 T2508 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11216 T2508 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49926/collection1/
[junit4:junit4]   2> 11217 T2508 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11217 T2508 oasc.SyncStrategy.syncToMe http://127.0.0.1:49926/collection1/ has no replicas
[junit4:junit4]   2> 11217 T2508 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49926/collection1/
[junit4:junit4]   2> 11217 T2508 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11222 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc540008 type:create cxid:0x4c zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11945 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11958 T2492 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> 11958 T2473 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> 11958 T2507 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> 11959 T2479 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> 12007 T2508 oasc.ZkController.register We are http://127.0.0.1:49926/collection1/ and leader is http://127.0.0.1:49926/collection1/
[junit4:junit4]   2> 12008 T2508 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49926
[junit4:junit4]   2> 12008 T2508 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12009 T2508 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12009 T2508 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12011 T2508 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12013 T2451 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12014 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12014 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12228 T2451 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12232 T2451 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49929
[junit4:junit4]   2> 12233 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12234 T2451 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12234 T2451 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-1359760993078
[junit4:junit4]   2> 12235 T2451 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-1359760993078/solr.xml
[junit4:junit4]   2> 12235 T2451 oasc.CoreContainer.<init> New CoreContainer 415825597
[junit4:junit4]   2> 12236 T2451 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-1359760993078/'
[junit4:junit4]   2> 12236 T2451 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-1359760993078/'
[junit4:junit4]   2> 12273 T2451 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12274 T2451 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12274 T2451 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12275 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12276 T2451 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12277 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12277 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12278 T2451 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12278 T2451 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12279 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12291 T2451 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12311 T2451 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49916/solr
[junit4:junit4]   2> 12311 T2451 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12312 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7043bfdb
[junit4:junit4]   2> 12314 T2519 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12321 T2519 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 12323 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49930
[junit4:junit4]   2> 12323 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12323 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49930
[junit4:junit4]   2> 12325 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc540009 with negotiated timeout 20000 for client /127.0.0.1:49930
[junit4:junit4]   2> 12325 T2519 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc540009, negotiated timeout = 20000
[junit4:junit4]   2> 12326 T2520 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7043bfdb name:ZooKeeperConnection Watcher:127.0.0.1:49916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12326 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12328 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc540009
[junit4:junit4]   2> 12329 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49930 which had sessionid 0x13c9811fc540009
[junit4:junit4]   2> 12329 T2520 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12329 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc540009 closed
[junit4:junit4]   2> 12330 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12335 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@45d9ed30
[junit4:junit4]   2> 12338 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12339 T2521 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12340 T2521 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 12340 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49931
[junit4:junit4]   2> 12341 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49931
[junit4:junit4]   2> 12342 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc54000a with negotiated timeout 20000 for client /127.0.0.1:49931
[junit4:junit4]   2> 12343 T2521 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc54000a, negotiated timeout = 20000
[junit4:junit4]   2> 12343 T2522 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45d9ed30 name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12343 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12344 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc54000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12345 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc54000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12347 T2451 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49929_
[junit4:junit4]   2> 12348 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc54000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49929_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49929_
[junit4:junit4]   2> 12348 T2451 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49929_
[junit4:junit4]   2> 12352 T2492 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> 12352 T2473 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> 12354 T2479 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12354 T2479 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> 12354 T2507 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12355 T2507 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> 12360 T2492 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12360 T2473 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12363 T2451 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12371 T2523 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-1359760993078/collection1
[junit4:junit4]   2> 12371 T2523 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12372 T2523 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12372 T2523 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12374 T2523 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-1359760993078/collection1/'
[junit4:junit4]   2> 12375 T2523 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-1359760993078/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12375 T2523 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-1359760993078/collection1/lib/README' to classloader
[junit4:junit4]   2> 12428 T2523 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12497 T2523 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12498 T2523 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12504 T2523 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13213 T2523 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13230 T2523 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13234 T2523 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13254 T2523 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13259 T2523 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13266 T2523 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13269 T2523 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13270 T2523 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-1359760993078/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/
[junit4:junit4]   2> 13271 T2523 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@455bac23
[junit4:junit4]   2> 13271 T2523 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13272 T2523 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-1359760981066/jetty3 forceNew:false
[junit4:junit4]   2> 13273 T2523 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-1359760981066/jetty3
[junit4:junit4]   2> 13273 T2523 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index/
[junit4:junit4]   2> 13274 T2523 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13274 T2523 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-1359760981066/jetty3/index forceNew:false
[junit4:junit4]   2> 13280 T2523 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3c0182; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13280 T2523 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13281 T2523 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-1359760981066/jetty3/index
[junit4:junit4]   2> 13282 T2523 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13285 T2523 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13290 T2523 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13290 T2523 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13290 T2523 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13291 T2523 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13291 T2523 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13291 T2523 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13292 T2523 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13292 T2523 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13293 T2523 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13293 T2523 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13294 T2523 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13294 T2523 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13294 T2523 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13295 T2523 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13295 T2523 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13296 T2523 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13296 T2523 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13297 T2523 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13297 T2523 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13298 T2523 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13298 T2523 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13302 T2523 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13303 T2523 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13304 T2523 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13304 T2523 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13322 T2523 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13325 T2523 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13327 T2523 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> 13329 T2523 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-1359760981066/jetty3
[junit4:junit4]   2> 13331 T2523 oass.SolrIndexSearcher.<init> Opening Searcher@36916760 main
[junit4:junit4]   2> 13332 T2523 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13332 T2523 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13332 T2523 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13338 T2523 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13383 T2524 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36916760 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13391 T2523 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13392 T2523 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13474 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13476 T2474 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:49926_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49926"}
[junit4:junit4]   2> 13483 T2474 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:49929_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49929"}
[junit4:junit4]   2> 13483 T2474 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13483 T2474 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 13489 T2492 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> 13489 T2473 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> 13490 T2522 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> 13490 T2507 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> 13490 T2479 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> 14400 T2523 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14401 T2523 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49929 collection:collection1 shard:shard1
[junit4:junit4]   2> 14406 T2523 oasc.ZkController.register We are http://127.0.0.1:49929/collection1/ and leader is http://127.0.0.1:49923/collection1/
[junit4:junit4]   2> 14406 T2523 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49929
[junit4:junit4]   2> 14406 T2523 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14407 T2523 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C168 name=collection1 org.apache.solr.core.SolrCore@105afc7 url=http://127.0.0.1:49929/collection1 node=127.0.0.1:49929_ C168_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49929_, base_url=http://127.0.0.1:49929}
[junit4:junit4]   2> 14407 T2525 C168 P49929 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14408 T2523 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14409 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14409 T2525 C168 P49929 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14409 T2525 C168 P49929 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14410 T2451 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14411 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14411 T2525 C168 P49929 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14411 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14641 T2451 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14645 T2451 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49933
[junit4:junit4]   2> 14653 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14654 T2451 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14655 T2451 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-1359760995474
[junit4:junit4]   2> 14655 T2451 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-1359760995474/solr.xml
[junit4:junit4]   2> 14656 T2451 oasc.CoreContainer.<init> New CoreContainer 1640829613
[junit4:junit4]   2> 14656 T2451 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-1359760995474/'
[junit4:junit4]   2> 14657 T2451 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-1359760995474/'
[junit4:junit4]   2> 14691 T2451 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 14692 T2451 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14692 T2451 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14693 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14693 T2451 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14693 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14694 T2451 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14694 T2451 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14695 T2451 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14695 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14704 T2451 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14719 T2451 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49916/solr
[junit4:junit4]   2> 14720 T2451 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14720 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7368e7f0
[junit4:junit4]   2> 14722 T2535 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14722 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14732 T2535 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 14732 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49934
[junit4:junit4]   2> 14733 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49934
[junit4:junit4]   2> 14734 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc54000b with negotiated timeout 20000 for client /127.0.0.1:49934
[junit4:junit4]   2> 14734 T2535 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc54000b, negotiated timeout = 20000
[junit4:junit4]   2> 14735 T2536 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7368e7f0 name:ZooKeeperConnection Watcher:127.0.0.1:49916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14736 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14738 T2456 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9811fc54000b
[junit4:junit4]   2> 14739 T2453 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49934 which had sessionid 0x13c9811fc54000b
[junit4:junit4]   2> 14740 T2536 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14740 T2451 oaz.ZooKeeper.close Session: 0x13c9811fc54000b closed
[junit4:junit4]   2> 14741 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 14746 T2451 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49916/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c635e4e
[junit4:junit4]   2> 14748 T2537 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49916. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14748 T2537 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49916, initiating session
[junit4:junit4]   2> 14749 T2453 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49935
[junit4:junit4]   2> 14750 T2453 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49935
[junit4:junit4]   2> 14751 T2455 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9811fc54000c with negotiated timeout 20000 for client /127.0.0.1:49935
[junit4:junit4]   2> 14751 T2537 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49916, sessionid = 0x13c9811fc54000c, negotiated timeout = 20000
[junit4:junit4]   2> 14750 T2451 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14752 T2538 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c635e4e name:ZooKeeperConnection Watcher:127.0.0.1:49916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14753 T2451 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14754 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc54000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14755 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc54000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14756 T2451 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49933_
[junit4:junit4]   2> 14757 T2456 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9811fc54000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49933_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49933_
[junit4:junit4]   2> 14758 T2451 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49933_
[junit4:junit4]   2> 14761 T2492 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> 14761 T2473 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> 14763 T2522 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14764 T2522 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> 14764 T2507 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14764 T2479 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14764 T2507 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> 14765 T2479 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> 14768 T2473 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14768 T2492 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14774 T2451 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14782 T2539 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-1359760995474/collection1
[junit4:junit4]   2> 14783 T2539 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14784 T2539 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14784 T2539 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14786 T2539 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-1359760995474/collection1/'
[junit4:junit4]   2> 14787 T2539 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-1359760995474/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14787 T2539 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-1359760995474/collection1/lib/README' to classloader
[junit4:junit4]   2> 14838 T2539 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14955 T2539 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14957 T2539 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14968 T2539 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15012 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15014 T2474 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:49929_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49929"}
[junit4:junit4]   2> 15032 T2492 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> 15032 T2473 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> 15032 T2538 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> 15033 T2522 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> 15033 T2507 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> 15033 T2479 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> 15733 T2539 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15742 T2539 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15746 T2539 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15765 T2539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15770 T2539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15775 T2539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15776 T2539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15783 T2539 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-1359760995474/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/
[junit4:junit4]   2> 15783 T2539 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@455bac23
[junit4:junit4]   2> 15784 T2539 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 15786 T2539 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-1359760981066/jetty4 forceNew:false
[junit4:junit4]   2> 15786 T2539 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-1359760981066/jetty4
[junit4:junit4]   2> 15787 T2539 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index/
[junit4:junit4]   2> 15787 T2539 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15788 T2539 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-1359760981066/jetty4/index forceNew:false
[junit4:junit4]   2> 15794 T2539 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7de8427f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15794 T2539 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15795 T2539 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-1359760981066/jetty4/index
[junit4:junit4]   2> 15795 T2539 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15797 T2539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15798 T2539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15798 T2539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15798 T2539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15799 T2539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15799 T2539 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15800 T2539 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15800 T2539 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15801 T2539 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15801 T2539 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15802 T2539 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15802 T2539 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15803 T2539 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15803 T2539 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15804 T2539 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15804 T2539 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15805 T2539 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15805 T2539 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15806 T2539 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15807 T2539 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15807 T2539 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15808 T2539 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15808 T2539 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15809 T2539 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15810 T2539 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15810 T2539 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15816 T2539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15820 T2539 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15822 T2539 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> 15825 T2539 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-1359760981066/jetty4
[junit4:junit4]   2> 15826 T2539 oass.SolrIndexSearcher.<init> Opening Searcher@55e5068f main
[junit4:junit4]   2> 15827 T2539 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15827 T2539 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15828 T2539 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15835 T2539 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15879 T2540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55e5068f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15885 T1377 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 15888 T2539 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15889 T2539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16549 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16550 T2474 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:49933_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49933"}
[junit4:junit4]   2> 16551 T2474 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16551 T2474 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16558 T2492 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> 16558 T2473 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> 16559 T2522 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> 16559 T2507 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> 16559 T2479 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> 16560 T2538 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> 16892 T2539 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16892 T2539 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49933 collection:collection1 shard:shard2
[junit4:junit4]   2> 16896 T2539 oasc.ZkController.register We are http://127.0.0.1:49933/collection1/ and leader is http://127.0.0.1:49926/collection1/
[junit4:junit4]   2> 16897 T2539 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49933
[junit4:junit4]   2> 16897 T2539 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16897 T2539 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C169 name=collection1 org.apache.solr.core.SolrCore@64f07099 url=http://127.0.0.1:49933/collection1 node=127.0.0.1:49933_ C169_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49933_, base_url=http://127.0.0.1:49933}
[junit4:junit4]   2> 16898 T2541 C169 P49933 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16899 T2539 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16900 T2451 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16902 T2451 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16903 T2451 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16903 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16903 T2541 C169 P49933 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16904 T2541 C169 P49933 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16911 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16913 T2451 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16914 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16915 T2541 C169 P49933 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C168_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49929_, base_url=http://127.0.0.1:49929}
[junit4:junit4]   2> 17425 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49923/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 17426 T2525 C168 P49929 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49929 START replicas=[http://127.0.0.1:49923/collection1/] nUpdates=100
[junit4:junit4]   2> 17426 T2525 C168 P49929 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 17427 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 17427 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 17427 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 17427 T2525 C168 P49929 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 17428 T2525 C168 P49929 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49923/collection1/. core=collection1
[junit4:junit4]   2> 17428 T2525 C168 P49929 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C170 name=collection1 org.apache.solr.core.SolrCore@4e4efbd9 url=http://127.0.0.1:49923/collection1 node=127.0.0.1:49923_ C170_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49923_, base_url=http://127.0.0.1:49923, leader=true}
[junit4:junit4]   2> 17460 T2487 C170 P49923 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17464 T2487 C170 P49923 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-1359760981066/jetty1
[junit4:junit4]   2> 17465 T2484 C170 P49923 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 17469 T2487 C170 P49923 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@48e6ea3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17470 T2487 C170 P49923 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17474 T2487 C170 P49923 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@48e6ea3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@48e6ea3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17476 T2487 C170 P49923 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17478 T2487 C170 P49923 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-1359760981066/jetty1
[junit4:junit4]   2> 17479 T2487 C170 P49923 oass.SolrIndexSearcher.<init> Opening Searcher@7ae5954 realtime
[junit4:junit4]   2> 17479 T2487 C170 P49923 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17480 T2487 C170 P49923 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> 17484 T2525 C168 P49929 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17484 T2525 C168 P49929 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 17489 T2486 C170 P49923 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17490 T2486 C170 P49923 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 17490 T2525 C168 P49929 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 17491 T2525 C168 P49929 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 17491 T2525 C168 P49929 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 17493 T2488 C170 P49923 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-1359760981066/jetty1
[junit4:junit4]   2> 17494 T2488 C170 P49923 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-1359760981066/jetty1/index
[junit4:junit4]   2> 17494 T2488 C170 P49923 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 17494 T2525 C168 P49929 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 17495 T2525 C168 P49929 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-1359760981066/jetty3/index.20130202092318550 forceNew:false
[junit4:junit4]   2> 17496 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17497 T2525 C168 P49929 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index.20130202092318550 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a80b378; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 17500 T2483 C170 P49923 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17502 T2525 C168 P49929 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-1359760981066/jetty3/index
[junit4:junit4]   2> 17502 T2525 C168 P49929 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 17502 T2525 C168 P49929 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130202092318550
[junit4:junit4]   2> 17504 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17504 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17505 T2525 C168 P49929 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index.20130202092318550
[junit4:junit4]   2> 17508 T2525 C168 P49929 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index.20130202092318550 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a80b378; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17509 T2525 C168 P49929 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17510 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17510 T2525 C168 P49929 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 17510 T2525 C168 P49929 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 17510 T2525 C168 P49929 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 17511 T2525 C168 P49929 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-1359760981066/jetty3/index.20130202092318550
[junit4:junit4]   2> 17511 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17513 T2525 C168 P49929 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index.20130202092318550 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a80b378; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17513 T2525 C168 P49929 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17514 T2525 C168 P49929 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 17514 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17514 T2525 C168 P49929 oass.SolrIndexSearcher.<init> Opening Searcher@5fd5714c main
[junit4:junit4]   2> 17516 T2524 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5fd5714c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 17516 T2524 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-1359760981066/jetty3/index
[junit4:junit4]   2> 17516 T2525 C168 P49929 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17518 T2525 C168 P49929 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index.20130202092318550 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a80b378; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty3/index.20130202092318550 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a80b378; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 17518 T2525 C168 P49929 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 17519 T2525 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 17520 T2525 C168 P49929 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17520 T2525 C168 P49929 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-1359760981066/jetty3/index.20130202092318550
[junit4:junit4]   2> 17520 T2525 C168 P49929 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-1359760981066/jetty3/index
[junit4:junit4]   2> 17520 T2525 C168 P49929 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 17520 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 17521 T2525 C168 P49929 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17521 T2525 C168 P49929 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17555 T2525 C168 P49929 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17917 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18077 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18078 T2474 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:49933_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49933"}
[junit4:junit4]   2> 18082 T2474 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:49929_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49929"}
[junit4:junit4]   2> 18088 T2492 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> 18088 T2473 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> 18089 T2522 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> 18089 T2507 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> 18089 T2479 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> 18094 T2538 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> 18921 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19930 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20425 T1392 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2>  C169_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49933_, base_url=http://127.0.0.1:49933}
[junit4:junit4]   2> 20933 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49926/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20934 T2541 C169 P49933 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49933 START replicas=[http://127.0.0.1:49926/collection1/] nUpdates=100
[junit4:junit4]   2> 20934 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20934 T2541 C169 P49933 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20934 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20935 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20935 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20935 T2541 C169 P49933 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20935 T2541 C169 P49933 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49926/collection1/. core=collection1
[junit4:junit4]   2> 20935 T2541 C169 P49933 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C171 name=collection1 org.apache.solr.core.SolrCore@504f1004 url=http://127.0.0.1:49926/collection1 node=127.0.0.1:49926_ C171_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49926_, base_url=http://127.0.0.1:49926, leader=true}
[junit4:junit4]   2> 20944 T2498 C171 P49926 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20946 T2499 C171 P49926 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20946 T2498 C171 P49926 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-1359760981066/jetty2
[junit4:junit4]   2> 20950 T2498 C171 P49926 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@581ada72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20951 T2498 C171 P49926 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20953 T2498 C171 P49926 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@581ada72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@581ada72; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20954 T2498 C171 P49926 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20955 T2498 C171 P49926 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-1359760981066/jetty2
[junit4:junit4]   2> 20955 T2498 C171 P49926 oass.SolrIndexSearcher.<init> Opening Searcher@de7b7b5 realtime
[junit4:junit4]   2> 20956 T2498 C171 P49926 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20956 T2498 C171 P49926 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 20957 T2541 C169 P49933 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20958 T2541 C169 P49933 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20961 T2502 C171 P49926 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20962 T2502 C171 P49926 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20963 T2541 C169 P49933 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20963 T2541 C169 P49933 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20963 T2541 C169 P49933 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20966 T2497 C171 P49926 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-1359760981066/jetty2
[junit4:junit4]   2> 20966 T2497 C171 P49926 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-1359760981066/jetty2/index
[junit4:junit4]   2> 20967 T2497 C171 P49926 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20968 T2541 C169 P49933 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20969 T2541 C169 P49933 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-1359760981066/jetty4/index.20130202092322023 forceNew:false
[junit4:junit4]   2> 20969 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 20970 T2541 C169 P49933 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index.20130202092322023 lockFactory=org.apache.lucene.store.NativeFSLockFactory@558f15ed; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 20973 T2500 C171 P49926 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20975 T2541 C169 P49933 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-1359760981066/jetty4/index
[junit4:junit4]   2> 20976 T2541 C169 P49933 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20976 T2541 C169 P49933 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130202092322023
[junit4:junit4]   2> 20978 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 20978 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 20979 T2541 C169 P49933 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index.20130202092322023
[junit4:junit4]   2> 20982 T2541 C169 P49933 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index.20130202092322023 lockFactory=org.apache.lucene.store.NativeFSLockFactory@558f15ed; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20983 T2541 C169 P49933 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20985 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 20985 T2541 C169 P49933 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20985 T2541 C169 P49933 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20986 T2541 C169 P49933 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20986 T2541 C169 P49933 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-1359760981066/jetty4/index.20130202092322023
[junit4:junit4]   2> 20987 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 20990 T2541 C169 P49933 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index.20130202092322023 lockFactory=org.apache.lucene.store.NativeFSLockFactory@558f15ed; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20993 T2541 C169 P49933 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20995 T2541 C169 P49933 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20996 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 20996 T2541 C169 P49933 oass.SolrIndexSearcher.<init> Opening Searcher@f47cc70 main
[junit4:junit4]   2> 20998 T2540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f47cc70 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20999 T2540 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-1359760981066/jetty4/index
[junit4:junit4]   2> 21000 T2541 C169 P49933 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 21002 T2541 C169 P49933 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index.20130202092322023 lockFactory=org.apache.lucene.store.NativeFSLockFactory@558f15ed; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/jetty4/index.20130202092322023 lockFactory=org.apache.lucene.store.NativeFSLockFactory@558f15ed; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 21002 T2541 C169 P49933 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 21003 T2541 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 21004 T2541 C169 P49933 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21004 T2541 C169 P49933 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-1359760981066/jetty4/index.20130202092322023
[junit4:junit4]   2> 21005 T2541 C169 P49933 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-1359760981066/jetty4/index
[junit4:junit4]   2> 21005 T2541 C169 P49933 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 21005 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 21005 T2541 C169 P49933 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 21005 T2541 C169 P49933 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21007 T2541 C169 P49933 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21106 T2474 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21108 T2474 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:49933_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49933"}
[junit4:junit4]   2> 21113 T2492 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> 21114 T2473 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> 21114 T2538 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> 21114 T2522 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> 21114 T2507 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> 21115 T2479 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> 21937 T2451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21939 T2451 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C172 name=collection1 org.apache.solr.core.SolrCore@5052a70e url=http://127.0.0.1:49919/collection1 node=127.0.0.1:49919_ C172_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49919_, base_url=http://127.0.0.1:49919, leader=true}
[junit4:junit4]   2> 21950 T2466 C172 P49919 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-1359760981066/control/data
[junit4:junit4]   2> 21955 T2466 C172 P49919 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359760981066/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@39741482; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21956 T2466 C172 P49919 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21959 T2466 C172 P49919 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-1359760981066/control/data
[junit4:junit4]   2> 21959 T2466 C172 P49919 oass.SolrIndexSearcher.<init> Opening Searcher@54f0fb5b realtime
[junit4:junit4]   2> 21960 T2466 C172 P49919 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425812753485922304)} 0 12
[junit4:junit4]   2> 21965 T2488 C170 P49923 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-1359760981066/jetty1
[junit4:junit4]   2> 21990 T2501 C171 P49926 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-1359760981066/jetty2
[junit4:junit4]   2>  C168_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49929_, base_url=http://127.0.0.1:49929}
[junit4:junit4]   2> 22002 T2513 C168 P49929 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-1359760981066/jetty3
[junit4:junit4]   2> 22004 T2513 C168 P49929 /update {update.distrib=FROMLEADER&_version_=-1425812753500602368&update.from=http://127.0.0.1:49923/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425812753500602368)} 0 5
[junit4:junit4]   2>  C169_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49933_, base_url=http://127.0.0.1:49933}
[junit4:junit4]   2> 22008 T2534 C169 P49933 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-1359760981066/jetty4
[junit4:junit4]   2> 22010 T2534 C169 P49933 /update {update.distrib=FROMLEADER&_version_=-1425812753525768192&update.from=http://127.0.0.1:49926/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425812753525768192)} 0 4
[junit4:junit4]   2> 22011 T2501 C171 P49926 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1425812753525768192)} 0 24
[junit4:junit4]   2> 22012 T2488 C170 P49923 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425812753500602368)} 0 49
[junit4:junit4]   2> 22022 T2467 C172 P49919 /update {wt=javabin&version=2} {add=[1 (1425812753558274048)]} 0 5
[junit4:junit4]   2> 22042 T2514 C168 P49929 /update {distrib.from=http://127.0.0.1:49923/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1425812753570856960)]} 0 5
[junit4:junit4]   2> 22045 T2483 C170 P49923 /update {distrib.from=http://127.0.0.1:49926/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1425812753570856960)]} 0 15
[junit4:junit4]   2> 22047 T2502 C171 P49926 /update {wt=javabin&version=2} {add=[1]} 0 21
[junit4:junit4]   2> 22056 T2468 C172 P49919 /update {wt=javabin&version=2} {add=[2 (1425812753597071360)]} 0 4
[junit4:junit4]   2> 22072 T2530 C169 P49933 /update {distrib.from=http://127.0.0.1:49926/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1425812753603362816)]} 0 4
[junit4:junit4]   2> 22073 T2497 C171 P49926 /update {wt=javabin&version=2} {add=[2 (1425812753603362816)]} 0 13
[junit4:junit4]   2> 22077 T2469 C172 P49919 /update {wt=javabin&version=2} {add=[3 (1425812753619091456)]} 0 1
[junit4:junit4]   2> 22086 T2531 C169 P49933 /update {distrib.from=http://127.0.0.1:49926/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1425812753625382912)]} 0 1
[junit4:junit4]   2> 22087 T2500 C171

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

opertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 370776 T2451 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_f1=PostingsFormat(name=MockRandom), foo_b=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), cat=PostingsFormat(name=Lucene41WithOrds), foo_d=PostingsFormat(name=SimpleText), foo_f=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), n_tl1=PostingsFormat(name=MockRandom), n_d1=PostingsFormat(name=Lucene41WithOrds), rnd_b=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=Lucene41WithOrds), n_td1=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=SimpleText), range_facet_sl=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), range_facet_si=PostingsFormat(name=MockRandom), oddField_s=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), sequence_i=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), name=PostingsFormat(name=SimpleText), foo_i=PostingsFormat(name=MockRandom), regex_dup_B_s=PostingsFormat(name=Lucene41WithOrds), multiDefault=PostingsFormat(name=MockRandom), n_tf1=PostingsFormat(name=Lucene41WithOrds), n_dt1=PostingsFormat(name=MockRandom), genre_s=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), author_t=PostingsFormat(name=MockRandom), n_ti1=PostingsFormat(name=SimpleText), range_facet_l=PostingsFormat(name=Lucene41WithOrds), text=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), _version_=PostingsFormat(name=Lucene41WithOrds), val_i=PostingsFormat(name=SimpleText), SubjectTerms_mfacet=PostingsFormat(name=Lucene41WithOrds), series_t=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=Lucene41WithOrds), n_tdt1=PostingsFormat(name=Lucene41WithOrds), regex_dup_A_s=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), price=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183), other_tl1=PostingsFormat(name=Lucene41WithOrds), n_l1=PostingsFormat(name=Lucene41WithOrds), a_si=PostingsFormat(name=MockRandom), inStock=Pulsing41(freqCutoff=1 minBlockSize=58 maxBlockSize=183)}, sim=DefaultSimilarity, locale=es_HN, timezone=Asia/Yakutsk
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=1,free=118563232,total=329318400
[junit4:junit4]   2> NOTE: All tests run in this JVM: [MBeansHandlerTest, TestLRUCache, XmlUpdateRequestHandlerTest, PrimitiveFieldTypeTest, TestDFRSimilarityFactory, LeaderElectionTest, TestWordDelimiterFilterFactory, TestStressVersions, SolrCoreCheckLockOnStartupTest, CoreAdminHandlerTest, IndexSchemaTest, TestSolrDeletionPolicy1, TestQueryUtils, BadComponentTest, TestFastWriter, TestReversedWildcardFilterFactory, TermsComponentTest, AlternateDirectoryTest, IndexSchemaRuntimeFieldTest, TestQuerySenderListener, TestSolrIndexConfig, QueryEqualityTest, NoCacheHeaderTest, SynonymTokenizerTest, TimeZoneUtilsTest, SystemInfoHandlerTest, DebugComponentTest, TestLMJelinekMercerSimilarityFactory, UUIDFieldTest, TestWriterPerf, FileUtilsTest, SimpleFacetsTest, TestBM25SimilarityFactory, TestSolrJ, CircularListTest, TestSurroundQueryParser, TestSolr4Spatial, TestSolrDeletionPolicy2, TestMultiCoreConfBootstrap, TestSolrXMLSerializer, DOMUtilTest, TestDistributedSearch, DistanceFunctionTest, SoftAutoCommitTest, DefaultValueUpdateProcessorTest, SpellCheckComponentTest, TestValueSourceCache, DirectSolrSpellCheckerTest, SearchHandlerTest, PingRequestHandlerTest, TestSystemIdResolver, TestPerFieldSimilarity, PrimUtilsTest, TestAtomicUpdateErrorCases, TestCollationField, DisMaxRequestHandlerTest, TestMergePolicyConfig, TestFoldingMultitermQuery, TestAnalyzedSuggestions, SyncSliceTest, TestDefaultSimilarityFactory, TestDocumentBuilder, CacheHeaderTest, SolrInfoMBeanTest, LukeRequestHandlerTest, MinimalSchemaTest, EchoParamsTest, TestPostingsSolrHighlighter, TestBinaryField, CoreContainerCoreInitFailuresTest, IndexBasedSpellCheckerTest, ZkNodePropsTest, TestCodecSupport, TestPluginEnable, QueryElevationComponentTest, QueryParsingTest, TestJmxIntegration, TestFastOutputStream, SuggesterTSTTest, SolrPluginUtilsTest, RegexBoostProcessorTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestStressReorder, XsltUpdateRequestHandlerTest, TestQuerySenderNoQuery, SolrIndexConfigTest, TestOmitPositions, ConvertedLegacyTest, TestFunctionQuery, RequestHandlersTest, SuggesterFSTTest, TestBadConfig, TestDistributedGrouping, TestSolrQueryParser, TestSuggestSpellingConverter, TestStressRecovery, TestFuzzyAnalyzedSuggestions, BasicDistributedZk2Test, HardAutoCommitTest, SolrCoreTest, PreAnalyzedFieldTest, TestSearchPerf, OverseerTest, ZkSolrClientTest, BadIndexSchemaTest, ShardRoutingCustomTest, JSONWriterTest, StandardRequestHandlerTest, TestXIncludeConfig, TestReload, TestLFUCache, RecoveryZkTest, TestPartialUpdateDeduplication, CollectionsAPIDistributedZkTest, HighlighterTest, NotRequiredUniqueKeyTest, TestIndexingPerformance, SuggesterWFSTTest, DistributedTermsComponentTest, TestJoin, TestSort, BasicDistributedZkTest]
[junit4:junit4] Completed in 371.17s, 1 test, 1 failure <<< FAILURES!

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

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