You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/02/17 00:19:26 UTC

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3739 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3739/

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:26392

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:26392
	at __randomizedtesting.SeedInfo.seed([4FBF87671353BB6C:CE59097F640CDB50]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:412)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstanceWithManualShardAssignement(BasicDistributedZkTest.java:1071)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:331)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 44 more




Build Log:
[...truncated 9102 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T1253 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1253 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1361056221309
[junit4:junit4]   2> 5 T1253 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1254 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T1254 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T1254 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T1254 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T1254 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T1254 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 106 T1253 oasc.ZkTestServer.run start zk server on port:27111
[junit4:junit4]   2> 106 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@216af81e
[junit4:junit4]   2> 107 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T1259 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 108 T1259 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 108 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46982
[junit4:junit4]   2> 108 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46982
[junit4:junit4]   2> 109 T1257 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 111 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830000 with negotiated timeout 10000 for client /140.211.11.196:46982
[junit4:junit4]   2> 111 T1259 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830000, negotiated timeout = 10000
[junit4:junit4]   2> 111 T1260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@216af81e name:ZooKeeperConnection Watcher:127.0.0.1:27111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 112 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 112 T1253 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 123 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c8830000
[junit4:junit4]   2> 124 T1260 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 124 T1253 oaz.ZooKeeper.close Session: 0x13ce545c8830000 closed
[junit4:junit4]   2> 124 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46982 which had sessionid 0x13ce545c8830000
[junit4:junit4]   2> 124 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ee3f393
[junit4:junit4]   2> 125 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 125 T1261 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 126 T1261 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 126 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18860
[junit4:junit4]   2> 126 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18860
[junit4:junit4]   2> 127 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830001 with negotiated timeout 10000 for client /140.211.11.196:18860
[junit4:junit4]   2> 128 T1261 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830001, negotiated timeout = 10000
[junit4:junit4]   2> 128 T1262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ee3f393 name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 128 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 128 T1253 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 136 T1253 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 138 T1253 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 146 T1253 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 149 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 149 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 163 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 164 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 268 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 269 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 271 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 272 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 284 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 284 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 287 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 288 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 291 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 292 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 294 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 295 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 297 T1253 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 298 T1253 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 305 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c8830001
[junit4:junit4]   2> 306 T1262 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 306 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18860 which had sessionid 0x13ce545c8830001
[junit4:junit4]   2> 306 T1253 oaz.ZooKeeper.close Session: 0x13ce545c8830001 closed
[junit4:junit4]   2> 441 T1253 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 450 T1253 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17029
[junit4:junit4]   2> 450 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 451 T1253 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 451 T1253 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611
[junit4:junit4]   2> 451 T1253 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/solr.xml
[junit4:junit4]   2> 452 T1253 oasc.CoreContainer.<init> New CoreContainer 1383583839
[junit4:junit4]   2> 452 T1253 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/'
[junit4:junit4]   2> 453 T1253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/'
[junit4:junit4]   2> 493 T1253 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 494 T1253 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 494 T1253 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 494 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 495 T1253 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 495 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 495 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 495 T1253 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 496 T1253 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 496 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 518 T1253 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 558 T1253 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:27111/solr
[junit4:junit4]   2> 559 T1253 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 559 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1cebf63
[junit4:junit4]   2> 561 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 561 T1272 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 562 T1272 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 562 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:45192
[junit4:junit4]   2> 562 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:45192
[junit4:junit4]   2> 564 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830002 with negotiated timeout 20000 for client /140.211.11.196:45192
[junit4:junit4]   2> 564 T1272 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830002, negotiated timeout = 20000
[junit4:junit4]   2> 564 T1273 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cebf63 name:ZooKeeperConnection Watcher:127.0.0.1:27111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 565 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 566 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c8830002
[junit4:junit4]   2> 574 T1273 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 574 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45192 which had sessionid 0x13ce545c8830002
[junit4:junit4]   2> 574 T1253 oaz.ZooKeeper.close Session: 0x13ce545c8830002 closed
[junit4:junit4]   2> 575 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 587 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4012a5ed
[junit4:junit4]   2> 588 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 589 T1274 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 589 T1274 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 589 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19611
[junit4:junit4]   2> 590 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19611
[junit4:junit4]   2> 591 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830003 with negotiated timeout 20000 for client /140.211.11.196:19611
[junit4:junit4]   2> 591 T1274 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830003, negotiated timeout = 20000
[junit4:junit4]   2> 591 T1275 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4012a5ed name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 591 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 594 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 602 T1253 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 605 T1253 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17029_
[junit4:junit4]   2> 606 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:17029_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:17029_
[junit4:junit4]   2> 607 T1253 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17029_
[junit4:junit4]   2> 611 T1253 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 624 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 625 T1253 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 628 T1253 oasc.Overseer.start Overseer (id=89198180520099843-127.0.0.1:17029_-n_0000000000) starting
[junit4:junit4]   2> 629 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 636 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 637 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 644 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 647 T1277 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 649 T1253 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 653 T1253 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 660 T1278 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/collection1
[junit4:junit4]   2> 660 T1276 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 660 T1278 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 661 T1278 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 661 T1278 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 662 T1278 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/collection1/'
[junit4:junit4]   2> 663 T1278 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/collection1/lib/README' to classloader
[junit4:junit4]   2> 664 T1278 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 699 T1278 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 739 T1278 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 840 T1278 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 844 T1278 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1266 T1278 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1273 T1278 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1276 T1278 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1290 T1278 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1294 T1278 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1297 T1278 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1298 T1278 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1299 T1278 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361056221611/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/
[junit4:junit4]   2> 1299 T1278 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd32a60
[junit4:junit4]   2> 1300 T1278 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1301 T1278 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data forceNew:false
[junit4:junit4]   2> 1301 T1278 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data
[junit4:junit4]   2> 1301 T1278 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/index/
[junit4:junit4]   2> 1302 T1278 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1303 T1278 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/index forceNew:false
[junit4:junit4]   2> 1307 T1278 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1307 T1278 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1308 T1278 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/index
[junit4:junit4]   2> 1309 T1278 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1309 T1278 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1310 T1278 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1310 T1278 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1311 T1278 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1311 T1278 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1311 T1278 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1311 T1278 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1312 T1278 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1320 T1278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1324 T1278 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data
[junit4:junit4]   2> 1326 T1278 oass.SolrIndexSearcher.<init> Opening Searcher@33f216fd main
[junit4:junit4]   2> 1326 T1278 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1327 T1278 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1329 T1279 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@33f216fd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1330 T1278 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1330 T1278 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1330 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2163 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2164 T1276 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:17029_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17029"}
[junit4:junit4]   2> 2164 T1276 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2164 T1276 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2165 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2225 T1275 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> 2343 T1278 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2343 T1278 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:17029 collection:control_collection shard:shard1
[junit4:junit4]   2> 2344 T1278 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2397 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2398 T1278 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2399 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2408 T1278 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2409 T1278 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2409 T1278 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:17029/collection1/
[junit4:junit4]   2> 2409 T1278 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2409 T1278 oasc.SyncStrategy.syncToMe http://127.0.0.1:17029/collection1/ has no replicas
[junit4:junit4]   2> 2410 T1278 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:17029/collection1/
[junit4:junit4]   2> 2410 T1278 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2414 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3739 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3763 T1275 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> 3799 T1278 oasc.ZkController.register We are http://127.0.0.1:17029/collection1/ and leader is http://127.0.0.1:17029/collection1/
[junit4:junit4]   2> 3799 T1278 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:17029
[junit4:junit4]   2> 3799 T1278 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3799 T1278 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3800 T1278 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3802 T1278 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3803 T1253 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3804 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3804 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3818 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3819 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@744c2cdd
[junit4:junit4]   2> 3820 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3821 T1280 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3821 T1280 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 3821 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55951
[junit4:junit4]   2> 3822 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55951
[junit4:junit4]   2> 3823 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830004 with negotiated timeout 10000 for client /140.211.11.196:55951
[junit4:junit4]   2> 3823 T1280 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830004, negotiated timeout = 10000
[junit4:junit4]   2> 3823 T1281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@744c2cdd name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3823 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3825 T1253 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3826 T1253 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3986 T1253 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3990 T1253 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26392
[junit4:junit4]   2> 3990 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3991 T1253 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3991 T1253 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131
[junit4:junit4]   2> 3992 T1253 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/solr.xml
[junit4:junit4]   2> 3992 T1253 oasc.CoreContainer.<init> New CoreContainer 897109600
[junit4:junit4]   2> 3993 T1253 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/'
[junit4:junit4]   2> 3994 T1253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/'
[junit4:junit4]   2> 4050 T1253 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4050 T1253 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4051 T1253 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4051 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4052 T1253 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4052 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4053 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4053 T1253 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4053 T1253 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4054 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4073 T1253 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4091 T1253 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:27111/solr
[junit4:junit4]   2> 4092 T1253 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4092 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@60557564
[junit4:junit4]   2> 4093 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4094 T1291 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4095 T1291 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 4095 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:41219
[junit4:junit4]   2> 4095 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:41219
[junit4:junit4]   2> 4097 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830005 with negotiated timeout 20000 for client /140.211.11.196:41219
[junit4:junit4]   2> 4097 T1291 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830005, negotiated timeout = 20000
[junit4:junit4]   2> 4098 T1292 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60557564 name:ZooKeeperConnection Watcher:127.0.0.1:27111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4098 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4099 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c8830005
[junit4:junit4]   2> 4115 T1292 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4115 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:41219 which had sessionid 0x13ce545c8830005
[junit4:junit4]   2> 4115 T1253 oaz.ZooKeeper.close Session: 0x13ce545c8830005 closed
[junit4:junit4]   2> 4116 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4126 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4062c78a
[junit4:junit4]   2> 4127 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4127 T1293 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4128 T1293 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 4128 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57656
[junit4:junit4]   2> 4128 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57656
[junit4:junit4]   2> 4129 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830006 with negotiated timeout 20000 for client /140.211.11.196:57656
[junit4:junit4]   2> 4130 T1293 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830006, negotiated timeout = 20000
[junit4:junit4]   2> 4130 T1294 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4062c78a name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4130 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4131 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4137 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4139 T1253 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5141 T1253 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26392_
[junit4:junit4]   2> 5142 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:26392_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:26392_
[junit4:junit4]   2> 5168 T1253 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26392_
[junit4:junit4]   2> 5170 T1275 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> 5171 T1281 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5171 T1294 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5182 T1275 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5187 T1295 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/collection1
[junit4:junit4]   2> 5187 T1295 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5188 T1295 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5188 T1295 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5189 T1295 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/collection1/'
[junit4:junit4]   2> 5190 T1295 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5190 T1295 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/collection1/lib/README' to classloader
[junit4:junit4]   2> 5237 T1295 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5269 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5270 T1276 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:17029_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17029"}
[junit4:junit4]   2> 5278 T1295 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5282 T1294 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> 5282 T1275 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> 5282 T1281 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> 5282 T1295 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5287 T1295 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5704 T1295 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5711 T1295 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5714 T1295 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5726 T1295 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5730 T1295 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5733 T1295 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5734 T1295 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5735 T1295 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361056225131/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/
[junit4:junit4]   2> 5735 T1295 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd32a60
[junit4:junit4]   2> 5736 T1295 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5736 T1295 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1 forceNew:false
[junit4:junit4]   2> 5737 T1295 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1
[junit4:junit4]   2> 5737 T1295 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index/
[junit4:junit4]   2> 5737 T1295 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5738 T1295 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index forceNew:false
[junit4:junit4]   2> 5743 T1295 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5743 T1295 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5744 T1295 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index
[junit4:junit4]   2> 5745 T1295 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5745 T1295 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5746 T1295 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5746 T1295 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5747 T1295 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5747 T1295 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5747 T1295 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5748 T1295 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5748 T1295 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5756 T1295 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5760 T1295 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1
[junit4:junit4]   2> 5761 T1295 oass.SolrIndexSearcher.<init> Opening Searcher@c1a3b1f main
[junit4:junit4]   2> 5762 T1295 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5762 T1295 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5766 T1296 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1a3b1f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5767 T1295 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5767 T1295 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6786 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6787 T1276 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:26392_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26392"}
[junit4:junit4]   2> 6787 T1276 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6787 T1276 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6792 T1275 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> 6792 T1294 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> 6792 T1281 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> 7771 T1295 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7771 T1295 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:26392 collection:collection1 shard:shard1
[junit4:junit4]   2> 7772 T1295 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7791 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7793 T1295 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7793 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7803 T1295 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7803 T1295 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7803 T1295 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:26392/collection1/
[junit4:junit4]   2> 7804 T1295 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7804 T1295 oasc.SyncStrategy.syncToMe http://127.0.0.1:26392/collection1/ has no replicas
[junit4:junit4]   2> 7804 T1295 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:26392/collection1/
[junit4:junit4]   2> 7804 T1295 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7809 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8307 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8325 T1275 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> 8325 T1281 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> 8325 T1294 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> 8329 T1295 oasc.ZkController.register We are http://127.0.0.1:26392/collection1/ and leader is http://127.0.0.1:26392/collection1/
[junit4:junit4]   2> 8329 T1295 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:26392
[junit4:junit4]   2> 8329 T1295 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8329 T1295 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8330 T1295 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8337 T1295 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8338 T1253 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8338 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8339 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8464 T1253 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8467 T1253 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:39952
[junit4:junit4]   2> 8468 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8468 T1253 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8469 T1253 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652
[junit4:junit4]   2> 8469 T1253 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/solr.xml
[junit4:junit4]   2> 8469 T1253 oasc.CoreContainer.<init> New CoreContainer 297145382
[junit4:junit4]   2> 8470 T1253 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/'
[junit4:junit4]   2> 8470 T1253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/'
[junit4:junit4]   2> 8512 T1253 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8512 T1253 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8512 T1253 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8513 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8513 T1253 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8513 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8514 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8514 T1253 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8514 T1253 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8515 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8528 T1253 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8541 T1253 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:27111/solr
[junit4:junit4]   2> 8542 T1253 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8542 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3dbfe3fe
[junit4:junit4]   2> 8543 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8543 T1306 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8544 T1306 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 8544 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34799
[junit4:junit4]   2> 8545 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34799
[junit4:junit4]   2> 8548 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830007 with negotiated timeout 20000 for client /140.211.11.196:34799
[junit4:junit4]   2> 8548 T1306 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830007, negotiated timeout = 20000
[junit4:junit4]   2> 8548 T1307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3dbfe3fe name:ZooKeeperConnection Watcher:127.0.0.1:27111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8548 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8549 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c8830007
[junit4:junit4]   2> 8550 T1307 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8550 T1253 oaz.ZooKeeper.close Session: 0x13ce545c8830007 closed
[junit4:junit4]   2> 8550 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:34799 which had sessionid 0x13ce545c8830007
[junit4:junit4]   2> 8551 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8557 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@54bc1357
[junit4:junit4]   2> 8558 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8558 T1308 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8559 T1308 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 8559 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:60099
[junit4:junit4]   2> 8559 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:60099
[junit4:junit4]   2> 8561 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830008 with negotiated timeout 20000 for client /140.211.11.196:60099
[junit4:junit4]   2> 8561 T1308 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830008, negotiated timeout = 20000
[junit4:junit4]   2> 8561 T1309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54bc1357 name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8561 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8562 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8563 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8573 T1253 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9575 T1253 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39952_
[junit4:junit4]   2> 9577 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39952_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39952_
[junit4:junit4]   2> 9578 T1253 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39952_
[junit4:junit4]   2> 9581 T1275 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> 9581 T1294 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> 9582 T1281 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9582 T1309 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9582 T1281 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> 9583 T1275 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9583 T1294 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9615 T1310 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/collection1
[junit4:junit4]   2> 9615 T1310 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9616 T1310 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9616 T1310 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9617 T1310 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/collection1/'
[junit4:junit4]   2> 9619 T1310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9619 T1310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/collection1/lib/README' to classloader
[junit4:junit4]   2> 9665 T1310 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9737 T1310 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9838 T1310 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9838 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9839 T1276 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:26392_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26392"}
[junit4:junit4]   2> 9844 T1310 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9889 T1294 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> 9889 T1275 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> 9889 T1281 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> 9889 T1309 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> 10415 T1310 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10422 T1310 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10425 T1310 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10437 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10440 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10444 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10445 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10446 T1310 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361056229652/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/
[junit4:junit4]   2> 10446 T1310 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd32a60
[junit4:junit4]   2> 10446 T1310 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10447 T1310 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2 forceNew:false
[junit4:junit4]   2> 10447 T1310 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2
[junit4:junit4]   2> 10447 T1310 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index/
[junit4:junit4]   2> 10448 T1310 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10449 T1310 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index forceNew:false
[junit4:junit4]   2> 10482 T1310 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10482 T1310 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10483 T1310 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index
[junit4:junit4]   2> 10484 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10484 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10485 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10485 T1310 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10486 T1310 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10486 T1310 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10486 T1310 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10487 T1310 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10487 T1310 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10495 T1310 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10499 T1310 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2
[junit4:junit4]   2> 10500 T1310 oass.SolrIndexSearcher.<init> Opening Searcher@4282b479 main
[junit4:junit4]   2> 10501 T1310 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10501 T1310 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10505 T1311 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4282b479 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10506 T1310 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10506 T1310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11394 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11394 T1276 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:39952_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39952"}
[junit4:junit4]   2> 11395 T1276 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11395 T1276 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11411 T1275 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> 11411 T1281 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> 11411 T1309 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> 11411 T1294 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> 11508 T1310 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11508 T1310 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39952 collection:collection1 shard:shard2
[junit4:junit4]   2> 11509 T1310 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11526 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830008 type:delete cxid:0x45 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> 11527 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11528 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830008 type:create cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11539 T1310 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11539 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11540 T1310 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39952/collection1/
[junit4:junit4]   2> 11540 T1310 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11540 T1310 oasc.SyncStrategy.syncToMe http://127.0.0.1:39952/collection1/ has no replicas
[junit4:junit4]   2> 11540 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39952/collection1/
[junit4:junit4]   2> 11541 T1310 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11544 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c8830008 type:create cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12927 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12951 T1275 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> 12951 T1281 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> 12951 T1309 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> 12951 T1294 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> 12983 T1310 oasc.ZkController.register We are http://127.0.0.1:39952/collection1/ and leader is http://127.0.0.1:39952/collection1/
[junit4:junit4]   2> 12983 T1310 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39952
[junit4:junit4]   2> 12983 T1310 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12983 T1310 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12983 T1310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12985 T1310 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12986 T1253 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12986 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12987 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13109 T1253 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13112 T1253 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10860
[junit4:junit4]   2> 13112 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13112 T1253 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13113 T1253 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300
[junit4:junit4]   2> 13113 T1253 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/solr.xml
[junit4:junit4]   2> 13113 T1253 oasc.CoreContainer.<init> New CoreContainer 346299250
[junit4:junit4]   2> 13114 T1253 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/'
[junit4:junit4]   2> 13114 T1253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/'
[junit4:junit4]   2> 13157 T1253 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13158 T1253 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13158 T1253 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13159 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13159 T1253 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13159 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13160 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13160 T1253 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13160 T1253 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13161 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13175 T1253 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13189 T1253 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:27111/solr
[junit4:junit4]   2> 13190 T1253 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13190 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e3e7226
[junit4:junit4]   2> 13191 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13192 T1321 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13193 T1321 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 13193 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22853
[junit4:junit4]   2> 13193 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22853
[junit4:junit4]   2> 13195 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c8830009 with negotiated timeout 20000 for client /140.211.11.196:22853
[junit4:junit4]   2> 13195 T1321 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c8830009, negotiated timeout = 20000
[junit4:junit4]   2> 13195 T1322 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e3e7226 name:ZooKeeperConnection Watcher:127.0.0.1:27111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13196 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13197 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c8830009
[junit4:junit4]   2> 13210 T1322 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13210 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22853 which had sessionid 0x13ce545c8830009
[junit4:junit4]   2> 13210 T1253 oaz.ZooKeeper.close Session: 0x13ce545c8830009 closed
[junit4:junit4]   2> 13211 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13219 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3f4d5845
[junit4:junit4]   2> 13220 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13221 T1323 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13221 T1323 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 13221 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24131
[junit4:junit4]   2> 13222 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24131
[junit4:junit4]   2> 13223 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c883000a with negotiated timeout 20000 for client /140.211.11.196:24131
[junit4:junit4]   2> 13223 T1323 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c883000a, negotiated timeout = 20000
[junit4:junit4]   2> 13224 T1324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f4d5845 name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13224 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13225 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c883000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13227 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c883000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13235 T1253 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14237 T1253 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10860_
[junit4:junit4]   2> 14238 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c883000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:10860_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:10860_
[junit4:junit4]   2> 14239 T1253 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10860_
[junit4:junit4]   2> 14241 T1275 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> 14242 T1309 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> 14242 T1294 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> 14243 T1324 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14243 T1281 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14243 T1281 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> 14253 T1275 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14253 T1309 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14253 T1294 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14258 T1325 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/collection1
[junit4:junit4]   2> 14258 T1325 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14259 T1325 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14259 T1325 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14260 T1325 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/collection1/'
[junit4:junit4]   2> 14261 T1325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/collection1/lib/README' to classloader
[junit4:junit4]   2> 14262 T1325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14312 T1325 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14373 T1325 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14465 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14466 T1276 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:39952_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39952"}
[junit4:junit4]   2> 14474 T1325 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14481 T1325 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14509 T1275 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> 14509 T1294 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> 14509 T1309 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> 14509 T1324 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> 14509 T1281 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> 15117 T1325 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15128 T1325 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15133 T1325 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15146 T1325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15150 T1325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15155 T1325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15156 T1325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15157 T1325 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361056234300/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/
[junit4:junit4]   2> 15157 T1325 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd32a60
[junit4:junit4]   2> 15158 T1325 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 15159 T1325 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3 forceNew:false
[junit4:junit4]   2> 15159 T1325 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 15160 T1325 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index/
[junit4:junit4]   2> 15160 T1325 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15162 T1325 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index forceNew:false
[junit4:junit4]   2> 15193 T1325 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15194 T1325 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15195 T1325 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index
[junit4:junit4]   2> 15197 T1325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15197 T1325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15198 T1325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15199 T1325 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15199 T1325 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15199 T1325 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15200 T1325 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15200 T1325 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15201 T1325 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15214 T1325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15220 T1325 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 15221 T1325 oass.SolrIndexSearcher.<init> Opening Searcher@3e4b2d80 main
[junit4:junit4]   2> 15222 T1325 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15223 T1325 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15227 T1326 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e4b2d80 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15229 T1325 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15229 T1325 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16058 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16059 T1276 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:10860_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10860"}
[junit4:junit4]   2> 16060 T1276 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16060 T1276 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16067 T1275 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> 16067 T1294 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> 16067 T1309 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> 16067 T1281 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> 16067 T1324 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> 16232 T1325 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16232 T1325 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10860 collection:collection1 shard:shard1
[junit4:junit4]   2> 16236 T1325 oasc.ZkController.register We are http://127.0.0.1:10860/collection1/ and leader is http://127.0.0.1:26392/collection1/
[junit4:junit4]   2> 16236 T1325 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10860
[junit4:junit4]   2> 16236 T1325 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16236 T1325 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C104 name=collection1 org.apache.solr.core.SolrCore@770a3b5 url=http://127.0.0.1:10860/collection1 node=127.0.0.1:10860_ C104_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:10860_, base_url=http://127.0.0.1:10860}
[junit4:junit4]   2> 16237 T1327 C104 P10860 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16238 T1325 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16238 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16238 T1327 C104 P10860 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16238 T1327 C104 P10860 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16239 T1253 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16239 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16240 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16240 T1327 C104 P10860 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16366 T1253 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16368 T1253 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:49014
[junit4:junit4]   2> 16369 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16369 T1253 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16369 T1253 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555
[junit4:junit4]   2> 16370 T1253 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/solr.xml
[junit4:junit4]   2> 16370 T1253 oasc.CoreContainer.<init> New CoreContainer 375223601
[junit4:junit4]   2> 16371 T1253 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/'
[junit4:junit4]   2> 16371 T1253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/'
[junit4:junit4]   2> 16413 T1253 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16414 T1253 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16414 T1253 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16414 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16414 T1253 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16415 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16415 T1253 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16415 T1253 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16416 T1253 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16416 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16429 T1253 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16443 T1253 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:27111/solr
[junit4:junit4]   2> 16444 T1253 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16444 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@135e4c9e
[junit4:junit4]   2> 16445 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16445 T1337 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16446 T1337 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 16447 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:26930
[junit4:junit4]   2> 16447 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:26930
[junit4:junit4]   2> 16449 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c883000b with negotiated timeout 20000 for client /140.211.11.196:26930
[junit4:junit4]   2> 16449 T1337 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c883000b, negotiated timeout = 20000
[junit4:junit4]   2> 16449 T1338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@135e4c9e name:ZooKeeperConnection Watcher:127.0.0.1:27111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16450 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16451 T1258 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce545c883000b
[junit4:junit4]   2> 16460 T1338 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16460 T1255 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:26930 which had sessionid 0x13ce545c883000b
[junit4:junit4]   2> 16460 T1253 oaz.ZooKeeper.close Session: 0x13ce545c883000b closed
[junit4:junit4]   2> 16460 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16469 T1253 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:27111/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@101e38b7
[junit4:junit4]   2> 16470 T1253 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16470 T1339 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:27111. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16471 T1339 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:27111, initiating session
[junit4:junit4]   2> 16471 T1255 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48348
[junit4:junit4]   2> 16471 T1255 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48348
[junit4:junit4]   2> 16473 T1257 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce545c883000c with negotiated timeout 20000 for client /140.211.11.196:48348
[junit4:junit4]   2> 16473 T1339 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:27111, sessionid = 0x13ce545c883000c, negotiated timeout = 20000
[junit4:junit4]   2> 16473 T1340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@101e38b7 name:ZooKeeperConnection Watcher:127.0.0.1:27111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16474 T1253 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16475 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c883000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16476 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c883000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16484 T1253 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17487 T1253 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49014_
[junit4:junit4]   2> 17488 T1258 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce545c883000c type:delete cxid:0x9 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49014_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49014_
[junit4:junit4]   2> 17490 T1253 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49014_
[junit4:junit4]   2> 17492 T1275 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> 17493 T1309 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> 17493 T1324 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17492 T1294 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> 17493 T1281 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17494 T1324 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> 17494 T1340 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17494 T1281 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> 17495 T1275 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17495 T1294 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17495 T1309 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17508 T1341 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/collection1
[junit4:junit4]   2> 17508 T1341 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17509 T1341 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17509 T1341 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17510 T1341 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/collection1/'
[junit4:junit4]   2> 17511 T1341 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17512 T1341 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/collection1/lib/README' to classloader
[junit4:junit4]   2> 17546 T1341 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17581 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17582 T1276 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:10860_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10860"}
[junit4:junit4]   2> 17587 T1341 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17595 T1294 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> 17595 T1275 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> 17595 T1340 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> 17596 T1341 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17595 T1309 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> 17595 T1324 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> 17595 T1281 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> 17601 T1341 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18044 T1341 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18052 T1341 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18055 T1341 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18070 T1341 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18075 T1341 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18079 T1341 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18081 T1341 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18082 T1341 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361056237555/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/
[junit4:junit4]   2> 18083 T1341 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd32a60
[junit4:junit4]   2> 18083 T1341 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 18084 T1341 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4 forceNew:false
[junit4:junit4]   2> 18085 T1341 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 18085 T1341 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index/
[junit4:junit4]   2> 18086 T1341 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18087 T1341 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index forceNew:false
[junit4:junit4]   2> 18092 T1341 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18093 T1341 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18093 T1341 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index
[junit4:junit4]   2> 18095 T1341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18095 T1341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18096 T1341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18097 T1341 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18097 T1341 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18098 T1341 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18098 T1341 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18098 T1341 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18099 T1341 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18109 T1341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18114 T1341 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 18115 T1341 oass.SolrIndexSearcher.<init> Opening Searcher@6347091d main
[junit4:junit4]   2> 18116 T1341 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18117 T1341 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18120 T1342 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6347091d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18122 T1341 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18122 T1341 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19101 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19101 T1276 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:49014_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49014"}
[junit4:junit4]   2> 19102 T1276 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19102 T1276 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 19106 T1275 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> 19106 T1324 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> 19106 T1309 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> 19106 T1281 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> 19106 T1340 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> 19106 T1294 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> 19125 T1341 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19125 T1341 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49014 collection:collection1 shard:shard2
[junit4:junit4]   2> 19127 T1341 oasc.ZkController.register We are http://127.0.0.1:49014/collection1/ and leader is http://127.0.0.1:39952/collection1/
[junit4:junit4]   2> 19127 T1341 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49014
[junit4:junit4]   2> 19128 T1341 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19128 T1341 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C105 name=collection1 org.apache.solr.core.SolrCore@2c5069d4 url=http://127.0.0.1:49014/collection1 node=127.0.0.1:49014_ C105_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49014_, base_url=http://127.0.0.1:49014}
[junit4:junit4]   2> 19129 T1343 C105 P49014 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19129 T1341 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19129 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19129 T1343 C105 P49014 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19129 T1343 C105 P49014 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19130 T1253 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 19130 T1253 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19130 T1253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19133 T1343 C105 P49014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19145 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19147 T1253 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 19147 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20149 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C104_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:10860_, base_url=http://127.0.0.1:10860}
[junit4:junit4]   2> 20255 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:26392/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20255 T1327 C104 P10860 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:10860 START replicas=[http://127.0.0.1:26392/collection1/] nUpdates=100
[junit4:junit4]   2> 20256 T1327 C104 P10860 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20257 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20257 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20257 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20257 T1327 C104 P10860 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20257 T1327 C104 P10860 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:26392/collection1/. core=collection1
[junit4:junit4]   2> 20258 T1327 C104 P10860 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C106 name=collection1 org.apache.solr.core.SolrCore@1c9e54ed url=http://127.0.0.1:26392/collection1 node=127.0.0.1:26392_ C106_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:26392_, base_url=http://127.0.0.1:26392, leader=true}
[junit4:junit4]   2> 20262 T1285 C106 P26392 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20271 T1286 C106 P26392 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20272 T1286 C106 P26392 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1
[junit4:junit4]   2> 20275 T1286 C106 P26392 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20275 T1286 C106 P26392 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20304 T1286 C106 P26392 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20305 T1286 C106 P26392 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20306 T1286 C106 P26392 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1
[junit4:junit4]   2> 20306 T1286 C106 P26392 oass.SolrIndexSearcher.<init> Opening Searcher@3e72bb44 realtime
[junit4:junit4]   2> 20306 T1286 C106 P26392 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20306 T1286 C106 P26392 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 35
[junit4:junit4]   2> 20307 T1327 C104 P10860 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20308 T1327 C104 P10860 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20310 T1287 C106 P26392 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20311 T1287 C106 P26392 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20311 T1327 C104 P10860 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20311 T1327 C104 P10860 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20312 T1327 C104 P10860 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20314 T1287 C106 P26392 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1
[junit4:junit4]   2> 20315 T1287 C106 P26392 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1/index
[junit4:junit4]   2> 20315 T1287 C106 P26392 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20316 T1327 C104 P10860 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20317 T1327 C104 P10860 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620 forceNew:false
[junit4:junit4]   2> 20318 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20318 T1327 C104 P10860 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620 lockFactory=org.apache.lucene.store.NativeFSLockFactory@615e12a6 fullCopy=true
[junit4:junit4]   2> 20322 T1287 C106 P26392 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20324 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index
[junit4:junit4]   2> 20324 T1327 C104 P10860 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20325 T1327 C104 P10860 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130216121041620
[junit4:junit4]   2> 20326 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20326 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20327 T1327 C104 P10860 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620
[junit4:junit4]   2> 20330 T1327 C104 P10860 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20331 T1327 C104 P10860 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20332 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20332 T1327 C104 P10860 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20333 T1327 C104 P10860 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20333 T1327 C104 P10860 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20334 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620
[junit4:junit4]   2> 20334 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20338 T1327 C104 P10860 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20338 T1327 C104 P10860 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20338 T1327 C104 P10860 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20339 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20339 T1327 C104 P10860 oass.SolrIndexSearcher.<init> Opening Searcher@ebfedcf main
[junit4:junit4]   2> 20340 T1326 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ebfedcf main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20341 T1326 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index
[junit4:junit4]   2> 20341 T1327 C104 P10860 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20343 T1327 C104 P10860 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20344 T1327 C104 P10860 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20345 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 20345 T1327 C104 P10860 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20345 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index.20130216121041620
[junit4:junit4]   2> 20345 T1327 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3/index
[junit4:junit4]   2> 20346 T1327 C104 P10860 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20346 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20346 T1327 C104 P10860 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20346 T1327 C104 P10860 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20355 T1327 C104 P10860 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20623 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20624 T1276 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:49014_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49014"}
[junit4:junit4]   2> 20628 T1276 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:10860_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10860"}
[junit4:junit4]   2> 20645 T1275 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> 20645 T1309 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> 20645 T1340 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> 20645 T1281 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> 20645 T1294 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> 20645 T1324 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> 21151 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22154 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C105_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49014_, base_url=http://127.0.0.1:49014}
[junit4:junit4]   2> 23149 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:39952/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23149 T1343 C105 P49014 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49014 START replicas=[http://127.0.0.1:39952/collection1/] nUpdates=100
[junit4:junit4]   2> 23150 T1343 C105 P49014 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23150 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23150 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23150 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23150 T1343 C105 P49014 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23151 T1343 C105 P49014 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:39952/collection1/. core=collection1
[junit4:junit4]   2> 23152 T1343 C105 P49014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23156 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C107 name=collection1 org.apache.solr.core.SolrCore@8fd01e1 url=http://127.0.0.1:39952/collection1 node=127.0.0.1:39952_ C107_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:39952_, base_url=http://127.0.0.1:39952, leader=true}
[junit4:junit4]   2> 23163 T1300 C107 P39952 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 23178 T1301 C107 P39952 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23179 T1301 C107 P39952 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2
[junit4:junit4]   2> 23183 T1301 C107 P39952 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23184 T1301 C107 P39952 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23188 T1301 C107 P39952 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23188 T1301 C107 P39952 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23189 T1301 C107 P39952 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2
[junit4:junit4]   2> 23190 T1301 C107 P39952 oass.SolrIndexSearcher.<init> Opening Searcher@73987327 realtime
[junit4:junit4]   2> 23190 T1301 C107 P39952 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23191 T1301 C107 P39952 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 23192 T1343 C105 P49014 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23192 T1343 C105 P49014 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23195 T1302 C107 P39952 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23196 T1302 C107 P39952 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 23197 T1343 C105 P49014 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23197 T1343 C105 P49014 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23197 T1343 C105 P49014 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23199 T1302 C107 P39952 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2
[junit4:junit4]   2> 23201 T1302 C107 P39952 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2/index
[junit4:junit4]   2> 23201 T1302 C107 P39952 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 23202 T1343 C105 P49014 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23203 T1343 C105 P49014 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506 forceNew:false
[junit4:junit4]   2> 23204 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23204 T1343 C105 P49014 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3162b662 fullCopy=true
[junit4:junit4]   2> 23209 T1302 C107 P39952 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 23211 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index
[junit4:junit4]   2> 23211 T1343 C105 P49014 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23212 T1343 C105 P49014 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130216121044506
[junit4:junit4]   2> 23213 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23214 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23214 T1343 C105 P49014 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506
[junit4:junit4]   2> 23218 T1343 C105 P49014 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23219 T1343 C105 P49014 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23220 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23220 T1343 C105 P49014 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23221 T1343 C105 P49014 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23221 T1343 C105 P49014 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 23222 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506
[junit4:junit4]   2> 23222 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23226 T1343 C105 P49014 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23227 T1343 C105 P49014 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23227 T1343 C105 P49014 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23228 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23228 T1343 C105 P49014 oass.SolrIndexSearcher.<init> Opening Searcher@2f924b3f main
[junit4:junit4]   2> 23229 T1342 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f924b3f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23230 T1342 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index
[junit4:junit4]   2> 23231 T1343 C105 P49014 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23244 T1343 C105 P49014 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 23245 T1343 C105 P49014 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 23246 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 23246 T1343 C105 P49014 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23246 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506
[junit4:junit4]   2> 23246 T1343 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index
[junit4:junit4]   2> 23247 T1343 C105 P49014 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23247 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23247 T1343 C105 P49014 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23247 T1343 C105 P49014 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23249 T1343 C105 P49014 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23659 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23660 T1276 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:49014_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49014"}
[junit4:junit4]   2> 23677 T1275 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> 23677 T1294 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> 23677 T1340 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> 23677 T1324 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> 23677 T1309 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> 23677 T1281 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> 24159 T1253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24162 T1253 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C108 name=collection1 org.apache.solr.core.SolrCore@1a107bd3 url=http://127.0.0.1:17029/collection1 node=127.0.0.1:17029_ C108_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:17029_, base_url=http://127.0.0.1:17029, leader=true}
[junit4:junit4]   2> 24173 T1265 C108 P17029 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data
[junit4:junit4]   2> 24178 T1265 C108 P17029 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24179 T1265 C108 P17029 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24180 T1265 C108 P17029 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/control/data
[junit4:junit4]   2> 24181 T1265 C108 P17029 oass.SolrIndexSearcher.<init> Opening Searcher@3da45b7c realtime
[junit4:junit4]   2> 24181 T1265 C108 P17029 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1427170913656242176)} 0 9
[junit4:junit4]   2> 24195 T1303 C107 P39952 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty2
[junit4:junit4]   2> 24199 T1288 C106 P26392 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty1
[junit4:junit4]   2>  C105_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49014_, base_url=http://127.0.0.1:49014}
[junit4:junit4]   2> 24205 T1330 C105 P49014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 24206 T1330 C105 P49014 /update {update.distrib=FROMLEADER&_version_=-1427170913678262272&update.from=http://127.0.0.1:39952/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1427170913678262272)} 0 2
[junit4:junit4]   2>  C104_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:10860_, base_url=http://127.0.0.1:10860}
[junit4:junit4]   2> 24210 T1314 C104 P10860 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty3
[junit4:junit4]   2> 24211 T1314 C104 P10860 /update {update.distrib=FROMLEADER&_version_=-1427170913683505152&update.from=http://127.0.0.1:26392/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1427170913683505152)} 0 3
[junit4:junit4]   2> 24211 T1288 C106 P26392 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1427170913683505152)} 0 13
[junit4:junit4]   2> 24212 T1303 C107 P39952 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1427170913678262272)} 0 19
[junit4:junit4]   2> 24222 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[1 (1427170913704476672)]} 0 4
[junit4:junit4]   2> 24237 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1427170913711816704)]} 0 5
[junit4:junit4]   2> 24238 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[1 (1427170913711816704)]} 0 13
[junit4:junit4]   2> 24243 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[2 (1427170913729642496)]} 0 2
[junit4:junit4]   2> 24257 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1427170913735933952)]} 0 3
[junit4:junit4]   2> 24258 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1427170913735933952)]} 0 10
[junit4:junit4]   2> 24259 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[2]} 0 13
[junit4:junit4]   2> 24264 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[3 (1427170913751662592)]} 0 2
[junit4:junit4]   2> 24275 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1427170913756905472)]} 0 2
[junit4:junit4]   2> 24276 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[3 (1427170913756905472)]} 0 9
[junit4:junit4]   2> 24281 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[4 (1427170913768439808)]} 0 2
[junit4:junit4]   2> 24295 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1427170913777876992)]} 0 2
[junit4:junit4]   2> 24296 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1427170913777876992)]} 0 8
[junit4:junit4]   2> 24297 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[4]} 0 13
[junit4:junit4]   2> 24302 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[5 (1427170913790459904)]} 0 2
[junit4:junit4]   2> 24314 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1427170913798848512)]} 0 2
[junit4:junit4]   2> 24315 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1427170913798848512)]} 0 7
[junit4:junit4]   2> 24315 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[5]} 0 10
[junit4:junit4]   2> 24320 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[6 (1427170913809334272)]} 0 2
[junit4:junit4]   2> 24329 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1427170913814577152)]} 0 2
[junit4:junit4]   2> 24329 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[6 (1427170913814577152)]} 0 6
[junit4:junit4]   2> 24334 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[7 (1427170913824014336)]} 0 2
[junit4:junit4]   2> 24346 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1427170913832402944)]} 0 2
[junit4:junit4]   2> 24346 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1427170913832402944)]} 0 6
[junit4:junit4]   2> 24347 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[7]} 0 10
[junit4:junit4]   2> 24352 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[8 (1427170913842888704)]} 0 2
[junit4:junit4]   2> 24364 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1427170913851277312)]} 0 2
[junit4:junit4]   2> 24364 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1427170913851277312)]} 0 6
[junit4:junit4]   2> 24365 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[8]} 0 10
[junit4:junit4]   2> 24370 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[9 (1427170913861763072)]} 0 2
[junit4:junit4]   2> 24385 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1427170913873297408)]} 0 2
[junit4:junit4]   2> 24386 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1427170913873297408)]} 0 8
[junit4:junit4]   2> 24387 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[9]} 0 12
[junit4:junit4]   2> 24392 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[10 (1427170913884831744)]} 0 1
[junit4:junit4]   2> 24400 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1427170913889026048)]} 0 2
[junit4:junit4]   2> 24400 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[10 (1427170913889026048)]} 0 6
[junit4:junit4]   2> 24405 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[11 (1427170913898463232)]} 0 2
[junit4:junit4]   2> 24418 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1427170913906851840)]} 0 2
[junit4:junit4]   2> 24419 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1427170913906851840)]} 0 8
[junit4:junit4]   2> 24419 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[11]} 0 11
[junit4:junit4]   2> 24424 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[12 (1427170913919434752)]} 0 2
[junit4:junit4]   2> 24436 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1427170913925726208)]} 0 2
[junit4:junit4]   2> 24437 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[12 (1427170913925726208)]} 0 9
[junit4:junit4]   2> 24441 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[13 (1427170913937260544)]} 0 1
[junit4:junit4]   2> 24450 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1427170913941454848)]} 0 2
[junit4:junit4]   2> 24450 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[13 (1427170913941454848)]} 0 6
[junit4:junit4]   2> 24455 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[14 (1427170913951940608)]} 0 1
[junit4:junit4]   2> 24467 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1427170913959280640)]} 0 2
[junit4:junit4]   2> 24467 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[14 (1427170913959280640)]} 0 6
[junit4:junit4]   2> 24468 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[14]} 0 10
[junit4:junit4]   2> 24473 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[15 (1427170913970814976)]} 0 1
[junit4:junit4]   2> 24482 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1427170913975009280)]} 0 2
[junit4:junit4]   2> 24483 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[15 (1427170913975009280)]} 0 7
[junit4:junit4]   2> 24487 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[16 (1427170913985495040)]} 0 1
[junit4:junit4]   2> 24497 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1427170913990737920)]} 0 2
[junit4:junit4]   2> 24497 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[16 (1427170913990737920)]} 0 6
[junit4:junit4]   2> 24504 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[17 (1427170914002272256)]} 0 3
[junit4:junit4]   2> 24518 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1427170914008563712)]} 0 4
[junit4:junit4]   2> 24519 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[17 (1427170914008563712)]} 0 12
[junit4:junit4]   2> 24524 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[100 (1427170914024292352)]} 0 2
[junit4:junit4]   2> 24535 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[100 (1427170914031632384)]} 0 1
[junit4:junit4]   2> 24536 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[100 (1427170914031632384)]} 0 6
[junit4:junit4]   2> 24537 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[100]} 0 10
[junit4:junit4]   2> 24542 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[101 (1427170914042118144)]} 0 2
[junit4:junit4]   2> 24551 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[101 (1427170914047361024)]} 0 2
[junit4:junit4]   2> 24551 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[101 (1427170914047361024)]} 0 6
[junit4:junit4]   2> 24557 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[102 (1427170914057846784)]} 0 2
[junit4:junit4]   2> 24568 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[102 (1427170914066235392)]} 0 1
[junit4:junit4]   2> 24569 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[102 (1427170914066235392)]} 0 6
[junit4:junit4]   2> 24570 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[102]} 0 10
[junit4:junit4]   2> 24574 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[103 (1427170914076721152)]} 0 1
[junit4:junit4]   2> 24586 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[103 (1427170914084061184)]} 0 2
[junit4:junit4]   2> 24586 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[103 (1427170914084061184)]} 0 6
[junit4:junit4]   2> 24587 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[103]} 0 10
[junit4:junit4]   2> 24591 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[104 (1427170914094546944)]} 0 1
[junit4:junit4]   2> 24603 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[104 (1427170914101886976)]} 0 2
[junit4:junit4]   2> 24604 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[104 (1427170914101886976)]} 0 7
[junit4:junit4]   2> 24604 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[104]} 0 10
[junit4:junit4]   2> 24608 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[105 (1427170914112372736)]} 0 1
[junit4:junit4]   2> 24616 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[105 (1427170914116567040)]} 0 1
[junit4:junit4]   2> 24617 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[105 (1427170914116567040)]} 0 6
[junit4:junit4]   2> 24621 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[106 (1427170914126004224)]} 0 1
[junit4:junit4]   2> 24633 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[106 (1427170914133344256)]} 0 2
[junit4:junit4]   2> 24633 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[106 (1427170914133344256)]} 0 6
[junit4:junit4]   2> 24634 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[106]} 0 10
[junit4:junit4]   2> 24639 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[107 (1427170914143830016)]} 0 2
[junit4:junit4]   2> 24651 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[107 (1427170914153267200)]} 0 2
[junit4:junit4]   2> 24652 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[107 (1427170914153267200)]} 0 7
[junit4:junit4]   2> 24653 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[107]} 0 11
[junit4:junit4]   2> 24657 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[108 (1427170914163752960)]} 0 1
[junit4:junit4]   2> 24669 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[108 (1427170914171092992)]} 0 2
[junit4:junit4]   2> 24669 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[108 (1427170914171092992)]} 0 6
[junit4:junit4]   2> 24670 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[108]} 0 10
[junit4:junit4]   2> 24675 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[109 (1427170914181578752)]} 0 2
[junit4:junit4]   2> 24684 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[109 (1427170914186821632)]} 0 2
[junit4:junit4]   2> 24684 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[109 (1427170914186821632)]} 0 7
[junit4:junit4]   2> 24688 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[110 (1427170914196258816)]} 0 1
[junit4:junit4]   2> 24697 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[110 (1427170914200453120)]} 0 1
[junit4:junit4]   2> 24698 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[110 (1427170914200453120)]} 0 7
[junit4:junit4]   2> 24702 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[111 (1427170914210938880)]} 0 1
[junit4:junit4]   2> 24712 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[111 (1427170914216181760)]} 0 2
[junit4:junit4]   2> 24713 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[111 (1427170914216181760)]} 0 8
[junit4:junit4]   2> 24717 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[112 (1427170914226667520)]} 0 1
[junit4:junit4]   2> 24727 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[112 (1427170914230861824)]} 0 2
[junit4:junit4]   2> 24730 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[112 (1427170914230861824)]} 0 10
[junit4:junit4]   2> 24740 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[113 (1427170914250784768)]} 0 2
[junit4:junit4]   2> 24753 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[113 (1427170914259173376)]} 0 2
[junit4:junit4]   2> 24754 T1288 C106 P26392 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[113 (1427170914259173376)]} 0 8
[junit4:junit4]   2> 24756 T1303 C107 P39952 /update {wt=javabin&version=2} {add=[113]} 0 13
[junit4:junit4]   2> 24762 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[114 (1427170914272804864)]} 0 2
[junit4:junit4]   2> 24772 T1314 C104 P10860 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[114 (1427170914279096320)]} 0 2
[junit4:junit4]   2> 24773 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[114 (1427170914279096320)]} 0 7
[junit4:junit4]   2> 24778 T1265 C108 P17029 /update {wt=javabin&version=2} {add=[115 (1427170914289582080)]} 0 2
[junit4:junit4]   2> 24789 T1330 C105 P49014 /update {distrib.from=http://127.0.0.1:39952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[115 (1427170914297970688)]} 0 1
[junit4:junit4]   2> 24790 T1304 C107 P39952 /update {distrib.from=http://127.0.0.1:26392/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[115 (1427170914297970688)]} 0 6
[junit4:junit4]   2> 24791 T1289 C106 P26392 /update {wt=javabin&version=2} {add=[115]}

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

istributedZkTest-1361056221308/jetty4/index.20130216121044506
[junit4:junit4]   2> 132941 T1340 oash.SnapPuller$2.preClose removing old index files org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@795e6aa7
[junit4:junit4]   2> 132941 T1340 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index.20130216121044506
[junit4:junit4]   2> 132942 T1340 oash.SnapPuller$2.postClose removing old index directory org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@795e6aa7
[junit4:junit4]   2> 132942 T1340 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 132942 T1340 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4
[junit4:junit4]   2> 132942 T1340 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index
[junit4:junit4]   2> 132943 T1340 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1361056221308/jetty4/index
[junit4:junit4]   2> 132943 T1340 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> 132943 T1340 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 132943 T1340 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 132944 T1340 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection3/leader_elect/shard2/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 132944 T1340 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/leader_elect/shard2/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 132945 T1340 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 132946 T1340 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_SY, timezone=Pacific/Samoa
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=3,free=197189728,total=419430400
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSearchPerf, DefaultValueUpdateProcessorTest, UniqFieldsUpdateProcessorFactoryTest, ZkCLITest, TestCoreContainer, SolrPluginUtilsTest, ZkControllerTest, CopyFieldTest, NoCacheHeaderTest, LoggingHandlerTest, TestBadConfig, HighlighterConfigTest, TestPHPSerializedResponseWriter, TestFastOutputStream, TestJmxMonitoredMap, TestStressReorder, SpellPossibilityIteratorTest, SpatialFilterTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, PluginInfoTest, DistributedSpellCheckComponentTest, TestQuerySenderNoQuery, TestXIncludeConfig, ResourceLoaderTest, TestFastLRUCache, CircularListTest, TestPseudoReturnFields, SortByFunctionTest, SpellCheckCollatorTest, TestQueryTypes, TestStressRecovery, JsonLoaderTest, DirectSolrConnectionTest, TestPerFieldSimilarity, TestAtomicUpdateErrorCases, NumericFieldsTest, SampleTest, AlternateDirectoryTest, SuggesterWFSTTest, FieldAnalysisRequestHandlerTest, IndexBasedSpellCheckerTest, ResponseLogComponentTest, WordBreakSolrSpellCheckerTest, DistributedTermsComponentTest, TestSolrQueryParser, TestReload, TestFastWriter, SyncSliceTest, JSONWriterTest, TestIBSimilarityFactory, TestLuceneMatchVersion, DateMathParserTest, ShardRoutingCustomTest, ClusterStateUpdateTest, SearchHandlerTest, ChaosMonkeySafeLeaderTest, DistanceFunctionTest, SOLR749Test, BasicDistributedZkTest]
[junit4:junit4] Completed on J0 in 133.95s, 1 test, 1 error <<< FAILURES!

[...truncated 398 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1202: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:865: There were test failures: 251 suites, 1049 tests, 1 error, 22 ignored (4 assumptions)

Total time: 42 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure