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

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

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

All tests passed

Build Log:
[...truncated 29905 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:305: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:120: The following files are missing svn:eol-style (or binary svn:mime-type):
* solr/core/src/java/org/apache/solr/cloud/OverseerSolrResponse.java

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



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

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

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

Error Message:
Captured an uncaught exception in thread: Thread[id=2529, name=testExecutor-1983-thread-5, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2529, name=testExecutor-1983-thread-5, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49733
	at __randomizedtesting.SeedInfo.seed([62EC58CEA38E8895]: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:49733
	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 9027 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T2204 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T2204 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-1359152219248
[junit4:junit4]   2> 5 T2204 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T2205 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 7 T2205 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 7 T2205 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 8 T2205 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T2205 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T2205 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-1359152219247/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T2204 oasc.ZkTestServer.run start zk server on port:49720
[junit4:junit4]   2> 107 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b25aa64
[junit4:junit4]   2> 108 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T2210 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T2210 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 110 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49721
[junit4:junit4]   2> 112 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49721
[junit4:junit4]   2> 114 T2208 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 119 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760000 with negotiated timeout 10000 for client /127.0.0.1:49721
[junit4:junit4]   2> 119 T2210 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760000, negotiated timeout = 10000
[junit4:junit4]   2> 120 T2211 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b25aa64 name:ZooKeeperConnection Watcher:127.0.0.1:49720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 120 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 121 T2204 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 126 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c904760000
[junit4:junit4]   2> 128 T2211 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T2204 oaz.ZooKeeper.close Session: 0x13c73c904760000 closed
[junit4:junit4]   2> 129 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49721 which had sessionid 0x13c73c904760000
[junit4:junit4]   2> 129 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6675e0ee
[junit4:junit4]   2> 131 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 131 T2212 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 132 T2212 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 133 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49722
[junit4:junit4]   2> 133 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49722
[junit4:junit4]   2> 135 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760001 with negotiated timeout 10000 for client /127.0.0.1:49722
[junit4:junit4]   2> 135 T2212 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760001, negotiated timeout = 10000
[junit4:junit4]   2> 135 T2213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6675e0ee name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 136 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 136 T2204 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 142 T2204 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 147 T2204 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 154 T2204 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 159 T2204 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> 159 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 165 T2204 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> 166 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 172 T2204 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> 172 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 177 T2204 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> 178 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 183 T2204 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> 184 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 189 T2204 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> 189 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 194 T2204 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 195 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 199 T2204 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> 200 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 206 T2204 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 207 T2204 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 213 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c904760001
[junit4:junit4]   2> 214 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49722 which had sessionid 0x13c73c904760001
[junit4:junit4]   2> 214 T2213 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 214 T2204 oaz.ZooKeeper.close Session: 0x13c73c904760001 closed
[junit4:junit4]   2> 396 T2204 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 406 T2204 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49723
[junit4:junit4]   2> 407 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 408 T2204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 409 T2204 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-1359152219458
[junit4:junit4]   2> 410 T2204 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-1359152219458/solr.xml
[junit4:junit4]   2> 410 T2204 oasc.CoreContainer.<init> New CoreContainer 1111402137
[junit4:junit4]   2> 411 T2204 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-1359152219458/'
[junit4:junit4]   2> 412 T2204 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-1359152219458/'
[junit4:junit4]   2> 448 T2204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 449 T2204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 451 T2204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 451 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 452 T2204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 452 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 453 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 453 T2204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 454 T2204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 454 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 467 T2204 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 486 T2204 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49720/solr
[junit4:junit4]   2> 488 T2204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 488 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d94762d
[junit4:junit4]   2> 490 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 490 T2223 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 492 T2223 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 492 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49724
[junit4:junit4]   2> 493 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49724
[junit4:junit4]   2> 494 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760002 with negotiated timeout 20000 for client /127.0.0.1:49724
[junit4:junit4]   2> 494 T2223 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760002, negotiated timeout = 20000
[junit4:junit4]   2> 495 T2224 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d94762d name:ZooKeeperConnection Watcher:127.0.0.1:49720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 495 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 497 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c904760002
[junit4:junit4]   2> 498 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49724 which had sessionid 0x13c73c904760002
[junit4:junit4]   2> 498 T2204 oaz.ZooKeeper.close Session: 0x13c73c904760002 closed
[junit4:junit4]   2> 498 T2224 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 498 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 518 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2e502595
[junit4:junit4]   2> 519 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 520 T2225 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 520 T2225 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 521 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49725
[junit4:junit4]   2> 521 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49725
[junit4:junit4]   2> 522 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760003 with negotiated timeout 20000 for client /127.0.0.1:49725
[junit4:junit4]   2> 523 T2225 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760003, negotiated timeout = 20000
[junit4:junit4]   2> 523 T2226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e502595 name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 523 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 526 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 527 T2204 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 530 T2204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49723_
[junit4:junit4]   2> 531 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49723_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49723_
[junit4:junit4]   2> 532 T2204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49723_
[junit4:junit4]   2> 538 T2204 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 547 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 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> 548 T2204 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 552 T2204 oasc.Overseer.start Overseer (id=89073399841030147-127.0.0.1:49723_-n_0000000000) starting
[junit4:junit4]   2> 553 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 554 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 555 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 557 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 558 T2228 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 559 T2204 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 563 T2204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 566 T2227 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 570 T2229 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-1359152219458/collection1
[junit4:junit4]   2> 570 T2229 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 571 T2229 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 571 T2229 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 573 T2229 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-1359152219458/collection1/'
[junit4:junit4]   2> 574 T2229 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-1359152219458/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 574 T2229 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-1359152219458/collection1/lib/README' to classloader
[junit4:junit4]   2> 618 T2229 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 678 T2229 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 680 T2229 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 684 T2229 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1177 T2229 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1183 T2229 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1185 T2229 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1204 T2229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1210 T2229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1215 T2229 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1217 T2229 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1219 T2229 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-1359152219458/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/control/data/
[junit4:junit4]   2> 1220 T2229 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1833b96c
[junit4:junit4]   2> 1220 T2229 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1221 T2229 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-1359152219247/control/data forceNew:false
[junit4:junit4]   2> 1222 T2229 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-1359152219247/control/data
[junit4:junit4]   2> 1222 T2229 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/control/data/index/
[junit4:junit4]   2> 1223 T2229 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1224 T2229 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-1359152219247/control/data/index forceNew:false
[junit4:junit4]   2> 1230 T2229 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-1359152219247/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@360f7022; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1231 T2229 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1232 T2229 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-1359152219247/control/data/index
[junit4:junit4]   2> 1232 T2229 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1234 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1235 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1235 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1236 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1236 T2229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1237 T2229 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1237 T2229 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1238 T2229 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1238 T2229 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1239 T2229 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1239 T2229 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1240 T2229 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1240 T2229 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1240 T2229 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1241 T2229 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1241 T2229 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1242 T2229 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1242 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1243 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1243 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1244 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1244 T2229 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1245 T2229 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1245 T2229 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1246 T2229 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1246 T2229 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1254 T2229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1257 T2229 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1259 T2229 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> 1262 T2229 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-1359152219247/control/data
[junit4:junit4]   2> 1264 T2229 oass.SolrIndexSearcher.<init> Opening Searcher@2517be44 main
[junit4:junit4]   2> 1265 T2229 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1265 T2229 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1265 T2229 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1272 T2229 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1302 T2230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2517be44 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1305 T2229 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1305 T2229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1306 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 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> 2073 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2074 T2227 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:49723_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49723"}
[junit4:junit4]   2> 2074 T2227 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2074 T2227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2075 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 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> 2084 T2226 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> 2314 T2229 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2314 T2229 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49723 collection:control_collection shard:shard1
[junit4:junit4]   2> 2315 T2229 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2326 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 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> 2328 T2229 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2330 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2336 T2229 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2337 T2229 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2337 T2229 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49723/collection1/
[junit4:junit4]   2> 2338 T2229 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2339 T2229 oasc.SyncStrategy.syncToMe http://127.0.0.1:49723/collection1/ has no replicas
[junit4:junit4]   2> 2340 T2229 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49723/collection1/
[junit4:junit4]   2> 2340 T2229 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2356 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3593 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3606 T2226 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> 3617 T2229 oasc.ZkController.register We are http://127.0.0.1:49723/collection1/ and leader is http://127.0.0.1:49723/collection1/
[junit4:junit4]   2> 3617 T2229 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49723
[junit4:junit4]   2> 3617 T2229 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3618 T2229 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3618 T2229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3620 T2229 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3622 T2204 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3623 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3624 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3635 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3641 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@77434c98
[junit4:junit4]   2> 3642 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3642 T2231 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3643 T2231 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 3643 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49726
[junit4:junit4]   2> 3643 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49726
[junit4:junit4]   2> 3645 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760004 with negotiated timeout 10000 for client /127.0.0.1:49726
[junit4:junit4]   2> 3645 T2231 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760004, negotiated timeout = 10000
[junit4:junit4]   2> 3646 T2232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77434c98 name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3646 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3647 T2204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3650 T2204 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3826 T2204 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3832 T2204 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49727
[junit4:junit4]   2> 3833 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3834 T2204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3834 T2204 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-1359152222893
[junit4:junit4]   2> 3835 T2204 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-1359152222893/solr.xml
[junit4:junit4]   2> 3835 T2204 oasc.CoreContainer.<init> New CoreContainer 605976148
[junit4:junit4]   2> 3836 T2204 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-1359152222893/'
[junit4:junit4]   2> 3836 T2204 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-1359152222893/'
[junit4:junit4]   2> 3874 T2204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3875 T2204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3875 T2204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3876 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3876 T2204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3877 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3877 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3878 T2204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3878 T2204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3879 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3893 T2204 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3907 T2204 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49720/solr
[junit4:junit4]   2> 3908 T2204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3908 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d085de9
[junit4:junit4]   2> 3909 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3910 T2242 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3911 T2242 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 3911 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49728
[junit4:junit4]   2> 3911 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49728
[junit4:junit4]   2> 3913 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760005 with negotiated timeout 20000 for client /127.0.0.1:49728
[junit4:junit4]   2> 3913 T2242 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760005, negotiated timeout = 20000
[junit4:junit4]   2> 3914 T2243 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d085de9 name:ZooKeeperConnection Watcher:127.0.0.1:49720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3914 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3915 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c904760005
[junit4:junit4]   2> 3916 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49728 which had sessionid 0x13c73c904760005
[junit4:junit4]   2> 3917 T2243 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3917 T2204 oaz.ZooKeeper.close Session: 0x13c73c904760005 closed
[junit4:junit4]   2> 3918 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 3923 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6ae26e57
[junit4:junit4]   2> 3924 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3924 T2244 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3925 T2244 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 3925 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49729
[junit4:junit4]   2> 3926 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49729
[junit4:junit4]   2> 3927 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760006 with negotiated timeout 20000 for client /127.0.0.1:49729
[junit4:junit4]   2> 3927 T2244 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760006, negotiated timeout = 20000
[junit4:junit4]   2> 3927 T2245 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ae26e57 name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3928 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3929 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3930 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3932 T2204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49727_
[junit4:junit4]   2> 3933 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49727_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49727_
[junit4:junit4]   2> 3934 T2204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49727_
[junit4:junit4]   2> 3938 T2226 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> 3941 T2226 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3942 T2232 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3947 T2204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3956 T2246 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-1359152222893/collection1
[junit4:junit4]   2> 3957 T2246 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 3958 T2246 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 3958 T2246 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 3960 T2246 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-1359152222893/collection1/'
[junit4:junit4]   2> 3961 T2246 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-1359152222893/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3962 T2246 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-1359152222893/collection1/lib/README' to classloader
[junit4:junit4]   2> 4011 T2246 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4059 T2246 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4061 T2246 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4066 T2246 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4625 T2246 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4633 T2246 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4637 T2246 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4658 T2246 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4664 T2246 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4669 T2246 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4671 T2246 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4673 T2246 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-1359152222893/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty1/
[junit4:junit4]   2> 4673 T2246 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1833b96c
[junit4:junit4]   2> 4674 T2246 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4675 T2246 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-1359152219247/jetty1 forceNew:false
[junit4:junit4]   2> 4675 T2246 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-1359152219247/jetty1
[junit4:junit4]   2> 4675 T2246 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty1/index/
[junit4:junit4]   2> 4676 T2246 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4677 T2246 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-1359152219247/jetty1/index forceNew:false
[junit4:junit4]   2> 4681 T2246 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-1359152219247/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@27e739e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4682 T2246 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4683 T2246 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-1359152219247/jetty1/index
[junit4:junit4]   2> 4683 T2246 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4686 T2246 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4687 T2246 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4687 T2246 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4687 T2246 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4688 T2246 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4688 T2246 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4689 T2246 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4689 T2246 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4690 T2246 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4690 T2246 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4691 T2246 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4691 T2246 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4692 T2246 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4692 T2246 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4693 T2246 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4693 T2246 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4694 T2246 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4694 T2246 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4695 T2246 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4695 T2246 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4696 T2246 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4696 T2246 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4697 T2246 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4697 T2246 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4698 T2246 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4699 T2246 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4705 T2246 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4708 T2246 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4709 T2246 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> 4712 T2246 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-1359152219247/jetty1
[junit4:junit4]   2> 4713 T2246 oass.SolrIndexSearcher.<init> Opening Searcher@5eda81d main
[junit4:junit4]   2> 4714 T2246 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4715 T2246 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4715 T2246 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4721 T2246 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4751 T2247 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5eda81d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4756 T2246 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4756 T2246 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5115 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5117 T2227 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:49723_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49723"}
[junit4:junit4]   2> 5125 T2227 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:49727_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49727"}
[junit4:junit4]   2> 5125 T2227 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5126 T2227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5133 T2232 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> 5134 T2245 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> 5134 T2226 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> 5765 T2246 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5766 T2246 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49727 collection:collection1 shard:shard1
[junit4:junit4]   2> 5769 T2246 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5791 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760006 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> 5793 T2246 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5795 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5799 T2246 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5799 T2246 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5800 T2246 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49727/collection1/
[junit4:junit4]   2> 5800 T2246 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5800 T2246 oasc.SyncStrategy.syncToMe http://127.0.0.1:49727/collection1/ has no replicas
[junit4:junit4]   2> 5800 T2246 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49727/collection1/
[junit4:junit4]   2> 5800 T2246 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5808 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6651 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6666 T2232 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> 6666 T2245 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> 6666 T2226 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> 6681 T2246 oasc.ZkController.register We are http://127.0.0.1:49727/collection1/ and leader is http://127.0.0.1:49727/collection1/
[junit4:junit4]   2> 6681 T2246 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49727
[junit4:junit4]   2> 6681 T2246 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6682 T2246 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6682 T2246 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6684 T2246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6686 T2204 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6686 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6687 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6865 T2204 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6868 T2204 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49730
[junit4:junit4]   2> 6871 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6872 T2204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6873 T2204 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-1359152225937
[junit4:junit4]   2> 6874 T2204 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-1359152225937/solr.xml
[junit4:junit4]   2> 6875 T2204 oasc.CoreContainer.<init> New CoreContainer 439237806
[junit4:junit4]   2> 6876 T2204 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-1359152225937/'
[junit4:junit4]   2> 6877 T2204 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-1359152225937/'
[junit4:junit4]   2> 6925 T2204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 6926 T2204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6927 T2204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6927 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6928 T2204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6929 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6929 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6930 T2204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6930 T2204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6931 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6942 T2204 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6959 T2204 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49720/solr
[junit4:junit4]   2> 6960 T2204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6961 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@35f5cde4
[junit4:junit4]   2> 6962 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6962 T2257 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6963 T2257 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 6963 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49731
[junit4:junit4]   2> 6964 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49731
[junit4:junit4]   2> 6965 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760007 with negotiated timeout 20000 for client /127.0.0.1:49731
[junit4:junit4]   2> 6965 T2257 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760007, negotiated timeout = 20000
[junit4:junit4]   2> 6966 T2258 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35f5cde4 name:ZooKeeperConnection Watcher:127.0.0.1:49720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6967 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6969 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c904760007
[junit4:junit4]   2> 6970 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49731 which had sessionid 0x13c73c904760007
[junit4:junit4]   2> 6970 T2258 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6970 T2204 oaz.ZooKeeper.close Session: 0x13c73c904760007 closed
[junit4:junit4]   2> 6972 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 6977 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2555ea6c
[junit4:junit4]   2> 6978 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6979 T2259 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6980 T2259 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 6981 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49732
[junit4:junit4]   2> 6981 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49732
[junit4:junit4]   2> 6983 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760008 with negotiated timeout 20000 for client /127.0.0.1:49732
[junit4:junit4]   2> 6984 T2259 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760008, negotiated timeout = 20000
[junit4:junit4]   2> 6984 T2260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2555ea6c name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6985 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6986 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6988 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6990 T2204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49730_
[junit4:junit4]   2> 6992 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49730_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49730_
[junit4:junit4]   2> 6993 T2204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49730_
[junit4:junit4]   2> 6997 T2226 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> 6997 T2232 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> 6999 T2245 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7000 T2245 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> 7002 T2232 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7002 T2226 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7007 T2204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7018 T2261 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-1359152225937/collection1
[junit4:junit4]   2> 7018 T2261 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7019 T2261 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7020 T2261 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7022 T2261 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-1359152225937/collection1/'
[junit4:junit4]   2> 7023 T2261 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-1359152225937/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7023 T2261 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-1359152225937/collection1/lib/README' to classloader
[junit4:junit4]   2> 7087 T2261 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7149 T2261 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7151 T2261 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7156 T2261 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7666 T2261 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7674 T2261 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7677 T2261 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7698 T2261 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7703 T2261 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7708 T2261 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7710 T2261 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7712 T2261 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-1359152225937/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty2/
[junit4:junit4]   2> 7713 T2261 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1833b96c
[junit4:junit4]   2> 7713 T2261 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7714 T2261 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-1359152219247/jetty2 forceNew:false
[junit4:junit4]   2> 7715 T2261 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-1359152219247/jetty2
[junit4:junit4]   2> 7715 T2261 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty2/index/
[junit4:junit4]   2> 7715 T2261 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7717 T2261 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-1359152219247/jetty2/index forceNew:false
[junit4:junit4]   2> 7721 T2261 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-1359152219247/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ed34aeb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7721 T2261 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7722 T2261 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-1359152219247/jetty2/index
[junit4:junit4]   2> 7723 T2261 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7725 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7725 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7725 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7726 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7727 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7727 T2261 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7728 T2261 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7728 T2261 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7729 T2261 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7729 T2261 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7730 T2261 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7730 T2261 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7731 T2261 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7731 T2261 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7732 T2261 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7732 T2261 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7733 T2261 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7733 T2261 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7734 T2261 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7734 T2261 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7735 T2261 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7735 T2261 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7736 T2261 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7736 T2261 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7737 T2261 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7737 T2261 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7744 T2261 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7747 T2261 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7748 T2261 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> 7750 T2261 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-1359152219247/jetty2
[junit4:junit4]   2> 7752 T2261 oass.SolrIndexSearcher.<init> Opening Searcher@46919515 main
[junit4:junit4]   2> 7753 T2261 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7753 T2261 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7754 T2261 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7759 T2261 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7790 T2262 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46919515 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7796 T2261 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7796 T2261 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8177 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8179 T2227 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:49727_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49727"}
[junit4:junit4]   2> 8185 T2227 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:49730_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49730"}
[junit4:junit4]   2> 8185 T2227 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8186 T2227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8194 T2260 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8195 T2226 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8195 T2245 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> 8196 T2232 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> 8800 T2261 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8800 T2261 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49730 collection:collection1 shard:shard2
[junit4:junit4]   2> 8802 T2261 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 8814 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760008 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> 8815 T2261 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8816 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8819 T2261 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8819 T2261 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8819 T2261 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49730/collection1/
[junit4:junit4]   2> 8820 T2261 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8820 T2261 oasc.SyncStrategy.syncToMe http://127.0.0.1:49730/collection1/ has no replicas
[junit4:junit4]   2> 8820 T2261 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49730/collection1/
[junit4:junit4]   2> 8820 T2261 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 8827 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c904760008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9709 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9721 T2226 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> 9721 T2232 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> 9721 T2245 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> 9721 T2260 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> 9767 T2261 oasc.ZkController.register We are http://127.0.0.1:49730/collection1/ and leader is http://127.0.0.1:49730/collection1/
[junit4:junit4]   2> 9768 T2261 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49730
[junit4:junit4]   2> 9768 T2261 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9769 T2261 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9770 T2261 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9775 T2261 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9779 T2204 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9781 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9782 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9984 T2204 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9988 T2204 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49733
[junit4:junit4]   2> 9989 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9990 T2204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9991 T2204 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-1359152229048
[junit4:junit4]   2> 9991 T2204 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-1359152229048/solr.xml
[junit4:junit4]   2> 9992 T2204 oasc.CoreContainer.<init> New CoreContainer 696617535
[junit4:junit4]   2> 9993 T2204 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-1359152229048/'
[junit4:junit4]   2> 9994 T2204 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-1359152229048/'
[junit4:junit4]   2> 10029 T2204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10030 T2204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10030 T2204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10031 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10031 T2204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10032 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10032 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10033 T2204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10033 T2204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10034 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10046 T2204 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10077 T2204 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49720/solr
[junit4:junit4]   2> 10077 T2204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10078 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@41309a99
[junit4:junit4]   2> 10079 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10080 T2272 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10080 T2272 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 10081 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49734
[junit4:junit4]   2> 10081 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49734
[junit4:junit4]   2> 10082 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c904760009 with negotiated timeout 20000 for client /127.0.0.1:49734
[junit4:junit4]   2> 10083 T2272 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c904760009, negotiated timeout = 20000
[junit4:junit4]   2> 10083 T2273 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41309a99 name:ZooKeeperConnection Watcher:127.0.0.1:49720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10083 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10085 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c904760009
[junit4:junit4]   2> 10086 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49734 which had sessionid 0x13c73c904760009
[junit4:junit4]   2> 10086 T2204 oaz.ZooKeeper.close Session: 0x13c73c904760009 closed
[junit4:junit4]   2> 10086 T2273 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10087 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10092 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3bccc018
[junit4:junit4]   2> 10093 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10094 T2274 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10095 T2274 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 10095 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49735
[junit4:junit4]   2> 10095 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49735
[junit4:junit4]   2> 10096 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c90476000a with negotiated timeout 20000 for client /127.0.0.1:49735
[junit4:junit4]   2> 10097 T2274 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c90476000a, negotiated timeout = 20000
[junit4:junit4]   2> 10097 T2275 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bccc018 name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10097 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10098 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c90476000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10100 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c90476000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10102 T2204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49733_
[junit4:junit4]   2> 10103 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c90476000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49733_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49733_
[junit4:junit4]   2> 10104 T2204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49733_
[junit4:junit4]   2> 10107 T2232 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> 10107 T2260 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> 10108 T2226 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> 10110 T2245 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10110 T2245 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> 10112 T2226 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10113 T2260 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10113 T2232 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10116 T2204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10126 T2276 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-1359152229048/collection1
[junit4:junit4]   2> 10126 T2276 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10128 T2276 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10128 T2276 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10130 T2276 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-1359152229048/collection1/'
[junit4:junit4]   2> 10131 T2276 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-1359152229048/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10132 T2276 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-1359152229048/collection1/lib/README' to classloader
[junit4:junit4]   2> 10185 T2276 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10243 T2276 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10245 T2276 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10249 T2276 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11343 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11345 T2227 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:49730_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49730"}
[junit4:junit4]   2> 11351 T2226 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> 11351 T2260 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> 11351 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11352 T2245 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> 11352 T2275 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> 11562 T2276 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11572 T2276 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11578 T2276 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11600 T2276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11605 T2276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11611 T2276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11613 T2276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11615 T2276 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-1359152229048/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty3/
[junit4:junit4]   2> 11616 T2276 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1833b96c
[junit4:junit4]   2> 11616 T2276 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11617 T2276 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-1359152219247/jetty3 forceNew:false
[junit4:junit4]   2> 11617 T2276 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-1359152219247/jetty3
[junit4:junit4]   2> 11618 T2276 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty3/index/
[junit4:junit4]   2> 11618 T2276 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11619 T2276 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-1359152219247/jetty3/index forceNew:false
[junit4:junit4]   2> 11624 T2276 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-1359152219247/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ae30aad; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11624 T2276 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11625 T2276 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-1359152219247/jetty3/index
[junit4:junit4]   2> 11625 T2276 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11627 T2276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11628 T2276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11628 T2276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11629 T2276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11629 T2276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11629 T2276 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11630 T2276 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11630 T2276 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11631 T2276 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11632 T2276 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11632 T2276 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11633 T2276 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11633 T2276 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11633 T2276 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11634 T2276 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11634 T2276 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11636 T2276 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11636 T2276 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11637 T2276 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11638 T2276 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11638 T2276 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11638 T2276 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11639 T2276 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11640 T2276 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11640 T2276 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11641 T2276 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11647 T2276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11650 T2276 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11651 T2276 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> 11653 T2276 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-1359152219247/jetty3
[junit4:junit4]   2> 11655 T2276 oass.SolrIndexSearcher.<init> Opening Searcher@13c3638d main
[junit4:junit4]   2> 11656 T2276 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11656 T2276 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11657 T2276 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11663 T2276 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11692 T2277 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13c3638d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11697 T2276 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11697 T2276 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12863 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12864 T2227 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:49733_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49733"}
[junit4:junit4]   2> 12865 T2227 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12865 T2227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12872 T2226 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> 12872 T2245 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> 12872 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12873 T2260 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> 12873 T2275 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> 13701 T2276 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13702 T2276 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49733 collection:collection1 shard:shard1
[junit4:junit4]   2> 13707 T2276 oasc.ZkController.register We are http://127.0.0.1:49733/collection1/ and leader is http://127.0.0.1:49727/collection1/
[junit4:junit4]   2> 13707 T2276 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49733
[junit4:junit4]   2> 13707 T2276 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13707 T2276 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C222 name=collection1 org.apache.solr.core.SolrCore@24579b url=http://127.0.0.1:49733/collection1 node=127.0.0.1:49733_ C222_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49733_, base_url=http://127.0.0.1:49733}
[junit4:junit4]   2> 13708 T2278 C222 P49733 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13709 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13709 T2276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13709 T2278 C222 P49733 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13709 T2278 C222 P49733 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13710 T2204 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13711 T2278 C222 P49733 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13711 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13711 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13907 T2204 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13911 T2204 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49737
[junit4:junit4]   2> 13912 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13912 T2204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13913 T2204 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-1359152232960
[junit4:junit4]   2> 13913 T2204 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-1359152232960/solr.xml
[junit4:junit4]   2> 13913 T2204 oasc.CoreContainer.<init> New CoreContainer 1587613447
[junit4:junit4]   2> 13914 T2204 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-1359152232960/'
[junit4:junit4]   2> 13914 T2204 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-1359152232960/'
[junit4:junit4]   2> 13941 T2204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13941 T2204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13942 T2204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13942 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13942 T2204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13943 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13943 T2204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13943 T2204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13944 T2204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13944 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13953 T2204 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13965 T2204 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49720/solr
[junit4:junit4]   2> 13966 T2204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13966 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@792143a6
[junit4:junit4]   2> 13967 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13968 T2288 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13969 T2288 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 13969 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49738
[junit4:junit4]   2> 13970 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49738
[junit4:junit4]   2> 13971 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c90476000b with negotiated timeout 20000 for client /127.0.0.1:49738
[junit4:junit4]   2> 13971 T2288 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c90476000b, negotiated timeout = 20000
[junit4:junit4]   2> 13971 T2289 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@792143a6 name:ZooKeeperConnection Watcher:127.0.0.1:49720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13972 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13974 T2209 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c73c90476000b
[junit4:junit4]   2> 13975 T2206 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49738 which had sessionid 0x13c73c90476000b
[junit4:junit4]   2> 13975 T2204 oaz.ZooKeeper.close Session: 0x13c73c90476000b closed
[junit4:junit4]   2> 13975 T2289 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13975 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13982 T2204 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49720/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@53391651
[junit4:junit4]   2> 13984 T2204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13984 T2290 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49720. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13985 T2290 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49720, initiating session
[junit4:junit4]   2> 13985 T2206 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49739
[junit4:junit4]   2> 13986 T2206 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49739
[junit4:junit4]   2> 13987 T2208 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c73c90476000c with negotiated timeout 20000 for client /127.0.0.1:49739
[junit4:junit4]   2> 13987 T2290 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49720, sessionid = 0x13c73c90476000c, negotiated timeout = 20000
[junit4:junit4]   2> 13988 T2291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53391651 name:ZooKeeperConnection Watcher:127.0.0.1:49720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13988 T2204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13989 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c90476000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13991 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c90476000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13993 T2204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49737_
[junit4:junit4]   2> 13994 T2209 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c73c90476000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49737_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49737_
[junit4:junit4]   2> 13995 T2204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49737_
[junit4:junit4]   2> 13998 T2226 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> 13998 T2260 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> 13998 T2232 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> 14000 T2275 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14000 T2275 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> 14000 T2245 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14001 T2245 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> 14004 T2226 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14004 T2232 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14005 T2260 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14009 T2204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14018 T2292 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-1359152232960/collection1
[junit4:junit4]   2> 14018 T2292 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14019 T2292 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14019 T2292 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14022 T2292 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-1359152232960/collection1/'
[junit4:junit4]   2> 14023 T2292 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-1359152232960/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14024 T2292 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-1359152232960/collection1/lib/README' to classloader
[junit4:junit4]   2> 14086 T2292 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14150 T2292 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14152 T2292 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14159 T2292 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14383 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14385 T2227 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:49733_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49733"}
[junit4:junit4]   2> 14392 T2291 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> 14392 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14393 T2245 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> 14393 T2275 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> 14395 T2260 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> 14395 T2226 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 T2292 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14857 T2292 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14860 T2292 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14880 T2292 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14885 T2292 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14890 T2292 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14892 T2292 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14894 T2292 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-1359152232960/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty4/
[junit4:junit4]   2> 14894 T2292 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1833b96c
[junit4:junit4]   2> 14894 T2292 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14895 T2292 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-1359152219247/jetty4 forceNew:false
[junit4:junit4]   2> 14896 T2292 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-1359152219247/jetty4
[junit4:junit4]   2> 14896 T2292 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty4/index/
[junit4:junit4]   2> 14897 T2292 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14898 T2292 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-1359152219247/jetty4/index forceNew:false
[junit4:junit4]   2> 14903 T2292 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-1359152219247/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f11fb3a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14904 T2292 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14905 T2292 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-1359152219247/jetty4/index
[junit4:junit4]   2> 14905 T2292 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14907 T2292 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14908 T2292 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14908 T2292 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14908 T2292 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14909 T2292 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14909 T2292 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14910 T2292 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14910 T2292 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14911 T2292 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14911 T2292 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14912 T2292 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14912 T2292 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14913 T2292 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14913 T2292 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14913 T2292 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14914 T2292 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14914 T2292 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14915 T2292 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14915 T2292 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14916 T2292 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14916 T2292 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14917 T2292 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14917 T2292 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14918 T2292 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14918 T2292 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14919 T2292 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14925 T2292 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14928 T2292 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14930 T2292 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> 14932 T2292 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-1359152219247/jetty4
[junit4:junit4]   2> 14934 T2292 oass.SolrIndexSearcher.<init> Opening Searcher@12126819 main
[junit4:junit4]   2> 14934 T2292 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14935 T2292 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14935 T2292 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14941 T2292 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14966 T2293 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12126819 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14968 T2292 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14969 T2292 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15909 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15910 T2227 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:49737_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49737"}
[junit4:junit4]   2> 15911 T2227 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15911 T2227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15918 T2291 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> 15918 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15919 T2260 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> 15919 T2226 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> 15919 T2275 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> 15919 T2245 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> 15973 T2292 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15974 T2292 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49737 collection:collection1 shard:shard2
[junit4:junit4]   2> 15979 T2292 oasc.ZkController.register We are http://127.0.0.1:49737/collection1/ and leader is http://127.0.0.1:49730/collection1/
[junit4:junit4]   2> 15979 T2292 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49737
[junit4:junit4]   2> 15979 T2292 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15979 T2292 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C223 name=collection1 org.apache.solr.core.SolrCore@611c45fa url=http://127.0.0.1:49737/collection1 node=127.0.0.1:49737_ C223_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49737_, base_url=http://127.0.0.1:49737}
[junit4:junit4]   2> 15980 T2294 C223 P49737 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15980 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15980 T2294 C223 P49737 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15981 T2294 C223 P49737 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15981 T2292 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15982 T2294 C223 P49737 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15983 T2204 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15983 T2204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15984 T2204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15992 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15995 T2204 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15996 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C222_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49733_, base_url=http://127.0.0.1:49733}
[junit4:junit4]   2> 16726 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49727/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16727 T2278 C222 P49733 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49733 START replicas=[http://127.0.0.1:49727/collection1/] nUpdates=100
[junit4:junit4]   2> 16728 T2278 C222 P49733 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16729 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16730 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16731 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16731 T2278 C222 P49733 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16731 T2278 C222 P49733 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49727/collection1/. core=collection1
[junit4:junit4]   2> 16732 T2278 C222 P49733 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C224 name=collection1 org.apache.solr.core.SolrCore@3f629966 url=http://127.0.0.1:49727/collection1 node=127.0.0.1:49727_ C224_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49727_, base_url=http://127.0.0.1:49727, leader=true}
[junit4:junit4]   2> 16737 T2236 C224 P49727 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16742 T2237 C224 P49727 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16743 T2237 C224 P49727 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-1359152219247/jetty1
[junit4:junit4]   2> 16748 T2237 C224 P49727 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-1359152219247/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@27e739e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16749 T2237 C224 P49727 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16753 T2237 C224 P49727 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-1359152219247/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@27e739e; 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-1359152219247/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@27e739e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16753 T2237 C224 P49727 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16754 T2237 C224 P49727 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-1359152219247/jetty1
[junit4:junit4]   2> 16755 T2237 C224 P49727 oass.SolrIndexSearcher.<init> Opening Searcher@5c7dfbf6 realtime
[junit4:junit4]   2> 16755 T2237 C224 P49727 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16756 T2237 C224 P49727 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> 16757 T2278 C222 P49733 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16757 T2278 C222 P49733 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16762 T2240 C224 P49727 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16762 T2240 C224 P49727 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 16763 T2278 C222 P49733 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16764 T2278 C222 P49733 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16764 T2278 C222 P49733 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16769 T2241 C224 P49727 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-1359152219247/jetty1
[junit4:junit4]   2> 16770 T2241 C224 P49727 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-1359152219247/jetty1/index
[junit4:junit4]   2> 16771 T2241 C224 P49727 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 16772 T2278 C222 P49733 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16773 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015 forceNew:false
[junit4:junit4]   2> 16774 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16774 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64150c3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 16781 T2239 C224 P49727 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16784 T2278 C222 P49733 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-1359152219247/jetty3/index
[junit4:junit4]   2> 16784 T2278 C222 P49733 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16785 T2278 C222 P49733 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130125191716015
[junit4:junit4]   2> 16787 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16787 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16788 T2278 C222 P49733 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty3/index.20130125191716015
[junit4:junit4]   2> 16791 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64150c3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16792 T2278 C222 P49733 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16793 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16793 T2278 C222 P49733 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16794 T2278 C222 P49733 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16794 T2278 C222 P49733 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16795 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015
[junit4:junit4]   2> 16795 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16799 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64150c3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16800 T2278 C222 P49733 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16800 T2278 C222 P49733 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16800 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16801 T2278 C222 P49733 oass.SolrIndexSearcher.<init> Opening Searcher@1f6ee005 main
[junit4:junit4]   2> 16803 T2277 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f6ee005 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 16804 T2277 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-1359152219247/jetty3/index
[junit4:junit4]   2> 16804 T2278 C222 P49733 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16806 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64150c3d; 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-1359152219247/jetty3/index.20130125191716015 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64150c3d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16807 T2278 C222 P49733 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16807 T2278 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 16808 T2278 C222 P49733 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16809 T2278 C222 P49733 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-1359152219247/jetty3/index.20130125191716015
[junit4:junit4]   2> 16809 T2278 C222 P49733 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-1359152219247/jetty3/index
[junit4:junit4]   2> 16810 T2278 C222 P49733 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16810 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16810 T2278 C222 P49733 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16811 T2278 C222 P49733 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16813 T2278 C222 P49733 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17000 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17433 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17434 T2227 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:49737_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49737"}
[junit4:junit4]   2> 17440 T2227 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:49733_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49733"}
[junit4:junit4]   2> 17447 T2226 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> 17447 T2291 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> 17447 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17447 T2260 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> 17447 T2245 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> 17447 T2275 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> 18005 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19008 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C223_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49737_, base_url=http://127.0.0.1:49737}
[junit4:junit4]   2> 20001 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49730/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20002 T2294 C223 P49737 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49737 START replicas=[http://127.0.0.1:49730/collection1/] nUpdates=100
[junit4:junit4]   2> 20002 T2294 C223 P49737 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20003 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20003 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20003 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20003 T2294 C223 P49737 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20004 T2294 C223 P49737 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49730/collection1/. core=collection1
[junit4:junit4]   2> 20004 T2294 C223 P49737 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C225 name=collection1 org.apache.solr.core.SolrCore@2e9ca7e5 url=http://127.0.0.1:49730/collection1 node=127.0.0.1:49730_ C225_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49730_, base_url=http://127.0.0.1:49730, leader=true}
[junit4:junit4]   2> 20010 T2252 C225 P49730 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20011 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20013 T2253 C225 P49730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20014 T2253 C225 P49730 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-1359152219247/jetty2
[junit4:junit4]   2> 20016 T2253 C225 P49730 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-1359152219247/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ed34aeb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20018 T2253 C225 P49730 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20020 T2253 C225 P49730 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-1359152219247/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ed34aeb; 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-1359152219247/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ed34aeb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20020 T2253 C225 P49730 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20021 T2253 C225 P49730 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-1359152219247/jetty2
[junit4:junit4]   2> 20022 T2253 C225 P49730 oass.SolrIndexSearcher.<init> Opening Searcher@4577e531 realtime
[junit4:junit4]   2> 20022 T2253 C225 P49730 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20023 T2253 C225 P49730 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 20024 T2294 C223 P49737 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20024 T2294 C223 P49737 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20028 T2255 C225 P49730 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20028 T2255 C225 P49730 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20029 T2294 C223 P49737 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20029 T2294 C223 P49737 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20029 T2294 C223 P49737 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20032 T2256 C225 P49730 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-1359152219247/jetty2
[junit4:junit4]   2> 20032 T2256 C225 P49730 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-1359152219247/jetty2/index
[junit4:junit4]   2> 20033 T2256 C225 P49730 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20033 T2294 C223 P49737 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20034 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277 forceNew:false
[junit4:junit4]   2> 20035 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20035 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e01fb87; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 20038 T2252 C225 P49730 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20040 T2294 C223 P49737 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-1359152219247/jetty4/index
[junit4:junit4]   2> 20040 T2294 C223 P49737 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20040 T2294 C223 P49737 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130125191719277
[junit4:junit4]   2> 20042 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20042 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20042 T2294 C223 P49737 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359152219247/jetty4/index.20130125191719277
[junit4:junit4]   2> 20045 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e01fb87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20046 T2294 C223 P49737 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20047 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20048 T2294 C223 P49737 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20048 T2294 C223 P49737 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20048 T2294 C223 P49737 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20049 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277
[junit4:junit4]   2> 20050 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20053 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e01fb87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20053 T2294 C223 P49737 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20054 T2294 C223 P49737 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20054 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20055 T2294 C223 P49737 oass.SolrIndexSearcher.<init> Opening Searcher@323595c6 main
[junit4:junit4]   2> 20057 T2293 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@323595c6 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20057 T2293 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-1359152219247/jetty4/index
[junit4:junit4]   2> 20057 T2294 C223 P49737 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20061 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e01fb87; 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-1359152219247/jetty4/index.20130125191719277 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e01fb87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20061 T2294 C223 P49737 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20062 T2294 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 20063 T2294 C223 P49737 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20063 T2294 C223 P49737 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-1359152219247/jetty4/index.20130125191719277
[junit4:junit4]   2> 20063 T2294 C223 P49737 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-1359152219247/jetty4/index
[junit4:junit4]   2> 20064 T2294 C223 P49737 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20064 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20064 T2294 C223 P49737 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20065 T2294 C223 P49737 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20067 T2294 C223 P49737 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20467 T2227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20468 T2227 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:49737_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49737"}
[junit4:junit4]   2> 20474 T2226 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> 20474 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20474 T2245 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> 20475 T2275 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> 20475 T2260 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> 20475 T2291 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> 21018 T2204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21021 T2204 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C226 name=collection1 org.apache.solr.core.SolrCore@a0646af url=http://127.0.0.1:49723/collection1 node=127.0.0.1:49723_ C226_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49723_, base_url=http://127.0.0.1:49723, leader=true}
[junit4:junit4]   2> 21041 T2218 C226 P49723 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-1359152219247/control/data
[junit4:junit4]   2> 21045 T2218 C226 P49723 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-1359152219247/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@360f7022; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21046 T2218 C226 P49723 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21047 T2218 C226 P49723 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-1359152219247/control/data
[junit4:junit4]   2> 21048 T2218 C226 P49723 oass.SolrIndexSearcher.<init> Opening Searcher@53a268de realtime
[junit4:junit4]   2> 21048 T2218 C226 P49723 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425174419508035584)} 0 8
[junit4:junit4]   2> 21052 T2241 C224 P49727 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-1359152219247/jetty1
[junit4:junit4]   2> 21060 T2254 C225 P49730 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-1359152219247/jetty2
[junit4:junit4]   2>  C222_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49733_, base_url=http://127.0.0.1:49733}
[junit4:junit4]   2> 21068 T2266 C222 P49733 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-1359152219247/jetty3
[junit4:junit4]   2> 21070 T2266 C222 P49733 /update {update.distrib=FROMLEADER&_version_=-1425174419518521344&update.from=http://127.0.0.1:49727/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425174419518521344)} 0 4
[junit4:junit4]   2>  C223_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49737_, base_url=http://127.0.0.1:49737}
[junit4:junit4]   2> 21074 T2286 C223 P49737 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-1359152219247/jetty4
[junit4:junit4]   2> 21075 T2286 C223 P49737 /update {update.distrib=FROMLEADER&_version_=-1425174419525861376&update.from=http://127.0.0.1:49730/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425174419525861376)} 0 3
[junit4:junit4]   2> 21076 T2254 C225 P49730 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1425174419525861376)} 0 18
[junit4:junit4]   2> 21078 T2241 C224 P49727 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425174419518521344)} 0 27
[junit4:junit4]   2> 21087 T2219 C226 P49723 /update {wt=javabin&version=2} {add=[1 (1425174419552075776)]} 0 4
[junit4:junit4]   2> 21102 T2267 C222 P49733 /update {distrib.from=http://127.0.0.1:49727/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1425174419560464384)]} 0 4
[junit4:junit4]   2> 21103 T2239 C224 P49727 /update {wt=javabin&version=2} {add=[1 (1425174419560464384)]} 0 13
[junit4:junit4]   2> 21110 T2220 C226 P49723 /update {wt=javabin&version=2} {add=[2 (1425174419578290176)]} 0 3
[junit4:junit4]   2> 21124 T2287 C223 P49737 /update {distrib.from=http://127.0.0.1:49730/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1425174419583533056)]} 0 4
[junit4:junit4]   2> 21125 T2255 C225 P49730 /update {wt=javabin&version=2} {add=[2 (1425174419583533056)]} 0 12
[junit4:junit4]   2> 21133 T2221 C226 P49723 /update {wt=javabin&version=2} {add=[3 (1425174419601358848)]} 0 3
[junit4:junit4]   2> 21152 T2282 C223 P49737 /update {distrib.from=http://127.0.0.1:49730/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1425174419610796032)]} 0 3
[junit4:junit4]   2> 21153 T2256 C225 P49730 /update {distrib.from=http://127.0.0.1:49727/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1425174419610796032)]} 0 14
[junit4:junit4]   2> 21155 T2236 C224 P49727 /update {wt=javabin&version=2} {add=[3]} 0 19
[junit4:junit4]   2> 21161 T2222 C226 P49723 /update {wt=javabin&version=2} {add=[4 (1425174419631767552)]} 0 3
[junit4:junit4]   2> 21177 T2268 C222 P49733 /update {distrib.from=http://127.0.0.1:49727/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1425174419638059008)]} 0 2
[junit4:junit4]   2> 21179 T2237 C224 P49727 /update {wt=javabin&version=2} {add=[4 (1425174419638059008)]} 0 14
[junit4:junit4]   2> 21187 T2217 C226 P49723 /update {wt=javabin&version=2} {add=[5 (1425174419657981952)]} 0 3
[junit4:junit4]   2> 21204 T2284 C223 P49737 /update {distrib.from=http://127.0.0.1:49730/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1425174419665321984)]} 0 3
[junit4:junit4]   2> 21205 T2252 C225 P49730 /update {wt=javabin&version=2} {add=[5 (1425174419665321984)]} 0 14
[junit4:junit4]   2> 21211 T2218 C226 P49723 /update {wt=javabin&version=2} {add=[6 (1425174419684196352)]} 0 2
[junit4:junit4]   2> 21233 T2285 C223 P49737 /update {distrib.from=http://127.0.0.1:49730/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1425174419699924992)]} 0 3
[junit4:junit4]   2> 21234 T2251 C225 P49730 /update {distrib.from=http://127.0.0.1:49727/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1425174419699924992)]} 0 10
[junit4:junit4]   2> 21235 T2238 C224 P49727 /update {wt=javabin&version=2} {add=[6]} 0 14
[junit4:junit4]   2> 21241 T2219 C226 P49723 /update {wt=javabin&version=2} {add=[7 (1425174419714605056)]} 0 3
[junit4:junit4]   2> 21256 T2286 C223 P49737 /update {distrib.from=http://127.0.0.1:49730/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1425174419724042240)]} 0 4
[junit4:junit4]   2> 21257 T2253 C225 P49730 /update {distrib.from=http://127.0.0.1:49727/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1425174419724042240)]} 0 10
[junit4:junit

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

    > 	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]    > Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2526, name=testExecutor-1983-thread-2, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[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:49733
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([62EC58CEA38E8895]: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:49733
[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> 174943 T2204 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_IQ, timezone=America/Argentina/Catamarca
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=2,free=45862048,total=347144192
[junit4:junit4]   2> NOTE: All tests run in this JVM: [LegacyHTMLStripCharFilterTest, ShardRoutingCustomTest, TestLuceneMatchVersion, RequiredFieldsTest, OutputWriterTest, TermVectorComponentDistributedTest, DocumentAnalysisRequestHandlerTest, CopyFieldTest, TestAnalyzedSuggestions, UpdateRequestProcessorFactoryTest, ResourceLoaderTest, CoreContainerCoreInitFailuresTest, FileBasedSpellCheckerTest, ZkNodePropsTest, BadComponentTest, TermsComponentTest, TestXIncludeConfig, TestValueSourceCache, DisMaxRequestHandlerTest, UpdateParamsTest, MBeansHandlerTest, ZkSolrClientTest, RequestHandlersTest, DistributedQueryElevationComponentTest, NoCacheHeaderTest, TestCSVResponseWriter, SpellPossibilityIteratorTest, SolrIndexConfigTest, PolyFieldTest, ChaosMonkeySafeLeaderTest, CSVRequestHandlerTest, CacheHeaderTest, MultiTermTest, TestPluginEnable, TestLMDirichletSimilarityFactory, TestLRUCache, TestSolrQueryParser, OpenExchangeRatesOrgProviderTest, TestCoreContainer, TestQueryUtils, DebugComponentTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestPropInjectDefaults, TestPropInject, SynonymTokenizerTest, TestDocumentBuilder, BasicFunctionalityTest, BinaryUpdateRequestHandlerTest, TestSort, SolrCmdDistributorTest, TestPHPSerializedResponseWriter, TestIBSimilarityFactory, ShowFileRequestHandlerTest, OverseerCollectionProcessorTest, SpatialFilterTest, ScriptEngineTest, SimpleFacetsTest, TestBM25SimilarityFactory, SOLR749Test, PluginInfoTest, TestStressReorder, QueryElevationComponentTest, SuggesterWFSTTest, PathHierarchyTokenizerFactoryTest, TestBinaryResponseWriter, SolrCoreCheckLockOnStartupTest, TestExtendedDismaxParser, TestStressLucene, IndexReaderFactoryTest, QueryParsingTest, SearchHandlerTest, MinimalSchemaTest, TestHashPartitioner, SoftAutoCommitTest, TestWriterPerf, PeerSyncTest, TestStressRecovery, DistributedSpellCheckComponentTest, TestNumberUtils, FastVectorHighlighterTest, TestSystemIdResolver, TestPhraseSuggestions, CircularListTest, LukeRequestHandlerTest, DistanceFunctionTest, SolrCoreTest, SpellCheckComponentTest, CollectionsAPIDistributedZkTest, PrimitiveFieldTypeTest, ResponseLogComponentTest, TestElisionMultitermQuery, IndexSchemaRuntimeFieldTest, TestDFRSimilarityFactory, SuggesterTest, LeaderElectionTest, TestReload, IndexSchemaTest, CoreAdminHandlerTest, QueryEqualityTest, TestCollationField, SuggesterFSTTest, TestReplicationHandler, DirectUpdateHandlerTest, AnalysisAfterCoreReloadTest, TestStressVersions, TestRecovery, TestFuzzyAnalyzedSuggestions, FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, TestSolrXMLSerializer, TestRTGBase, DateFieldTest, SchemaVersionSpecificBehaviorTest, TestQuerySenderNoQuery, TestIndexSearcher, TestGroupingSearch, TestPostingsSolrHighlighter, BasicDistributedZkTest]
[junit4:junit4] Completed in 175.33s, 1 test, 1 error <<< FAILURES!

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

Total time: 57 minutes 59 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