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/01/09 12:15:04 UTC

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 878 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/878/

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:44310/mx/i/oneInstanceCollection23

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44310/mx/i/oneInstanceCollection23
	at __randomizedtesting.SeedInfo.seed([5A477A1C006169E1:DBA1F404773E09DD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstanceWithManualShardAssignement(BasicDistributedZkTest.java:1009)
	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:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 47 more


REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 should have just been set up to be inconsistent - but it's still consistent

Stack Trace:
java.lang.AssertionError: shard1 should have just been set up to be inconsistent - but it's still consistent
	at __randomizedtesting.SeedInfo.seed([5A477A1C006169E1:DBA1F404773E09DD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:214)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8725 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 1 T394 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T394 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1357729035544
[junit4:junit4]   2> 8 T394 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T395 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 12 T395 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T395 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 13 T395 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T395 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T395 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T394 oasc.ZkTestServer.run start zk server on port:17586
[junit4:junit4]   2> 109 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@45e6ab29
[junit4:junit4]   2> 110 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 111 T400 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T400 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 112 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17587
[junit4:junit4]   2> 112 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17587
[junit4:junit4]   2> 113 T398 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 115 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200000 with negotiated timeout 10000 for client /140.211.11.196:17587
[junit4:junit4]   2> 115 T400 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200000, negotiated timeout = 10000
[junit4:junit4]   2> 116 T401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45e6ab29 name:ZooKeeperConnection Watcher:127.0.0.1:17586 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 116 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 116 T394 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 120 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f5200000
[junit4:junit4]   2> 127 T401 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 127 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:17587 which had sessionid 0x13c1ef4f5200000
[junit4:junit4]   2> 127 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f5200000 closed
[junit4:junit4]   2> 128 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6d85b85e
[junit4:junit4]   2> 129 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 129 T402 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 130 T402 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 130 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17588
[junit4:junit4]   2> 130 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17588
[junit4:junit4]   2> 132 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200001 with negotiated timeout 10000 for client /140.211.11.196:17588
[junit4:junit4]   2> 132 T402 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200001, negotiated timeout = 10000
[junit4:junit4]   2> 132 T403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d85b85e name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 132 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 133 T394 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 138 T394 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 146 T394 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 149 T394 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 153 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 154 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 172 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 278 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 279 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 307 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 307 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 331 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 332 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 336 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 337 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 341 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 342 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 349 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 350 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 353 T394 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 354 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 358 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f5200001
[junit4:junit4]   2> 360 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:17588 which had sessionid 0x13c1ef4f5200001
[junit4:junit4]   2> 361 T403 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 361 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f5200001 closed
[junit4:junit4]   2> 492 T394 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 496 T394 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17592
[junit4:junit4]   2> 497 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 497 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 498 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899
[junit4:junit4]   2> 498 T394 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/solr.xml
[junit4:junit4]   2> 499 T394 oasc.CoreContainer.<init> New CoreContainer 1922516687
[junit4:junit4]   2> 500 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/'
[junit4:junit4]   2> 500 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/'
[junit4:junit4]   2> 545 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 546 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 546 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 547 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 547 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 548 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 548 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 548 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 549 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 549 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 567 T394 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 583 T394 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:17586/solr
[junit4:junit4]   2> 583 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 584 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@39ac16d2
[junit4:junit4]   2> 585 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 585 T413 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 586 T413 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 586 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17593
[junit4:junit4]   2> 587 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17593
[junit4:junit4]   2> 595 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200002 with negotiated timeout 20000 for client /140.211.11.196:17593
[junit4:junit4]   2> 595 T413 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200002, negotiated timeout = 20000
[junit4:junit4]   2> 595 T414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39ac16d2 name:ZooKeeperConnection Watcher:127.0.0.1:17586 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 596 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 597 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f5200002
[junit4:junit4]   2> 602 T414 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 602 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f5200002 closed
[junit4:junit4]   2> 603 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:17593 which had sessionid 0x13c1ef4f5200002
[junit4:junit4]   2> 603 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 614 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6fad2ccb
[junit4:junit4]   2> 614 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 615 T415 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 615 T415 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 616 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17594
[junit4:junit4]   2> 616 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17594
[junit4:junit4]   2> 620 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200003 with negotiated timeout 20000 for client /140.211.11.196:17594
[junit4:junit4]   2> 620 T415 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200003, negotiated timeout = 20000
[junit4:junit4]   2> 620 T416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fad2ccb name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 620 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 632 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 643 T394 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 645 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17592_
[junit4:junit4]   2> 646 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:17592_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:17592_
[junit4:junit4]   2> 647 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17592_
[junit4:junit4]   2> 652 T394 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 658 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 659 T394 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 662 T394 oasc.Overseer.start Overseer (id=88980130073935875-127.0.0.1:17592_-n_0000000000) starting
[junit4:junit4]   2> 663 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 664 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 665 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 666 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 667 T418 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 668 T394 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 671 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 674 T417 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 679 T419 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/collection1
[junit4:junit4]   2> 679 T419 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 680 T419 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 680 T419 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 682 T419 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/collection1/'
[junit4:junit4]   2> 683 T419 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/collection1/lib/README' to classloader
[junit4:junit4]   2> 684 T419 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 727 T419 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 808 T419 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 909 T419 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 917 T419 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1590 T419 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1602 T419 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1607 T419 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1630 T419 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1636 T419 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1642 T419 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1644 T419 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1646 T419 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357729035899/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data/
[junit4:junit4]   2> 1646 T419 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a915c8c
[junit4:junit4]   2> 1647 T419 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1682 T419 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data forceNew:false
[junit4:junit4]   2> 1683 T419 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data
[junit4:junit4]   2> 1684 T419 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data/index/
[junit4:junit4]   2> 1684 T419 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1686 T419 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data/index forceNew:false
[junit4:junit4]   2> 1706 T419 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3ab80d25),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1706 T419 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1707 T419 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data/index
[junit4:junit4]   2> 1707 T419 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1710 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1710 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1711 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1711 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1712 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1712 T419 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1713 T419 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1713 T419 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1714 T419 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1715 T419 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1715 T419 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1716 T419 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1716 T419 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1717 T419 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1717 T419 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1718 T419 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1718 T419 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1719 T419 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1720 T419 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1720 T419 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1721 T419 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1721 T419 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1722 T419 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1723 T419 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1723 T419 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1724 T419 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1737 T419 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1742 T419 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1743 T419 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1747 T419 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/control/data
[junit4:junit4]   2> 1748 T419 oass.SolrIndexSearcher.<init> Opening Searcher@36c8f3b main
[junit4:junit4]   2> 1750 T419 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1750 T419 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1751 T419 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1759 T419 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1814 T420 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36c8f3b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1821 T419 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1822 T419 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1823 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 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> 2180 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2181 T417 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:17592_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17592"}
[junit4:junit4]   2> 2181 T417 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2181 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2182 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 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> 2204 T416 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> 2835 T419 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2835 T419 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:17592 collection:control_collection shard:shard1
[junit4:junit4]   2> 2837 T419 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2882 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 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> 2884 T419 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2884 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2894 T419 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2894 T419 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2895 T419 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:17592/collection1/
[junit4:junit4]   2> 2895 T419 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2895 T419 oasc.SyncStrategy.syncToMe http://127.0.0.1:17592/collection1/ has no replicas
[junit4:junit4]   2> 2896 T419 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:17592/collection1/
[junit4:junit4]   2> 2896 T419 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2902 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3711 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3759 T416 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> 3779 T419 oasc.ZkController.register We are http://127.0.0.1:17592/collection1/ and leader is http://127.0.0.1:17592/collection1/
[junit4:junit4]   2> 3779 T419 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:17592
[junit4:junit4]   2> 3779 T419 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3780 T419 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3780 T419 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3782 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3783 T394 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3784 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3785 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3802 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3814 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7e596302
[junit4:junit4]   2> 3815 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3815 T421 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3816 T421 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 3816 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17601
[junit4:junit4]   2> 3817 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17601
[junit4:junit4]   2> 3818 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200004 with negotiated timeout 10000 for client /140.211.11.196:17601
[junit4:junit4]   2> 3818 T421 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200004, negotiated timeout = 10000
[junit4:junit4]   2> 3819 T422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e596302 name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3819 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3821 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3823 T394 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4005 T394 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4008 T394 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17603
[junit4:junit4]   2> 4009 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4010 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4010 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361
[junit4:junit4]   2> 4011 T394 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/solr.xml
[junit4:junit4]   2> 4011 T394 oasc.CoreContainer.<init> New CoreContainer 594952365
[junit4:junit4]   2> 4012 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/'
[junit4:junit4]   2> 4012 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/'
[junit4:junit4]   2> 4067 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4068 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4068 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4069 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4069 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4070 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4070 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4070 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4071 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4071 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4094 T394 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4113 T394 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:17586/solr
[junit4:junit4]   2> 4114 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4114 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@bd81b53
[junit4:junit4]   2> 4115 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4116 T432 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4117 T432 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 4117 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17604
[junit4:junit4]   2> 4117 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17604
[junit4:junit4]   2> 4120 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200005 with negotiated timeout 20000 for client /140.211.11.196:17604
[junit4:junit4]   2> 4120 T432 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200005, negotiated timeout = 20000
[junit4:junit4]   2> 4120 T433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bd81b53 name:ZooKeeperConnection Watcher:127.0.0.1:17586 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4121 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4123 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f5200005
[junit4:junit4]   2> 4136 T433 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4136 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f5200005 closed
[junit4:junit4]   2> 4136 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:17604 which had sessionid 0x13c1ef4f5200005
[junit4:junit4]   2> 4137 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4151 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2412f0fd
[junit4:junit4]   2> 4152 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4152 T434 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4153 T434 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 4153 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17605
[junit4:junit4]   2> 4154 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17605
[junit4:junit4]   2> 4155 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200006 with negotiated timeout 20000 for client /140.211.11.196:17605
[junit4:junit4]   2> 4155 T434 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200006, negotiated timeout = 20000
[junit4:junit4]   2> 4156 T435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2412f0fd name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4156 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4157 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4162 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4164 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17603_
[junit4:junit4]   2> 4165 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:17603_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:17603_
[junit4:junit4]   2> 4166 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17603_
[junit4:junit4]   2> 4169 T416 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> 4170 T422 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4172 T416 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4174 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4183 T436 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/collection1
[junit4:junit4]   2> 4183 T436 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4184 T436 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4184 T436 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4186 T436 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/collection1/'
[junit4:junit4]   2> 4187 T436 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4188 T436 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/collection1/lib/README' to classloader
[junit4:junit4]   2> 4249 T436 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4326 T436 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4427 T436 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4434 T436 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5016 T436 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5026 T436 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5030 T436 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5049 T436 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5054 T436 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5059 T436 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5060 T436 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5062 T436 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357729039361/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/
[junit4:junit4]   2> 5062 T436 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a915c8c
[junit4:junit4]   2> 5063 T436 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5064 T436 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1 forceNew:false
[junit4:junit4]   2> 5065 T436 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 5065 T436 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index/
[junit4:junit4]   2> 5065 T436 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5066 T436 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index forceNew:false
[junit4:junit4]   2> 5072 T436 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5072 T436 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5073 T436 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index
[junit4:junit4]   2> 5073 T436 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5075 T436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5076 T436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5076 T436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5076 T436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5077 T436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5077 T436 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5078 T436 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5078 T436 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5079 T436 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5080 T436 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5080 T436 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5081 T436 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5081 T436 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5082 T436 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5082 T436 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5083 T436 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5083 T436 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5084 T436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5085 T436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5085 T436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5086 T436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5086 T436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5087 T436 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5088 T436 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5088 T436 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5089 T436 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5102 T436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5107 T436 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5109 T436 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5111 T436 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 5113 T436 oass.SolrIndexSearcher.<init> Opening Searcher@5c2e22e4 main
[junit4:junit4]   2> 5114 T436 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5114 T436 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5115 T436 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5121 T436 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5189 T437 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c2e22e4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5197 T436 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5197 T436 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5273 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5275 T417 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:17592_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17592"}
[junit4:junit4]   2> 5280 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:17603_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17603"}
[junit4:junit4]   2> 5280 T417 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 5281 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5293 T416 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> 5293 T422 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> 5293 T435 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> 6200 T436 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6200 T436 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:17603 collection:collection1 shard:shard1
[junit4:junit4]   2> 6201 T436 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6223 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6224 T436 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6225 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6235 T436 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6235 T436 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6236 T436 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:17603/collection1/
[junit4:junit4]   2> 6236 T436 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6236 T436 oasc.SyncStrategy.syncToMe http://127.0.0.1:17603/collection1/ has no replicas
[junit4:junit4]   2> 6236 T436 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:17603/collection1/
[junit4:junit4]   2> 6237 T436 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6242 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6810 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6831 T416 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> 6831 T422 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> 6831 T435 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> 6872 T436 oasc.ZkController.register We are http://127.0.0.1:17603/collection1/ and leader is http://127.0.0.1:17603/collection1/
[junit4:junit4]   2> 6872 T436 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:17603
[junit4:junit4]   2> 6872 T436 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6873 T436 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6873 T436 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6876 T436 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6877 T394 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 6878 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6879 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7078 T394 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7081 T394 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17620
[junit4:junit4]   2> 7082 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7083 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7083 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435
[junit4:junit4]   2> 7084 T394 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/solr.xml
[junit4:junit4]   2> 7084 T394 oasc.CoreContainer.<init> New CoreContainer 1602694095
[junit4:junit4]   2> 7085 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/'
[junit4:junit4]   2> 7086 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/'
[junit4:junit4]   2> 7142 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7143 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7143 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7144 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7144 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7145 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7145 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7146 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7146 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7147 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7168 T394 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7188 T394 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:17586/solr
[junit4:junit4]   2> 7189 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7189 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4a99ba6c
[junit4:junit4]   2> 7191 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7192 T447 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7192 T447 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 7193 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17621
[junit4:junit4]   2> 7193 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17621
[junit4:junit4]   2> 7195 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200007 with negotiated timeout 20000 for client /140.211.11.196:17621
[junit4:junit4]   2> 7195 T447 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200007, negotiated timeout = 20000
[junit4:junit4]   2> 7196 T448 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a99ba6c name:ZooKeeperConnection Watcher:127.0.0.1:17586 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7196 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7198 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f5200007
[junit4:junit4]   2> 7199 T448 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7199 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:17621 which had sessionid 0x13c1ef4f5200007
[junit4:junit4]   2> 7199 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f5200007 closed
[junit4:junit4]   2> 7200 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7212 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@148fc86f
[junit4:junit4]   2> 7612 T449 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7611 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7613 T449 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 7613 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17622
[junit4:junit4]   2> 7614 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17622
[junit4:junit4]   2> 7659 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200008 with negotiated timeout 20000 for client /140.211.11.196:17622
[junit4:junit4]   2> 7659 T449 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200008, negotiated timeout = 20000
[junit4:junit4]   2> 7660 T450 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@148fc86f name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7660 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7662 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7664 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7685 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17620_
[junit4:junit4]   2> 7686 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f5200008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:17620_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:17620_
[junit4:junit4]   2> 7688 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17620_
[junit4:junit4]   2> 7731 T416 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> 7731 T435 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> 7732 T422 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7732 T422 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> 7734 T416 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7735 T435 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7737 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7744 T451 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/collection1
[junit4:junit4]   2> 7744 T451 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7745 T451 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7745 T451 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7747 T451 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/collection1/'
[junit4:junit4]   2> 7748 T451 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/collection1/lib/README' to classloader
[junit4:junit4]   2> 7749 T451 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7806 T451 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7880 T451 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7982 T451 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7990 T451 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8345 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8346 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:17603_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17603"}
[junit4:junit4]   2> 8365 T416 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> 8365 T422 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> 8365 T450 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> 8365 T435 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> 8668 T451 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8683 T451 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8687 T451 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8709 T451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8714 T451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8720 T451 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8721 T451 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8723 T451 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357729042435/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/
[junit4:junit4]   2> 8724 T451 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a915c8c
[junit4:junit4]   2> 8724 T451 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 8725 T451 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2 forceNew:false
[junit4:junit4]   2> 8726 T451 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 8726 T451 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index/
[junit4:junit4]   2> 8727 T451 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8728 T451 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index forceNew:false
[junit4:junit4]   2> 8734 T451 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@18b12000),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8735 T451 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8736 T451 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index
[junit4:junit4]   2> 8736 T451 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8739 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8739 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8740 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8740 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8741 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8741 T451 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8742 T451 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8743 T451 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8743 T451 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8744 T451 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8745 T451 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8745 T451 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8746 T451 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8747 T451 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8747 T451 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8748 T451 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8749 T451 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8749 T451 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8750 T451 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8751 T451 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8752 T451 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8752 T451 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8753 T451 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8754 T451 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8755 T451 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8755 T451 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8768 T451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8773 T451 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8775 T451 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8777 T451 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 8779 T451 oass.SolrIndexSearcher.<init> Opening Searcher@356db252 main
[junit4:junit4]   2> 8780 T451 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8781 T451 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8781 T451 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8789 T451 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8844 T452 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@356db252 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8851 T451 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8852 T451 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9872 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9874 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:17620_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17620"}
[junit4:junit4]   2> 9874 T417 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9874 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9889 T416 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 T435 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 T422 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 T450 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> 10856 T451 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10856 T451 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:17620 collection:collection1 shard:shard1
[junit4:junit4]   2> 10878 T451 oasc.ZkController.register We are http://127.0.0.1:17620/collection1/ and leader is http://127.0.0.1:17603/collection1/
[junit4:junit4]   2> 10878 T451 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:17620
[junit4:junit4]   2> 10879 T451 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 10879 T451 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@5b70f3e2 url=http://127.0.0.1:17620/collection1 node=127.0.0.1:17620_ C22_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:17620_, base_url=http://127.0.0.1:17620}
[junit4:junit4]   2> 10879 T453 C22 P17620 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 10880 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10880 T451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10881 T453 C22 P17620 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 10881 T453 C22 P17620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10882 T394 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 10883 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10883 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10893 T453 C22 P17620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11097 T394 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11100 T394 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:15499
[junit4:junit4]   2> 11102 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11102 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11103 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439
[junit4:junit4]   2> 11103 T394 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/solr.xml
[junit4:junit4]   2> 11104 T394 oasc.CoreContainer.<init> New CoreContainer 979788123
[junit4:junit4]   2> 11105 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/'
[junit4:junit4]   2> 11105 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/'
[junit4:junit4]   2> 11169 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11170 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11171 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11171 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11172 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11172 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11173 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11173 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11174 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11174 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11197 T394 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11219 T394 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:17586/solr
[junit4:junit4]   2> 11220 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11221 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@257bccac
[junit4:junit4]   2> 11222 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11223 T463 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11224 T463 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 11224 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:42004
[junit4:junit4]   2> 11224 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:42004
[junit4:junit4]   2> 11227 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f5200009 with negotiated timeout 20000 for client /140.211.11.196:42004
[junit4:junit4]   2> 11227 T463 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f5200009, negotiated timeout = 20000
[junit4:junit4]   2> 11228 T464 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@257bccac name:ZooKeeperConnection Watcher:127.0.0.1:17586 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11228 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11230 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f5200009
[junit4:junit4]   2> 11231 T464 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11231 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:42004 which had sessionid 0x13c1ef4f5200009
[junit4:junit4]   2> 11231 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f5200009 closed
[junit4:junit4]   2> 11232 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11243 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fb9e679
[junit4:junit4]   2> 11245 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11245 T465 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11246 T465 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 11246 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:56329
[junit4:junit4]   2> 11247 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:56329
[junit4:junit4]   2> 11248 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f520000a with negotiated timeout 20000 for client /140.211.11.196:56329
[junit4:junit4]   2> 11248 T465 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f520000a, negotiated timeout = 20000
[junit4:junit4]   2> 11249 T466 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fb9e679 name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11249 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11250 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f520000a type:create cxid:0x1 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11252 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f520000a type:create cxid:0x2 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11260 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:15499_
[junit4:junit4]   2> 11260 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f520000a type:delete cxid:0x4 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:15499_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:15499_
[junit4:junit4]   2> 11262 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:15499_
[junit4:junit4]   2> 11266 T416 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> 11266 T435 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> 11266 T422 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11267 T450 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11267 T422 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> 11267 T450 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> 11268 T416 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11269 T435 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11271 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11280 T467 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/collection1
[junit4:junit4]   2> 11280 T467 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11281 T467 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11281 T467 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11283 T467 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/collection1/'
[junit4:junit4]   2> 11285 T467 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11285 T467 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/collection1/lib/README' to classloader
[junit4:junit4]   2> 11354 T467 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 11396 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11397 T417 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":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:17620_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17620"}
[junit4:junit4]   2> 11411 T466 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> 11411 T422 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> 11411 T450 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> 11411 T435 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> 11411 T416 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> 11431 T467 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11532 T467 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11539 T467 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12249 T467 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12261 T467 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12265 T467 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12297 T467 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12308 T467 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12314 T467 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12315 T467 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12317 T467 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357729046439/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/
[junit4:junit4]   2> 12318 T467 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a915c8c
[junit4:junit4]   2> 12318 T467 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12319 T467 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3 forceNew:false
[junit4:junit4]   2> 12320 T467 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 12321 T467 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index/
[junit4:junit4]   2> 12321 T467 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12322 T467 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index forceNew:false
[junit4:junit4]   2> 12372 T467 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e7ce6f2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12373 T467 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12374 T467 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index
[junit4:junit4]   2> 12374 T467 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12377 T467 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12378 T467 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12378 T467 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12378 T467 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12379 T467 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12380 T467 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12380 T467 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12381 T467 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12382 T467 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12382 T467 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12383 T467 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12384 T467 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12384 T467 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12385 T467 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12385 T467 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12386 T467 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12387 T467 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12387 T467 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12388 T467 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12389 T467 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12389 T467 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12390 T467 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12391 T467 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12392 T467 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12392 T467 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12393 T467 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12406 T467 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12411 T467 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12413 T467 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 12415 T467 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 12417 T467 oass.SolrIndexSearcher.<init> Opening Searcher@114f03b main
[junit4:junit4]   2> 12418 T467 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12419 T467 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12419 T467 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12429 T467 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12628 T468 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@114f03b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12633 T467 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12633 T467 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12918 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12920 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:15499_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:15499"}
[junit4:junit4]   2> 12920 T417 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 12920 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12941 T450 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> 12941 T435 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> 12941 T466 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> 12941 T422 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> 12941 T416 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> 13636 T467 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13636 T467 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:15499 collection:collection1 shard:shard1
[junit4:junit4]   2> 13641 T467 oasc.ZkController.register We are http://127.0.0.1:15499/collection1/ and leader is http://127.0.0.1:17603/collection1/
[junit4:junit4]   2> 13641 T467 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:15499
[junit4:junit4]   2> 13642 T467 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13642 T467 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@124e6e33 url=http://127.0.0.1:15499/collection1 node=127.0.0.1:15499_ C23_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:15499_, base_url=http://127.0.0.1:15499}
[junit4:junit4]   2> 13643 T469 C23 P15499 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13643 T467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13644 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13644 T469 C23 P15499 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13644 T469 C23 P15499 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13645 T394 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13645 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13646 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13648 T469 C23 P15499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13807 T394 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13810 T394 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:36043
[junit4:junit4]   2> 13810 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13811 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13811 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197
[junit4:junit4]   2> 13811 T394 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/solr.xml
[junit4:junit4]   2> 13812 T394 oasc.CoreContainer.<init> New CoreContainer 2032120321
[junit4:junit4]   2> 13812 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/'
[junit4:junit4]   2> 13813 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/'
[junit4:junit4]   2> 13850 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13851 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13851 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13852 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13852 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13852 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13853 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13853 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13853 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13854 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13868 T394 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13883 T394 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:17586/solr
[junit4:junit4]   2> 13884 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13884 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5137c709
[junit4:junit4]   2> 13885 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13885 T479 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13886 T479 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 13886 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19344
[junit4:junit4]   2> 13887 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19344
[junit4:junit4]   2> 13889 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f520000b with negotiated timeout 20000 for client /140.211.11.196:19344
[junit4:junit4]   2> 13889 T479 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f520000b, negotiated timeout = 20000
[junit4:junit4]   2> 13889 T480 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5137c709 name:ZooKeeperConnection Watcher:127.0.0.1:17586 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13889 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13891 T399 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1ef4f520000b
[junit4:junit4]   2> 13901 T480 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13901 T396 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:19344 which had sessionid 0x13c1ef4f520000b
[junit4:junit4]   2> 13901 T394 oaz.ZooKeeper.close Session: 0x13c1ef4f520000b closed
[junit4:junit4]   2> 13902 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2>  C22_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:17620_, base_url=http://127.0.0.1:17620}
[junit4:junit4]   2> 13909 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:17603/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 13909 T453 C22 P17620 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:17620 START replicas=[http://127.0.0.1:17603/collection1/] nUpdates=100
[junit4:junit4]   2> 13909 T453 C22 P17620 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13910 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 13910 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 13910 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 13910 T453 C22 P17620 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 13911 T453 C22 P17620 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:17603/collection1/. core=collection1
[junit4:junit4]   2> 13911 T453 C22 P17620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13912 T394 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:17586/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5eb04ada
[junit4:junit4]   2> 13913 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13913 T482 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:17586. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13914 T482 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:17586, initiating session
[junit4:junit4]   2> 13914 T396 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:23127
[junit4:junit4]   2> 13915 T396 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:23127
[junit4:junit4]   2> 13917 T398 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1ef4f520000c with negotiated timeout 20000 for client /140.211.11.196:23127
[junit4:junit4]   2> 13917 T482 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:17586, sessionid = 0x13c1ef4f520000c, negotiated timeout = 20000
[junit4:junit4]   2> 13918 T483 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5eb04ada name:ZooKeeperConnection Watcher:127.0.0.1:17586/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@4fbeb852 url=http://127.0.0.1:17603/collection1 node=127.0.0.1:17603_ C24_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:17603_, base_url=http://127.0.0.1:17603, leader=true}
[junit4:junit4]   2> 13918 T427 C24 P17603 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 13918 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13919 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f520000c type:create cxid:0x1 zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13921 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f520000c type:create cxid:0x2 zxid:0x93 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13923 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36043_
[junit4:junit4]   2> 13924 T399 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1ef4f520000c type:delete cxid:0x4 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36043_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36043_
[junit4:junit4]   2> 13924 T428 C24 P17603 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 13925 T428 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 13928 T428 C24 P17603 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13928 T428 C24 P17603 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13931 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36043_
[junit4:junit4]   2> 13938 T428 C24 P17603 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13938 T428 C24 P17603 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13939 T466 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> 13939 T435 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> 13939 T428 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 13939 T416 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> 13940 T422 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13940 T428 C24 P17603 oass.SolrIndexSearcher.<init> Opening Searcher@537a712c realtime
[junit4:junit4]   2> 13940 T422 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> 13940 T450 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13940 T428 C24 P17603 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13941 T450 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> 13941 T428 C24 P17603 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 13942 T466 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13942 T435 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13943 T453 C22 P17620 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13943 T453 C22 P17620 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13944 T416 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13946 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13947 T429 C24 P17603 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13947 T429 C24 P17603 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 13949 T453 C22 P17620 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13949 T453 C22 P17620 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13949 T453 C22 P17620 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13953 T429 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 13953 T429 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index
[junit4:junit4]   2> 13954 T429 C24 P17603 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 13955 T453 C22 P17620 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 13956 T453 C22 P17620 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492 forceNew:false
[junit4:junit4]   2> 13957 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13957 T453 C22 P17620 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492 lockFactory=org.apache.lucene.store.NativeFSLockFactory@403cc8b1) fullCopy=true
[junit4:junit4]   2> 13959 T484 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/collection1
[junit4:junit4]   2> 13959 T484 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13960 T484 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13961 T484 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13962 T429 C24 P17603 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 13963 T484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/collection1/'
[junit4:junit4]   2> 13964 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index
[junit4:junit4]   2> 13964 T484 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/collection1/lib/README' to classloader
[junit4:junit4]   2> 13964 T453 C22 P17620 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13965 T453 C22 P17620 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130109065729492
[junit4:junit4]   2> 13965 T484 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13966 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13967 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13967 T453 C22 P17620 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index/ new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492
[junit4:junit4]   2> 13971 T453 C22 P17620 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492 lockFactory=org.apache.lucene.store.NativeFSLockFactory@403cc8b1),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13972 T453 C22 P17620 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13974 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13974 T453 C22 P17620 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13974 T453 C22 P17620 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 13974 T453 C22 P17620 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 13975 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492
[junit4:junit4]   2> 13976 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13980 T453 C22 P17620 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492 lockFactory=org.apache.lucene.store.NativeFSLockFactory@403cc8b1),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13981 T453 C22 P17620 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13981 T453 C22 P17620 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13982 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13982 T453 C22 P17620 oass.SolrIndexSearcher.<init> Opening Searcher@1a66e747 main
[junit4:junit4]   2> 13984 T452 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a66e747 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 13984 T452 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index
[junit4:junit4]   2> 13985 T453 C22 P17620 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 13987 T453 C22 P17620 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492 lockFactory=org.apache.lucene.store.NativeFSLockFactory@403cc8b1),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492 lockFactory=org.apache.lucene.store.NativeFSLockFactory@403cc8b1),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 13988 T453 C22 P17620 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 13989 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2
[junit4:junit4]   2> 13989 T453 C22 P17620 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13990 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index.20130109065729492
[junit4:junit4]   2> 13990 T453 C22 P17620 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty2/index
[junit4:junit4]   2> 13990 T453 C22 P17620 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 13990 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 13991 T453 C22 P17620 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13991 T453 C22 P17620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13998 T453 C22 P17620 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14050 T484 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14133 T484 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14234 T484 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14242 T484 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14447 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14449 T417 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":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:15499_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:15499"}
[junit4:junit4]   2> 14462 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:17620_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17620"}
[junit4:junit4]   2> 14474 T466 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> 14475 T435 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> 14474 T416 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> 14474 T422 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> 14474 T450 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> 14475 T483 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> 14915 T484 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14928 T484 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14932 T484 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14953 T484 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14959 T484 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14964 T484 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14966 T484 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14968 T484 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357729049197/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/
[junit4:junit4]   2> 14968 T484 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a915c8c
[junit4:junit4]   2> 14969 T484 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14970 T484 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4 forceNew:false
[junit4:junit4]   2> 14970 T484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4
[junit4:junit4]   2> 14971 T484 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/index/
[junit4:junit4]   2> 14971 T484 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14972 T484 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/index forceNew:false
[junit4:junit4]   2> 15003 T484 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@59c87ef9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15004 T484 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15004 T484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/index
[junit4:junit4]   2> 15005 T484 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15007 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15008 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15008 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15009 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15009 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15010 T484 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15010 T484 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15011 T484 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15012 T484 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15013 T484 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15013 T484 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15014 T484 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15015 T484 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15015 T484 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15015 T484 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15016 T484 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15017 T484 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15018 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15018 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15019 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15020 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15020 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15021 T484 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15022 T484 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15023 T484 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15023 T484 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15037 T484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15042 T484 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15044 T484 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 15047 T484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4
[junit4:junit4]   2> 15049 T484 oass.SolrIndexSearcher.<init> Opening Searcher@7fa74f56 main
[junit4:junit4]   2> 15050 T484 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15050 T484 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15051 T484 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15059 T484 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15116 T486 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fa74f56 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15124 T484 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15124 T484 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15984 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15985 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36043_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36043"}
[junit4:junit4]   2> 15986 T417 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 15986 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16029 T466 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> 16029 T416 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> 16029 T435 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> 16029 T422 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> 16029 T483 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> 16029 T450 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> 16127 T484 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16127 T484 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36043 collection:collection1 shard:shard1
[junit4:junit4]   2> 16132 T484 oasc.ZkController.register We are http://127.0.0.1:36043/collection1/ and leader is http://127.0.0.1:17603/collection1/
[junit4:junit4]   2> 16132 T484 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36043
[junit4:junit4]   2> 16132 T484 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16133 T484 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@65b3e76e url=http://127.0.0.1:36043/collection1 node=127.0.0.1:36043_ C25_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:36043_, base_url=http://127.0.0.1:36043}
[junit4:junit4]   2> 16133 T487 C25 P36043 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16134 T487 C25 P36043 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16134 T487 C25 P36043 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16134 T484 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16134 T487 C25 P36043 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16136 T394 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16137 T487 C25 P36043 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16137 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16137 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16151 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16153 T394 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 16153 T394 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 16154 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C23_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:15499_, base_url=http://127.0.0.1:15499}
[junit4:junit4]   2> 16664 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:17603/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16664 T469 C23 P15499 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:15499 START replicas=[http://127.0.0.1:17603/collection1/] nUpdates=100
[junit4:junit4]   2> 16665 T469 C23 P15499 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16665 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16665 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16665 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16666 T469 C23 P15499 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16666 T469 C23 P15499 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:17603/collection1/. core=collection1
[junit4:junit4]   2> 16666 T469 C23 P15499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16668 T427 C24 P17603 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 16677 T431 C24 P17603 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16682 T431 C24 P17603 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16683 T431 C24 P17603 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16683 T431 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 16684 T431 C24 P17603 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16684 T431 C24 P17603 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 16685 T469 C23 P15499 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16685 T469 C23 P15499 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16688 T429 C24 P17603 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 16689 T469 C23 P15499 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 16689 T469 C23 P15499 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16689 T469 C23 P15499 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16691 T429 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 16692 T429 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index
[junit4:junit4]   2> 16692 T429 C24 P17603 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16693 T469 C23 P15499 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16694 T469 C23 P15499 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231 forceNew:false
[junit4:junit4]   2> 16695 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16696 T469 C23 P15499 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42657f65) fullCopy=true
[junit4:junit4]   2> 16699 T429 C24 P17603 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16701 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index
[junit4:junit4]   2> 16701 T469 C23 P15499 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16702 T469 C23 P15499 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130109065732231
[junit4:junit4]   2> 16703 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16703 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16703 T469 C23 P15499 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index/ new=./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231
[junit4:junit4]   2> 16706 T469 C23 P15499 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42657f65),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16707 T469 C23 P15499 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16708 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16708 T469 C23 P15499 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16708 T469 C23 P15499 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16708 T469 C23 P15499 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16709 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231
[junit4:junit4]   2> 16709 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16712 T469 C23 P15499 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42657f65),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16712 T469 C23 P15499 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16713 T469 C23 P15499 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16713 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16713 T469 C23 P15499 oass.SolrIndexSearcher.<init> Opening Searcher@1f509a03 main
[junit4:junit4]   2> 16715 T468 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f509a03 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 16715 T468 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index
[junit4:junit4]   2> 16716 T469 C23 P15499 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16718 T469 C23 P15499 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42657f65),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42657f65),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 16718 T469 C23 P15499 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 16719 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3
[junit4:junit4]   2> 16719 T469 C23 P15499 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16719 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index.20130109065732231
[junit4:junit4]   2> 16719 T469 C23 P15499 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty3/index
[junit4:junit4]   2> 16719 T469 C23 P15499 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16720 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16720 T469 C23 P15499 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16720 T469 C23 P15499 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16733 T469 C23 P15499 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17157 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17535 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17537 T417 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":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36043_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36043"}
[junit4:junit4]   2> 17543 T417 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":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:15499_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:15499"}
[junit4:junit4]   2> 17580 T466 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> 17581 T435 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> 17581 T422 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> 17580 T483 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> 17580 T450 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> 17580 T416 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> 18159 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19162 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C25_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:36043_, base_url=http://127.0.0.1:36043}
[junit4:junit4]   2> 20155 T487 C25 P36043 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:17603/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20155 T487 C25 P36043 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:36043 START replicas=[http://127.0.0.1:17603/collection1/] nUpdates=100
[junit4:junit4]   2> 20156 T487 C25 P36043 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20156 T487 C25 P36043 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20156 T487 C25 P36043 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20157 T487 C25 P36043 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20157 T487 C25 P36043 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20157 T487 C25 P36043 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:17603/collection1/. core=collection1
[junit4:junit4]   2> 20157 T487 C25 P36043 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20159 T427 C24 P17603 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20165 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20176 T425 C24 P17603 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20179 T425 C24 P17603 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@107b4c3e),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 20180 T425 C24 P17603 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 20180 T425 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 20180 T425 C24 P17603 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20181 T425 C24 P17603 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 20182 T487 C25 P36043 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20182 T487 C25 P36043 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20185 T429 C24 P17603 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20186 T487 C25 P36043 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 20186 T487 C25 P36043 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20186 T487 C25 P36043 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20189 T429 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1
[junit4:junit4]   2> 20190 T429 C24 P17603 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty1/index
[junit4:junit4]   2> 20190 T429 C24 P17603 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20191 T487 C25 P36043 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20192 T487 C25 P36043 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4/index.20130109065735728 forceNew:false
[junit4:junit4]   2> 20192 T487 C25 P36043 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357729035544/jetty4
[junit4:junit4]   2> 20193 T487 C25 P36043 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedD

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

antRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 47 more
[junit4:junit4]   2> 142080 T845 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=SimpleText), foo_b=PostingsFormat(name=Memory doPackFST= true), foo_d=MockFixedIntBlock(blockSize=155), foo_f=PostingsFormat(name=Memory doPackFST= true), n_tl1=PostingsFormat(name=SimpleText), n_d1=PostingsFormat(name=TestBloomFilteredLucene41Postings), rnd_b=MockFixedIntBlock(blockSize=155), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_td1=PostingsFormat(name=SimpleText), timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), id=MockFixedIntBlock(blockSize=155), range_facet_sl=PostingsFormat(name=Memory doPackFST= true), range_facet_si=PostingsFormat(name=SimpleText), oddField_s=PostingsFormat(name=Memory doPackFST= true), foo_i=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=SimpleText), n_tf1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_dt1=PostingsFormat(name=SimpleText), n_ti1=MockFixedIntBlock(blockSize=155), range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), text=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), val_i=MockFixedIntBlock(blockSize=155), SubjectTerms_mfacet=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tdt1=PostingsFormat(name=TestBloomFilteredLucene41Postings), other_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_l1=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_si=PostingsFormat(name=SimpleText)}, sim=DefaultSimilarity, locale=tr_TR, timezone=Europe/Tiraspol
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=48557808,total=317718528
[junit4:junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest, CSVRequestHandlerTest, SpellPossibilityIteratorTest, TestSearchPerf, TestAtomicUpdateErrorCases, TestExtendedDismaxParser, TestLuceneMatchVersion, TestSolrQueryParser, TestQuerySenderNoQuery, QueryElevationComponentTest, TestFastWriter, DistributedTermsComponentTest, DirectUpdateHandlerOptimizeTest, UpdateRequestProcessorFactoryTest, SolrRequestParserTest, ExternalFileFieldSortTest, TestBadConfig, TestLFUCache, DistanceFunctionTest, BinaryUpdateRequestHandlerTest, TestReload, CoreAdminHandlerTest, SolrCoreCheckLockOnStartupTest, TestXIncludeConfig, CurrencyFieldTest, RequestHandlersTest, CoreContainerCoreInitFailuresTest, UniqFieldsUpdateProcessorFactoryTest, SolrCmdDistributorTest, FileBasedSpellCheckerTest, ResponseLogComponentTest, DefaultValueUpdateProcessorTest, ScriptEngineTest, TestPerFieldSimilarity, ZkControllerTest, CacheHeaderTest, TestQueryTypes, CopyFieldTest, TestIndexingPerformance, TestRangeQuery, TestLMDirichletSimilarityFactory, TestIndexSearcher, TestLMJelinekMercerSimilarityFactory, DistributedSpellCheckComponentTest, DateMathParserTest, OverseerCollectionProcessorTest, AnalysisAfterCoreReloadTest, MBeansHandlerTest, TestFaceting, SpellCheckCollatorTest, TestComponentsName, ChaosMonkeySafeLeaderTest, TestConfig, TestCoreContainer, SearchHandlerTest, PreAnalyzedFieldTest, HighlighterConfigTest, TestJoin, ClusterStateUpdateTest, BasicDistributedZkTest]
[junit4:junit4] Completed on J0 in 142.48s, 1 test, 1 error <<< FAILURES!

[...truncated 396 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1032 tests, 1 error, 1 failure, 24 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 880 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/880/

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

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([546B4C285816A6D7]:0)


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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([546B4C285816A6D7]:0)




Build Log:
[...truncated 9328 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T724 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_qq/
[junit4:junit4]   2> 4 T724 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357769838849
[junit4:junit4]   2> 6 T724 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T725 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 8 T725 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 8 T725 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 8 T725 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T725 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 9 T725 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T724 oasc.ZkTestServer.run start zk server on port:42151
[junit4:junit4]   2> 107 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3b4f463b
[junit4:junit4]   2> 108 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T730 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T730 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 109 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:47276
[junit4:junit4]   2> 110 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:47276
[junit4:junit4]   2> 110 T728 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 117 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060000 with negotiated timeout 10000 for client /140.211.11.196:47276
[junit4:junit4]   2> 117 T730 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b4f463b name:ZooKeeperConnection Watcher:127.0.0.1:42151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 118 T724 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 121 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c216391060000
[junit4:junit4]   2> 142 T731 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 142 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:47276 which had sessionid 0x13c216391060000
[junit4:junit4]   2> 142 T724 oaz.ZooKeeper.close Session: 0x13c216391060000 closed
[junit4:junit4]   2> 143 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@74d5826b
[junit4:junit4]   2> 144 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 144 T732 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 145 T732 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 145 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:45476
[junit4:junit4]   2> 145 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:45476
[junit4:junit4]   2> 147 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060001 with negotiated timeout 10000 for client /140.211.11.196:45476
[junit4:junit4]   2> 147 T732 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060001, negotiated timeout = 10000
[junit4:junit4]   2> 147 T733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74d5826b name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 147 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 147 T724 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 158 T724 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 161 T724 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 165 T724 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 169 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 170 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 187 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 188 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 294 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 295 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 299 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 300 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 312 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 312 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 316 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 317 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 321 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 322 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 326 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 327 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 331 T724 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 332 T724 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 336 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c216391060001
[junit4:junit4]   2> 337 T733 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 337 T724 oaz.ZooKeeper.close Session: 0x13c216391060001 closed
[junit4:junit4]   2> 337 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45476 which had sessionid 0x13c216391060001
[junit4:junit4]   2> 510 T724 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 515 T724 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:55388
[junit4:junit4]   2> 516 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 516 T724 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 517 T724 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182
[junit4:junit4]   2> 517 T724 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/solr.xml
[junit4:junit4]   2> 518 T724 oasc.CoreContainer.<init> New CoreContainer 28755337
[junit4:junit4]   2> 519 T724 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/'
[junit4:junit4]   2> 519 T724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/'
[junit4:junit4]   2> 575 T724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 576 T724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 576 T724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 576 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 577 T724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 577 T724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 578 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 578 T724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 579 T724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 579 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 603 T724 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 637 T724 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42151/solr
[junit4:junit4]   2> 638 T724 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 639 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7982a64
[junit4:junit4]   2> 640 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 640 T743 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 641 T743 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 641 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:17647
[junit4:junit4]   2> 642 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:17647
[junit4:junit4]   2> 644 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060002 with negotiated timeout 20000 for client /140.211.11.196:17647
[junit4:junit4]   2> 645 T743 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060002, negotiated timeout = 20000
[junit4:junit4]   2> 645 T744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7982a64 name:ZooKeeperConnection Watcher:127.0.0.1:42151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 645 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 647 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c216391060002
[junit4:junit4]   2> 648 T744 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 648 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:17647 which had sessionid 0x13c216391060002
[junit4:junit4]   2> 648 T724 oaz.ZooKeeper.close Session: 0x13c216391060002 closed
[junit4:junit4]   2> 649 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 663 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6e6910e7
[junit4:junit4]   2> 664 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 665 T745 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 665 T745 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 665 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55347
[junit4:junit4]   2> 666 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55347
[junit4:junit4]   2> 667 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060003 with negotiated timeout 20000 for client /140.211.11.196:55347
[junit4:junit4]   2> 667 T745 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060003, negotiated timeout = 20000
[junit4:junit4]   2> 668 T746 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e6910e7 name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 668 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 670 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 679 T724 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 682 T724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55388__qq
[junit4:junit4]   2> 683 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55388__qq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55388__qq
[junit4:junit4]   2> 684 T724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55388__qq
[junit4:junit4]   2> 689 T724 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 704 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 705 T724 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 709 T724 oasc.Overseer.start Overseer (id=88982804159135747-127.0.0.1:55388__qq-n_0000000000) starting
[junit4:junit4]   2> 710 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 712 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 719 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 721 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 727 T748 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 728 T724 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 739 T724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 747 T747 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 752 T749 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/collection1
[junit4:junit4]   2> 752 T749 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 754 T749 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 754 T749 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 756 T749 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/collection1/'
[junit4:junit4]   2> 761 T749 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/collection1/lib/README' to classloader
[junit4:junit4]   2> 761 T749 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 805 T749 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 853 T749 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 954 T749 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 958 T749 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1513 T749 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1520 T749 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1523 T749 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1544 T749 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1548 T749 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1553 T749 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1554 T749 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1556 T749 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357769839182/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/
[junit4:junit4]   2> 1556 T749 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@443c2e0b
[junit4:junit4]   2> 1557 T749 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1581 T749 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data forceNew:false
[junit4:junit4]   2> 1582 T749 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data
[junit4:junit4]   2> 1582 T749 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/index/
[junit4:junit4]   2> 1582 T749 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1583 T749 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/index forceNew:false
[junit4:junit4]   2> 1588 T749 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c63031d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1588 T749 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1589 T749 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/index
[junit4:junit4]   2> 1589 T749 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1592 T749 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1592 T749 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1593 T749 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1593 T749 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1594 T749 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1594 T749 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1595 T749 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1595 T749 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1596 T749 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1596 T749 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1596 T749 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1597 T749 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1597 T749 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1597 T749 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1598 T749 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1598 T749 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1598 T749 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1599 T749 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1599 T749 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1599 T749 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1600 T749 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1600 T749 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1600 T749 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1601 T749 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1601 T749 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1602 T749 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1610 T749 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1614 T749 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1615 T749 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1617 T749 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data
[junit4:junit4]   2> 1618 T749 oass.SolrIndexSearcher.<init> Opening Searcher@3768894c main
[junit4:junit4]   2> 1619 T749 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1619 T749 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1620 T749 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1625 T749 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1671 T750 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3768894c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1675 T749 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1675 T749 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1676 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 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> 2255 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2256 T747 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:55388__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55388/_qq"}
[junit4:junit4]   2> 2256 T747 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2260 T747 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2261 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 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> 2280 T746 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> 2689 T749 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2689 T749 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55388/_qq collection:control_collection shard:shard1
[junit4:junit4]   2> 2690 T749 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2708 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 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> 2710 T749 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2711 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2720 T749 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2721 T749 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2721 T749 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55388/_qq/collection1/
[junit4:junit4]   2> 2721 T749 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2722 T749 oasc.SyncStrategy.syncToMe http://127.0.0.1:55388/_qq/collection1/ has no replicas
[junit4:junit4]   2> 2722 T749 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55388/_qq/collection1/
[junit4:junit4]   2> 2722 T749 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2728 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3793 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3819 T746 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> 3871 T749 oasc.ZkController.register We are http://127.0.0.1:55388/_qq/collection1/ and leader is http://127.0.0.1:55388/_qq/collection1/
[junit4:junit4]   2> 3871 T749 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55388/_qq
[junit4:junit4]   2> 3871 T749 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3872 T749 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3872 T749 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3875 T749 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3877 T724 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3878 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3878 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3891 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3904 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2f2fa7da
[junit4:junit4]   2> 3905 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3906 T751 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3906 T751 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 3906 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:62249
[junit4:junit4]   2> 3907 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:62249
[junit4:junit4]   2> 3908 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060004 with negotiated timeout 10000 for client /140.211.11.196:62249
[junit4:junit4]   2> 3909 T751 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060004, negotiated timeout = 10000
[junit4:junit4]   2> 3909 T752 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f2fa7da name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3909 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3912 T724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3917 T724 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4052 T724 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4055 T724 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:61335
[junit4:junit4]   2> 4056 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4056 T724 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4056 T724 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761
[junit4:junit4]   2> 4057 T724 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/solr.xml
[junit4:junit4]   2> 4057 T724 oasc.CoreContainer.<init> New CoreContainer 416225864
[junit4:junit4]   2> 4058 T724 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/'
[junit4:junit4]   2> 4058 T724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/'
[junit4:junit4]   2> 4097 T724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4097 T724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4097 T724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4098 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4098 T724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4098 T724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4099 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4099 T724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4099 T724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4100 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4117 T724 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4131 T724 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42151/solr
[junit4:junit4]   2> 4132 T724 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4132 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a7deb20
[junit4:junit4]   2> 4133 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4133 T762 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4134 T762 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 4134 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48011
[junit4:junit4]   2> 4135 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48011
[junit4:junit4]   2> 4137 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060005 with negotiated timeout 20000 for client /140.211.11.196:48011
[junit4:junit4]   2> 4137 T762 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060005, negotiated timeout = 20000
[junit4:junit4]   2> 4137 T763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a7deb20 name:ZooKeeperConnection Watcher:127.0.0.1:42151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4138 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4140 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c216391060005
[junit4:junit4]   2> 4147 T763 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4147 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48011 which had sessionid 0x13c216391060005
[junit4:junit4]   2> 4147 T724 oaz.ZooKeeper.close Session: 0x13c216391060005 closed
[junit4:junit4]   2> 4149 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4162 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3171ee0e
[junit4:junit4]   2> 4164 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4164 T764 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4165 T764 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 4165 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:53011
[junit4:junit4]   2> 4165 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:53011
[junit4:junit4]   2> 4167 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060006 with negotiated timeout 20000 for client /140.211.11.196:53011
[junit4:junit4]   2> 4167 T764 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060006, negotiated timeout = 20000
[junit4:junit4]   2> 4168 T765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3171ee0e name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4168 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4169 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4171 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4193 T724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61335__qq
[junit4:junit4]   2> 4194 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:61335__qq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:61335__qq
[junit4:junit4]   2> 4196 T724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61335__qq
[junit4:junit4]   2> 4200 T746 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> 4201 T752 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4204 T746 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4207 T724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4215 T766 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/collection1
[junit4:junit4]   2> 4216 T766 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4217 T766 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4217 T766 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4218 T766 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/collection1/'
[junit4:junit4]   2> 4219 T766 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/collection1/lib/README' to classloader
[junit4:junit4]   2> 4220 T766 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4260 T766 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4310 T766 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4411 T766 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4417 T766 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4868 T766 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4878 T766 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4881 T766 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4899 T766 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4907 T766 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4914 T766 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4916 T766 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4917 T766 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357769842761/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/
[junit4:junit4]   2> 4918 T766 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@443c2e0b
[junit4:junit4]   2> 4918 T766 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4919 T766 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1 forceNew:false
[junit4:junit4]   2> 4920 T766 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1
[junit4:junit4]   2> 4920 T766 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index/
[junit4:junit4]   2> 4921 T766 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4935 T766 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index forceNew:false
[junit4:junit4]   2> 4954 T766 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3807cda3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4955 T766 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4955 T766 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index
[junit4:junit4]   2> 4956 T766 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4957 T766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4958 T766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4958 T766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4958 T766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4959 T766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4959 T766 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4959 T766 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4960 T766 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4960 T766 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4961 T766 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4961 T766 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4961 T766 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4962 T766 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4962 T766 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4962 T766 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4963 T766 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4963 T766 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4963 T766 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4964 T766 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4964 T766 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4965 T766 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4965 T766 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4966 T766 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4966 T766 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4966 T766 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4967 T766 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4975 T766 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4978 T766 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4980 T766 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 4982 T766 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1
[junit4:junit4]   2> 4983 T766 oass.SolrIndexSearcher.<init> Opening Searcher@1e783676 main
[junit4:junit4]   2> 4984 T766 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4984 T766 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4984 T766 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4993 T766 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5087 T767 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e783676 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5092 T766 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5092 T766 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5340 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5341 T747 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:55388__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55388/_qq"}
[junit4:junit4]   2> 5359 T747 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:61335__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:61335/_qq"}
[junit4:junit4]   2> 5359 T747 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5359 T747 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5382 T752 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> 5382 T746 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> 5382 T765 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> 6095 T766 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6095 T766 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61335/_qq collection:collection1 shard:shard1
[junit4:junit4]   2> 6096 T766 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6125 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6134 T766 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6147 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6159 T766 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6160 T766 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6160 T766 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61335/_qq/collection1/
[junit4:junit4]   2> 6160 T766 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6160 T766 oasc.SyncStrategy.syncToMe http://127.0.0.1:61335/_qq/collection1/ has no replicas
[junit4:junit4]   2> 6161 T766 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61335/_qq/collection1/
[junit4:junit4]   2> 6161 T766 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6167 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6902 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6940 T746 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> 6940 T752 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> 6941 T765 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> 6943 T766 oasc.ZkController.register We are http://127.0.0.1:61335/_qq/collection1/ and leader is http://127.0.0.1:61335/_qq/collection1/
[junit4:junit4]   2> 6943 T766 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61335/_qq
[junit4:junit4]   2> 6943 T766 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6943 T766 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6944 T766 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6950 T766 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6952 T724 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6952 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6953 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7082 T724 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7085 T724 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45504
[junit4:junit4]   2> 7086 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7086 T724 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7086 T724 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808
[junit4:junit4]   2> 7087 T724 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/solr.xml
[junit4:junit4]   2> 7087 T724 oasc.CoreContainer.<init> New CoreContainer 1931295769
[junit4:junit4]   2> 7088 T724 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/'
[junit4:junit4]   2> 7088 T724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/'
[junit4:junit4]   2> 7125 T724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7126 T724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7127 T724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7127 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7127 T724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7128 T724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7128 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7128 T724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7129 T724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7129 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7146 T724 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7161 T724 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42151/solr
[junit4:junit4]   2> 7162 T724 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7162 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ab232bb
[junit4:junit4]   2> 7163 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7163 T777 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7164 T777 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 7164 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:45621
[junit4:junit4]   2> 7164 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:45621
[junit4:junit4]   2> 7166 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060007 with negotiated timeout 20000 for client /140.211.11.196:45621
[junit4:junit4]   2> 7166 T777 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060007, negotiated timeout = 20000
[junit4:junit4]   2> 7166 T778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ab232bb name:ZooKeeperConnection Watcher:127.0.0.1:42151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7166 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7167 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c216391060007
[junit4:junit4]   2> 7168 T778 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7168 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45621 which had sessionid 0x13c216391060007
[junit4:junit4]   2> 7168 T724 oaz.ZooKeeper.close Session: 0x13c216391060007 closed
[junit4:junit4]   2> 7169 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7178 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2b2b04a7
[junit4:junit4]   2> 7179 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7180 T779 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7180 T779 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 7180 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32916
[junit4:junit4]   2> 7180 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32916
[junit4:junit4]   2> 7181 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060008 with negotiated timeout 20000 for client /140.211.11.196:32916
[junit4:junit4]   2> 7181 T779 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060008, negotiated timeout = 20000
[junit4:junit4]   2> 7182 T780 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b2b04a7 name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7182 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7183 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7185 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7192 T724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45504__qq
[junit4:junit4]   2> 7192 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45504__qq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45504__qq
[junit4:junit4]   2> 7193 T724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45504__qq
[junit4:junit4]   2> 7195 T746 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> 7195 T752 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> 7195 T765 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> 7198 T746 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7198 T752 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7199 T765 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7200 T724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7206 T781 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/collection1
[junit4:junit4]   2> 7206 T781 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7207 T781 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7207 T781 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7208 T781 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/collection1/'
[junit4:junit4]   2> 7209 T781 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7210 T781 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/collection1/lib/README' to classloader
[junit4:junit4]   2> 7252 T781 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7310 T781 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7412 T781 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7418 T781 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7870 T781 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7877 T781 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7880 T781 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7925 T781 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7930 T781 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7935 T781 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7936 T781 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7938 T781 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357769845808/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/
[junit4:junit4]   2> 7938 T781 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@443c2e0b
[junit4:junit4]   2> 7939 T781 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7940 T781 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2 forceNew:false
[junit4:junit4]   2> 7940 T781 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2
[junit4:junit4]   2> 7940 T781 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index/
[junit4:junit4]   2> 7941 T781 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7941 T781 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index forceNew:false
[junit4:junit4]   2> 7982 T781 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7905cb32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7982 T781 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7983 T781 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index
[junit4:junit4]   2> 7983 T781 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7985 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7985 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7985 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7986 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7986 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7986 T781 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7987 T781 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7987 T781 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7988 T781 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7988 T781 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7988 T781 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7989 T781 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7989 T781 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7989 T781 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7990 T781 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7990 T781 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7990 T781 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7991 T781 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7991 T781 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7992 T781 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7992 T781 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7993 T781 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7993 T781 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7993 T781 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7994 T781 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7994 T781 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8003 T781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8006 T781 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8008 T781 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8010 T781 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2
[junit4:junit4]   2> 8011 T781 oass.SolrIndexSearcher.<init> Opening Searcher@f6b5ca4 main
[junit4:junit4]   2> 8012 T781 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8012 T781 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8012 T781 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8017 T781 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8077 T782 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f6b5ca4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8084 T781 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8085 T781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8456 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8457 T747 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:61335__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:61335/_qq"}
[junit4:junit4]   2> 8463 T747 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:45504__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45504/_qq"}
[junit4:junit4]   2> 8463 T747 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8463 T747 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8476 T765 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> 8476 T752 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> 8476 T780 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> 8476 T746 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> 9088 T781 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9088 T781 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45504/_qq collection:collection1 shard:shard2
[junit4:junit4]   2> 9089 T781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9105 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9106 T781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9106 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9117 T781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9117 T781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9117 T781 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45504/_qq/collection1/
[junit4:junit4]   2> 9118 T781 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9118 T781 oasc.SyncStrategy.syncToMe http://127.0.0.1:45504/_qq/collection1/ has no replicas
[junit4:junit4]   2> 9118 T781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45504/_qq/collection1/
[junit4:junit4]   2> 9118 T781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9122 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c216391060008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9991 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10011 T746 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> 10011 T765 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> 10011 T752 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> 10012 T780 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> 10044 T781 oasc.ZkController.register We are http://127.0.0.1:45504/_qq/collection1/ and leader is http://127.0.0.1:45504/_qq/collection1/
[junit4:junit4]   2> 10044 T781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45504/_qq
[junit4:junit4]   2> 10044 T781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10044 T781 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10045 T781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10047 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10048 T724 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10049 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10049 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10238 T724 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10241 T724 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:53439
[junit4:junit4]   2> 10242 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10243 T724 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10243 T724 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908
[junit4:junit4]   2> 10243 T724 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/solr.xml
[junit4:junit4]   2> 10244 T724 oasc.CoreContainer.<init> New CoreContainer 2025385157
[junit4:junit4]   2> 10245 T724 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/'
[junit4:junit4]   2> 10245 T724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/'
[junit4:junit4]   2> 10300 T724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10301 T724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10302 T724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10302 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10302 T724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10303 T724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10303 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10304 T724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10304 T724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10305 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10326 T724 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10345 T724 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42151/solr
[junit4:junit4]   2> 10346 T724 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10346 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b3fa785
[junit4:junit4]   2> 10348 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10348 T792 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10349 T792 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 10349 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:45380
[junit4:junit4]   2> 10350 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:45380
[junit4:junit4]   2> 10352 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c216391060009 with negotiated timeout 20000 for client /140.211.11.196:45380
[junit4:junit4]   2> 10352 T792 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c216391060009, negotiated timeout = 20000
[junit4:junit4]   2> 10352 T793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3fa785 name:ZooKeeperConnection Watcher:127.0.0.1:42151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10353 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10354 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c216391060009
[junit4:junit4]   2> 10366 T793 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10366 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45380 which had sessionid 0x13c216391060009
[junit4:junit4]   2> 10366 T724 oaz.ZooKeeper.close Session: 0x13c216391060009 closed
[junit4:junit4]   2> 10367 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10378 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@461b6360
[junit4:junit4]   2> 10379 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10380 T794 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10380 T794 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 10380 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34209
[junit4:junit4]   2> 10381 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34209
[junit4:junit4]   2> 10382 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c21639106000a with negotiated timeout 20000 for client /140.211.11.196:34209
[junit4:junit4]   2> 10382 T794 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c21639106000a, negotiated timeout = 20000
[junit4:junit4]   2> 10383 T795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@461b6360 name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10383 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10384 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c21639106000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10386 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c21639106000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10393 T724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53439__qq
[junit4:junit4]   2> 10393 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c21639106000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53439__qq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53439__qq
[junit4:junit4]   2> 10394 T724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53439__qq
[junit4:junit4]   2> 10397 T746 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> 10397 T765 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> 10398 T752 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> 10398 T780 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10398 T780 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> 10400 T746 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10401 T765 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10401 T752 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10404 T724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10412 T796 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/collection1
[junit4:junit4]   2> 10412 T796 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10413 T796 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10413 T796 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10415 T796 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/collection1/'
[junit4:junit4]   2> 10416 T796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10417 T796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/collection1/lib/README' to classloader
[junit4:junit4]   2> 10471 T796 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10543 T796 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10645 T796 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10651 T796 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11322 T796 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11334 T796 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11338 T796 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11359 T796 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11365 T796 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11370 T796 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11371 T796 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11373 T796 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357769848908/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/
[junit4:junit4]   2> 11373 T796 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@443c2e0b
[junit4:junit4]   2> 11374 T796 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11375 T796 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3 forceNew:false
[junit4:junit4]   2> 11376 T796 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 11376 T796 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index/
[junit4:junit4]   2> 11377 T796 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11378 T796 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index forceNew:false
[junit4:junit4]   2> 11384 T796 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b315ea1; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11384 T796 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11385 T796 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index
[junit4:junit4]   2> 11386 T796 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11388 T796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11389 T796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11389 T796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11389 T796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11390 T796 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11390 T796 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11391 T796 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11391 T796 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11392 T796 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11393 T796 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11393 T796 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11394 T796 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11394 T796 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11395 T796 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11395 T796 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11396 T796 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11396 T796 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11397 T796 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11398 T796 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11398 T796 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11399 T796 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11399 T796 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11400 T796 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11401 T796 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11401 T796 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11402 T796 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11415 T796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11419 T796 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11421 T796 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11424 T796 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 11425 T796 oass.SolrIndexSearcher.<init> Opening Searcher@268b02f7 main
[junit4:junit4]   2> 11427 T796 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11427 T796 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11427 T796 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11435 T796 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11495 T797 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@268b02f7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11501 T796 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11502 T796 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11525 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11527 T747 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:45504__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45504/_qq"}
[junit4:junit4]   2> 11532 T747 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:53439__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53439/_qq"}
[junit4:junit4]   2> 11533 T747 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11533 T747 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11544 T746 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> 11545 T752 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> 11545 T780 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> 11545 T795 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> 11545 T765 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> 12505 T796 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12505 T796 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53439/_qq collection:collection1 shard:shard1
[junit4:junit4]   2> 12510 T796 oasc.ZkController.register We are http://127.0.0.1:53439/_qq/collection1/ and leader is http://127.0.0.1:61335/_qq/collection1/
[junit4:junit4]   2> 12510 T796 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53439/_qq
[junit4:junit4]   2> 12511 T796 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12511 T796 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C79 name=collection1 org.apache.solr.core.SolrCore@41026e87 url=http://127.0.0.1:53439/_qq/collection1 node=127.0.0.1:53439__qq C79_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53439__qq, base_url=http://127.0.0.1:53439/_qq}
[junit4:junit4]   2> 12520 T798 C79 P53439 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12521 T796 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12521 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12522 T798 C79 P53439 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12522 T798 C79 P53439 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12523 T724 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12523 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12524 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12535 T798 C79 P53439 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12766 T724 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12769 T724 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32915
[junit4:junit4]   2> 12770 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12770 T724 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12771 T724 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388
[junit4:junit4]   2> 12771 T724 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/solr.xml
[junit4:junit4]   2> 12771 T724 oasc.CoreContainer.<init> New CoreContainer 697862722
[junit4:junit4]   2> 12772 T724 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/'
[junit4:junit4]   2> 12773 T724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/'
[junit4:junit4]   2> 12828 T724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12829 T724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12829 T724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12830 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12830 T724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12831 T724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12831 T724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12831 T724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12832 T724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12832 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12854 T724 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12873 T724 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42151/solr
[junit4:junit4]   2> 12874 T724 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12874 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1785e9d7
[junit4:junit4]   2> 12875 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12876 T808 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12877 T808 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 12877 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:60777
[junit4:junit4]   2> 12878 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:60777
[junit4:junit4]   2> 12880 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c21639106000b with negotiated timeout 20000 for client /140.211.11.196:60777
[junit4:junit4]   2> 12880 T808 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c21639106000b, negotiated timeout = 20000
[junit4:junit4]   2> 12880 T809 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1785e9d7 name:ZooKeeperConnection Watcher:127.0.0.1:42151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12880 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12882 T729 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c21639106000b
[junit4:junit4]   2> 12891 T809 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12891 T726 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:60777 which had sessionid 0x13c21639106000b
[junit4:junit4]   2> 12891 T724 oaz.ZooKeeper.close Session: 0x13c21639106000b closed
[junit4:junit4]   2> 12892 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12904 T724 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42151/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5e01daa8
[junit4:junit4]   2> 12905 T724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12905 T810 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:42151. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12906 T810 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:42151, initiating session
[junit4:junit4]   2> 12906 T726 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:53028
[junit4:junit4]   2> 12906 T726 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:53028
[junit4:junit4]   2> 12908 T728 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c21639106000c with negotiated timeout 20000 for client /140.211.11.196:53028
[junit4:junit4]   2> 12908 T810 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:42151, sessionid = 0x13c21639106000c, negotiated timeout = 20000
[junit4:junit4]   2> 12908 T811 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e01daa8 name:ZooKeeperConnection Watcher:127.0.0.1:42151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12909 T724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12910 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c21639106000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12916 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c21639106000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12917 T724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32915__qq
[junit4:junit4]   2> 12918 T729 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c21639106000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32915__qq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32915__qq
[junit4:junit4]   2> 12920 T724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32915__qq
[junit4:junit4]   2> 12923 T752 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> 12923 T795 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> 12923 T746 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> 12923 T765 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> 12924 T780 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12924 T780 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> 12926 T752 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12926 T765 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12927 T795 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12928 T746 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12929 T724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12949 T812 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/collection1
[junit4:junit4]   2> 12949 T812 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12950 T812 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12950 T812 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12952 T812 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/collection1/'
[junit4:junit4]   2> 12954 T812 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12954 T812 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/collection1/lib/README' to classloader
[junit4:junit4]   2> 13008 T812 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 13060 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13061 T747 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:53439__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53439/_qq"}
[junit4:junit4]   2> 13076 T780 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> 13076 T765 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> 13076 T752 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> 13076 T795 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> 13076 T811 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> 13076 T746 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> 13084 T812 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13194 T812 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13200 T812 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13810 T812 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13818 T812 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13821 T812 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13837 T812 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13841 T812 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13844 T812 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13846 T812 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13848 T812 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357769851388/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/
[junit4:junit4]   2> 13849 T812 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@443c2e0b
[junit4:junit4]   2> 13849 T812 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13850 T812 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4 forceNew:false
[junit4:junit4]   2> 13850 T812 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 13850 T812 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index/
[junit4:junit4]   2> 13851 T812 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13852 T812 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index forceNew:false
[junit4:junit4]   2> 13883 T812 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2106ba15; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13884 T812 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13884 T812 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index
[junit4:junit4]   2> 13885 T812 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13886 T812 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13887 T812 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13887 T812 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13887 T812 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13888 T812 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13888 T812 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13888 T812 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13889 T812 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13889 T812 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13889 T812 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13890 T812 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13890 T812 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13891 T812 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13891 T812 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13891 T812 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13892 T812 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13892 T812 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13892 T812 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13893 T812 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13893 T812 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13894 T812 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13894 T812 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13894 T812 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13895 T812 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13895 T812 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13896 T812 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13904 T812 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13907 T812 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13908 T812 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13910 T812 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 13911 T812 oass.SolrIndexSearcher.<init> Opening Searcher@4dc6e583 main
[junit4:junit4]   2> 13912 T812 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13912 T812 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13913 T812 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13918 T812 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13963 T813 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4dc6e583 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13968 T812 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13968 T812 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14598 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14599 T747 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:32915__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32915/_qq"}
[junit4:junit4]   2> 14599 T747 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14600 T747 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14657 T746 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> 14658 T795 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> 14658 T811 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> 14657 T752 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> 14657 T765 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> 14657 T780 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> 14971 T812 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14971 T812 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32915/_qq collection:collection1 shard:shard2
[junit4:junit4]   2> 14976 T812 oasc.ZkController.register We are http://127.0.0.1:32915/_qq/collection1/ and leader is http://127.0.0.1:45504/_qq/collection1/
[junit4:junit4]   2> 14976 T812 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32915/_qq
[junit4:junit4]   2> 14976 T812 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14976 T812 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C80 name=collection1 org.apache.solr.core.SolrCore@5e842e84 url=http://127.0.0.1:32915/_qq/collection1 node=127.0.0.1:32915__qq C80_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:32915__qq, base_url=http://127.0.0.1:32915/_qq}
[junit4:junit4]   2> 14977 T814 C80 P32915 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14978 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14978 T814 C80 P32915 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14978 T814 C80 P32915 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14978 T812 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14980 T814 C80 P32915 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14980 T724 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14981 T724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14982 T724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14996 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14998 T724 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 14999 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C79_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53439__qq, base_url=http://127.0.0.1:53439/_qq}
[junit4:junit4]   2> 15583 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:61335/_qq/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15590 T798 C79 P53439 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15603 T798 C79 P53439 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53439/_qq START replicas=[http://127.0.0.1:61335/_qq/collection1/] nUpdates=100
[junit4:junit4]   2> 15603 T798 C79 P53439 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15604 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15604 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15605 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15605 T798 C79 P53439 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15605 T798 C79 P53439 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:61335/_qq/collection1/. core=collection1
[junit4:junit4]   2> 15605 T798 C79 P53439 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C81 name=collection1 org.apache.solr.core.SolrCore@3d040339 url=http://127.0.0.1:61335/_qq/collection1 node=127.0.0.1:61335__qq C81_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:61335__qq, base_url=http://127.0.0.1:61335/_qq, leader=true}
[junit4:junit4]   2> 15616 T756 C81 P61335 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15640 T757 C81 P61335 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15641 T757 C81 P61335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1
[junit4:junit4]   2> 15646 T757 C81 P61335 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3807cda3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15646 T757 C81 P61335 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15651 T757 C81 P61335 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3807cda3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3807cda3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15652 T757 C81 P61335 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15653 T757 C81 P61335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1
[junit4:junit4]   2> 15653 T757 C81 P61335 oass.SolrIndexSearcher.<init> Opening Searcher@760d8900 realtime
[junit4:junit4]   2> 15654 T757 C81 P61335 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15654 T757 C81 P61335 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   2> 15656 T798 C79 P53439 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15656 T798 C79 P53439 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15676 T798 C79 P53439 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15679 T758 C81 P61335 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15679 T758 C81 P61335 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15680 T798 C79 P53439 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15680 T798 C79 P53439 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15680 T798 C79 P53439 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15682 T758 C81 P61335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1
[junit4:junit4]   2> 15683 T758 C81 P61335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1/index
[junit4:junit4]   2> 15683 T758 C81 P61335 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15684 T798 C79 P53439 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15686 T798 C79 P53439 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529 forceNew:false
[junit4:junit4]   2> 15686 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15687 T798 C79 P53439 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e660735; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15700 T758 C81 P61335 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 15711 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index
[junit4:junit4]   2> 15711 T798 C79 P53439 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15712 T798 C79 P53439 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130110091734529
[junit4:junit4]   2> 15714 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15714 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15714 T798 C79 P53439 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529
[junit4:junit4]   2> 15717 T798 C79 P53439 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e660735; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15718 T798 C79 P53439 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15720 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15725 T798 C79 P53439 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15725 T798 C79 P53439 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15725 T798 C79 P53439 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15726 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529
[junit4:junit4]   2> 15727 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15730 T798 C79 P53439 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e660735; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15730 T798 C79 P53439 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15730 T798 C79 P53439 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15730 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15731 T798 C79 P53439 oass.SolrIndexSearcher.<init> Opening Searcher@650acfbe main
[junit4:junit4]   2> 15733 T797 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@650acfbe main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15733 T797 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index
[junit4:junit4]   2> 15734 T798 C79 P53439 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15736 T798 C79 P53439 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e660735; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e660735; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15737 T798 C79 P53439 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15738 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 15738 T798 C79 P53439 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15738 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index.20130110091734529
[junit4:junit4]   2> 15738 T798 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3/index
[junit4:junit4]   2> 15738 T798 C79 P53439 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15739 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15739 T798 C79 P53439 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15739 T798 C79 P53439 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15742 T798 C79 P53439 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16002 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16164 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16165 T747 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:32915__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32915/_qq"}
[junit4:junit4]   2> 16172 T747 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:53439__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53439/_qq"}
[junit4:junit4]   2> 16184 T746 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> 16185 T811 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> 16185 T765 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> 16185 T795 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> 16184 T752 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> 16184 T780 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> 17004 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18007 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C80_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:32915__qq, base_url=http://127.0.0.1:32915/_qq}
[junit4:junit4]   2> 18998 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:45504/_qq/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18998 T814 C80 P32915 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:32915/_qq START replicas=[http://127.0.0.1:45504/_qq/collection1/] nUpdates=100
[junit4:junit4]   2> 18999 T814 C80 P32915 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18999 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18999 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18999 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18999 T814 C80 P32915 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19000 T814 C80 P32915 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:45504/_qq/collection1/. core=collection1
[junit4:junit4]   2> 19001 T814 C80 P32915 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19010 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C82 name=collection1 org.apache.solr.core.SolrCore@572be683 url=http://127.0.0.1:45504/_qq/collection1 node=127.0.0.1:45504__qq C82_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:45504__qq, base_url=http://127.0.0.1:45504/_qq, leader=true}
[junit4:junit4]   2> 19040 T771 C82 P45504 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19042 T772 C82 P45504 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19043 T772 C82 P45504 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2
[junit4:junit4]   2> 19047 T772 C82 P45504 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7905cb32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19048 T772 C82 P45504 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19053 T772 C82 P45504 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7905cb32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7905cb32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19054 T772 C82 P45504 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19055 T772 C82 P45504 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2
[junit4:junit4]   2> 19055 T772 C82 P45504 oass.SolrIndexSearcher.<init> Opening Searcher@4ee1ad0c realtime
[junit4:junit4]   2> 19056 T772 C82 P45504 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19056 T772 C82 P45504 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 19057 T814 C80 P32915 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19057 T814 C80 P32915 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19060 T773 C82 P45504 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19060 T773 C82 P45504 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19061 T814 C80 P32915 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19061 T814 C80 P32915 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19061 T814 C80 P32915 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19063 T773 C82 P45504 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2
[junit4:junit4]   2> 19064 T773 C82 P45504 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2/index
[junit4:junit4]   2> 19064 T773 C82 P45504 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19065 T814 C80 P32915 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19066 T814 C80 P32915 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909 forceNew:false
[junit4:junit4]   2> 19067 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19068 T814 C80 P32915 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599f3136; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 19071 T773 C82 P45504 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19072 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index
[junit4:junit4]   2> 19073 T814 C80 P32915 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19073 T814 C80 P32915 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130110091737909
[junit4:junit4]   2> 19074 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19075 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19075 T814 C80 P32915 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909
[junit4:junit4]   2> 19079 T814 C80 P32915 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599f3136; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19079 T814 C80 P32915 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19081 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19081 T814 C80 P32915 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19081 T814 C80 P32915 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19081 T814 C80 P32915 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19082 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909
[junit4:junit4]   2> 19083 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19086 T814 C80 P32915 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599f3136; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19087 T814 C80 P32915 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19087 T814 C80 P32915 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19088 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19088 T814 C80 P32915 oass.SolrIndexSearcher.<init> Opening Searcher@4219f8fe main
[junit4:junit4]   2> 19090 T813 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4219f8fe main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19090 T813 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index
[junit4:junit4]   2> 19091 T814 C80 P32915 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19094 T814 C80 P32915 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599f3136; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599f3136; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19094 T814 C80 P32915 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19095 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2> 19096 T814 C80 P32915 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19096 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index.20130110091737909
[junit4:junit4]   2> 19096 T814 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4/index
[junit4:junit4]   2> 19096 T814 C80 P32915 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19097 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19097 T814 C80 P32915 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19097 T814 C80 P32915 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19104 T814 C80 P32915 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19196 T747 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19197 T747 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:32915__qq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32915/_qq"}
[junit4:junit4]   2> 19210 T746 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> 19210 T765 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> 19211 T795 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> 19210 T780 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> 19210 T752 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> 19210 T811 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> 20013 T724 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20014 T724 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C83 name=collection1 org.apache.solr.core.SolrCore@68f70408 url=http://127.0.0.1:55388/_qq/collection1 node=127.0.0.1:55388__qq C83_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:55388__qq, base_url=http://127.0.0.1:55388/_qq, leader=true}
[junit4:junit4]   2> 20031 T736 C83 P55388 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data
[junit4:junit4]   2> 20036 T736 C83 P55388 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c63031d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20037 T736 C83 P55388 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20038 T736 C83 P55388 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/control/data
[junit4:junit4]   2> 20039 T736 C83 P55388 oass.SolrIndexSearcher.<init> Opening Searcher@50e9998d realtime
[junit4:junit4]   2> 20039 T736 C83 P55388 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423724887539712000)} 0 13
[junit4:junit4]   2> 20051 T759 C81 P61335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty1
[junit4:junit4]   2> 20073 T774 C82 P45504 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty2
[junit4:junit4]   2>  C80_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:32915__qq, base_url=http://127.0.0.1:32915/_qq}
[junit4:junit4]   2> 20107 T801 C80 P32915 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty4
[junit4:junit4]   2>  C79_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53439__qq, base_url=http://127.0.0.1:53439/_qq}
[junit4:junit4]   2> 20108 T785 C79 P53439 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357769838849/jetty3
[junit4:junit4]   2> 20108 T801 C80 P32915 /update {update.distrib=FROMLEADER&_version_=-1423724887581655040&update.from=http://127.0.0.1:45504/_qq/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423724887581655040)} 0 8
[junit4:junit4]   2> 20108 T785 C79 P53439 /update {update.distrib=FROMLEADER&_version_=-1423724887559634944&update.from=http://127.0.0.1:61335/_qq/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423724887559634944)} 0 12
[junit4:junit4]   2> 20109 T774 C82 P45504 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423724887581655040)} 0 38
[junit4:junit4]   2> 20110 T759 C81 P61335 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423724887559634944)} 0 68
[junit4:junit4]   2> 20121 T736 C83 P55388 /update {wt=javabin&version=2} {add=[1 (1423724887629889536)]} 0 5
[junit4:junit4]   2> 20144 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1423724887638278144)]} 0 4
[junit4:junit4]   2> 20145 T759 C81 P61335 /update {wt=javabin&version=2} {add=[1 (1423724887638278144)]} 0 21
[junit4:junit4]   2> 20151 T736 C83 P55388 /update {wt=javabin&version=2} {add=[2 (1423724887663443968)]} 0 3
[junit4:junit4]   2> 20162 T801 C80 P32915 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1423724887668686848)]} 0 3
[junit4:junit4]   2> 20163 T775 C82 P45504 /update {wt=javabin&version=2} {add=[2 (1423724887668686848)]} 0 10
[junit4:junit4]   2> 20169 T736 C83 P55388 /update {wt=javabin&version=2} {add=[3 (1423724887682318336)]} 0 3
[junit4:junit4]   2> 20178 T801 C80 P32915 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1423724887687561216)]} 0 2
[junit4:junit4]   2> 20179 T775 C82 P45504 /update {wt=javabin&version=2} {add=[3 (1423724887687561216)]} 0 8
[junit4:junit4]   2> 20185 T736 C83 P55388 /update {wt=javabin&version=2} {add=[4 (1423724887699095552)]} 0 3
[junit4:junit4]   2> 20196 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1423724887705387008)]} 0 3
[junit4:junit4]   2> 20197 T759 C81 P61335 /update {wt=javabin&version=2} {add=[4 (1423724887705387008)]} 0 9
[junit4:junit4]   2> 20203 T736 C83 P55388 /update {wt=javabin&version=2} {add=[5 (1423724887717969920)]} 0 3
[junit4:junit4]   2> 20224 T801 C80 P32915 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1423724887732649984)]} 0 3
[junit4:junit4]   2> 20224 T774 C82 P45504 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1423724887732649984)]} 0 9
[junit4:junit4]   2> 20226 T759 C81 P61335 /update {wt=javabin&version=2} {add=[5]} 0 20
[junit4:junit4]   2> 20232 T736 C83 P55388 /update {wt=javabin&version=2} {add=[6 (1423724887748378624)]} 0 3
[junit4:junit4]   2> 20242 T801 C80 P32915 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1423724887754670080)]} 0 2
[junit4:junit4]   2> 20243 T775 C82 P45504 /update {wt=javabin&version=2} {add=[6 (1423724887754670080)]} 0 7
[junit4:junit4]   2> 20249 T736 C83 P55388 /update {wt=javabin&version=2} {add=[7 (1423724887766204416)]} 0 3
[junit4:junit4]   2> 20257 T801 C80 P32915 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1423724887771447296)]} 0 2
[junit4:junit4]   2> 20258 T775 C82 P45504 /update {wt=javabin&version=2} {add=[7 (1423724887771447296)]} 0 7
[junit4:junit4]   2> 20263 T736 C83 P55388 /update {wt=javabin&version=2} {add=[8 (1423724887780884480)]} 0 3
[junit4:junit4]   2> 20277 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1423724887789273088)]} 0 3
[junit4:junit4]   2> 20277 T760 C81 P61335 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1423724887789273088)]} 0 8
[junit4:junit4]   2> 20278 T775 C82 P45504 /update {wt=javabin&version=2} {add=[8]} 0 12
[junit4:junit4]   2> 20284 T736 C83 P55388 /update {wt=javabin&version=2} {add=[9 (1423724887803953152)]} 0 2
[junit4:junit4]   2> 20298 T801 C80 P32915 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1423724887812341760)]} 0 3
[junit4:junit4]   2> 20298 T774 C82 P45504 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1423724887812341760)]} 0 8
[junit4:junit4]   2> 20299 T759 C81 P61335 /update {wt=javabin&version=2} {add=[9]} 0 12
[junit4:junit4]   2> 20322 T736 C83 P55388 /update {wt=javabin&version=2} {add=[10 (1423724887824924672)]} 0 20
[junit4:junit4]   2> 20333 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1423724887849041920)]} 0 3
[junit4:junit4]   2> 20334 T759 C81 P61335 /update {wt=javabin&version=2} {add=[10 (1423724887849041920)]} 0 9
[junit4:junit4]   2> 20341 T736 C83 P55388 /update {wt=javabin&version=2} {add=[11 (1423724887861624832)]} 0 4
[junit4:junit4]   2> 20352 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1423724887868964864)]} 0 3
[junit4:junit4]   2> 20352 T759 C81 P61335 /update {wt=javabin&version=2} {add=[11 (1423724887868964864)]} 0 8
[junit4:junit4]   2> 20359 T736 C83 P55388 /update {wt=javabin&version=2} {add=[12 (1423724887881547776)]} 0 3
[junit4:junit4]   2> 20372 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1423724887890984960)]} 0 2
[junit4:junit4]   2> 20373 T760 C81 P61335 /update {distrib.from=http://127.0.0.1:45504/_qq/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[12 (1423724887890984960)]} 0 8
[junit4:junit4]   2> 20374 T775 C82 P45504 /update {wt=javabin&version=2} {add=[12]} 0 12
[junit4:junit4]   2> 20380 T736 C83 P55388 /update {wt=javabin&version=2} {add=[13 (1423724887903567872)]} 0 3
[junit4:junit4]   2> 20391 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1423724887909859328)]} 0 3
[junit4:junit4]   2> 20392 T759 C81 P61335 /update {wt=javabin&version=2} {add=[13 (1423724887909859328)]} 0 9
[junit4:junit4]   2> 20397 T736 C83 P55388 /update {wt=javabin&version=2} {add=[14 (1423724887922442240)]} 0 2
[junit4:junit4]   2> 20408 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1423724887927685120)]} 0 2
[junit4:junit4]   2> 20409 T759 C81 P61335 /update {wt=javabin&version=2} {add=[14 (1423724887927685120)]} 0 9
[junit4:junit4]   2> 20413 T736 C83 P55388 /update {wt=javabin&version=2} {add=[15 (1423724887939219456)]} 0 1
[junit4:junit4]   2> 20425 T785 C79 P53439 /update {distrib.from=http://127.0.0.1:61335/_qq/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1423724887947608064)]} 0 

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

Executor-481-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  41) Thread[id=871, name=searcherExecutor-571-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  42) Thread[id=874, name=searcherExecutor-577-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  43) Thread[id=901, name=qtp1263184494-901, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]   2> 	        at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]   2> 	        at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]   2> 	        at org.eclipse.jetty.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:375)
[junit4:junit4]   2> 	        at org.eclipse.jetty.io.bio.StreamEndPoint.fill(StreamEndPoint.java:141)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.fill(SocketConnector.java:227)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1035)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4:junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=MockFixedIntBlock(blockSize=768), foo_b=PostingsFormat(name=Lucene41WithOrds), cat=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), foo_d=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_f=PostingsFormat(name=Lucene41WithOrds), n_tl1=MockFixedIntBlock(blockSize=768), n_d1=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), rnd_b=PostingsFormat(name=TestBloomFilteredLucene41Postings), intDefault=MockFixedIntBlock(blockSize=768), n_td1=MockFixedIntBlock(blockSize=768), timestamp=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), oddField_s=PostingsFormat(name=TestBloomFilteredLucene41Postings), sequence_i=PostingsFormat(name=TestBloomFilteredLucene41Postings), name=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_i=MockFixedIntBlock(blockSize=768), regex_dup_B_s=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), multiDefault=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), n_tf1=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), n_dt1=MockFixedIntBlock(blockSize=768), genre_s=PostingsFormat(name=TestBloomFilteredLucene41Postings), author_t=MockFixedIntBlock(blockSize=768), n_ti1=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), text=PostingsFormat(name=Lucene41WithOrds), _version_=MockFixedIntBlock(blockSize=768), val_i=PostingsFormat(name=TestBloomFilteredLucene41Postings), SubjectTerms_mfacet=MockFixedIntBlock(blockSize=768), series_t=MockFixedIntBlock(blockSize=768), a_t=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), n_tdt1=MockFixedIntBlock(blockSize=768), regex_dup_A_s=PostingsFormat(name=Lucene41WithOrds), price=PostingsFormat(name=Lucene41WithOrds), other_tl1=MockFixedIntBlock(blockSize=768), n_l1=Pulsing41(freqCutoff=17 minBlockSize=51 maxBlockSize=115), a_si=MockFixedIntBlock(blockSize=768), inStock=PostingsFormat(name=Lucene41WithOrds)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=nl_NL, timezone=Pacific/Guadalcanal
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=46,free=214101960,total=281018368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestReload, ScriptEngineTest, SpellPossibilityIteratorTest, SimplePostToolTest, SearchHandlerTest, DirectSolrConnectionTest, ChaosMonkeyNothingIsSafeTest, SOLR749Test, NotRequiredUniqueKeyTest, CurrencyFieldTest, TestFastLRUCache, PreAnalyzedFieldTest, SolrRequestParserTest, MoreLikeThisHandlerTest, TestBinaryResponseWriter, SuggesterWFSTTest, TestStressVersions, TestFiltering, ClusterStateUpdateTest, TestRandomFaceting, TestXIncludeConfig, IndexBasedSpellCheckerTest, UniqFieldsUpdateProcessorFactoryTest, ExternalFileFieldSortTest, TestFastOutputStream, JSONWriterTest, SuggesterFSTTest, TestCoreContainer, TestConfig, MinimalSchemaTest, TestSuggestSpellingConverter, TestPseudoReturnFields, TestJmxMonitoredMap, TestAtomicUpdateErrorCases, ResponseLogComponentTest, RequestHandlersTest, TestCollationField, WordBreakSolrSpellCheckerTest, SimpleFacetsTest, CircularListTest, TermsComponentTest, CopyFieldTest, CoreContainerCoreInitFailuresTest, TestSearchPerf, DateMathParserTest, HighlighterConfigTest, QueryElevationComponentTest, TestSolrQueryParser, TestSolrIndexConfig, TermVectorComponentDistributedTest, ChaosMonkeySafeLeaderTest, SpatialFilterTest, TestIndexSearcher, BadComponentTest, TestComponentsName, PluginInfoTest, SystemInfoHandlerTest, DirectUpdateHandlerOptimizeTest, NumericFieldsTest, CSVRequestHandlerTest, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=546B4C285816A6D7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl_NL -Dtests.timezone=Pacific/Guadalcanal -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([546B4C285816A6D7]:0)
[junit4:junit4] Completed on J0 in 7223.85s, 1 test, 2 errors <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1032 tests, 1 suite-level error, 1 error, 23 ignored (5 assumptions)

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



[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 879 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/879/

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

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([70E5C421666FC8E7]:0)


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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([70E5C421666FC8E7]:0)




Build Log:
[...truncated 9312 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T844 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T844 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357744750301
[junit4:junit4]   2> 7 T844 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T845 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T845 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T845 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T845 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T845 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T845 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T844 oasc.ZkTestServer.run start zk server on port:18530
[junit4:junit4]   2> 109 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@11fb599d
[junit4:junit4]   2> 110 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T850 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T850 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 111 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18531
[junit4:junit4]   2> 111 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18531
[junit4:junit4]   2> 112 T848 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 115 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10000 with negotiated timeout 10000 for client /140.211.11.196:18531
[junit4:junit4]   2> 115 T850 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10000, negotiated timeout = 10000
[junit4:junit4]   2> 115 T851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11fb599d name:ZooKeeperConnection Watcher:127.0.0.1:18530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 116 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 116 T844 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 120 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee10000
[junit4:junit4]   2> 128 T851 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee10000 closed
[junit4:junit4]   2> 129 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18531 which had sessionid 0x13c1fe4bee10000
[junit4:junit4]   2> 129 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@62aeea58
[junit4:junit4]   2> 130 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 130 T852 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 130 T852 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 131 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18532
[junit4:junit4]   2> 131 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18532
[junit4:junit4]   2> 132 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10001 with negotiated timeout 10000 for client /140.211.11.196:18532
[junit4:junit4]   2> 133 T852 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10001, negotiated timeout = 10000
[junit4:junit4]   2> 133 T853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62aeea58 name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 133 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 133 T844 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 139 T844 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 147 T844 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 151 T844 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 155 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 156 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 169 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 170 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 275 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 275 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 280 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 280 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 284 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 285 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 289 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 290 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 293 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 295 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 298 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 299 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 303 T844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 304 T844 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 307 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee10001
[junit4:junit4]   2> 308 T853 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 308 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18532 which had sessionid 0x13c1fe4bee10001
[junit4:junit4]   2> 308 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee10001 closed
[junit4:junit4]   2> 478 T844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 483 T844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18533
[junit4:junit4]   2> 483 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 484 T844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 484 T844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603
[junit4:junit4]   2> 485 T844 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/solr.xml
[junit4:junit4]   2> 485 T844 oasc.CoreContainer.<init> New CoreContainer 800483752
[junit4:junit4]   2> 486 T844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/'
[junit4:junit4]   2> 486 T844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/'
[junit4:junit4]   2> 541 T844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 541 T844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 542 T844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 542 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 543 T844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 543 T844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 544 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 544 T844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 545 T844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 545 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 568 T844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 587 T844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18530/solr
[junit4:junit4]   2> 588 T844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 588 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7daeb388
[junit4:junit4]   2> 589 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 590 T863 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 591 T863 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 591 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18534
[junit4:junit4]   2> 591 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18534
[junit4:junit4]   2> 594 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10002 with negotiated timeout 20000 for client /140.211.11.196:18534
[junit4:junit4]   2> 594 T863 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10002, negotiated timeout = 20000
[junit4:junit4]   2> 594 T864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7daeb388 name:ZooKeeperConnection Watcher:127.0.0.1:18530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 594 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 596 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee10002
[junit4:junit4]   2> 597 T864 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 597 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18534 which had sessionid 0x13c1fe4bee10002
[junit4:junit4]   2> 597 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee10002 closed
[junit4:junit4]   2> 598 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 611 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@280f4c4
[junit4:junit4]   2> 612 T865 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 612 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 612 T865 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 613 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18535
[junit4:junit4]   2> 613 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18535
[junit4:junit4]   2> 614 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10003 with negotiated timeout 20000 for client /140.211.11.196:18535
[junit4:junit4]   2> 614 T865 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10003, negotiated timeout = 20000
[junit4:junit4]   2> 614 T866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@280f4c4 name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 615 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 617 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 625 T844 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 628 T844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18533_
[junit4:junit4]   2> 629 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:18533_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:18533_
[junit4:junit4]   2> 631 T844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18533_
[junit4:junit4]   2> 640 T844 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 654 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 655 T844 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 658 T844 oasc.Overseer.start Overseer (id=88981159955988483-127.0.0.1:18533_-n_0000000000) starting
[junit4:junit4]   2> 659 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 666 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 667 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 673 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 675 T868 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 676 T844 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 679 T844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 682 T867 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 687 T869 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/collection1
[junit4:junit4]   2> 687 T869 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 688 T869 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 688 T869 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 689 T869 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/collection1/'
[junit4:junit4]   2> 690 T869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 691 T869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/collection1/lib/README' to classloader
[junit4:junit4]   2> 731 T869 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 797 T869 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 898 T869 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 904 T869 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1514 T869 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1525 T869 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1529 T869 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1548 T869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1553 T869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1558 T869 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1559 T869 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1561 T869 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357744750603/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/
[junit4:junit4]   2> 1561 T869 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34175445
[junit4:junit4]   2> 1562 T869 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1563 T869 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data forceNew:false
[junit4:junit4]   2> 1564 T869 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data
[junit4:junit4]   2> 1564 T869 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/index/
[junit4:junit4]   2> 1565 T869 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1566 T869 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/index forceNew:false
[junit4:junit4]   2> 1573 T869 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15ab7dc1; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1573 T869 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1574 T869 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/index
[junit4:junit4]   2> 1574 T869 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1576 T869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1577 T869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1577 T869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1577 T869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1578 T869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1578 T869 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1579 T869 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1579 T869 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1580 T869 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1580 T869 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1581 T869 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1581 T869 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1582 T869 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1582 T869 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1582 T869 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1583 T869 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1583 T869 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1583 T869 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1584 T869 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1584 T869 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1585 T869 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1585 T869 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1586 T869 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1586 T869 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1587 T869 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1587 T869 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1600 T869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1604 T869 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1605 T869 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1608 T869 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data
[junit4:junit4]   2> 1610 T869 oass.SolrIndexSearcher.<init> Opening Searcher@b8efd52 main
[junit4:junit4]   2> 1611 T869 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1611 T869 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1612 T869 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1629 T869 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1687 T870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b8efd52 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1692 T869 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1692 T869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1693 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 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> 2187 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2188 T867 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:18533_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18533"}
[junit4:junit4]   2> 2188 T867 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2201 T867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2202 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 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> 2220 T866 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> 2706 T869 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2706 T869 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18533 collection:control_collection shard:shard1
[junit4:junit4]   2> 2707 T869 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2724 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 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> 2725 T869 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2726 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2736 T869 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2736 T869 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2737 T869 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18533/collection1/
[junit4:junit4]   2> 2737 T869 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2738 T869 oasc.SyncStrategy.syncToMe http://127.0.0.1:18533/collection1/ has no replicas
[junit4:junit4]   2> 2738 T869 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18533/collection1/
[junit4:junit4]   2> 2738 T869 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2743 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3726 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3775 T866 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> 3817 T869 oasc.ZkController.register We are http://127.0.0.1:18533/collection1/ and leader is http://127.0.0.1:18533/collection1/
[junit4:junit4]   2> 3817 T869 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18533
[junit4:junit4]   2> 3817 T869 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3817 T869 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3818 T869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3821 T869 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3822 T844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3822 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3823 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3839 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3854 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@33537410
[junit4:junit4]   2> 3855 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3855 T871 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3856 T871 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 3856 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18536
[junit4:junit4]   2> 3856 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18536
[junit4:junit4]   2> 3858 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10004 with negotiated timeout 10000 for client /140.211.11.196:18536
[junit4:junit4]   2> 3858 T871 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10004, negotiated timeout = 10000
[junit4:junit4]   2> 3858 T872 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33537410 name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3858 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3860 T844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3864 T844 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4032 T844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4035 T844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18537
[junit4:junit4]   2> 4036 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4037 T844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4037 T844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159
[junit4:junit4]   2> 4038 T844 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/solr.xml
[junit4:junit4]   2> 4038 T844 oasc.CoreContainer.<init> New CoreContainer 1772305893
[junit4:junit4]   2> 4039 T844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/'
[junit4:junit4]   2> 4039 T844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/'
[junit4:junit4]   2> 4094 T844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4095 T844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4095 T844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4096 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4096 T844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4096 T844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4097 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4097 T844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4098 T844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4098 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4119 T844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4138 T844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18530/solr
[junit4:junit4]   2> 4139 T844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4139 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@64ca7049
[junit4:junit4]   2> 4140 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4141 T882 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4142 T882 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 4142 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18538
[junit4:junit4]   2> 4142 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18538
[junit4:junit4]   2> 4144 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10005 with negotiated timeout 20000 for client /140.211.11.196:18538
[junit4:junit4]   2> 4144 T882 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10005, negotiated timeout = 20000
[junit4:junit4]   2> 4145 T883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64ca7049 name:ZooKeeperConnection Watcher:127.0.0.1:18530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4145 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4146 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee10005
[junit4:junit4]   2> 4156 T883 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4156 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18538 which had sessionid 0x13c1fe4bee10005
[junit4:junit4]   2> 4156 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee10005 closed
[junit4:junit4]   2> 4157 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4168 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2f0d9ee7
[junit4:junit4]   2> 4169 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4170 T884 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4170 T884 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 4170 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18539
[junit4:junit4]   2> 4171 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18539
[junit4:junit4]   2> 4172 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10006 with negotiated timeout 20000 for client /140.211.11.196:18539
[junit4:junit4]   2> 4172 T884 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10006, negotiated timeout = 20000
[junit4:junit4]   2> 4172 T885 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f0d9ee7 name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4173 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4174 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4176 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4183 T844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18537_
[junit4:junit4]   2> 4184 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:18537_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:18537_
[junit4:junit4]   2> 4185 T844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18537_
[junit4:junit4]   2> 4189 T872 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4189 T866 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4189 T866 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> 4198 T844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4205 T886 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/collection1
[junit4:junit4]   2> 4205 T886 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4206 T886 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4206 T886 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4208 T886 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/collection1/'
[junit4:junit4]   2> 4209 T886 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/collection1/lib/README' to classloader
[junit4:junit4]   2> 4210 T886 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4262 T886 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4330 T886 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4431 T886 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4437 T886 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5047 T886 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5058 T886 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5062 T886 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5078 T886 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5083 T886 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5088 T886 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5090 T886 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5091 T886 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357744754159/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/
[junit4:junit4]   2> 5091 T886 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34175445
[junit4:junit4]   2> 5092 T886 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5093 T886 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1 forceNew:false
[junit4:junit4]   2> 5094 T886 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1
[junit4:junit4]   2> 5094 T886 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index/
[junit4:junit4]   2> 5094 T886 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5095 T886 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index forceNew:false
[junit4:junit4]   2> 5101 T886 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@347fb123; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5102 T886 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5103 T886 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index
[junit4:junit4]   2> 5103 T886 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5105 T886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5106 T886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5106 T886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5106 T886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5107 T886 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5107 T886 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5108 T886 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5108 T886 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5109 T886 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5109 T886 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5110 T886 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5111 T886 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5111 T886 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5111 T886 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5112 T886 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5112 T886 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5113 T886 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5113 T886 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5114 T886 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5114 T886 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5115 T886 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5116 T886 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5116 T886 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5117 T886 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5117 T886 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5118 T886 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5130 T886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5135 T886 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5136 T886 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5139 T886 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1
[junit4:junit4]   2> 5141 T886 oass.SolrIndexSearcher.<init> Opening Searcher@1f64a775 main
[junit4:junit4]   2> 5142 T886 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5142 T886 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5142 T886 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5150 T886 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5214 T887 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f64a775 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5220 T886 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5220 T886 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5289 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5290 T867 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:18533_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18533"}
[junit4:junit4]   2> 5295 T867 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:18537_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18537"}
[junit4:junit4]   2> 5295 T867 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5296 T867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5308 T872 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> 5308 T885 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> 5308 T866 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> 6223 T886 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6223 T886 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18537 collection:collection1 shard:shard1
[junit4:junit4]   2> 6224 T886 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6248 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6249 T886 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6250 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6262 T886 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6262 T886 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6262 T886 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18537/collection1/
[junit4:junit4]   2> 6262 T886 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6263 T886 oasc.SyncStrategy.syncToMe http://127.0.0.1:18537/collection1/ has no replicas
[junit4:junit4]   2> 6263 T886 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18537/collection1/
[junit4:junit4]   2> 6263 T886 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6269 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6824 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6843 T866 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> 6843 T872 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> 6843 T885 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> 6888 T886 oasc.ZkController.register We are http://127.0.0.1:18537/collection1/ and leader is http://127.0.0.1:18537/collection1/
[junit4:junit4]   2> 6888 T886 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18537
[junit4:junit4]   2> 6888 T886 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6888 T886 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6889 T886 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6891 T886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6892 T844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6892 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6893 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7075 T844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7079 T844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18540
[junit4:junit4]   2> 7079 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7080 T844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7080 T844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202
[junit4:junit4]   2> 7081 T844 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/solr.xml
[junit4:junit4]   2> 7081 T844 oasc.CoreContainer.<init> New CoreContainer 908515187
[junit4:junit4]   2> 7082 T844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/'
[junit4:junit4]   2> 7082 T844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/'
[junit4:junit4]   2> 7137 T844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7137 T844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7138 T844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7138 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7139 T844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7139 T844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7140 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7140 T844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7141 T844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7141 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7162 T844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7181 T844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18530/solr
[junit4:junit4]   2> 7181 T844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7182 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ae739a2
[junit4:junit4]   2> 7183 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7183 T897 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7184 T897 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 7185 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18541
[junit4:junit4]   2> 7185 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18541
[junit4:junit4]   2> 7187 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10007 with negotiated timeout 20000 for client /140.211.11.196:18541
[junit4:junit4]   2> 7187 T897 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10007, negotiated timeout = 20000
[junit4:junit4]   2> 7187 T898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ae739a2 name:ZooKeeperConnection Watcher:127.0.0.1:18530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7187 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7189 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee10007
[junit4:junit4]   2> 7203 T898 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7203 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18541 which had sessionid 0x13c1fe4bee10007
[junit4:junit4]   2> 7203 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee10007 closed
[junit4:junit4]   2> 7203 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7215 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@46034d20
[junit4:junit4]   2> 7216 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7216 T899 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7217 T899 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 7217 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18542
[junit4:junit4]   2> 7217 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18542
[junit4:junit4]   2> 7219 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10008 with negotiated timeout 20000 for client /140.211.11.196:18542
[junit4:junit4]   2> 7219 T899 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10008, negotiated timeout = 20000
[junit4:junit4]   2> 7219 T900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46034d20 name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7219 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7220 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7222 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7229 T844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18540_
[junit4:junit4]   2> 7230 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:18540_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:18540_
[junit4:junit4]   2> 7231 T844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18540_
[junit4:junit4]   2> 7235 T872 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7235 T885 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7235 T872 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> 7235 T885 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> 7235 T866 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7236 T866 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> 7240 T844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7248 T901 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/collection1
[junit4:junit4]   2> 7248 T901 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7249 T901 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7249 T901 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7251 T901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/collection1/'
[junit4:junit4]   2> 7252 T901 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7253 T901 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/collection1/lib/README' to classloader
[junit4:junit4]   2> 7305 T901 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7375 T901 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7476 T901 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7482 T901 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8092 T901 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8103 T901 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8107 T901 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8122 T901 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8127 T901 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8132 T901 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8133 T901 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8135 T901 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357744757202/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/
[junit4:junit4]   2> 8135 T901 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34175445
[junit4:junit4]   2> 8136 T901 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8137 T901 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2 forceNew:false
[junit4:junit4]   2> 8137 T901 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2
[junit4:junit4]   2> 8138 T901 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index/
[junit4:junit4]   2> 8138 T901 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8139 T901 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index forceNew:false
[junit4:junit4]   2> 8146 T901 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5caa4638; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8146 T901 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8147 T901 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index
[junit4:junit4]   2> 8147 T901 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8150 T901 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8150 T901 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8150 T901 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8151 T901 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8151 T901 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8152 T901 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8152 T901 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8153 T901 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8153 T901 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8154 T901 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8154 T901 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8155 T901 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8155 T901 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8156 T901 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8156 T901 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8156 T901 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8157 T901 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8158 T901 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8158 T901 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8159 T901 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8159 T901 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8160 T901 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8160 T901 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8161 T901 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8161 T901 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8162 T901 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8175 T901 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8179 T901 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8181 T901 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8183 T901 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2
[junit4:junit4]   2> 8185 T901 oass.SolrIndexSearcher.<init> Opening Searcher@22b2f32 main
[junit4:junit4]   2> 8186 T901 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8186 T901 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8187 T901 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8194 T901 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8254 T902 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22b2f32 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8260 T901 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8261 T901 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8356 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8357 T867 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:18537_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18537"}
[junit4:junit4]   2> 8362 T867 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:18540_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18540"}
[junit4:junit4]   2> 8362 T867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8362 T867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8375 T900 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> 8375 T885 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> 8375 T872 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> 8375 T866 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> 9263 T901 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9263 T901 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18540 collection:collection1 shard:shard2
[junit4:junit4]   2> 9264 T901 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9284 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9285 T901 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9285 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9294 T901 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9294 T901 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9294 T901 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18540/collection1/
[junit4:junit4]   2> 9295 T901 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9295 T901 oasc.SyncStrategy.syncToMe http://127.0.0.1:18540/collection1/ has no replicas
[junit4:junit4]   2> 9295 T901 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18540/collection1/
[junit4:junit4]   2> 9295 T901 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9299 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee10008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9888 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9906 T900 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> 9907 T885 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> 9906 T872 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> 9906 T866 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> 9922 T901 oasc.ZkController.register We are http://127.0.0.1:18540/collection1/ and leader is http://127.0.0.1:18540/collection1/
[junit4:junit4]   2> 9922 T901 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18540
[junit4:junit4]   2> 9922 T901 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9922 T901 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9922 T901 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9924 T901 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9925 T844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9926 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9926 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10110 T844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10113 T844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18543
[junit4:junit4]   2> 10114 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10114 T844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10115 T844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235
[junit4:junit4]   2> 10115 T844 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/solr.xml
[junit4:junit4]   2> 10115 T844 oasc.CoreContainer.<init> New CoreContainer 207289135
[junit4:junit4]   2> 10116 T844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/'
[junit4:junit4]   2> 10116 T844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/'
[junit4:junit4]   2> 10171 T844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10172 T844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10172 T844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10173 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10173 T844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10174 T844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10174 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10174 T844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10175 T844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10175 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10196 T844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10215 T844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18530/solr
[junit4:junit4]   2> 10216 T844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10216 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2e2df685
[junit4:junit4]   2> 10217 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10218 T912 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10219 T912 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 10219 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18544
[junit4:junit4]   2> 10219 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18544
[junit4:junit4]   2> 10222 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee10009 with negotiated timeout 20000 for client /140.211.11.196:18544
[junit4:junit4]   2> 10222 T912 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee10009, negotiated timeout = 20000
[junit4:junit4]   2> 10222 T913 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e2df685 name:ZooKeeperConnection Watcher:127.0.0.1:18530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10222 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10224 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee10009
[junit4:junit4]   2> 10225 T913 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10225 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18544 which had sessionid 0x13c1fe4bee10009
[junit4:junit4]   2> 10225 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee10009 closed
[junit4:junit4]   2> 10226 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10237 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ead0a7a
[junit4:junit4]   2> 10238 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10238 T914 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10238 T914 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 10239 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18545
[junit4:junit4]   2> 10239 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18545
[junit4:junit4]   2> 10240 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee1000a with negotiated timeout 20000 for client /140.211.11.196:18545
[junit4:junit4]   2> 10240 T914 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee1000a, negotiated timeout = 20000
[junit4:junit4]   2> 10241 T915 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ead0a7a name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10241 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10242 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee1000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10243 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee1000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10251 T844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18543_
[junit4:junit4]   2> 10252 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee1000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:18543_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:18543_
[junit4:junit4]   2> 10253 T844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18543_
[junit4:junit4]   2> 10257 T900 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10257 T866 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10257 T900 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> 10257 T866 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> 10257 T885 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10257 T872 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10257 T885 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> 10258 T872 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> 10265 T844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10273 T916 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/collection1
[junit4:junit4]   2> 10273 T916 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10274 T916 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10274 T916 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10276 T916 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/collection1/'
[junit4:junit4]   2> 10277 T916 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10277 T916 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/collection1/lib/README' to classloader
[junit4:junit4]   2> 10329 T916 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10398 T916 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10499 T916 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10505 T916 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11126 T916 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11136 T916 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11140 T916 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11157 T916 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11162 T916 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11166 T916 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11168 T916 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11169 T916 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357744760235/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/
[junit4:junit4]   2> 11169 T916 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34175445
[junit4:junit4]   2> 11170 T916 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11171 T916 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3 forceNew:false
[junit4:junit4]   2> 11172 T916 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 11172 T916 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index/
[junit4:junit4]   2> 11172 T916 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11173 T916 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index forceNew:false
[junit4:junit4]   2> 11180 T916 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@22c97657; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11181 T916 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11182 T916 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index
[junit4:junit4]   2> 11182 T916 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11184 T916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11185 T916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11185 T916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11185 T916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11186 T916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11186 T916 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11187 T916 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11187 T916 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11188 T916 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11189 T916 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11189 T916 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11190 T916 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11190 T916 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11190 T916 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11191 T916 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11191 T916 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11192 T916 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11192 T916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11193 T916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11194 T916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11194 T916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11195 T916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11195 T916 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11196 T916 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11196 T916 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11197 T916 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11209 T916 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11214 T916 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11215 T916 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11218 T916 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 11220 T916 oass.SolrIndexSearcher.<init> Opening Searcher@5ffc4ac4 main
[junit4:junit4]   2> 11221 T916 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11221 T916 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11222 T916 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11229 T916 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11277 T917 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ffc4ac4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11283 T916 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11283 T916 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11414 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11415 T867 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:18540_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18540"}
[junit4:junit4]   2> 11421 T867 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:18543_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18543"}
[junit4:junit4]   2> 11421 T867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11421 T867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11436 T900 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> 11436 T915 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> 11437 T885 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> 11436 T866 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> 11436 T872 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> 12286 T916 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12286 T916 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18543 collection:collection1 shard:shard1
[junit4:junit4]   2> 12316 T916 oasc.ZkController.register We are http://127.0.0.1:18543/collection1/ and leader is http://127.0.0.1:18537/collection1/
[junit4:junit4]   2> 12316 T916 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18543
[junit4:junit4]   2> 12316 T916 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12317 T916 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C75 name=collection1 org.apache.solr.core.SolrCore@48abc959 url=http://127.0.0.1:18543/collection1 node=127.0.0.1:18543_ C75_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:18543_, base_url=http://127.0.0.1:18543}
[junit4:junit4]   2> 12324 T918 C75 P18543 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12324 T916 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12325 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12325 T918 C75 P18543 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12325 T918 C75 P18543 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12326 T844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12327 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12327 T918 C75 P18543 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12327 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12520 T844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12523 T844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18547
[junit4:junit4]   2> 12523 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12524 T844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12524 T844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639
[junit4:junit4]   2> 12525 T844 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/solr.xml
[junit4:junit4]   2> 12525 T844 oasc.CoreContainer.<init> New CoreContainer 1717690942
[junit4:junit4]   2> 12526 T844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/'
[junit4:junit4]   2> 12526 T844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/'
[junit4:junit4]   2> 12582 T844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12583 T844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12583 T844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12583 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12584 T844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12584 T844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12585 T844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12585 T844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12586 T844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12586 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12607 T844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12627 T844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18530/solr
[junit4:junit4]   2> 12628 T844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12629 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5cc388de
[junit4:junit4]   2> 12630 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12630 T928 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12631 T928 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 12631 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18548
[junit4:junit4]   2> 12632 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18548
[junit4:junit4]   2> 12634 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee1000b with negotiated timeout 20000 for client /140.211.11.196:18548
[junit4:junit4]   2> 12634 T928 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee1000b, negotiated timeout = 20000
[junit4:junit4]   2> 12634 T929 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cc388de name:ZooKeeperConnection Watcher:127.0.0.1:18530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12634 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12636 T849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c1fe4bee1000b
[junit4:junit4]   2> 12654 T929 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12654 T846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:18548 which had sessionid 0x13c1fe4bee1000b
[junit4:junit4]   2> 12654 T844 oaz.ZooKeeper.close Session: 0x13c1fe4bee1000b closed
[junit4:junit4]   2> 12655 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12666 T844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18530/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@75782039
[junit4:junit4]   2> 12667 T844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12667 T930 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18530. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12668 T930 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18530, initiating session
[junit4:junit4]   2> 12668 T846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:18549
[junit4:junit4]   2> 12669 T846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:18549
[junit4:junit4]   2> 12670 T848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c1fe4bee1000c with negotiated timeout 20000 for client /140.211.11.196:18549
[junit4:junit4]   2> 12670 T930 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18530, sessionid = 0x13c1fe4bee1000c, negotiated timeout = 20000
[junit4:junit4]   2> 12670 T931 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75782039 name:ZooKeeperConnection Watcher:127.0.0.1:18530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12670 T844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12672 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee1000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12677 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee1000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12679 T844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18547_
[junit4:junit4]   2> 12680 T849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c1fe4bee1000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:18547_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:18547_
[junit4:junit4]   2> 12681 T844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18547_
[junit4:junit4]   2> 12689 T915 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> 12690 T900 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12690 T866 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12690 T900 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> 12690 T885 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12690 T866 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> 12690 T872 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12691 T885 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> 12691 T872 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> 12693 T915 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12695 T844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12702 T932 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/collection1
[junit4:junit4]   2> 12702 T932 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12703 T932 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12703 T932 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12705 T932 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/collection1/'
[junit4:junit4]   2> 12706 T932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12706 T932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/collection1/lib/README' to classloader
[junit4:junit4]   2> 12761 T932 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 12832 T932 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12933 T932 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12955 T932 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12956 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12957 T867 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:18543_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18543"}
[junit4:junit4]   2> 12971 T900 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> 12971 T872 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> 12971 T931 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> 12971 T885 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> 12971 T866 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> 12971 T915 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> 13875 T932 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13894 T932 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13902 T932 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13931 T932 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13940 T932 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13948 T932 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13953 T932 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13973 T932 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357744762639/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/
[junit4:junit4]   2> 13974 T932 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34175445
[junit4:junit4]   2> 13975 T932 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13976 T932 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4 forceNew:false
[junit4:junit4]   2> 13977 T932 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 13978 T932 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index/
[junit4:junit4]   2> 13979 T932 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13980 T932 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index forceNew:false
[junit4:junit4]   2> 13990 T932 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c381cb3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13991 T932 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13992 T932 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index
[junit4:junit4]   2> 13993 T932 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13997 T932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13997 T932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13997 T932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13998 T932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13999 T932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13999 T932 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13999 T932 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14000 T932 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14001 T932 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14001 T932 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14002 T932 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14002 T932 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14003 T932 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14003 T932 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14004 T932 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14004 T932 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14005 T932 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14005 T932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14006 T932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14006 T932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14007 T932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14008 T932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14008 T932 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14009 T932 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14009 T932 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14010 T932 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14024 T932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14032 T932 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14037 T932 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 14052 T932 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 14055 T932 oass.SolrIndexSearcher.<init> Opening Searcher@5b418f2c main
[junit4:junit4]   2> 14057 T932 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14057 T932 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14058 T932 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14074 T932 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14170 T933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b418f2c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14179 T932 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14179 T932 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14480 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14481 T867 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:18547_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18547"}
[junit4:junit4]   2> 14482 T867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14482 T867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14497 T872 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> 14497 T915 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> 14497 T900 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> 14498 T885 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> 14498 T866 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> 14499 T931 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> 15183 T932 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15183 T932 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18547 collection:collection1 shard:shard2
[junit4:junit4]   2> 15233 T932 oasc.ZkController.register We are http://127.0.0.1:18547/collection1/ and leader is http://127.0.0.1:18540/collection1/
[junit4:junit4]   2> 15233 T932 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18547
[junit4:junit4]   2> 15233 T932 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15233 T932 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C76 name=collection1 org.apache.solr.core.SolrCore@b366357 url=http://127.0.0.1:18547/collection1 node=127.0.0.1:18547_ C76_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:18547_, base_url=http://127.0.0.1:18547}
[junit4:junit4]   2> 15235 T934 C76 P18547 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15235 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15235 T932 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15236 T934 C76 P18547 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15236 T934 C76 P18547 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15237 T844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15237 T844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15238 T934 C76 P18547 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15238 T844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15266 T844 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15293 T844 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15295 T844 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C75_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:18543_, base_url=http://127.0.0.1:18543}
[junit4:junit4]   2> 15369 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:18537/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15379 T918 C75 P18543 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15408 T918 C75 P18543 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:18543 START replicas=[http://127.0.0.1:18537/collection1/] nUpdates=100
[junit4:junit4]   2> 15410 T918 C75 P18543 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15440 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15441 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15441 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15441 T918 C75 P18543 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15442 T918 C75 P18543 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:18537/collection1/. core=collection1
[junit4:junit4]   2> 15442 T918 C75 P18543 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C77 name=collection1 org.apache.solr.core.SolrCore@e9130c url=http://127.0.0.1:18537/collection1 node=127.0.0.1:18537_ C77_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:18537_, base_url=http://127.0.0.1:18537, leader=true}
[junit4:junit4]   2> 15455 T876 C77 P18537 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15463 T877 C77 P18537 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15465 T877 C77 P18537 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1
[junit4:junit4]   2> 15470 T877 C77 P18537 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@347fb123; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15471 T877 C77 P18537 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15475 T877 C77 P18537 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@347fb123; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@347fb123; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15475 T877 C77 P18537 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15476 T877 C77 P18537 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1
[junit4:junit4]   2> 15477 T877 C77 P18537 oass.SolrIndexSearcher.<init> Opening Searcher@5607e589 realtime
[junit4:junit4]   2> 15477 T877 C77 P18537 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15478 T877 C77 P18537 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> 15479 T918 C75 P18543 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15480 T918 C75 P18543 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15516 T918 C75 P18543 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15522 T878 C77 P18537 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15523 T878 C77 P18537 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 15525 T918 C75 P18543 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15525 T918 C75 P18543 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15526 T918 C75 P18543 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15529 T878 C77 P18537 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1
[junit4:junit4]   2> 15531 T878 C77 P18537 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1/index
[junit4:junit4]   2> 15531 T878 C77 P18537 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15533 T918 C75 P18543 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15536 T918 C75 P18543 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828 forceNew:false
[junit4:junit4]   2> 15537 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15538 T918 C75 P18543 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828 lockFactory=org.apache.lucene.store.NativeFSLockFactory@37b6736b; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15566 T878 C77 P18537 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=11 
[junit4:junit4]   2> 15600 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index
[junit4:junit4]   2> 15600 T918 C75 P18543 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15601 T918 C75 P18543 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130109101925828
[junit4:junit4]   2> 15604 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15606 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15606 T918 C75 P18543 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828
[junit4:junit4]   2> 15610 T918 C75 P18543 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828 lockFactory=org.apache.lucene.store.NativeFSLockFactory@37b6736b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15611 T918 C75 P18543 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15612 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15620 T918 C75 P18543 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15620 T918 C75 P18543 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15621 T918 C75 P18543 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15622 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828
[junit4:junit4]   2> 15624 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15628 T918 C75 P18543 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828 lockFactory=org.apache.lucene.store.NativeFSLockFactory@37b6736b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15628 T918 C75 P18543 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15628 T918 C75 P18543 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15629 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15629 T918 C75 P18543 oass.SolrIndexSearcher.<init> Opening Searcher@44a62d27 main
[junit4:junit4]   2> 15632 T917 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44a62d27 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15633 T917 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index
[junit4:junit4]   2> 15634 T918 C75 P18543 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15638 T918 C75 P18543 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828 lockFactory=org.apache.lucene.store.NativeFSLockFactory@37b6736b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828 lockFactory=org.apache.lucene.store.NativeFSLockFactory@37b6736b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15639 T918 C75 P18543 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15641 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 15641 T918 C75 P18543 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15642 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index.20130109101925828
[junit4:junit4]   2> 15642 T918 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3/index
[junit4:junit4]   2> 15642 T918 C75 P18543 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15643 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15643 T918 C75 P18543 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15643 T918 C75 P18543 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15646 T918 C75 P18543 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16026 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16027 T867 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:18547_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18547"}
[junit4:junit4]   2> 16034 T867 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:18543_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18543"}
[junit4:junit4]   2> 16047 T915 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> 16047 T900 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> 16047 T931 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> 16047 T885 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> 16047 T866 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> 16047 T872 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> 16298 T844 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17300 T844 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C76_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:18547_, base_url=http://127.0.0.1:18547}
[junit4:junit4]   2> 18273 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:18540/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18273 T934 C76 P18547 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:18547 START replicas=[http://127.0.0.1:18540/collection1/] nUpdates=100
[junit4:junit4]   2> 18274 T934 C76 P18547 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18274 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18274 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18274 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18274 T934 C76 P18547 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18275 T934 C76 P18547 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:18540/collection1/. core=collection1
[junit4:junit4]   2> 18276 T934 C76 P18547 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C78 name=collection1 org.apache.solr.core.SolrCore@7b70109e url=http://127.0.0.1:18540/collection1 node=127.0.0.1:18540_ C78_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:18540_, base_url=http://127.0.0.1:18540, leader=true}
[junit4:junit4]   2> 18286 T891 C78 P18540 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18296 T892 C78 P18540 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18297 T892 C78 P18540 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2
[junit4:junit4]   2> 18301 T892 C78 P18540 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5caa4638; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18302 T892 C78 P18540 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18303 T844 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18307 T892 C78 P18540 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5caa4638; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5caa4638; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18308 T892 C78 P18540 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18309 T892 C78 P18540 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2
[junit4:junit4]   2> 18309 T892 C78 P18540 oass.SolrIndexSearcher.<init> Opening Searcher@67584507 realtime
[junit4:junit4]   2> 18310 T892 C78 P18540 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18310 T892 C78 P18540 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 18311 T934 C76 P18547 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18311 T934 C76 P18547 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18314 T893 C78 P18540 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18314 T893 C78 P18540 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18315 T934 C76 P18547 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18315 T934 C76 P18547 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18315 T934 C76 P18547 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18319 T893 C78 P18540 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2
[junit4:junit4]   2> 18319 T893 C78 P18540 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2/index
[junit4:junit4]   2> 18320 T893 C78 P18540 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18320 T934 C76 P18547 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18322 T934 C76 P18547 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615 forceNew:false
[junit4:junit4]   2> 18322 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18323 T934 C76 P18547 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d809357; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18326 T893 C78 P18540 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18328 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index
[junit4:junit4]   2> 18328 T934 C76 P18547 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18329 T934 C76 P18547 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130109101928615
[junit4:junit4]   2> 18330 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18331 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18331 T934 C76 P18547 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615
[junit4:junit4]   2> 18335 T934 C76 P18547 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d809357; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18335 T934 C76 P18547 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18337 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18337 T934 C76 P18547 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18337 T934 C76 P18547 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18338 T934 C76 P18547 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18338 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615
[junit4:junit4]   2> 18339 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18343 T934 C76 P18547 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d809357; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18343 T934 C76 P18547 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18344 T934 C76 P18547 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18344 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18344 T934 C76 P18547 oass.SolrIndexSearcher.<init> Opening Searcher@3722109a main
[junit4:junit4]   2> 18346 T933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3722109a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18347 T933 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index
[junit4:junit4]   2> 18347 T934 C76 P18547 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18351 T934 C76 P18547 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d809357; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d809357; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18351 T934 C76 P18547 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18352 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 18353 T934 C76 P18547 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18353 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index.20130109101928615
[junit4:junit4]   2> 18353 T934 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4/index
[junit4:junit4]   2> 18353 T934 C76 P18547 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18353 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18354 T934 C76 P18547 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18354 T934 C76 P18547 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18356 T934 C76 P18547 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19064 T867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19065 T867 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:18547_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18547"}
[junit4:junit4]   2> 19077 T872 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> 19077 T915 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> 19077 T885 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> 19077 T931 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> 19077 T900 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> 19077 T866 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> 19306 T844 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19308 T844 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C79 name=collection1 org.apache.solr.core.SolrCore@294d3679 url=http://127.0.0.1:18533/collection1 node=127.0.0.1:18533_ C79_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:18533_, base_url=http://127.0.0.1:18533, leader=true}
[junit4:junit4]   2> 19317 T856 C79 P18533 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data
[junit4:junit4]   2> 19321 T856 C79 P18533 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15ab7dc1; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19321 T856 C79 P18533 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19322 T856 C79 P18533 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/control/data
[junit4:junit4]   2> 19323 T856 C79 P18533 oass.SolrIndexSearcher.<init> Opening Searcher@5298407c realtime
[junit4:junit4]   2> 19323 T856 C79 P18533 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423698579538575360)} 0 7
[junit4:junit4]   2> 19329 T894 C78 P18540 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty2
[junit4:junit4]   2> 19335 T879 C77 P18537 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty1
[junit4:junit4]   2>  C76_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:18547_, base_url=http://127.0.0.1:18547}
[junit4:junit4]   2> 19340 T921 C76 P18547 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty4
[junit4:junit4]   2> 19341 T921 C76 P18547 /update {update.distrib=FROMLEADER&_version_=-1423698579550109696&update.from=http://127.0.0.1:18540/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423698579550109696)} 0 2
[junit4:junit4]   2>  C75_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:18543_, base_url=http://127.0.0.1:18543}
[junit4:junit4]   2> 19347 T905 C75 P18543 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357744750300/jetty3
[junit4:junit4]   2> 19348 T905 C75 P18543 /update {update.distrib=FROMLEADER&_version_=-1423698579556401152&update.from=http://127.0.0.1:18537/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423698579556401152)} 0 3
[junit4:junit4]   2> 19349 T879 C77 P18537 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423698579556401152)} 0 16
[junit4:junit4]   2> 19350 T894 C78 P18540 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423698579550109696)} 0 24
[junit4:junit4]   2> 19358 T856 C79 P18533 /update {wt=javabin&version=2} {add=[1 (1423698579579469824)]} 0 4
[junit4:junit4]   2> 19369 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1423698579584712704)]} 0 4
[junit4:junit4]   2> 19370 T880 C77 P18537 /update {wt=javabin&version=2} {add=[1 (1423698579584712704)]} 0 10
[junit4:junit4]   2> 19375 T856 C79 P18533 /update {wt=javabin&version=2} {add=[2 (1423698579599392768)]} 0 2
[junit4:junit4]   2> 19394 T921 C76 P18547 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1423698579611975680)]} 0 3
[junit4:junit4]   2> 19395 T895 C78 P18540 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1423698579611975680)]} 0 9
[junit4:junit4]   2> 19396 T880 C77 P18537 /update {wt=javabin&version=2} {add=[2]} 0 18
[junit4:junit4]   2> 19401 T856 C79 P18533 /update {wt=javabin&version=2} {add=[3 (1423698579626655744)]} 0 2
[junit4:junit4]   2> 19410 T921 C76 P18547 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1423698579631898624)]} 0 2
[junit4:junit4]   2> 19411 T894 C78 P18540 /update {wt=javabin&version=2} {add=[3 (1423698579631898624)]} 0 7
[junit4:junit4]   2> 19416 T856 C79 P18533 /update {wt=javabin&version=2} {add=[4 (1423698579642384384)]} 0 2
[junit4:junit4]   2> 19425 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1423698579647627264)]} 0 2
[junit4:junit4]   2> 19426 T880 C77 P18537 /update {wt=javabin&version=2} {add=[4 (1423698579647627264)]} 0 7
[junit4:junit4]   2> 19431 T856 C79 P18533 /update {wt=javabin&version=2} {add=[5 (1423698579658113024)]} 0 2
[junit4:junit4]   2> 19440 T921 C76 P18547 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1423698579662307328)]} 0 2
[junit4:junit4]   2> 19441 T894 C78 P18540 /update {wt=javabin&version=2} {add=[5 (1423698579662307328)]} 0 7
[junit4:junit4]   2> 19446 T856 C79 P18533 /update {wt=javabin&version=2} {add=[6 (1423698579672793088)]} 0 2
[junit4:junit4]   2> 19455 T921 C76 P18547 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1423698579678035968)]} 0 2
[junit4:junit4]   2> 19455 T894 C78 P18540 /update {wt=javabin&version=2} {add=[6 (1423698579678035968)]} 0 6
[junit4:junit4]   2> 19461 T856 C79 P18533 /update {wt=javabin&version=2} {add=[7 (1423698579688521728)]} 0 2
[junit4:junit4]   2> 19470 T921 C76 P18547 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1423698579693764608)]} 0 2
[junit4:junit4]   2> 19471 T894 C78 P18540 /update {wt=javabin&version=2} {add=[7 (1423698579693764608)]} 0 7
[junit4:junit4]   2> 19476 T856 C79 P18533 /update {wt=javabin&version=2} {add=[8 (1423698579705298944)]} 0 2
[junit4:junit4]   2> 19489 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1423698579712638976)]} 0 2
[junit4:junit4]   2> 19490 T879 C77 P18537 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1423698579712638976)]} 0 8
[junit4:junit4]   2> 19490 T894 C78 P18540 /update {wt=javabin&version=2} {add=[8]} 0 11
[junit4:junit4]   2> 19495 T856 C79 P18533 /update {wt=javabin&version=2} {add=[9 (1423698579725221888)]} 0 2
[junit4:junit4]   2> 19504 T921 C76 P18547 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1423698579729416192)]} 0 2
[junit4:junit4]   2> 19505 T894 C78 P18540 /update {wt=javabin&version=2} {add=[9 (1423698579729416192)]} 0 7
[junit4:junit4]   2> 19526 T856 C79 P18533 /update {wt=javabin&version=2} {add=[10 (1423698579739901952)]} 0 18
[junit4:junit4]   2> 19538 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1423698579766116352)]} 0 2
[junit4:junit4]   2> 19539 T879 C77 P18537 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1423698579766116352)]} 0 7
[junit4:junit4]   2> 19539 T894 C78 P18540 /update {wt=javabin&version=2} {add=[10]} 0 10
[junit4:junit4]   2> 19545 T856 C79 P18533 /update {wt=javabin&version=2} {add=[11 (1423698579776602112)]} 0 3
[junit4:junit4]   2> 19554 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1423698579782893568)]} 0 2
[junit4:junit4]   2> 19555 T880 C77 P18537 /update {wt=javabin&version=2} {add=[11 (1423698579782893568)]} 0 7
[junit4:junit4]   2> 19560 T856 C79 P18533 /update {wt=javabin&version=2} {add=[12 (1423698579793379328)]} 0 2
[junit4:junit4]   2> 19572 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1423698579800719360)]} 0 2
[junit4:junit4]   2> 19573 T879 C77 P18537 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[12 (1423698579800719360)]} 0 7
[junit4:junit4]   2> 19573 T894 C78 P18540 /update {wt=javabin&version=2} {add=[12]} 0 10
[junit4:junit4]   2> 19578 T856 C79 P18533 /update {wt=javabin&version=2} {add=[13 (1423698579811205120)]} 0 2
[junit4:junit4]   2> 19587 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1423698579817496576)]} 0 2
[junit4:junit4]   2> 19588 T880 C77 P18537 /update {wt=javabin&version=2} {add=[13 (1423698579817496576)]} 0 7
[junit4:junit4]   2> 19593 T856 C79 P18533 /update {wt=javabin&version=2} {add=[14 (1423698579826933760)]} 0 2
[junit4:junit4]   2> 19601 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1423698579832176640)]} 0 2
[junit4:junit4]   2> 19601 T880 C77 P18537 /update {wt=javabin&version=2} {add=[14 (1423698579832176640)]} 0 6
[junit4:junit4]   2> 19606 T856 C79 P18533 /update {wt=javabin&version=2} {add=[15 (1423698579840565248)]} 0 2
[junit4:junit4]   2> 19616 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1423698579848953856)]} 0 1
[junit4:junit4]   2> 19617 T879 C77 P18537 /update {distrib.from=http://127.0.0.1:18540/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1423698579848953856)]} 0 6
[junit4:junit4]   2> 19618 T894 C78 P18540 /update {wt=javabin&version=2} {add=[15]} 0 10
[junit4:junit4]   2> 19622 T856 C79 P18533 /update {wt=javabin&version=2} {add=[16 (1423698579858391040)]} 0 1
[junit4:junit4]   2> 19661 T905 C75 P18543 /update {distrib.from=http://127.0.0.1:18537/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1423698579863633920)]} 0 18
[junit4:junit4]   2> 19662 T8

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

ava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  27) Thread[id=930, name=TEST-BasicDistributedZkTest.testDistribSearch-seed#[70E5C421666FC8E7]-SendThread(localhost:18530), state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.interrupt(Native Method)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.interrupt(KQueueArrayWrapper.java:164)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.wakeup(KQueueSelectorImpl.java:245)
[junit4:junit4]   2> 	        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
[junit4:junit4]   2> 	        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:102)
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
[junit4:junit4]   2> 	  28) Thread[id=917, name=searcherExecutor-562-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  29) Thread[id=991, name=searcherExecutor-616-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  30) Thread[id=1306, name=qtp1489815524-1306, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]   2> 	        at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]   2> 	        at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]   2> 	        at org.eclipse.jetty.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:375)
[junit4:junit4]   2> 	        at org.eclipse.jetty.io.bio.StreamEndPoint.fill(StreamEndPoint.java:141)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.fill(SocketConnector.java:227)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1035)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4:junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=Lucene41(blocksize=128), foo_b=PostingsFormat(name=Direct), cat=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), foo_d=PostingsFormat(name=MockSep), foo_f=PostingsFormat(name=Direct), n_tl1=Lucene41(blocksize=128), n_d1=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), rnd_b=PostingsFormat(name=MockSep), intDefault=Lucene41(blocksize=128), n_td1=Lucene41(blocksize=128), timestamp=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), id=PostingsFormat(name=MockSep), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), oddField_s=PostingsFormat(name=MockSep), sequence_i=PostingsFormat(name=MockSep), name=PostingsFormat(name=MockSep), foo_i=Lucene41(blocksize=128), regex_dup_B_s=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), multiDefault=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), n_tf1=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), n_dt1=Lucene41(blocksize=128), genre_s=PostingsFormat(name=MockSep), author_t=Lucene41(blocksize=128), n_ti1=PostingsFormat(name=MockSep), range_facet_l=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), text=PostingsFormat(name=Direct), _version_=Lucene41(blocksize=128), val_i=PostingsFormat(name=MockSep), SubjectTerms_mfacet=Lucene41(blocksize=128), series_t=Lucene41(blocksize=128), a_t=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), n_tdt1=Lucene41(blocksize=128), regex_dup_A_s=PostingsFormat(name=Direct), price=PostingsFormat(name=Direct), other_tl1=Lucene41(blocksize=128), n_l1=Pulsing41(freqCutoff=4 minBlockSize=4 maxBlockSize=72), a_si=Lucene41(blocksize=128), inStock=PostingsFormat(name=Direct)}, sim=DefaultSimilarity, locale=es_MX, timezone=America/Indiana/Vevay
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=31,free=153178376,total=363855872
[junit4:junit4]   2> NOTE: All tests run in this JVM: [UniqFieldsUpdateProcessorFactoryTest, TestQuerySenderNoQuery, ChaosMonkeySafeLeaderTest, TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, TestWordDelimiterFilterFactory, SuggesterWFSTTest, TestJmxMonitoredMap, FastVectorHighlighterTest, ScriptEngineTest, MinimalSchemaTest, TestAtomicUpdateErrorCases, DistanceFunctionTest, MoreLikeThisHandlerTest, TestSolrIndexConfig, BadComponentTest, BinaryUpdateRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestFastOutputStream, SolrCoreCheckLockOnStartupTest, TestSuggestSpellingConverter, TestXIncludeConfig, TestJoin, SampleTest, ChaosMonkeyNothingIsSafeTest, TestFastWriter, SOLR749Test, TestFastLRUCache, JSONWriterTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestReload, DirectSolrConnectionTest, SuggesterFSTTest, AlternateDirectoryTest, TestBadConfig, IndexBasedSpellCheckerTest, TestLFUCache, DistributedSpellCheckComponentTest, TestSearchPerf, DirectUpdateHandlerOptimizeTest, SimplePostToolTest, WordBreakSolrSpellCheckerTest, NotRequiredUniqueKeyTest, TestNumberUtils, TestComponentsName, PluginInfoTest, TestBinaryResponseWriter, TestRandomFaceting, DateFieldTest, CircularListTest, TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter, CurrencyFieldTest, SpellPossibilityIteratorTest, LeaderElectionIntegrationTest, TestLMDirichletSimilarityFactory, DateMathParserTest, TestIndexingPerformance, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=70E5C421666FC8E7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_MX -Dtests.timezone=America/Indiana/Vevay -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([70E5C421666FC8E7]:0)
[junit4:junit4] Completed on J0 in 7223.90s, 1 test, 2 errors <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1032 tests, 1 suite-level error, 1 error, 23 ignored (5 assumptions)

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