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

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

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

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:49702/_/r/unloadcollection3

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




Build Log:
[...truncated 9039 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T2026 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/r
[junit4:junit4]   2> 7 T2026 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-1360220025909
[junit4:junit4]   2> 9 T2026 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T2027 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 13 T2027 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 13 T2027 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 13 T2027 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 14 T2027 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 15 T2027 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-1360220025909/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 111 T2026 oasc.ZkTestServer.run start zk server on port:49689
[junit4:junit4]   2> 112 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4127bb3e
[junit4:junit4]   2> 113 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 114 T2032 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 115 T2032 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 116 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49690
[junit4:junit4]   2> 116 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49690
[junit4:junit4]   2> 117 T2030 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 120 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0000 with negotiated timeout 10000 for client /127.0.0.1:49690
[junit4:junit4]   2> 120 T2032 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0000, negotiated timeout = 10000
[junit4:junit4]   2> 121 T2033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4127bb3e name:ZooKeeperConnection Watcher:127.0.0.1:49689 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 122 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 122 T2026 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 128 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d0000
[junit4:junit4]   2> 130 T2033 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 130 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d0000 closed
[junit4:junit4]   2> 132 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49690 which had sessionid 0x13cb36e743d0000
[junit4:junit4]   2> 132 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7aa9fe08
[junit4:junit4]   2> 134 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 135 T2034 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 136 T2034 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 136 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49691
[junit4:junit4]   2> 137 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49691
[junit4:junit4]   2> 138 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0001 with negotiated timeout 10000 for client /127.0.0.1:49691
[junit4:junit4]   2> 139 T2034 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0001, negotiated timeout = 10000
[junit4:junit4]   2> 139 T2035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7aa9fe08 name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 140 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 141 T2026 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 148 T2026 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 154 T2026 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 160 T2026 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 167 T2026 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> 168 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 176 T2026 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> 178 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 183 T2026 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> 185 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 189 T2026 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> 190 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 195 T2026 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> 195 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 200 T2026 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 202 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 207 T2026 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> 209 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 215 T2026 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> 216 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 220 T2026 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> 220 T2026 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 225 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d0001
[junit4:junit4]   2> 226 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49691 which had sessionid 0x13cb36e743d0001
[junit4:junit4]   2> 226 T2035 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 226 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d0001 closed
[junit4:junit4]   2> 398 T2026 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 406 T2026 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49692
[junit4:junit4]   2> 407 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 408 T2026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 408 T2026 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-1360220026128
[junit4:junit4]   2> 408 T2026 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-1360220026128/solr.xml
[junit4:junit4]   2> 409 T2026 oasc.CoreContainer.<init> New CoreContainer 1084610057
[junit4:junit4]   2> 410 T2026 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-1360220026128/'
[junit4:junit4]   2> 410 T2026 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-1360220026128/'
[junit4:junit4]   2> 445 T2026 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 445 T2026 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 446 T2026 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 447 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 447 T2026 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 448 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 448 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 449 T2026 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 449 T2026 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 450 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 472 T2026 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 489 T2026 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49689/solr
[junit4:junit4]   2> 490 T2026 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 491 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@68f467ae
[junit4:junit4]   2> 493 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 493 T2045 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 495 T2045 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 495 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49693
[junit4:junit4]   2> 495 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49693
[junit4:junit4]   2> 498 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0002 with negotiated timeout 20000 for client /127.0.0.1:49693
[junit4:junit4]   2> 498 T2045 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0002, negotiated timeout = 20000
[junit4:junit4]   2> 498 T2046 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68f467ae name:ZooKeeperConnection Watcher:127.0.0.1:49689 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 499 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 501 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d0002
[junit4:junit4]   2> 501 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49693 which had sessionid 0x13cb36e743d0002
[junit4:junit4]   2> 501 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d0002 closed
[junit4:junit4]   2> 502 T2046 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 502 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 507 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4de0f621
[junit4:junit4]   2> 509 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 509 T2047 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 510 T2047 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 510 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49694
[junit4:junit4]   2> 511 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49694
[junit4:junit4]   2> 513 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0003 with negotiated timeout 20000 for client /127.0.0.1:49694
[junit4:junit4]   2> 513 T2047 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0003, negotiated timeout = 20000
[junit4:junit4]   2> 513 T2048 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4de0f621 name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 514 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 517 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 520 T2026 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 523 T2026 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49692__%2Fr
[junit4:junit4]   2> 524 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49692__%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49692__%2Fr
[junit4:junit4]   2> 525 T2026 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49692__%2Fr
[junit4:junit4]   2> 531 T2026 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 538 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 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> 539 T2026 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 543 T2026 oasc.Overseer.start Overseer (id=89143379618496515-127.0.0.1:49692__%2Fr-n_0000000000) starting
[junit4:junit4]   2> 544 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 546 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 547 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 548 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 550 T2050 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 551 T2026 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 555 T2026 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 560 T2049 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 575 T2051 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-1360220026128/collection1
[junit4:junit4]   2> 576 T2051 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 578 T2051 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 579 T2051 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 583 T2051 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-1360220026128/collection1/'
[junit4:junit4]   2> 586 T2051 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-1360220026128/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 591 T2051 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-1360220026128/collection1/lib/README' to classloader
[junit4:junit4]   2> 663 T2051 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 742 T2051 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 744 T2051 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 748 T2051 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1327 T2051 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1337 T2051 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1342 T2051 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1360 T2051 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1365 T2051 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1370 T2051 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1372 T2051 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1373 T2051 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-1360220026128/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/control/data/
[junit4:junit4]   2> 1374 T2051 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@61328229
[junit4:junit4]   2> 1374 T2051 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1375 T2051 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-1360220025909/control/data forceNew:false
[junit4:junit4]   2> 1375 T2051 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-1360220025909/control/data
[junit4:junit4]   2> 1376 T2051 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/control/data/index/
[junit4:junit4]   2> 1376 T2051 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1377 T2051 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-1360220025909/control/data/index forceNew:false
[junit4:junit4]   2> 1382 T2051 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-1360220025909/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@28523754; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1383 T2051 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1383 T2051 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-1360220025909/control/data/index
[junit4:junit4]   2> 1384 T2051 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1385 T2051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1385 T2051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1386 T2051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1386 T2051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1387 T2051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1387 T2051 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1388 T2051 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1389 T2051 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1389 T2051 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1390 T2051 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1391 T2051 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1391 T2051 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1391 T2051 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1392 T2051 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1392 T2051 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1393 T2051 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1393 T2051 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1394 T2051 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1394 T2051 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1395 T2051 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1396 T2051 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1396 T2051 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1397 T2051 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1397 T2051 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1398 T2051 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1398 T2051 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1406 T2051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1410 T2051 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1412 T2051 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> 1414 T2051 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-1360220025909/control/data
[junit4:junit4]   2> 1415 T2051 oass.SolrIndexSearcher.<init> Opening Searcher@7b97bc2a main
[junit4:junit4]   2> 1416 T2051 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1417 T2051 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1417 T2051 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1422 T2051 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1453 T2052 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b97bc2a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1458 T2051 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1458 T2051 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1459 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 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> 2080 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2081 T2049 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:49692__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49692/_/r"}
[junit4:junit4]   2> 2082 T2049 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2082 T2049 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2083 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 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> 2092 T2048 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> 2466 T2051 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2467 T2051 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49692/_/r collection:control_collection shard:shard1
[junit4:junit4]   2> 2468 T2051 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2488 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 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> 2489 T2051 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2490 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2492 T2051 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2493 T2051 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2493 T2051 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49692/_/r/collection1/
[junit4:junit4]   2> 2493 T2051 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2493 T2051 oasc.SyncStrategy.syncToMe http://127.0.0.1:49692/_/r/collection1/ has no replicas
[junit4:junit4]   2> 2494 T2051 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49692/_/r/collection1/
[junit4:junit4]   2> 2494 T2051 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2501 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3600 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3616 T2048 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> 3635 T2051 oasc.ZkController.register We are http://127.0.0.1:49692/_/r/collection1/ and leader is http://127.0.0.1:49692/_/r/collection1/
[junit4:junit4]   2> 3636 T2051 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49692/_/r
[junit4:junit4]   2> 3636 T2051 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3636 T2051 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3636 T2051 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3639 T2051 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3641 T2026 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3641 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3642 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3649 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3653 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@142efae3
[junit4:junit4]   2> 3654 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3655 T2053 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3656 T2053 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 3656 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49695
[junit4:junit4]   2> 3656 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49695
[junit4:junit4]   2> 3658 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0004 with negotiated timeout 10000 for client /127.0.0.1:49695
[junit4:junit4]   2> 3658 T2053 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0004, negotiated timeout = 10000
[junit4:junit4]   2> 3658 T2054 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@142efae3 name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3659 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3660 T2026 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3663 T2026 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3872 T2026 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3877 T2026 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49696
[junit4:junit4]   2> 3878 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3879 T2026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3879 T2026 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-1360220029564
[junit4:junit4]   2> 3880 T2026 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-1360220029564/solr.xml
[junit4:junit4]   2> 3880 T2026 oasc.CoreContainer.<init> New CoreContainer 70497129
[junit4:junit4]   2> 3881 T2026 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-1360220029564/'
[junit4:junit4]   2> 3882 T2026 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-1360220029564/'
[junit4:junit4]   2> 3933 T2026 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3934 T2026 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3934 T2026 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3935 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3935 T2026 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3936 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3936 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3937 T2026 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3937 T2026 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3938 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3953 T2026 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3972 T2026 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49689/solr
[junit4:junit4]   2> 3973 T2026 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3973 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@360dae5
[junit4:junit4]   2> 3975 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3975 T2064 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3977 T2064 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 3977 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49697
[junit4:junit4]   2> 3978 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49697
[junit4:junit4]   2> 4064 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0005 with negotiated timeout 20000 for client /127.0.0.1:49697
[junit4:junit4]   2> 4064 T2064 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0005, negotiated timeout = 20000
[junit4:junit4]   2> 4064 T2065 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@360dae5 name:ZooKeeperConnection Watcher:127.0.0.1:49689 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4064 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4066 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d0005
[junit4:junit4]   2> 4067 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49697 which had sessionid 0x13cb36e743d0005
[junit4:junit4]   2> 4067 T2065 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4068 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d0005 closed
[junit4:junit4]   2> 4068 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4072 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@29739c70
[junit4:junit4]   2> 4075 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4075 T2066 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4076 T2066 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 4076 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49698
[junit4:junit4]   2> 4077 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49698
[junit4:junit4]   2> 4078 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0006 with negotiated timeout 20000 for client /127.0.0.1:49698
[junit4:junit4]   2> 4078 T2066 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0006, negotiated timeout = 20000
[junit4:junit4]   2> 4079 T2067 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29739c70 name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4079 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4080 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4082 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4084 T2026 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49696__%2Fr
[junit4:junit4]   2> 4085 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49696__%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49696__%2Fr
[junit4:junit4]   2> 4086 T2026 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49696__%2Fr
[junit4:junit4]   2> 4091 T2054 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4091 T2048 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4091 T2048 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> 4098 T2026 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4106 T2068 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-1360220029564/collection1
[junit4:junit4]   2> 4107 T2068 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4108 T2068 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4108 T2068 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4111 T2068 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-1360220029564/collection1/'
[junit4:junit4]   2> 4112 T2068 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-1360220029564/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4112 T2068 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-1360220029564/collection1/lib/README' to classloader
[junit4:junit4]   2> 4187 T2068 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4257 T2068 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4259 T2068 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4266 T2068 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4947 T2068 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4957 T2068 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4961 T2068 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4984 T2068 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4989 T2068 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5008 T2068 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5011 T2068 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5013 T2068 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-1360220029564/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty1/
[junit4:junit4]   2> 5013 T2068 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@61328229
[junit4:junit4]   2> 5013 T2068 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5014 T2068 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-1360220025909/jetty1 forceNew:false
[junit4:junit4]   2> 5014 T2068 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-1360220025909/jetty1
[junit4:junit4]   2> 5015 T2068 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty1/index/
[junit4:junit4]   2> 5016 T2068 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5017 T2068 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-1360220025909/jetty1/index forceNew:false
[junit4:junit4]   2> 5021 T2068 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-1360220025909/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c30d41; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5022 T2068 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5023 T2068 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-1360220025909/jetty1/index
[junit4:junit4]   2> 5023 T2068 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5026 T2068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5026 T2068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5027 T2068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5027 T2068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5027 T2068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5028 T2068 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5028 T2068 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5028 T2068 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5029 T2068 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5030 T2068 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5031 T2068 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5032 T2068 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5032 T2068 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5033 T2068 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5033 T2068 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5034 T2068 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5035 T2068 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5035 T2068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5036 T2068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5037 T2068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5038 T2068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5039 T2068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5039 T2068 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5040 T2068 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5041 T2068 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5042 T2068 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5050 T2068 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5054 T2068 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5055 T2068 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> 5058 T2068 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-1360220025909/jetty1
[junit4:junit4]   2> 5059 T2068 oass.SolrIndexSearcher.<init> Opening Searcher@6f0085a main
[junit4:junit4]   2> 5061 T2068 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5061 T2068 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5061 T2068 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5069 T2068 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5104 T2069 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f0085a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5111 T2068 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5111 T2068 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5125 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5126 T2049 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:49692__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49692/_/r"}
[junit4:junit4]   2> 5133 T2049 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:49696__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49696/_/r"}
[junit4:junit4]   2> 5133 T2049 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5133 T2049 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5139 T2048 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> 5140 T2054 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> 5140 T2067 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> 6115 T2068 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6115 T2068 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49696/_/r collection:collection1 shard:shard1
[junit4:junit4]   2> 6117 T2068 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6129 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0006 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> 6130 T2068 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6131 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6134 T2068 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6135 T2068 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6135 T2068 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49696/_/r/collection1/
[junit4:junit4]   2> 6136 T2068 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6136 T2068 oasc.SyncStrategy.syncToMe http://127.0.0.1:49696/_/r/collection1/ has no replicas
[junit4:junit4]   2> 6137 T2068 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49696/_/r/collection1/
[junit4:junit4]   2> 6137 T2068 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6145 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6650 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6662 T2048 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> 6662 T2054 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> 6662 T2067 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> 6710 T2068 oasc.ZkController.register We are http://127.0.0.1:49696/_/r/collection1/ and leader is http://127.0.0.1:49696/_/r/collection1/
[junit4:junit4]   2> 6710 T2068 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49696/_/r
[junit4:junit4]   2> 6711 T2068 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6711 T2068 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6711 T2068 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6714 T2068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6715 T2026 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6715 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6716 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6883 T2026 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6886 T2026 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49699
[junit4:junit4]   2> 6887 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6889 T2026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6889 T2026 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-1360220032622
[junit4:junit4]   2> 6890 T2026 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-1360220032622/solr.xml
[junit4:junit4]   2> 6890 T2026 oasc.CoreContainer.<init> New CoreContainer 873365463
[junit4:junit4]   2> 6891 T2026 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-1360220032622/'
[junit4:junit4]   2> 6892 T2026 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-1360220032622/'
[junit4:junit4]   2> 6930 T2026 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 6931 T2026 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6932 T2026 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6932 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6933 T2026 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6933 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6934 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6935 T2026 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6936 T2026 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6936 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6953 T2026 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6985 T2026 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49689/solr
[junit4:junit4]   2> 6986 T2026 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6986 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b76ab48
[junit4:junit4]   2> 6988 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6989 T2079 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6990 T2079 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 6991 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49700
[junit4:junit4]   2> 6991 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49700
[junit4:junit4]   2> 6992 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0007 with negotiated timeout 20000 for client /127.0.0.1:49700
[junit4:junit4]   2> 6992 T2079 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0007, negotiated timeout = 20000
[junit4:junit4]   2> 6993 T2080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b76ab48 name:ZooKeeperConnection Watcher:127.0.0.1:49689 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6997 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7001 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d0007
[junit4:junit4]   2> 7002 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49700 which had sessionid 0x13cb36e743d0007
[junit4:junit4]   2> 7002 T2080 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7003 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d0007 closed
[junit4:junit4]   2> 7004 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7009 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@73b1abe6
[junit4:junit4]   2> 7012 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7013 T2081 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7013 T2081 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 7014 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49701
[junit4:junit4]   2> 7015 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49701
[junit4:junit4]   2> 7016 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0008 with negotiated timeout 20000 for client /127.0.0.1:49701
[junit4:junit4]   2> 7016 T2081 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0008, negotiated timeout = 20000
[junit4:junit4]   2> 7017 T2082 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73b1abe6 name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7017 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7018 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7021 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7023 T2026 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49699__%2Fr
[junit4:junit4]   2> 7024 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49699__%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49699__%2Fr
[junit4:junit4]   2> 7025 T2026 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49699__%2Fr
[junit4:junit4]   2> 7029 T2054 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> 7029 T2067 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> 7031 T2048 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7031 T2048 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> 7036 T2067 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7037 T2054 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7048 T2026 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7055 T2083 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-1360220032622/collection1
[junit4:junit4]   2> 7056 T2083 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7057 T2083 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7057 T2083 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7059 T2083 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-1360220032622/collection1/'
[junit4:junit4]   2> 7060 T2083 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-1360220032622/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7060 T2083 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-1360220032622/collection1/lib/README' to classloader
[junit4:junit4]   2> 7125 T2083 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7211 T2083 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7213 T2083 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7218 T2083 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7875 T2083 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7884 T2083 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7888 T2083 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7909 T2083 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7914 T2083 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7922 T2083 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7924 T2083 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7926 T2083 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-1360220032622/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty2/
[junit4:junit4]   2> 7927 T2083 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@61328229
[junit4:junit4]   2> 7927 T2083 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7928 T2083 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-1360220025909/jetty2 forceNew:false
[junit4:junit4]   2> 7929 T2083 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-1360220025909/jetty2
[junit4:junit4]   2> 7929 T2083 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty2/index/
[junit4:junit4]   2> 7929 T2083 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7935 T2083 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-1360220025909/jetty2/index forceNew:false
[junit4:junit4]   2> 7939 T2083 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-1360220025909/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6363172; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7940 T2083 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7940 T2083 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-1360220025909/jetty2/index
[junit4:junit4]   2> 7940 T2083 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7947 T2083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7948 T2083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7948 T2083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7949 T2083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7950 T2083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7951 T2083 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7951 T2083 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7952 T2083 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7954 T2083 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7954 T2083 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7956 T2083 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7957 T2083 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7957 T2083 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7957 T2083 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7958 T2083 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7958 T2083 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7959 T2083 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7960 T2083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7960 T2083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7961 T2083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7962 T2083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7962 T2083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7963 T2083 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7964 T2083 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7964 T2083 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7965 T2083 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7972 T2083 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7975 T2083 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7977 T2083 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> 7979 T2083 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-1360220025909/jetty2
[junit4:junit4]   2> 7980 T2083 oass.SolrIndexSearcher.<init> Opening Searcher@5add5a95 main
[junit4:junit4]   2> 7982 T2083 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7982 T2083 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7983 T2083 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7989 T2083 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8023 T2084 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5add5a95 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8030 T2083 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8030 T2083 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8174 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8175 T2049 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:49696__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49696/_/r"}
[junit4:junit4]   2> 8187 T2049 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:49699__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49699/_/r"}
[junit4:junit4]   2> 8188 T2049 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8188 T2049 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8200 T2048 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> 8200 T2054 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> 8201 T2067 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> 8201 T2082 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> 9033 T2083 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9033 T2083 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49699/_/r collection:collection1 shard:shard2
[junit4:junit4]   2> 9035 T2083 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9047 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0008 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> 9048 T2083 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9049 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9052 T2083 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9052 T2083 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9052 T2083 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49699/_/r/collection1/
[junit4:junit4]   2> 9053 T2083 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9053 T2083 oasc.SyncStrategy.syncToMe http://127.0.0.1:49699/_/r/collection1/ has no replicas
[junit4:junit4]   2> 9053 T2083 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49699/_/r/collection1/
[junit4:junit4]   2> 9053 T2083 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9060 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9719 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9743 T2054 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> 9743 T2067 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> 9743 T2048 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> 9743 T2082 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> 9780 T2083 oasc.ZkController.register We are http://127.0.0.1:49699/_/r/collection1/ and leader is http://127.0.0.1:49699/_/r/collection1/
[junit4:junit4]   2> 9780 T2083 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49699/_/r
[junit4:junit4]   2> 9781 T2083 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9781 T2083 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9782 T2083 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9784 T2083 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9786 T2026 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9786 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9787 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9969 T2026 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9974 T2026 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49702
[junit4:junit4]   2> 9975 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9976 T2026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9977 T2026 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-1360220035692
[junit4:junit4]   2> 9977 T2026 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-1360220035692/solr.xml
[junit4:junit4]   2> 9978 T2026 oasc.CoreContainer.<init> New CoreContainer 2128736092
[junit4:junit4]   2> 9978 T2026 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-1360220035692/'
[junit4:junit4]   2> 9979 T2026 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-1360220035692/'
[junit4:junit4]   2> 10031 T2026 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10032 T2026 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10032 T2026 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10033 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10033 T2026 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10034 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10034 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10035 T2026 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10035 T2026 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10036 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10049 T2026 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10078 T2026 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49689/solr
[junit4:junit4]   2> 10079 T2026 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10080 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ff347ad
[junit4:junit4]   2> 10081 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10082 T2094 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10084 T2094 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 10084 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49703
[junit4:junit4]   2> 10085 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49703
[junit4:junit4]   2> 10086 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d0009 with negotiated timeout 20000 for client /127.0.0.1:49703
[junit4:junit4]   2> 10086 T2094 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d0009, negotiated timeout = 20000
[junit4:junit4]   2> 10086 T2095 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ff347ad name:ZooKeeperConnection Watcher:127.0.0.1:49689 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10087 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10089 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d0009
[junit4:junit4]   2> 10090 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49703 which had sessionid 0x13cb36e743d0009
[junit4:junit4]   2> 10090 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d0009 closed
[junit4:junit4]   2> 10091 T2095 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10091 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10096 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@61f0fe81
[junit4:junit4]   2> 10097 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10098 T2096 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10099 T2096 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 10099 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49704
[junit4:junit4]   2> 10100 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49704
[junit4:junit4]   2> 10101 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d000a with negotiated timeout 20000 for client /127.0.0.1:49704
[junit4:junit4]   2> 10101 T2096 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d000a, negotiated timeout = 20000
[junit4:junit4]   2> 10101 T2097 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61f0fe81 name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10102 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10103 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10104 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10106 T2026 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49702__%2Fr
[junit4:junit4]   2> 10107 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49702__%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49702__%2Fr
[junit4:junit4]   2> 10108 T2026 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49702__%2Fr
[junit4:junit4]   2> 10111 T2054 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> 10112 T2067 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> 10113 T2048 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10113 T2082 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10114 T2082 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> 10113 T2048 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> 10117 T2054 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10118 T2067 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10121 T2026 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10131 T2098 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-1360220035692/collection1
[junit4:junit4]   2> 10131 T2098 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10132 T2098 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10133 T2098 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10135 T2098 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-1360220035692/collection1/'
[junit4:junit4]   2> 10136 T2098 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-1360220035692/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10137 T2098 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-1360220035692/collection1/lib/README' to classloader
[junit4:junit4]   2> 10187 T2098 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10268 T2098 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10269 T2098 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10275 T2098 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10900 T2098 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10910 T2098 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10913 T2098 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10937 T2098 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10946 T2098 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10954 T2098 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10957 T2098 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10959 T2098 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-1360220035692/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty3/
[junit4:junit4]   2> 10960 T2098 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@61328229
[junit4:junit4]   2> 10960 T2098 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10962 T2098 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-1360220025909/jetty3 forceNew:false
[junit4:junit4]   2> 10962 T2098 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-1360220025909/jetty3
[junit4:junit4]   2> 10963 T2098 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty3/index/
[junit4:junit4]   2> 10964 T2098 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10965 T2098 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-1360220025909/jetty3/index forceNew:false
[junit4:junit4]   2> 10972 T2098 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-1360220025909/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@615f667f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10973 T2098 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10974 T2098 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-1360220025909/jetty3/index
[junit4:junit4]   2> 10974 T2098 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10979 T2098 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10980 T2098 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10980 T2098 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10981 T2098 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10982 T2098 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10982 T2098 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10982 T2098 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10983 T2098 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10984 T2098 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10984 T2098 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10985 T2098 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10986 T2098 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10987 T2098 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10987 T2098 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10988 T2098 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10989 T2098 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10990 T2098 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10990 T2098 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10991 T2098 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10992 T2098 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10992 T2098 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10993 T2098 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10994 T2098 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10994 T2098 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10995 T2098 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10996 T2098 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11004 T2098 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11009 T2098 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11011 T2098 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> 11013 T2098 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-1360220025909/jetty3
[junit4:junit4]   2> 11019 T2098 oass.SolrIndexSearcher.<init> Opening Searcher@2335482b main
[junit4:junit4]   2> 11020 T2098 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11020 T2098 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11021 T2098 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11027 T2098 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11072 T2099 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2335482b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11081 T2098 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11081 T2098 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11265 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11267 T2049 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:49699__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49699/_/r"}
[junit4:junit4]   2> 11274 T2049 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:49702__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49702/_/r"}
[junit4:junit4]   2> 11274 T2049 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11274 T2049 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11281 T2048 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> 11281 T2054 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> 11282 T2067 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> 11282 T2097 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> 11282 T2082 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> 12086 T2098 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12087 T2098 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49702/_/r collection:collection1 shard:shard1
[junit4:junit4]   2> 12091 T2098 oasc.ZkController.register We are http://127.0.0.1:49702/_/r/collection1/ and leader is http://127.0.0.1:49696/_/r/collection1/
[junit4:junit4]   2> 12091 T2098 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49702/_/r
[junit4:junit4]   2> 12092 T2098 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12092 T2098 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C111 name=collection1 org.apache.solr.core.SolrCore@140035ca url=http://127.0.0.1:49702/_/r/collection1 node=127.0.0.1:49702__%2Fr C111_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49702__%2Fr, base_url=http://127.0.0.1:49702/_/r}
[junit4:junit4]   2> 12092 T2100 C111 P49702 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12093 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12093 T2098 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12094 T2100 C111 P49702 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12094 T2100 C111 P49702 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12095 T2026 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12096 T2100 C111 P49702 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12096 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12096 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12269 T2026 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12273 T2026 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49706
[junit4:junit4]   2> 12275 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12276 T2026 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12276 T2026 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-1360220038005
[junit4:junit4]   2> 12277 T2026 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-1360220038005/solr.xml
[junit4:junit4]   2> 12277 T2026 oasc.CoreContainer.<init> New CoreContainer 1043177408
[junit4:junit4]   2> 12278 T2026 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-1360220038005/'
[junit4:junit4]   2> 12279 T2026 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-1360220038005/'
[junit4:junit4]   2> 12361 T2026 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12362 T2026 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12362 T2026 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12363 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12363 T2026 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12364 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12365 T2026 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12365 T2026 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12366 T2026 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12366 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12379 T2026 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12401 T2026 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49689/solr
[junit4:junit4]   2> 12402 T2026 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12403 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5edd2af0
[junit4:junit4]   2> 12404 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12405 T2110 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12407 T2110 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 12407 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49707
[junit4:junit4]   2> 12407 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49707
[junit4:junit4]   2> 12409 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d000b with negotiated timeout 20000 for client /127.0.0.1:49707
[junit4:junit4]   2> 12409 T2110 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d000b, negotiated timeout = 20000
[junit4:junit4]   2> 12409 T2111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5edd2af0 name:ZooKeeperConnection Watcher:127.0.0.1:49689 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12410 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12412 T2031 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb36e743d000b
[junit4:junit4]   2> 12413 T2028 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49707 which had sessionid 0x13cb36e743d000b
[junit4:junit4]   2> 12413 T2026 oaz.ZooKeeper.close Session: 0x13cb36e743d000b closed
[junit4:junit4]   2> 12414 T2111 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12414 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12419 T2026 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49689/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@69d1680a
[junit4:junit4]   2> 12421 T2026 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12422 T2112 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49689. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12423 T2112 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49689, initiating session
[junit4:junit4]   2> 12424 T2028 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49708
[junit4:junit4]   2> 12425 T2028 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49708
[junit4:junit4]   2> 12427 T2112 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49689, sessionid = 0x13cb36e743d000c, negotiated timeout = 20000
[junit4:junit4]   2> 12427 T2030 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb36e743d000c with negotiated timeout 20000 for client /127.0.0.1:49708
[junit4:junit4]   2> 12428 T2113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69d1680a name:ZooKeeperConnection Watcher:127.0.0.1:49689/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12428 T2026 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12430 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12432 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12434 T2026 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49706__%2Fr
[junit4:junit4]   2> 12435 T2031 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb36e743d000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49706__%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49706__%2Fr
[junit4:junit4]   2> 12436 T2026 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49706__%2Fr
[junit4:junit4]   2> 12440 T2067 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> 12440 T2054 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> 12440 T2097 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> 12442 T2082 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12442 T2082 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> 12443 T2048 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12443 T2048 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> 12446 T2067 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12447 T2054 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12447 T2097 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12450 T2026 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12459 T2114 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-1360220038005/collection1
[junit4:junit4]   2> 12459 T2114 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12460 T2114 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12461 T2114 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12463 T2114 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-1360220038005/collection1/'
[junit4:junit4]   2> 12463 T2114 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-1360220038005/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12464 T2114 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-1360220038005/collection1/lib/README' to classloader
[junit4:junit4]   2> 12511 T2114 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12629 T2114 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12630 T2114 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12637 T2114 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12795 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12796 T2049 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:49702__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49702/_/r"}
[junit4:junit4]   2> 12803 T2113 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> 12803 T2054 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> 12803 T2048 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> 12803 T2082 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> 12804 T2067 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> 12804 T2097 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> 13234 T2114 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13241 T2114 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13244 T2114 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13272 T2114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13282 T2114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13288 T2114 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13290 T2114 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13293 T2114 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-1360220038005/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty4/
[junit4:junit4]   2> 13293 T2114 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@61328229
[junit4:junit4]   2> 13294 T2114 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13295 T2114 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-1360220025909/jetty4 forceNew:false
[junit4:junit4]   2> 13297 T2114 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-1360220025909/jetty4
[junit4:junit4]   2> 13297 T2114 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty4/index/
[junit4:junit4]   2> 13298 T2114 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13300 T2114 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-1360220025909/jetty4/index forceNew:false
[junit4:junit4]   2> 13305 T2114 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-1360220025909/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@27ec7dd0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13306 T2114 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13307 T2114 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-1360220025909/jetty4/index
[junit4:junit4]   2> 13307 T2114 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13310 T2114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13311 T2114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13311 T2114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13312 T2114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13313 T2114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13313 T2114 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13314 T2114 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13315 T2114 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13315 T2114 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13316 T2114 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13317 T2114 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13317 T2114 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13318 T2114 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13318 T2114 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13319 T2114 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13320 T2114 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13321 T2114 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13322 T2114 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13323 T2114 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13324 T2114 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13325 T2114 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13326 T2114 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13327 T2114 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13327 T2114 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13328 T2114 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13329 T2114 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13335 T2114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13337 T2114 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13340 T2114 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> 13356 T2114 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-1360220025909/jetty4
[junit4:junit4]   2> 13357 T2114 oass.SolrIndexSearcher.<init> Opening Searcher@6b651b67 main
[junit4:junit4]   2> 13358 T2114 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13358 T2114 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13359 T2114 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13364 T2114 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13398 T2115 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b651b67 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13407 T2114 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13408 T2114 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14319 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14320 T2049 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:49706__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49706/_/r"}
[junit4:junit4]   2> 14321 T2049 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14321 T2049 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14328 T2048 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> 14329 T2067 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> 14330 T2082 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> 14330 T2113 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> 14328 T2054 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> 14331 T2097 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> 14416 T2114 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14416 T2114 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49706/_/r collection:collection1 shard:shard2
[junit4:junit4]   2> 14421 T2114 oasc.ZkController.register We are http://127.0.0.1:49706/_/r/collection1/ and leader is http://127.0.0.1:49699/_/r/collection1/
[junit4:junit4]   2> 14421 T2114 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49706/_/r
[junit4:junit4]   2> 14422 T2114 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14422 T2114 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C112 name=collection1 org.apache.solr.core.SolrCore@fad03b9 url=http://127.0.0.1:49706/_/r/collection1 node=127.0.0.1:49706__%2Fr C112_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49706__%2Fr, base_url=http://127.0.0.1:49706/_/r}
[junit4:junit4]   2> 14423 T2116 C112 P49706 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14424 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14424 T2116 C112 P49706 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14424 T2116 C112 P49706 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14424 T2114 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14426 T2116 C112 P49706 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14427 T2026 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14427 T2026 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14428 T2026 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14433 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14435 T2026 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 14436 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C111_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49702__%2Fr, base_url=http://127.0.0.1:49702/_/r}
[junit4:junit4]   2> 15109 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49696/_/r/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15110 T2100 C111 P49702 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49702/_/r START replicas=[http://127.0.0.1:49696/_/r/collection1/] nUpdates=100
[junit4:junit4]   2> 15110 T2100 C111 P49702 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15112 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15112 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15112 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15113 T2100 C111 P49702 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15113 T2100 C111 P49702 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49696/_/r/collection1/. core=collection1
[junit4:junit4]   2> 15113 T2100 C111 P49702 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C113 name=collection1 org.apache.solr.core.SolrCore@8d10897 url=http://127.0.0.1:49696/_/r/collection1 node=127.0.0.1:49696__%2Fr C113_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49696__%2Fr, base_url=http://127.0.0.1:49696/_/r, leader=true}
[junit4:junit4]   2> 15127 T2060 C113 P49696 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15135 T2063 C113 P49696 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15137 T2063 C113 P49696 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-1360220025909/jetty1
[junit4:junit4]   2> 15141 T2063 C113 P49696 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-1360220025909/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c30d41; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15143 T2063 C113 P49696 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15145 T2063 C113 P49696 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-1360220025909/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c30d41; 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-1360220025909/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c30d41; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15146 T2063 C113 P49696 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15147 T2063 C113 P49696 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-1360220025909/jetty1
[junit4:junit4]   2> 15147 T2063 C113 P49696 oass.SolrIndexSearcher.<init> Opening Searcher@19516a74 realtime
[junit4:junit4]   2> 15148 T2063 C113 P49696 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15148 T2063 C113 P49696 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 15149 T2100 C111 P49702 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15150 T2100 C111 P49702 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15153 T2061 C113 P49696 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15153 T2061 C113 P49696 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15154 T2100 C111 P49702 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15155 T2100 C111 P49702 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15155 T2100 C111 P49702 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15157 T2062 C113 P49696 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-1360220025909/jetty1
[junit4:junit4]   2> 15158 T2062 C113 P49696 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-1360220025909/jetty1/index
[junit4:junit4]   2> 15158 T2062 C113 P49696 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15159 T2100 C111 P49702 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15161 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061 forceNew:false
[junit4:junit4]   2> 15161 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15162 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2521636; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15166 T2058 C113 P49696 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15168 T2100 C111 P49702 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-1360220025909/jetty3/index
[junit4:junit4]   2> 15168 T2100 C111 P49702 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15168 T2100 C111 P49702 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130207135401061
[junit4:junit4]   2> 15170 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15170 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15171 T2100 C111 P49702 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty3/index.20130207135401061
[junit4:junit4]   2> 15173 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2521636; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15174 T2100 C111 P49702 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15176 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15176 T2100 C111 P49702 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15176 T2100 C111 P49702 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15176 T2100 C111 P49702 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15177 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061
[junit4:junit4]   2> 15178 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15181 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2521636; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15181 T2100 C111 P49702 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15181 T2100 C111 P49702 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15182 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15182 T2100 C111 P49702 oass.SolrIndexSearcher.<init> Opening Searcher@752263f8 main
[junit4:junit4]   2> 15184 T2099 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@752263f8 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15185 T2099 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-1360220025909/jetty3/index
[junit4:junit4]   2> 15186 T2100 C111 P49702 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15189 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2521636; 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-1360220025909/jetty3/index.20130207135401061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2521636; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15190 T2100 C111 P49702 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15192 T2100 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 15192 T2100 C111 P49702 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15192 T2100 C111 P49702 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-1360220025909/jetty3/index.20130207135401061
[junit4:junit4]   2> 15193 T2100 C111 P49702 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-1360220025909/jetty3/index
[junit4:junit4]   2> 15193 T2100 C111 P49702 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15193 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15194 T2100 C111 P49702 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15194 T2100 C111 P49702 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15196 T2100 C111 P49702 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15440 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15845 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15846 T2049 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:49706__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49706/_/r"}
[junit4:junit4]   2> 15852 T2049 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:49702__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49702/_/r"}
[junit4:junit4]   2> 15857 T2048 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> 15857 T2054 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> 15857 T2097 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> 15858 T2067 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> 15858 T2113 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> 15858 T2082 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> 16443 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17447 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C112_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49706__%2Fr, base_url=http://127.0.0.1:49706/_/r}
[junit4:junit4]   2> 18437 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49699/_/r/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18438 T2116 C112 P49706 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49706/_/r START replicas=[http://127.0.0.1:49699/_/r/collection1/] nUpdates=100
[junit4:junit4]   2> 18439 T2116 C112 P49706 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18439 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18439 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18440 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18440 T2116 C112 P49706 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18440 T2116 C112 P49706 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49699/_/r/collection1/. core=collection1
[junit4:junit4]   2> 18444 T2116 C112 P49706 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18461 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C114 name=collection1 org.apache.solr.core.SolrCore@7d927bce url=http://127.0.0.1:49699/_/r/collection1 node=127.0.0.1:49699__%2Fr C114_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49699__%2Fr, base_url=http://127.0.0.1:49699/_/r, leader=true}
[junit4:junit4]   2> 18462 T2073 C114 P49699 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18462 T2077 C114 P49699 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18463 T2073 C114 P49699 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-1360220025909/jetty2
[junit4:junit4]   2> 18466 T2073 C114 P49699 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-1360220025909/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6363172; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18468 T2073 C114 P49699 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18470 T2073 C114 P49699 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-1360220025909/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6363172; 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-1360220025909/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6363172; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18470 T2073 C114 P49699 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18471 T2073 C114 P49699 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-1360220025909/jetty2
[junit4:junit4]   2> 18472 T2073 C114 P49699 oass.SolrIndexSearcher.<init> Opening Searcher@4ee2839d realtime
[junit4:junit4]   2> 18472 T2073 C114 P49699 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18472 T2073 C114 P49699 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 18474 T2116 C112 P49706 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18474 T2116 C112 P49706 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18476 T2075 C114 P49699 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18477 T2075 C114 P49699 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18478 T2116 C112 P49706 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18478 T2116 C112 P49706 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18478 T2116 C112 P49706 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18481 T2076 C114 P49699 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-1360220025909/jetty2
[junit4:junit4]   2> 18482 T2076 C114 P49699 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-1360220025909/jetty2/index
[junit4:junit4]   2> 18483 T2076 C114 P49699 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18484 T2116 C112 P49706 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18485 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385 forceNew:false
[junit4:junit4]   2> 18485 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18486 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b13db9c; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18489 T2078 C114 P49699 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18491 T2116 C112 P49706 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-1360220025909/jetty4/index
[junit4:junit4]   2> 18492 T2116 C112 P49706 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18493 T2116 C112 P49706 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130207135404385
[junit4:junit4]   2> 18494 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18496 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18496 T2116 C112 P49706 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360220025909/jetty4/index.20130207135404385
[junit4:junit4]   2> 18504 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b13db9c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18505 T2116 C112 P49706 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18509 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18509 T2116 C112 P49706 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18510 T2116 C112 P49706 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18510 T2116 C112 P49706 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18512 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385
[junit4:junit4]   2> 18513 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18518 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b13db9c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18518 T2116 C112 P49706 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18519 T2116 C112 P49706 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18520 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18520 T2116 C112 P49706 oass.SolrIndexSearcher.<init> Opening Searcher@309b4547 main
[junit4:junit4]   2> 18522 T2115 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@309b4547 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18523 T2115 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-1360220025909/jetty4/index
[junit4:junit4]   2> 18523 T2116 C112 P49706 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18527 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b13db9c; 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-1360220025909/jetty4/index.20130207135404385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b13db9c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18528 T2116 C112 P49706 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18529 T2116 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 18530 T2116 C112 P49706 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18530 T2116 C112 P49706 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-1360220025909/jetty4/index.20130207135404385
[junit4:junit4]   2> 18530 T2116 C112 P49706 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-1360220025909/jetty4/index
[junit4:junit4]   2> 18531 T2116 C112 P49706 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18531 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18531 T2116 C112 P49706 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18532 T2116 C112 P49706 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18534 T2116 C112 P49706 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18877 T2049 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18880 T2049 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:49706__%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49706/_/r"}
[junit4:junit4]   2> 18890 T2054 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> 18890 T2048 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> 18890 T2097 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> 18896 T2082 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> 18898 T2067 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> 18898 T2113 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> 19470 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19471 T2026 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C115 name=collection1 org.apache.solr.core.SolrCore@4f8682a8 url=http://127.0.0.1:49692/_/r/collection1 node=127.0.0.1:49692__%2Fr C115_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49692__%2Fr, base_url=http://127.0.0.1:49692/_/r, leader=true}
[junit4:junit4]   2> 19481 T2041 C115 P49692 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-1360220025909/control/data
[junit4:junit4]   2> 19484 T2041 C115 P49692 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-1360220025909/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@28523754; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19484 T2041 C115 P49692 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19497 T2041 C115 P49692 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-1360220025909/control/data
[junit4:junit4]   2> 19498 T2041 C115 P49692 oass.SolrIndexSearcher.<init> Opening Searcher@1bb39556 realtime
[junit4:junit4]   2> 19498 T2041 C115 P49692 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426294094305427456)} 0 18
[junit4:junit4]   2> 19503 T2074 C114 P49699 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-1360220025909/jetty2
[junit4:junit4]   2> 19509 T2062 C113 P49696 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-1360220025909/jetty1
[junit4:junit4]   2>  C112_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49706__%2Fr, base_url=http://127.0.0.1:49706/_/r}
[junit4:junit4]   2> 19518 T2108 C112 P49706 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-1360220025909/jetty4
[junit4:junit4]   2> 19519 T2108 C112 P49706 /update {update.distrib=FROMLEADER&_version_=-1426294094327447552&update.from=http://127.0.0.1:49699/_/r/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426294094327447552)} 0 4
[junit4:junit4]   2>  C111_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49702__%2Fr, base_url=http://127.0.0.1:49702/_/r}
[junit4:junit4]   2> 19523 T2093 C111 P49702 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-1360220025909/jetty3
[junit4:junit4]   2> 19524 T2093 C111 P49702 /update {update.distrib=FROMLEADER&_version_=-1426294094334787584&update.from=http://127.0.0.1:49696/_/r/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426294094334787584)} 0 3
[junit4:junit4]   2> 19525 T2062 C113 P49696 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1426294094334787584)} 0 17
[junit4:junit4]   2> 19526 T2074 C114 P49699 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426294094327447552)} 0 25
[junit4:junit4]   2> 19534 T2042 C115 P49692 /update {wt=javabin&version=2} {add=[1 (1426294094358904832)]} 0 3
[junit4:junit4]   2> 19556 T2088 C111 P49702 /update {distrib.from=http://127.0.0.1:49696/_/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1426294094373584896)]} 0 4
[juni

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

stemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 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]    > 	... 47 more
[junit4:junit4]   2> 131768 T2026 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_f1=PostingsFormat(name=Memory doPackFST= true), foo_b=MockFixedIntBlock(blockSize=855), cat=MockVariableIntBlock(baseBlockSize=71), foo_d=PostingsFormat(name=MockRandom), foo_f=MockFixedIntBlock(blockSize=855), n_tl1=PostingsFormat(name=Memory doPackFST= true), n_d1=MockVariableIntBlock(baseBlockSize=71), rnd_b=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Memory doPackFST= true), n_td1=PostingsFormat(name=Memory doPackFST= true), timestamp=MockVariableIntBlock(baseBlockSize=71), id=PostingsFormat(name=MockRandom), range_facet_sl=PostingsFormat(name=MockRandom), range_facet_si=MockVariableIntBlock(baseBlockSize=71), oddField_s=PostingsFormat(name=MockRandom), sequence_i=PostingsFormat(name=MockRandom), name=PostingsFormat(name=MockRandom), foo_i=PostingsFormat(name=Memory doPackFST= true), regex_dup_B_s=MockVariableIntBlock(baseBlockSize=71), multiDefault=MockVariableIntBlock(baseBlockSize=71), n_tf1=MockVariableIntBlock(baseBlockSize=71), n_dt1=PostingsFormat(name=Memory doPackFST= true), genre_s=PostingsFormat(name=MockRandom), author_t=PostingsFormat(name=Memory doPackFST= true), n_ti1=PostingsFormat(name=MockRandom), range_facet_l=MockVariableIntBlock(baseBlockSize=71), text=MockFixedIntBlock(blockSize=855), _version_=PostingsFormat(name=Memory doPackFST= true), val_i=PostingsFormat(name=MockRandom), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= true), series_t=PostingsFormat(name=Memory doPackFST= true), a_t=MockVariableIntBlock(baseBlockSize=71), n_tdt1=PostingsFormat(name=Memory doPackFST= true), regex_dup_A_s=MockFixedIntBlock(blockSize=855), price=MockFixedIntBlock(blockSize=855), other_tl1=PostingsFormat(name=Memory doPackFST= true), n_l1=MockVariableIntBlock(baseBlockSize=71), a_si=PostingsFormat(name=Memory doPackFST= true), inStock=MockFixedIntBlock(blockSize=855)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_ES, timezone=Asia/Pontianak
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=1,free=87766184,total=217538560
[junit4:junit4]   2> NOTE: All tests run in this JVM: [RAMDirectoryFactoryTest, TestWriterPerf, ShardRoutingCustomTest, TestNumberUtils, SyncSliceTest, TestFoldingMultitermQuery, TestIndexSearcher, TestComponentsName, TimeZoneUtilsTest, ZkCLITest, TestSolrXMLSerializer, DirectUpdateHandlerTest, DisMaxRequestHandlerTest, JSONWriterTest, BadIndexSchemaTest, ShardRoutingTest, SpatialFilterTest, SystemInfoHandlerTest, TestFaceting, TestSolr4Spatial, MoreLikeThisHandlerTest, TestHashPartitioner, IndexSchemaTest, SolrPluginUtilsTest, TestCodecSupport, ScriptEngineTest, TestRTGBase, TestElisionMultitermQuery, OverseerTest, TestRandomFaceting, NumericFieldsTest, TestLuceneMatchVersion, AutoCommitTest, TermVectorComponentTest, TestBinaryResponseWriter, PluginInfoTest, BadComponentTest, TestPropInject, TermsComponentTest, ShowFileRequestHandlerTest, SolrCoreTest, TestSolrCoreProperties, TestLMDirichletSimilarityFactory, RequiredFieldsTest, EchoParamsTest, TestRangeQuery, SuggesterFSTTest, ChaosMonkeyNothingIsSafeTest, TestPluginEnable, TestPHPSerializedResponseWriter, TestQueryUtils, DistributedQueryElevationComponentTest, PreAnalyzedFieldTest, TestUtils, SpellCheckCollatorTest, SpellCheckComponentTest, PathHierarchyTokenizerFactoryTest, SearchHandlerTest, TestTrie, ResponseLogComponentTest, SampleTest, SuggesterTest, TestCharFilters, AnalysisAfterCoreReloadTest, CopyFieldTest, TestLRUCache, TestStressVersions, TestAnalyzedSuggestions, XsltUpdateRequestHandlerTest, DocumentBuilderTest, MinimalSchemaTest, SynonymTokenizerTest, LoggingHandlerTest, TestDocumentBuilder, TestBadConfig, SpellPossibilityIteratorTest, TestIndexingPerformance, SimpleFacetsTest, TermVectorComponentDistributedTest, TestSolrJ, TestPostingsSolrHighlighter, IndexBasedSpellCheckerTest, CurrencyFieldTest, TestSuggestSpellingConverter, SolrCoreCheckLockOnStartupTest, ClusterStateUpdateTest, TestLMJelinekMercerSimilarityFactory, SolrRequestParserTest, OpenExchangeRatesOrgProviderTest, TestSolrDeletionPolicy1, TestIBSimilarityFactory, FileBasedSpellCheckerTest, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, ConvertedLegacyTest, TestConfig, TestJmxIntegration, TestAtomicUpdateErrorCases, CSVRequestHandlerTest, TestSort, DebugComponentTest, SoftAutoCommitTest, TestStressReorder, TestPropInjectDefaults, UpdateParamsTest, DateMathParserTest, ResourceLoaderTest, OverseerCollectionProcessorTest, XmlUpdateRequestHandlerTest, TestRemoteStreaming, JsonLoaderTest, BasicZkTest, NoCacheHeaderTest, FastVectorHighlighterTest, SolrCmdDistributorTest, BasicFunctionalityTest, UpdateRequestProcessorFactoryTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 132.13s, 1 test, 1 error <<< FAILURES!

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

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