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

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_38) - Build # 2407 - Failure!

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

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

Error Message:
shard2 is not consistent.  Got 35 from http://127.0.0.1:60114/tu_z/collection1lastClient and got 36 from http://127.0.0.1:60132/tu_z/collection1

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 35 from http://127.0.0.1:60114/tu_z/collection1lastClient and got 36 from http://127.0.0.1:60132/tu_z/collection1
	at __randomizedtesting.SeedInfo.seed([ADD94435C9DFDF34:2C3FCA2DBE80BF08]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:953)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:319)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:107)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:662)




Build Log:
[...truncated 8049 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T397 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /tu_z/
[junit4:junit4]   2> 17 T397 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1358179684670
[junit4:junit4]   2> 21 T397 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 21 T398 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 25 T398 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 25 T398 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 26 T398 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 28 T398 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 28 T398 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 124 T397 oasc.ZkTestServer.run start zk server on port:60086
[junit4:junit4]   2> 125 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@dce1387
[junit4:junit4]   2> 126 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 128 T403 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 129 T403 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 130 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60089
[junit4:junit4]   2> 131 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60089
[junit4:junit4]   2> 132 T401 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 138 T403 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0000, negotiated timeout = 10000
[junit4:junit4]   2> 139 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0000 with negotiated timeout 10000 for client /127.0.0.1:60089
[junit4:junit4]   2> 140 T404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dce1387 name:ZooKeeperConnection Watcher:127.0.0.1:60086 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 140 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 140 T397 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 149 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a0000
[junit4:junit4]   2> 151 T404 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 151 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a0000 closed
[junit4:junit4]   2> 152 T399 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13c39d1514a0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 152 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c8fc809
[junit4:junit4]   2> 154 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60089 which had sessionid 0x13c39d1514a0000
[junit4:junit4]   2> 155 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 156 T405 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 157 T405 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 157 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60092
[junit4:junit4]   2> 158 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60092
[junit4:junit4]   2> 160 T405 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0001, negotiated timeout = 10000
[junit4:junit4]   2> 160 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0001 with negotiated timeout 10000 for client /127.0.0.1:60092
[junit4:junit4]   2> 160 T406 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c8fc809 name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 160 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 161 T397 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 166 T397 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 171 T397 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 175 T397 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 182 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 213 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 224 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 226 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 233 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 234 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 239 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 240 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 245 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 246 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 252 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 253 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 258 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 259 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 264 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 265 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 270 T397 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 271 T397 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 276 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a0001
[junit4:junit4]   2> 279 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a0001 closed
[junit4:junit4]   2> 279 T406 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 279 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60092 which had sessionid 0x13c39d1514a0001
[junit4:junit4]   2> 1048 T397 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1296 T397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60093
[junit4:junit4]   2> 1353 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1354 T397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1354 T397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931
[junit4:junit4]   2> 1354 T397 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931\solr.xml
[junit4:junit4]   2> 1355 T397 oasc.CoreContainer.<init> New CoreContainer 2052935731
[junit4:junit4]   2> 1358 T397 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931\'
[junit4:junit4]   2> 1359 T397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931\'
[junit4:junit4]   2> 1417 T397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 1418 T397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1420 T397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1421 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1421 T397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1421 T397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1422 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1422 T397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1422 T397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1461 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1904 T397 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1934 T397 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60086/solr
[junit4:junit4]   2> 1944 T397 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1944 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@59c12050
[junit4:junit4]   2> 1946 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1949 T417 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 1949 T417 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 1949 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60098
[junit4:junit4]   2> 1950 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60098
[junit4:junit4]   2> 1961 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0002 with negotiated timeout 20000 for client /127.0.0.1:60098
[junit4:junit4]   2> 1961 T417 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0002, negotiated timeout = 20000
[junit4:junit4]   2> 1962 T418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59c12050 name:ZooKeeperConnection Watcher:127.0.0.1:60086 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1962 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1964 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a0002
[junit4:junit4]   2> 1965 T399 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13c39d1514a0002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1965 T418 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1965 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a0002 closed
[junit4:junit4]   2> 1965 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60098 which had sessionid 0x13c39d1514a0002
[junit4:junit4]   2> 1970 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 1979 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2548ccb8
[junit4:junit4]   2> 1980 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1981 T419 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 1982 T419 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 1982 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60101
[junit4:junit4]   2> 1983 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60101
[junit4:junit4]   2> 1984 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0003 with negotiated timeout 20000 for client /127.0.0.1:60101
[junit4:junit4]   2> 1984 T419 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0003, negotiated timeout = 20000
[junit4:junit4]   2> 1985 T420 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2548ccb8 name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1985 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1989 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1990 T397 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1995 T397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60093_tu_z
[junit4:junit4]   2> 1996 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60093_tu_z Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60093_tu_z
[junit4:junit4]   2> 1997 T397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60093_tu_z
[junit4:junit4]   2> 2002 T397 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2010 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 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> 2012 T397 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2017 T397 oasc.Overseer.start Overseer (id=89009663815319555-127.0.0.1:60093_tu_z-n_0000000000) starting
[junit4:junit4]   2> 2018 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2021 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2024 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2025 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2028 T422 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 2028 T397 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2033 T397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2037 T421 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2074 T423 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931\collection1
[junit4:junit4]   2> 2075 T423 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 2077 T423 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2077 T423 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 2079 T423 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931\collection1\'
[junit4:junit4]   2> 2081 T423 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2083 T423 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931/collection1/lib/README' to classloader
[junit4:junit4]   2> 2278 T423 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2477 T423 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2479 T423 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2513 T423 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3692 T423 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 3712 T423 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 3717 T423 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3766 T423 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 3774 T423 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 3784 T423 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 3787 T423 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 3801 T423 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358179684931\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/control/data\
[junit4:junit4]   2> 3809 T423 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@734b84c7
[junit4:junit4]   2> 3824 T423 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 3850 T423 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data forceNew:false
[junit4:junit4]   2> 3851 T423 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data
[junit4:junit4]   2> 3851 T423 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/control/data\index/
[junit4:junit4]   2> 3852 T423 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3853 T423 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index forceNew:false
[junit4:junit4]   2> 3866 T423 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@563da1dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3866 T423 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3868 T423 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index
[junit4:junit4]   2> 3869 T423 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 3872 T423 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 3873 T423 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 3873 T423 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 3873 T423 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 3874 T423 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 3874 T423 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 3875 T423 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 3877 T423 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3878 T423 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 3879 T423 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 3879 T423 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 3880 T423 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3881 T423 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 3881 T423 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 3881 T423 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 3882 T423 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3883 T423 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3884 T423 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3885 T423 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3886 T423 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3886 T423 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3886 T423 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3887 T423 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3888 T423 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3889 T423 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 3890 T423 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 3903 T423 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3911 T423 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 3913 T423 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> 3937 T423 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data
[junit4:junit4]   2> 3940 T423 oass.SolrIndexSearcher.<init> Opening Searcher@6b13c116 main
[junit4:junit4]   2> 3966 T423 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3966 T423 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3966 T423 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 3978 T423 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4049 T424 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b13c116 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4058 T423 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4058 T423 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4059 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x53 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 4719 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4720 T421 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:60093_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60093/tu_z"}
[junit4:junit4]   2> 4720 T421 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 4720 T421 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 4722 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x5b zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 4753 T420 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> 4956 T423 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4956 T423 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60093/tu_z collection:control_collection shard:shard1
[junit4:junit4]   2> 4971 T423 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 4989 T423 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 5004 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:delete cxid:0x75 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> 5005 T423 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5006 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x76 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5010 T423 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5010 T423 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5010 T423 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60093/tu_z/collection1/
[junit4:junit4]   2> 5011 T423 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5011 T423 oasc.SyncStrategy.syncToMe http://127.0.0.1:60093/tu_z/collection1/ has no replicas
[junit4:junit4]   2> 5011 T423 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60093/tu_z/collection1/
[junit4:junit4]   2> 5011 T423 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 5021 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0003 type:create cxid:0x80 zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6103 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6135 T420 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> 6170 T423 oasc.ZkController.register We are http://127.0.0.1:60093/tu_z/collection1/ and leader is http://127.0.0.1:60093/tu_z/collection1/
[junit4:junit4]   2> 6179 T423 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60093/tu_z
[junit4:junit4]   2> 6179 T423 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6179 T423 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6179 T423 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6185 T423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6187 T397 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 6188 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6261 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6280 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 6289 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@40591a4d
[junit4:junit4]   2> 6290 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6291 T425 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 6291 T425 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 6292 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60104
[junit4:junit4]   2> 6292 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60104
[junit4:junit4]   2> 6294 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0004 with negotiated timeout 10000 for client /127.0.0.1:60104
[junit4:junit4]   2> 6294 T425 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0004, negotiated timeout = 10000
[junit4:junit4]   2> 6295 T426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40591a4d name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6295 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6296 T397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6301 T397 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 6595 T397 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6599 T397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60105
[junit4:junit4]   2> 6600 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6600 T397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6601 T397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952
[junit4:junit4]   2> 6601 T397 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952\solr.xml
[junit4:junit4]   2> 6601 T397 oasc.CoreContainer.<init> New CoreContainer 1442452214
[junit4:junit4]   2> 6602 T397 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952\'
[junit4:junit4]   2> 6602 T397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952\'
[junit4:junit4]   2> 6640 T397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 6641 T397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6641 T397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6642 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6642 T397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6642 T397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6643 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6643 T397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6644 T397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6644 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6657 T397 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6680 T397 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60086/solr
[junit4:junit4]   2> 6680 T397 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6681 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f4790be
[junit4:junit4]   2> 6683 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6685 T436 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 6685 T436 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 6685 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60110
[junit4:junit4]   2> 6686 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60110
[junit4:junit4]   2> 6696 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0005 with negotiated timeout 20000 for client /127.0.0.1:60110
[junit4:junit4]   2> 6696 T436 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0005, negotiated timeout = 20000
[junit4:junit4]   2> 6697 T437 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f4790be name:ZooKeeperConnection Watcher:127.0.0.1:60086 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6697 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6699 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a0005
[junit4:junit4]   2> 6701 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60110 which had sessionid 0x13c39d1514a0005
[junit4:junit4]   2> 6703 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a0005 closed
[junit4:junit4]   2> 6703 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 6708 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@20e74663
[junit4:junit4]   2> 6710 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6711 T437 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6711 T438 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 6713 T438 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 6714 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60113
[junit4:junit4]   2> 6714 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60113
[junit4:junit4]   2> 6809 T438 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0006, negotiated timeout = 20000
[junit4:junit4]   2> 6817 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0006 with negotiated timeout 20000 for client /127.0.0.1:60113
[junit4:junit4]   2> 6821 T439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20e74663 name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6821 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6822 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6825 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6826 T397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60105_tu_z
[junit4:junit4]   2> 6828 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60105_tu_z Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60105_tu_z
[junit4:junit4]   2> 6832 T397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60105_tu_z
[junit4:junit4]   2> 6841 T420 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6844 T426 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6849 T420 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6852 T397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6864 T440 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952\collection1
[junit4:junit4]   2> 6864 T440 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6866 T440 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6866 T440 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6869 T440 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952\collection1\'
[junit4:junit4]   2> 6870 T440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6871 T440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952/collection1/lib/README' to classloader
[junit4:junit4]   2> 7021 T440 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7126 T440 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7131 T440 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7175 T440 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7630 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7631 T421 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:60093_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60093/tu_z"}
[junit4:junit4]   2> 7647 T439 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> 7647 T420 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> 7648 T426 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> 7926 T440 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7945 T440 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7951 T440 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8027 T440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8035 T440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8041 T440 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8045 T440 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8047 T440 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358179690952\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty1\
[junit4:junit4]   2> 8049 T440 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@734b84c7
[junit4:junit4]   2> 8050 T440 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 8051 T440 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1 forceNew:false
[junit4:junit4]   2> 8052 T440 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1
[junit4:junit4]   2> 8052 T440 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty1\index/
[junit4:junit4]   2> 8053 T440 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8053 T440 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index forceNew:false
[junit4:junit4]   2> 8060 T440 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dee2310),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8060 T440 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8061 T440 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index
[junit4:junit4]   2> 8062 T440 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8065 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8066 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8066 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8066 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8067 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8067 T440 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8069 T440 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8069 T440 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8070 T440 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8071 T440 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8071 T440 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8072 T440 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8072 T440 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8073 T440 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8073 T440 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8074 T440 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8075 T440 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8075 T440 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8076 T440 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8076 T440 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8076 T440 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8078 T440 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8078 T440 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8079 T440 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8080 T440 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8080 T440 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8088 T440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8094 T440 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8159 T440 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> 8162 T440 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1
[junit4:junit4]   2> 8164 T440 oass.SolrIndexSearcher.<init> Opening Searcher@2d41717f main
[junit4:junit4]   2> 8166 T440 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8166 T440 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8167 T440 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8186 T440 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8245 T441 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d41717f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8253 T440 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8253 T440 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9131 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9133 T421 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:60105_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60105/tu_z"}
[junit4:junit4]   2> 9133 T421 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 9135 T421 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9155 T439 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> 9156 T420 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> 9156 T426 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> 9236 T440 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9236 T440 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60105/tu_z collection:collection1 shard:shard1
[junit4:junit4]   2> 9236 T440 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 9249 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 9251 T440 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9252 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9256 T440 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9256 T440 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9256 T440 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60105/tu_z/collection1/
[junit4:junit4]   2> 9257 T440 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9257 T440 oasc.SyncStrategy.syncToMe http://127.0.0.1:60105/tu_z/collection1/ has no replicas
[junit4:junit4]   2> 9257 T440 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60105/tu_z/collection1/
[junit4:junit4]   2> 9257 T440 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 9264 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10640 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10663 T420 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> 10664 T426 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> 10664 T439 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> 10712 T440 oasc.ZkController.register We are http://127.0.0.1:60105/tu_z/collection1/ and leader is http://127.0.0.1:60105/tu_z/collection1/
[junit4:junit4]   2> 10712 T440 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60105/tu_z
[junit4:junit4]   2> 10712 T440 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10712 T440 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10713 T440 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10716 T440 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10718 T397 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 10719 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10719 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11081 T397 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11085 T397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60114
[junit4:junit4]   2> 11087 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11087 T397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11087 T397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380
[junit4:junit4]   2> 11092 T397 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380\solr.xml
[junit4:junit4]   2> 11093 T397 oasc.CoreContainer.<init> New CoreContainer 1413964961
[junit4:junit4]   2> 11095 T397 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380\'
[junit4:junit4]   2> 11095 T397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380\'
[junit4:junit4]   2> 11149 T397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11150 T397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11151 T397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11151 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11151 T397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11151 T397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11152 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11152 T397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11152 T397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11153 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11167 T397 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11191 T397 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60086/solr
[junit4:junit4]   2> 11191 T397 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11191 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3dae3050
[junit4:junit4]   2> 11194 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11195 T451 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 11196 T451 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 11196 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60119
[junit4:junit4]   2> 11197 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60119
[junit4:junit4]   2> 11206 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0007 with negotiated timeout 20000 for client /127.0.0.1:60119
[junit4:junit4]   2> 11206 T451 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0007, negotiated timeout = 20000
[junit4:junit4]   2> 11206 T452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3dae3050 name:ZooKeeperConnection Watcher:127.0.0.1:60086 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11207 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11208 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a0007
[junit4:junit4]   2> 11210 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a0007 closed
[junit4:junit4]   2> 11210 T452 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11210 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60119 which had sessionid 0x13c39d1514a0007
[junit4:junit4]   2> 11211 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11216 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@54b8cdc
[junit4:junit4]   2> 11218 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11219 T453 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 11220 T453 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 11220 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60122
[junit4:junit4]   2> 11220 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60122
[junit4:junit4]   2> 11221 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0008 with negotiated timeout 20000 for client /127.0.0.1:60122
[junit4:junit4]   2> 11221 T453 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0008, negotiated timeout = 20000
[junit4:junit4]   2> 11222 T454 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54b8cdc name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11222 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11223 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11225 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11227 T397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60114_tu_z
[junit4:junit4]   2> 11228 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60114_tu_z Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60114_tu_z
[junit4:junit4]   2> 11230 T397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60114_tu_z
[junit4:junit4]   2> 11234 T420 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> 11235 T439 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11235 T439 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> 11236 T426 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11236 T426 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> 11238 T420 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11242 T397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11251 T455 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380\collection1
[junit4:junit4]   2> 11251 T455 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11252 T455 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11252 T455 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11255 T455 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380\collection1\'
[junit4:junit4]   2> 11257 T455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11258 T455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380/collection1/lib/README' to classloader
[junit4:junit4]   2> 11374 T455 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11489 T455 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11491 T455 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11508 T455 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12146 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12147 T421 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:60105_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60105/tu_z"}
[junit4:junit4]   2> 12165 T454 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> 12166 T420 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> 12166 T439 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> 12166 T426 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> 12334 T455 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12349 T455 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12353 T455 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12399 T455 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12404 T455 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12411 T455 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12413 T455 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12415 T455 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358179695380\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty2\
[junit4:junit4]   2> 12416 T455 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@734b84c7
[junit4:junit4]   2> 12417 T455 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12418 T455 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2 forceNew:false
[junit4:junit4]   2> 12422 T455 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2
[junit4:junit4]   2> 12423 T455 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty2\index/
[junit4:junit4]   2> 12424 T455 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12445 T455 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index forceNew:false
[junit4:junit4]   2> 12453 T455 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@547c9586),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12453 T455 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12455 T455 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index
[junit4:junit4]   2> 12455 T455 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12458 T455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12458 T455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12459 T455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12459 T455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12460 T455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12460 T455 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12461 T455 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12461 T455 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12462 T455 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12463 T455 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12464 T455 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12464 T455 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12465 T455 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12465 T455 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12465 T455 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12466 T455 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12467 T455 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12468 T455 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12469 T455 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12469 T455 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12470 T455 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12471 T455 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12471 T455 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12471 T455 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12472 T455 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12472 T455 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12480 T455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12485 T455 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12487 T455 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> 12490 T455 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2
[junit4:junit4]   2> 12492 T455 oass.SolrIndexSearcher.<init> Opening Searcher@714e1705 main
[junit4:junit4]   2> 12493 T455 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12493 T455 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12494 T455 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12505 T455 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12572 T456 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@714e1705 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12582 T455 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12582 T455 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13645 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13646 T421 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:60114_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60114/tu_z"}
[junit4:junit4]   2> 13646 T421 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13646 T421 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 13658 T439 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> 13658 T420 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> 13659 T426 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> 13658 T454 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> 14546 T455 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14546 T455 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60114/tu_z collection:collection1 shard:shard2
[junit4:junit4]   2> 14547 T455 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 14564 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0008 type:delete cxid:0x44 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 14566 T455 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 14567 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0008 type:create cxid:0x45 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14570 T455 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 14570 T455 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 14570 T455 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60114/tu_z/collection1/
[junit4:junit4]   2> 14570 T455 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 14571 T455 oasc.SyncStrategy.syncToMe http://127.0.0.1:60114/tu_z/collection1/ has no replicas
[junit4:junit4]   2> 14571 T455 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60114/tu_z/collection1/
[junit4:junit4]   2> 14571 T455 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 14578 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a0008 type:create cxid:0x4e zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15139 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15155 T454 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> 15156 T420 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> 15156 T426 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> 15155 T439 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> 15182 T455 oasc.ZkController.register We are http://127.0.0.1:60114/tu_z/collection1/ and leader is http://127.0.0.1:60114/tu_z/collection1/
[junit4:junit4]   2> 15182 T455 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60114/tu_z
[junit4:junit4]   2> 15182 T455 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 15182 T455 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15182 T455 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15187 T455 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15188 T397 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 15189 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15189 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15564 T397 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15568 T397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60123
[junit4:junit4]   2> 15569 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15569 T397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15570 T397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849
[junit4:junit4]   2> 15570 T397 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849\solr.xml
[junit4:junit4]   2> 15570 T397 oasc.CoreContainer.<init> New CoreContainer 295547423
[junit4:junit4]   2> 15571 T397 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849\'
[junit4:junit4]   2> 15572 T397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849\'
[junit4:junit4]   2> 15612 T397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 15612 T397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15613 T397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15613 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15614 T397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15614 T397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15614 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15615 T397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15615 T397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15615 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15634 T397 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15657 T397 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60086/solr
[junit4:junit4]   2> 15658 T397 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15658 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@63d15d1c
[junit4:junit4]   2> 15660 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15660 T466 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 15661 T466 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 15661 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60128
[junit4:junit4]   2> 15661 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60128
[junit4:junit4]   2> 15673 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a0009 with negotiated timeout 20000 for client /127.0.0.1:60128
[junit4:junit4]   2> 15673 T466 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a0009, negotiated timeout = 20000
[junit4:junit4]   2> 15673 T467 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63d15d1c name:ZooKeeperConnection Watcher:127.0.0.1:60086 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15675 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15677 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a0009
[junit4:junit4]   2> 15679 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a0009 closed
[junit4:junit4]   2> 15680 T467 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15679 T399 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13c39d1514a0009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15680 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 15681 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60128 which had sessionid 0x13c39d1514a0009
[junit4:junit4]   2> 15685 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@52a9fd96
[junit4:junit4]   2> 15687 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15687 T468 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 15688 T468 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 15689 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60131
[junit4:junit4]   2> 15689 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60131
[junit4:junit4]   2> 15692 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a000a with negotiated timeout 20000 for client /127.0.0.1:60131
[junit4:junit4]   2> 15692 T468 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a000a, negotiated timeout = 20000
[junit4:junit4]   2> 15693 T469 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52a9fd96 name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15693 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15694 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15697 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15700 T397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60123_tu_z
[junit4:junit4]   2> 15702 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a000a type:delete cxid:0x4 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60123_tu_z Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60123_tu_z
[junit4:junit4]   2> 15704 T397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60123_tu_z
[junit4:junit4]   2> 15710 T420 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> 15710 T439 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15711 T439 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> 15712 T454 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15712 T454 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> 15713 T426 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15713 T426 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> 15718 T420 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15720 T397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15728 T470 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849\collection1
[junit4:junit4]   2> 15728 T470 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15728 T470 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15728 T470 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15730 T470 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849\collection1\'
[junit4:junit4]   2> 15731 T470 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15732 T470 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849/collection1/lib/README' to classloader
[junit4:junit4]   2> 15803 T470 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15892 T470 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15893 T470 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15915 T470 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16715 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16716 T421 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:60114_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60114/tu_z"}
[junit4:junit4]   2> 16740 T469 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> 16741 T439 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> 16741 T454 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> 16742 T420 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> 16743 T426 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> 16929 T470 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16950 T470 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16958 T470 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16998 T470 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17007 T470 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17015 T470 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17019 T470 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17022 T470 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358179699849\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty3\
[junit4:junit4]   2> 17024 T470 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@734b84c7
[junit4:junit4]   2> 17024 T470 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17026 T470 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3 forceNew:false
[junit4:junit4]   2> 17027 T470 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 17027 T470 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty3\index/
[junit4:junit4]   2> 17029 T470 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17030 T470 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index forceNew:false
[junit4:junit4]   2> 17042 T470 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbe4050),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17044 T470 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17046 T470 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index
[junit4:junit4]   2> 17047 T470 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 17050 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17051 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 17051 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17052 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 17053 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17053 T470 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17053 T470 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17054 T470 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17055 T470 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17056 T470 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 17057 T470 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 17058 T470 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17059 T470 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 17059 T470 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 17059 T470 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 17060 T470 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17061 T470 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17062 T470 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17064 T470 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17065 T470 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17066 T470 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17067 T470 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17068 T470 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17070 T470 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17071 T470 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 17072 T470 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 17081 T470 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17087 T470 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 17089 T470 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> 17092 T470 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 17094 T470 oass.SolrIndexSearcher.<init> Opening Searcher@621f6c18 main
[junit4:junit4]   2> 17096 T470 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17096 T470 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17097 T470 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 17109 T470 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 17220 T470 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17221 T470 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17225 T471 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@621f6c18 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18382 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18384 T421 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:60123_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60123/tu_z"}
[junit4:junit4]   2> 18384 T421 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18384 T421 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18396 T469 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> 18397 T454 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> 18397 T439 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> 18398 T426 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> 18398 T420 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> 19385 T470 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19385 T470 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60123/tu_z collection:collection1 shard:shard1
[junit4:junit4]   2> 19397 T470 oasc.ZkController.register We are http://127.0.0.1:60123/tu_z/collection1/ and leader is http://127.0.0.1:60105/tu_z/collection1/
[junit4:junit4]   2> 19398 T470 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60123/tu_z
[junit4:junit4]   2> 19398 T470 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19398 T470 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@73a83205 url=http://127.0.0.1:60123/tu_z/collection1 node=127.0.0.1:60123_tu_z C1_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:60123_tu_z, base_url=http://127.0.0.1:60123/tu_z}
[junit4:junit4]   2> 19409 T472 C1 P60123 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19410 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19410 T470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19410 T472 C1 P60123 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19411 T472 C1 P60123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19414 T397 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 19415 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19415 T472 C1 P60123 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19415 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19930 T397 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 19944 T397 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60132
[junit4:junit4]   2> 19945 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 19946 T397 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 19946 T397 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079
[junit4:junit4]   2> 19947 T397 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079\solr.xml
[junit4:junit4]   2> 19947 T397 oasc.CoreContainer.<init> New CoreContainer 1893072126
[junit4:junit4]   2> 19948 T397 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079\'
[junit4:junit4]   2> 19948 T397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079\'
[junit4:junit4]   2> 20031 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20033 T421 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:60123_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60123/tu_z"}
[junit4:junit4]   2> 20063 T469 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> 20064 T439 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> 20064 T454 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> 20065 T420 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> 20065 T426 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> 20883 T397 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 20884 T397 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 20884 T397 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 20885 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 20885 T397 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 20886 T397 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 20886 T397 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 20887 T397 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 20887 T397 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 20888 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 20917 T397 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 20983 T397 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60086/solr
[junit4:junit4]   2> 20983 T397 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 20984 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@51af5350
[junit4:junit4]   2> 20985 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20987 T482 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 20989 T482 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 20990 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60138
[junit4:junit4]   2> 20992 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60138
[junit4:junit4]   2> 21004 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a000b with negotiated timeout 20000 for client /127.0.0.1:60138
[junit4:junit4]   2> 21004 T482 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a000b, negotiated timeout = 20000
[junit4:junit4]   2> 21005 T483 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51af5350 name:ZooKeeperConnection Watcher:127.0.0.1:60086 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21005 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21008 T402 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c39d1514a000b
[junit4:junit4]   2> 21015 T399 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60138 which had sessionid 0x13c39d1514a000b
[junit4:junit4]   2> 21016 T397 oaz.ZooKeeper.close Session: 0x13c39d1514a000b closed
[junit4:junit4]   2> 21177 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 21060 T483 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 21237 T397 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60086/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d29efd0
[junit4:junit4]   2> 21360 T397 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21363 T484 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60086. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 21363 T484 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60086, initiating session
[junit4:junit4]   2> 21364 T399 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60141
[junit4:junit4]   2> 21364 T399 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60141
[junit4:junit4]   2> 21371 T401 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c39d1514a000c with negotiated timeout 20000 for client /127.0.0.1:60141
[junit4:junit4]   2> 21371 T484 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60086, sessionid = 0x13c39d1514a000c, negotiated timeout = 20000
[junit4:junit4]   2> 21372 T485 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d29efd0 name:ZooKeeperConnection Watcher:127.0.0.1:60086/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21372 T397 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21373 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a000c type:create cxid:0x1 zxid:0xa6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21376 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a000c type:create cxid:0x2 zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21378 T397 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60132_tu_z
[junit4:junit4]   2> 21379 T402 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c39d1514a000c type:delete cxid:0x4 zxid:0xa8 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60132_tu_z Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60132_tu_z
[junit4:junit4]   2> 21385 T397 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60132_tu_z
[junit4:junit4]   2> 21398 T420 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> 21401 T426 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21401 T426 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> 21402 T439 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21403 T439 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> 21402 T469 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21404 T469 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> 21404 T454 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21404 T454 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> 21409 T420 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21424 T397 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 21441 T486 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079\collection1
[junit4:junit4]   2> 21442 T486 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 21443 T486 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 21444 T486 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 21447 T486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079\collection1\'
[junit4:junit4]   2> 21453 T486 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 21456 T486 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079/collection1/lib/README' to classloader
[junit4:junit4]   2> 21633 T486 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 21803 T486 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 21806 T486 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 21906 T486 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 22792 T486 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 22807 T486 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 22811 T486 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 22851 T486 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22858 T486 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22867 T486 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22870 T486 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22872 T486 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358179704079\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty4\
[junit4:junit4]   2> 22872 T486 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@734b84c7
[junit4:junit4]   2> 22873 T486 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 22874 T486 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4 forceNew:false
[junit4:junit4]   2> 22875 T486 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4
[junit4:junit4]   2> 22875 T486 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty4\index/
[junit4:junit4]   2> 22876 T486 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 22877 T486 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index forceNew:false
[junit4:junit4]   2> 22887 T486 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4179),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22887 T486 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22889 T486 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index
[junit4:junit4]   2> 22889 T486 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 22892 T486 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 22892 T486 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 22893 T486 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 22893 T486 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 22894 T486 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 22894 T486 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 22894 T486 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 22895 T486 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 22897 T486 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 22898 T486 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 22899 T486 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 22900 T486 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 22902 T486 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 22902 T486 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 22903 T486 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 22904 T486 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 22906 T486 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22907 T486 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22908 T486 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22909 T486 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22910 T486 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22911 T486 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22913 T486 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22914 T486 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 22916 T486 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 22917 T486 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 22932 T486 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 22942 T486 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 22946 T486 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> 22950 T486 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4
[junit4:junit4]   2> 22952 T486 oass.SolrIndexSearcher.<init> Opening Searcher@5f580757 main
[junit4:junit4]   2> 22956 T486 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 22956 T486 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 22957 T486 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 22984 T486 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 23060 T487 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f580757 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 23071 T486 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 23072 T486 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C1_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:60123_tu_z, base_url=http://127.0.0.1:60123/tu_z}
[junit4:junit4]   2> 23517 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60105/tu_z/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23527 T472 C1 P60123 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 23548 T472 C1 P60123 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60123/tu_z START replicas=[http://127.0.0.1:60105/tu_z/collection1/] nUpdates=100
[junit4:junit4]   2> 23558 T472 C1 P60123 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23559 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23559 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23559 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23560 T472 C1 P60123 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23560 T472 C1 P60123 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60105/tu_z/collection1/. core=collection1
[junit4:junit4]   2> 23560 T472 C1 P60123 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@6908af2a url=http://127.0.0.1:60105/tu_z/collection1 node=127.0.0.1:60105_tu_z C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:60105_tu_z, base_url=http://127.0.0.1:60105/tu_z, leader=true}
[junit4:junit4]   2> 23645 T431 C2 P60105 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=4 
[junit4:junit4]   2> 23662 T432 C2 P60105 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23664 T432 C2 P60105 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1
[junit4:junit4]   2> 23671 T432 C2 P60105 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dee2310),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23671 T432 C2 P60105 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23677 T432 C2 P60105 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dee2310),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dee2310),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23678 T432 C2 P60105 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23679 T432 C2 P60105 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1
[junit4:junit4]   2> 23680 T432 C2 P60105 oass.SolrIndexSearcher.<init> Opening Searcher@3d1258b2 realtime
[junit4:junit4]   2> 23680 T432 C2 P60105 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23681 T432 C2 P60105 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 43
[junit4:junit4]   2> 23747 T472 C1 P60123 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23748 T472 C1 P60123 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 23765 T472 C1 P60123 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23811 T434 C2 P60105 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23812 T434 C2 P60105 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=45 
[junit4:junit4]   2> 23814 T472 C1 P60123 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23814 T472 C1 P60123 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23814 T472 C1 P60123 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23821 T430 C2 P60105 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1
[junit4:junit4]   2> 23822 T430 C2 P60105 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index
[junit4:junit4]   2> 23824 T430 C2 P60105 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=5 
[junit4:junit4]   2> 23826 T472 C1 P60123 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23827 T472 C1 P60123 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 forceNew:false
[junit4:junit4]   2> 23828 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23830 T472 C1 P60123 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af) fullCopy=true
[junit4:junit4]   2> 23845 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23847 T421 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:60132_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60132/tu_z"}
[junit4:junit4]   2> 23848 T435 C2 P60105 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=7 
[junit4:junit4]   2> 23848 T421 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 23848 T421 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 23863 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index
[junit4:junit4]   2> 23864 T472 C1 P60123 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23866 T485 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> 23866 T439 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> 23867 T420 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> 23867 T454 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> 23867 T472 C1 P60123 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130114190828477
[junit4:junit4]   2> 23868 T469 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> 23871 T426 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> 23874 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23875 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23876 T472 C1 P60123 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty3\index/ new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669/jetty3\index.20130114190828477
[junit4:junit4]   2> 23880 T472 C1 P60123 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23880 T472 C1 P60123 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23884 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23888 T472 C1 P60123 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23888 T472 C1 P60123 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23889 T472 C1 P60123 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 23890 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477
[junit4:junit4]   2> 23891 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23895 T472 C1 P60123 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23896 T472 C1 P60123 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23896 T472 C1 P60123 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23896 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23897 T472 C1 P60123 oass.SolrIndexSearcher.<init> Opening Searcher@50360733 main
[junit4:junit4]   2> 23901 T471 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50360733 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23903 T471 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index
[junit4:junit4]   2> 23904 T472 C1 P60123 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23908 T472 C1 P60123 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 23909 T472 C1 P60123 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 23910 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 23911 T472 C1 P60123 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23911 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477
[junit4:junit4]   2> 23911 T472 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index
[junit4:junit4]   2> 23911 T472 C1 P60123 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23911 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23912 T472 C1 P60123 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23912 T472 C1 P60123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23914 T472 C1 P60123 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 24154 T486 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 24154 T486 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60132/tu_z collection:collection1 shard:shard2
[junit4:junit4]   2> 24160 T486 oasc.ZkController.register We are http://127.0.0.1:60132/tu_z/collection1/ and leader is http://127.0.0.1:60114/tu_z/collection1/
[junit4:junit4]   2> 24160 T486 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60132/tu_z
[junit4:junit4]   2> 24160 T486 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 24161 T486 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@2c4120aa url=http://127.0.0.1:60132/tu_z/collection1 node=127.0.0.1:60132_tu_z C3_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:60132_tu_z, base_url=http://127.0.0.1:60132/tu_z}
[junit4:junit4]   2> 24163 T490 C3 P60132 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 24165 T490 C3 P60132 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 24166 T490 C3 P60132 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 24166 T490 C3 P60132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24166 T486 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24169 T490 C3 P60132 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24170 T397 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 24170 T397 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 24171 T397 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24187 T397 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@25995ba url=http://127.0.0.1:60093/tu_z/collection1 node=127.0.0.1:60093_tu_z C4_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:60093_tu_z, base_url=http://127.0.0.1:60093/tu_z, leader=true}
[junit4:junit4]   2> 24280 T411 C4 P60093 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data
[junit4:junit4]   2> 24287 T411 C4 P60093 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@563da1dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24287 T411 C4 P60093 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24323 T411 C4 P60093 /update {wt=javabin&version=2} {add=[1 (1424154646470983680)]} 0 60
[junit4:junit4]   2> 24435 T462 C1 P60123 /update {distrib.from=http://127.0.0.1:60105/tu_z/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1424154646539141120)]} 0 35
[junit4:junit4]   2> 24436 T432 C2 P60105 /update {wt=javabin&version=2} {add=[1 (1424154646539141120)]} 0 102
[junit4:junit4]   2> 24440 T410 C4 P60093 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 24534 T410 C4 P60093 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@563da1dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@563da1dc),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0_Direct_0.pos, segments_2, _0_Direct_0.tip, _0.fdx, _0.si, _0_Direct_0.tim, _0.fdt]
[junit4:junit4]   2> 24535 T410 C4 P60093 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0_Direct_0.pos, segments_2, _0_Direct_0.tip, _0.fdx, _0.si, _0_Direct_0.tim, _0.fdt]
[junit4:junit4]   2> 24538 T410 C4 P60093 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data
[junit4:junit4]   2> 24611 T410 C4 P60093 oass.SolrIndexSearcher.<init> Opening Searcher@766d65fd main
[junit4:junit4]   2> 24613 T410 C4 P60093 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24615 T424 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@766d65fd main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 24615 T424 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\control\data\index
[junit4:junit4]   2> 24616 T410 C4 P60093 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 176
[junit4:junit4]   2> 24621 T433 C2 P60105 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 24683 T433 C2 P60105 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dee2310),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dee2310),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0_Direct_0.pos, _0_Direct_0.tip, _0.fdx, _0.si, _0_Direct_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 24685 T433 C2 P60105 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0_Direct_0.pos, _0_Direct_0.tip, _0.fdx, _0.si, _0_Direct_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 24685 T433 C2 P60105 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1
[junit4:junit4]   2> 24709 T433 C2 P60105 oass.SolrIndexSearcher.<init> Opening Searcher@6f198967 main
[junit4:junit4]   2> 24710 T433 C2 P60105 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index
[junit4:junit4]   2> 24712 T433 C2 P60105 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24714 T441 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f198967 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 24714 T441 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty1\index
[junit4:junit4]   2> 24716 T433 C2 P60105 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:60123/tu_z/collection1/, StdNode: http://127.0.0.1:60114/tu_z/collection1/, StdNode: http://127.0.0.1:60132/tu_z/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 24724 T463 C1 P60123 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@36592bb1 url=http://127.0.0.1:60114/tu_z/collection1 node=127.0.0.1:60114_tu_z C5_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:60114_tu_z, base_url=http://127.0.0.1:60114/tu_z, leader=true}
[junit4:junit4]   2> 24737 T448 C5 P60114 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 24738 T448 C5 P60114 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2
[junit4:junit4]   2> 24741 T477 C3 P60132 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 24743 T477 C3 P60132 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4
[junit4:junit4]   2> 24745 T448 C5 P60114 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@547c9586),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24745 T448 C5 P60114 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24749 T477 C3 P60132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4179),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24750 T477 C3 P60132 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24753 T448 C5 P60114 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@547c9586),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@547c9586),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24754 T448 C5 P60114 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24755 T448 C5 P60114 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2
[junit4:junit4]   2> 24758 T448 C5 P60114 oass.SolrIndexSearcher.<init> Opening Searcher@711492ed main
[junit4:junit4]   2> 24758 T448 C5 P60114 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24766 T456 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@711492ed main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 24768 T456 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index
[junit4:junit4]   2> 24768 T448 C5 P60114 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 31
[junit4:junit4]   2> 24774 T477 C3 P60132 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4179),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4179),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24775 T477 C3 P60132 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24776 T477 C3 P60132 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4
[junit4:junit4]   2> 24782 T477 C3 P60132 oass.SolrIndexSearcher.<init> Opening Searcher@42fcb4f main
[junit4:junit4]   2> 24783 T477 C3 P60132 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24786 T487 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42fcb4f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 24786 T487 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty4\index
[junit4:junit4]   2> 24787 T477 C3 P60132 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 48
[junit4:junit4]   2> 24833 T463 C1 P60123 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4aada4af),segFN=segments_4,generation=4,filenames=[_0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0_Direct_0.pos, _0_Direct_0.tip, _0.fdx, _0.si, _0_Direct_0.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 24834 T463 C1 P60123 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0_Direct_0.pos, _0_Direct_0.tip, _0.fdx, _0.si, _0_Direct_0.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 24838 T463 C1 P60123 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3
[junit4:junit4]   2> 24861 T463 C1 P60123 oass.SolrIndexSearcher.<init> Opening Searcher@1ad044c6 main
[junit4:junit4]   2> 24864 T463 C1 P60123 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24866 T471 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ad044c6 main{StandardDirectoryReader(segments_4:3 _0(5.0):C1)}
[junit4:junit4]   2> 24867 T471 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty3\index.20130114190828477
[junit4:junit4]   2> 24868 T463 C1 P60123 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 144
[junit4:junit4]   2> 24869 T433 C2 P60105 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 248
[junit4:junit4]   2> 24870 T397 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 24871 T397 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25506 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25507 T421 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:60123_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60123/tu_z"}
[junit4:junit4]   2> 25521 T421 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:60132_tu_z",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60132/tu_z"}
[junit4:junit4]   2> 25534 T485 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> 25534 T439 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> 25535 T469 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> 25536 T454 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> 25539 T420 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> 25539 T426 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> 25951 T397 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27066 T397 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 28254 T397 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C3_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:60132_tu_z, base_url=http://127.0.0.1:60132/tu_z}
[junit4:junit4]   2> 28684 T490 C3 P60132 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60114/tu_z/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 28684 T490 C3 P60132 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60132/tu_z START replicas=[http://127.0.0.1:60114/tu_z/collection1/] nUpdates=100
[junit4:junit4]   2> 28685 T490 C3 P60132 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 28685 T490 C3 P60132 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 28685 T490 C3 P60132 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 28685 T490 C3 P60132 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 28686 T490 C3 P60132 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 28688 T490 C3 P60132 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60114/tu_z/collection1/. core=collection1
[junit4:junit4]   2> 28688 T490 C3 P60132 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 28692 T445 C5 P60114 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 28705 T447 C5 P60114 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 28722 T447 C5 P60114 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.BasicDistributedZk2Test-1358179684669\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@547c9586),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.

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

ards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:60093_tu_z_collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:60093_tu_z",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:60093/tu_z",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=ADD94435C9DFDF34 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=Europe/Kaliningrad -Dtests.file.encoding=Cp1252
[junit4:junit4] FAILURE 60.7s | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: shard2 is not consistent.  Got 35 from http://127.0.0.1:60114/tu_z/collection1lastClient and got 36 from http://127.0.0.1:60132/tu_z/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([ADD94435C9DFDF34:2C3FCA2DBE80BF08]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:953)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:319)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:107)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 60677 T397 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=Direct), foo_b=Pulsing41(freqCutoff=2 minBlockSize=45 maxBlockSize=144), foo_d=PostingsFormat(name=Memory doPackFST= true), foo_f=Pulsing41(freqCutoff=2 minBlockSize=45 maxBlockSize=144), n_tl1=PostingsFormat(name=Direct), n_d1=MockFixedIntBlock(blockSize=1097), rnd_b=PostingsFormat(name=Memory doPackFST= true), intDefault=MockFixedIntBlock(blockSize=1097), n_td1=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory doPackFST= true), timestamp=MockFixedIntBlock(blockSize=1097), range_facet_sl=Pulsing41(freqCutoff=2 minBlockSize=45 maxBlockSize=144), range_facet_si=PostingsFormat(name=Direct), oddField_s=Pulsing41(freqCutoff=2 minBlockSize=45 maxBlockSize=144), multiDefault=PostingsFormat(name=Direct), n_tf1=MockFixedIntBlock(blockSize=1097), n_dt1=PostingsFormat(name=Direct), n_ti1=PostingsFormat(name=Memory doPackFST= true), range_facet_l=MockFixedIntBlock(blockSize=1097), text=Pulsing41(freqCutoff=2 minBlockSize=45 maxBlockSize=144), _version_=MockFixedIntBlock(blockSize=1097), SubjectTerms_mfacet=MockFixedIntBlock(blockSize=1097), a_t=MockFixedIntBlock(blockSize=1097), n_tdt1=MockFixedIntBlock(blockSize=1097), other_tl1=MockFixedIntBlock(blockSize=1097), n_l1=MockFixedIntBlock(blockSize=1097), a_si=PostingsFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=th_TH, timezone=Europe/Kaliningrad
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_38 (64-bit)/cpus=2,threads=1,free=19256872,total=70955008
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BinaryUpdateRequestHandlerTest, TestRTGBase, OverseerTest, TestFastWriter, JSONWriterTest, TestDocumentBuilder, XsltUpdateRequestHandlerTest, BasicDistributedZk2Test]
[junit4:junit4] Completed in 60.71s, 1 test, 1 failure <<< FAILURES!

[...truncated 743 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:344: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:178: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:428: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1176: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:841: There were test failures: 246 suites, 1029 tests, 1 failure, 14 ignored (9 assumptions)

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



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

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

All tests passed

Build Log:
[...truncated 25842 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build\jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for missing docs...
     [exec] 
     [exec] build/docs\suggest\org\apache\lucene\search\spell/package-summary.html
     [exec]   missing: DirectSpellChecker.ScoreTerm
     [exec] 
     [exec] Missing javadocs were found!

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:60: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:245: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1972: exec returned: 1

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