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/01 00:00:40 UTC

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

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

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

Error Message:
No registered leader was found, collection:unloadcollection slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:unloadcollection slice:shard1
	at __randomizedtesting.SeedInfo.seed([FBAA0BC75E96ACF:8E5C2EA402B60AF3]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:429)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:403)
	at org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:564)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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([FBAA0BC75E96ACF:8E5C2EA402B60AF3]: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 9084 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T847 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /yz_g/
[junit4:junit4]   2> 8 T847 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1356994150580
[junit4:junit4]   2> 9 T847 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T848 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 16 T848 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T848 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 16 T848 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 17 T848 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 19 T848 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 111 T847 oasc.ZkTestServer.run start zk server on port:34875
[junit4:junit4]   2> 112 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7beadf67
[junit4:junit4]   2> 113 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 114 T853 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 115 T853 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 115 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34876
[junit4:junit4]   2> 116 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34876
[junit4:junit4]   2> 116 T851 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 121 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00000 with negotiated timeout 10000 for client /140.211.11.196:34876
[junit4:junit4]   2> 121 T853 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00000, negotiated timeout = 10000
[junit4:junit4]   2> 122 T854 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7beadf67 name:ZooKeeperConnection Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 123 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 124 T847 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 130 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c00000
[junit4:junit4]   2> 137 T854 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 138 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:34876 which had sessionid 0x13bf32780c00000
[junit4:junit4]   2> 137 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00000 closed
[junit4:junit4]   2> 139 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@695aca95
[junit4:junit4]   2> 140 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 141 T855 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 142 T855 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 142 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34877
[junit4:junit4]   2> 143 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34877
[junit4:junit4]   2> 145 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00001 with negotiated timeout 10000 for client /140.211.11.196:34877
[junit4:junit4]   2> 145 T855 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00001, negotiated timeout = 10000
[junit4:junit4]   2> 146 T856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@695aca95 name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 146 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 147 T847 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 157 T847 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 168 T847 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 172 T847 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 178 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 180 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 196 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 198 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 305 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 306 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 310 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 311 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 318 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 319 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 324 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 325 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 330 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 332 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 338 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 339 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 344 T847 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 345 T847 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 350 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c00001
[junit4:junit4]   2> 351 T856 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 351 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:34877 which had sessionid 0x13bf32780c00001
[junit4:junit4]   2> 351 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00001 closed
[junit4:junit4]   2> 588 T847 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 594 T847 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:34878
[junit4:junit4]   2> 595 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 596 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923
[junit4:junit4]   2> 596 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/'
[junit4:junit4]   2> 648 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 649 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 649 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923
[junit4:junit4]   2> 650 T847 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/solr.xml
[junit4:junit4]   2> 651 T847 oasc.CoreContainer.<init> New CoreContainer 55533036
[junit4:junit4]   2> 651 T847 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/'
[junit4:junit4]   2> 652 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/'
[junit4:junit4]   2> 689 T847 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 690 T847 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 690 T847 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 691 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 691 T847 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 692 T847 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 692 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 693 T847 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 693 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 694 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 723 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 749 T847 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34875/solr
[junit4:junit4]   2> 750 T847 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 751 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5374ae9b
[junit4:junit4]   2> 752 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 752 T866 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 753 T866 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 754 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34879
[junit4:junit4]   2> 754 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34879
[junit4:junit4]   2> 756 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00002 with negotiated timeout 20000 for client /140.211.11.196:34879
[junit4:junit4]   2> 756 T866 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00002, negotiated timeout = 20000
[junit4:junit4]   2> 757 T867 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5374ae9b name:ZooKeeperConnection Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 757 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 759 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c00002
[junit4:junit4]   2> 760 T867 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 760 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:34879 which had sessionid 0x13bf32780c00002
[junit4:junit4]   2> 760 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00002 closed
[junit4:junit4]   2> 761 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 776 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@16a75d1b
[junit4:junit4]   2> 778 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 778 T868 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 779 T868 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 779 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34880
[junit4:junit4]   2> 780 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34880
[junit4:junit4]   2> 782 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00003 with negotiated timeout 20000 for client /140.211.11.196:34880
[junit4:junit4]   2> 782 T868 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00003, negotiated timeout = 20000
[junit4:junit4]   2> 782 T869 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16a75d1b name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 782 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 785 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 793 T847 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 797 T847 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34878_yz_g
[junit4:junit4]   2> 798 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34878_yz_g Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34878_yz_g
[junit4:junit4]   2> 799 T847 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34878_yz_g
[junit4:junit4]   2> 805 T847 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 826 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 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> 828 T847 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 835 T847 oasc.Overseer.start Overseer (id=88931968653197315-127.0.0.1:34878_yz_g-n_0000000000) starting
[junit4:junit4]   2> 836 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 838 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 841 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 849 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 851 T871 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 853 T847 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 859 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 865 T870 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 872 T872 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/collection1
[junit4:junit4]   2> 872 T872 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 874 T872 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 874 T872 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 879 T872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/collection1/'
[junit4:junit4]   2> 881 T872 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/collection1/lib/README' to classloader
[junit4:junit4]   2> 882 T872 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 959 T872 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1045 T872 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1146 T872 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1156 T872 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2035 T872 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2049 T872 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2054 T872 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2098 T872 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2119 T872 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2138 T872 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2141 T872 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2143 T872 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/
[junit4:junit4]   2> 2144 T872 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0
[junit4:junit4]   2> 2145 T872 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 2150 T872 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data forceNew:false
[junit4:junit4]   2> 2154 T872 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data
[junit4:junit4]   2> 2155 T872 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index/
[junit4:junit4]   2> 2156 T872 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2159 T872 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index forceNew:false
[junit4:junit4]   2> 2200 T872 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f2c9d4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2200 T872 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2202 T872 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index
[junit4:junit4]   2> 2202 T872 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2205 T872 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2205 T872 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2205 T872 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2206 T872 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2206 T872 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2207 T872 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2207 T872 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2208 T872 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2208 T872 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2209 T872 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2209 T872 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2209 T872 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2210 T872 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2210 T872 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2211 T872 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2211 T872 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2211 T872 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2212 T872 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2212 T872 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2213 T872 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2213 T872 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2214 T872 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2214 T872 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2215 T872 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2215 T872 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 2215 T872 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 2230 T872 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2235 T872 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 2237 T872 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> 2241 T872 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data
[junit4:junit4]   2> 2243 T872 oass.SolrIndexSearcher.<init> Opening Searcher@224dbab main
[junit4:junit4]   2> 2245 T872 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2245 T872 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2246 T872 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2255 T872 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 2320 T873 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@224dbab main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2326 T872 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2327 T872 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2328 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 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> 2374 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2375 T870 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:34878_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34878/yz_g"}
[junit4:junit4]   2> 2375 T870 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2376 T870 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2377 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 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> 2394 T869 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> 3337 T872 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3337 T872 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34878/yz_g collection:control_collection shard:shard1
[junit4:junit4]   2> 3339 T872 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3390 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 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> 3391 T872 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3392 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3402 T872 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3403 T872 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3403 T872 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34878/yz_g/collection1/
[junit4:junit4]   2> 3403 T872 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3404 T872 oasc.SyncStrategy.syncToMe http://127.0.0.1:34878/yz_g/collection1/ has no replicas
[junit4:junit4]   2> 3404 T872 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34878/yz_g/collection1/
[junit4:junit4]   2> 3405 T872 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3411 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3911 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3937 T869 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> 3985 T872 oasc.ZkController.register We are http://127.0.0.1:34878/yz_g/collection1/ and leader is http://127.0.0.1:34878/yz_g/collection1/
[junit4:junit4]   2> 3985 T872 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34878/yz_g
[junit4:junit4]   2> 3985 T872 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3986 T872 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3986 T872 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3990 T872 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3992 T847 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3992 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3993 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4014 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4028 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@69512cb
[junit4:junit4]   2> 4030 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4030 T874 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4031 T874 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 4031 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:15255
[junit4:junit4]   2> 4032 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:15255
[junit4:junit4]   2> 4034 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00004 with negotiated timeout 10000 for client /140.211.11.196:15255
[junit4:junit4]   2> 4034 T874 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00004, negotiated timeout = 10000
[junit4:junit4]   2> 4034 T875 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69512cb name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4035 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4037 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4040 T847 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4265 T847 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4269 T847 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32747
[junit4:junit4]   2> 4270 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4271 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612
[junit4:junit4]   2> 4271 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/'
[junit4:junit4]   2> 4342 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4343 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4343 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612
[junit4:junit4]   2> 4344 T847 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/solr.xml
[junit4:junit4]   2> 4344 T847 oasc.CoreContainer.<init> New CoreContainer 191948971
[junit4:junit4]   2> 4345 T847 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/'
[junit4:junit4]   2> 4345 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/'
[junit4:junit4]   2> 4381 T847 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 4381 T847 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4382 T847 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4382 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4383 T847 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4383 T847 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4384 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4384 T847 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4385 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4385 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4407 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4428 T847 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34875/solr
[junit4:junit4]   2> 4429 T847 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4430 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@75fd6a75
[junit4:junit4]   2> 4432 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4432 T885 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4433 T885 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 4433 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24818
[junit4:junit4]   2> 4434 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24818
[junit4:junit4]   2> 4436 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00005 with negotiated timeout 20000 for client /140.211.11.196:24818
[junit4:junit4]   2> 4436 T885 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00005, negotiated timeout = 20000
[junit4:junit4]   2> 4436 T886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75fd6a75 name:ZooKeeperConnection Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4437 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4438 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c00005
[junit4:junit4]   2> 4451 T886 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4451 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24818 which had sessionid 0x13bf32780c00005
[junit4:junit4]   2> 4451 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00005 closed
[junit4:junit4]   2> 4452 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 4463 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@353a561f
[junit4:junit4]   2> 4464 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4464 T887 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4465 T887 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 4465 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30380
[junit4:junit4]   2> 4466 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:30380
[junit4:junit4]   2> 4467 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00006 with negotiated timeout 20000 for client /140.211.11.196:30380
[junit4:junit4]   2> 4467 T887 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00006, negotiated timeout = 20000
[junit4:junit4]   2> 4468 T888 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@353a561f name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4468 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4469 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4470 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4478 T847 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32747_yz_g
[junit4:junit4]   2> 4479 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32747_yz_g Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32747_yz_g
[junit4:junit4]   2> 4480 T847 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32747_yz_g
[junit4:junit4]   2> 4484 T875 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4484 T869 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4484 T869 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> 4493 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4500 T889 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/collection1
[junit4:junit4]   2> 4501 T889 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4501 T889 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4502 T889 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4503 T889 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/collection1/'
[junit4:junit4]   2> 4505 T889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/collection1/lib/README' to classloader
[junit4:junit4]   2> 4505 T889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4565 T889 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4640 T889 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4741 T889 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4748 T889 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5369 T889 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5377 T889 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5380 T889 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5392 T889 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5397 T889 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5400 T889 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5401 T889 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5402 T889 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/
[junit4:junit4]   2> 5403 T889 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0
[junit4:junit4]   2> 5403 T889 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5404 T889 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1 forceNew:false
[junit4:junit4]   2> 5404 T889 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
[junit4:junit4]   2> 5404 T889 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index/
[junit4:junit4]   2> 5405 T889 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5406 T889 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index forceNew:false
[junit4:junit4]   2> 5411 T889 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5411 T889 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5412 T889 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index
[junit4:junit4]   2> 5412 T889 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5414 T889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5414 T889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5414 T889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5415 T889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5415 T889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5415 T889 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5416 T889 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5416 T889 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5416 T889 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5417 T889 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5417 T889 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5418 T889 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5418 T889 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5418 T889 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5418 T889 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5419 T889 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5419 T889 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5419 T889 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5420 T889 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5420 T889 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5420 T889 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5421 T889 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5421 T889 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5421 T889 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5422 T889 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5422 T889 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5432 T889 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5436 T889 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5437 T889 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> 5439 T889 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
[junit4:junit4]   2> 5440 T889 oass.SolrIndexSearcher.<init> Opening Searcher@502eca9c main
[junit4:junit4]   2> 5441 T889 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5442 T889 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5442 T889 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5448 T889 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5452 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5452 T870 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:34878_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34878/yz_g"}
[junit4:junit4]   2> 5480 T869 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> 5480 T875 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> 5480 T888 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> 5508 T890 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@502eca9c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5512 T889 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5512 T889 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6994 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6995 T870 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:32747_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32747/yz_g"}
[junit4:junit4]   2> 6996 T870 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6996 T870 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7012 T875 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> 7012 T869 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> 7012 T888 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> 7515 T889 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7515 T889 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32747/yz_g collection:collection1 shard:shard1
[junit4:junit4]   2> 7516 T889 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7540 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7546 T889 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7547 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7550 T889 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7550 T889 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7550 T889 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32747/yz_g/collection1/
[junit4:junit4]   2> 7551 T889 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7551 T889 oasc.SyncStrategy.syncToMe http://127.0.0.1:32747/yz_g/collection1/ has no replicas
[junit4:junit4]   2> 7551 T889 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32747/yz_g/collection1/
[junit4:junit4]   2> 7551 T889 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7563 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8518 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8564 T869 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> 8564 T888 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> 8564 T875 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> 8587 T889 oasc.ZkController.register We are http://127.0.0.1:32747/yz_g/collection1/ and leader is http://127.0.0.1:32747/yz_g/collection1/
[junit4:junit4]   2> 8587 T889 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32747/yz_g
[junit4:junit4]   2> 8587 T889 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8587 T889 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8588 T889 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8589 T889 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8590 T847 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8591 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8591 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8782 T847 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8785 T847 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:65122
[junit4:junit4]   2> 8786 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8786 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179
[junit4:junit4]   2> 8787 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/'
[junit4:junit4]   2> 8832 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8832 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8833 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179
[junit4:junit4]   2> 8833 T847 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/solr.xml
[junit4:junit4]   2> 8834 T847 oasc.CoreContainer.<init> New CoreContainer 1408903031
[junit4:junit4]   2> 8834 T847 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/'
[junit4:junit4]   2> 8835 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/'
[junit4:junit4]   2> 8865 T847 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 8866 T847 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8866 T847 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8867 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8867 T847 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8868 T847 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8868 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8868 T847 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8869 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8869 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8892 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8912 T847 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34875/solr
[junit4:junit4]   2> 8913 T847 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8914 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@716b5514
[junit4:junit4]   2> 8915 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8915 T900 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8916 T900 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 8916 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:14378
[junit4:junit4]   2> 8917 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:14378
[junit4:junit4]   2> 8919 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00007 with negotiated timeout 20000 for client /140.211.11.196:14378
[junit4:junit4]   2> 8919 T900 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00007, negotiated timeout = 20000
[junit4:junit4]   2> 8919 T901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@716b5514 name:ZooKeeperConnection Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8920 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8921 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c00007
[junit4:junit4]   2> 8922 T901 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8922 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:14378 which had sessionid 0x13bf32780c00007
[junit4:junit4]   2> 8922 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00007 closed
[junit4:junit4]   2> 8923 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 8935 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ae507b6
[junit4:junit4]   2> 8936 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8936 T902 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8937 T902 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 8937 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:64108
[junit4:junit4]   2> 8938 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:64108
[junit4:junit4]   2> 8939 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00008 with negotiated timeout 20000 for client /140.211.11.196:64108
[junit4:junit4]   2> 8939 T902 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00008, negotiated timeout = 20000
[junit4:junit4]   2> 8940 T903 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ae507b6 name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8940 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8941 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8943 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8944 T847 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65122_yz_g
[junit4:junit4]   2> 8945 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:65122_yz_g Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:65122_yz_g
[junit4:junit4]   2> 8953 T847 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65122_yz_g
[junit4:junit4]   2> 8956 T875 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> 8957 T869 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8957 T888 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8957 T869 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> 8957 T888 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> 8958 T875 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8961 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8968 T904 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/collection1
[junit4:junit4]   2> 8968 T904 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8969 T904 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8969 T904 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8971 T904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/collection1/'
[junit4:junit4]   2> 8972 T904 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8973 T904 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/collection1/lib/README' to classloader
[junit4:junit4]   2> 9027 T904 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9101 T904 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9202 T904 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9210 T904 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9894 T904 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9906 T904 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9911 T904 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9927 T904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9932 T904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9937 T904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9938 T904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9940 T904 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/
[junit4:junit4]   2> 9940 T904 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0
[junit4:junit4]   2> 9941 T904 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 9942 T904 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2 forceNew:false
[junit4:junit4]   2> 9943 T904 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
[junit4:junit4]   2> 9943 T904 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index/
[junit4:junit4]   2> 9944 T904 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9945 T904 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index forceNew:false
[junit4:junit4]   2> 9980 T904 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9980 T904 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9981 T904 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index
[junit4:junit4]   2> 9982 T904 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9984 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9984 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9985 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9985 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9986 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9986 T904 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9986 T904 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9987 T904 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9988 T904 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9988 T904 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9989 T904 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9989 T904 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9990 T904 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9990 T904 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9990 T904 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9991 T904 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9991 T904 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9992 T904 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9992 T904 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9993 T904 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9993 T904 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9994 T904 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9994 T904 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9995 T904 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9995 T904 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9996 T904 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10012 T904 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10018 T904 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10019 T904 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> 10022 T904 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
[junit4:junit4]   2> 10024 T904 oass.SolrIndexSearcher.<init> Opening Searcher@1daececc main
[junit4:junit4]   2> 10025 T904 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10025 T904 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10026 T904 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10033 T904 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10079 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10080 T870 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:32747_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32747/yz_g"}
[junit4:junit4]   2> 10099 T903 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> 10099 T888 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> 10099 T875 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> 10099 T869 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> 10118 T905 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1daececc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10121 T904 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10121 T904 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11605 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11606 T870 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:65122_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65122/yz_g"}
[junit4:junit4]   2> 11606 T870 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11606 T870 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11625 T888 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> 11625 T875 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> 11625 T903 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> 11625 T869 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> 12129 T904 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12129 T904 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65122/yz_g collection:collection1 shard:shard2
[junit4:junit4]   2> 12130 T904 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12152 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00008 type:delete cxid:0x44 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12153 T904 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12153 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x45 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12164 T904 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12164 T904 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12165 T904 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65122/yz_g/collection1/
[junit4:junit4]   2> 12165 T904 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12165 T904 oasc.SyncStrategy.syncToMe http://127.0.0.1:65122/yz_g/collection1/ has no replicas
[junit4:junit4]   2> 12165 T904 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65122/yz_g/collection1/
[junit4:junit4]   2> 12166 T904 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12170 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x4e zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13131 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13174 T903 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> 13174 T888 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> 13174 T869 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> 13174 T875 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> 13201 T904 oasc.ZkController.register We are http://127.0.0.1:65122/yz_g/collection1/ and leader is http://127.0.0.1:65122/yz_g/collection1/
[junit4:junit4]   2> 13201 T904 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65122/yz_g
[junit4:junit4]   2> 13201 T904 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13201 T904 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13202 T904 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13204 T904 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13205 T847 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13206 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13206 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13412 T847 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13415 T847 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:52121
[junit4:junit4]   2> 13416 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13417 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793
[junit4:junit4]   2> 13417 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/'
[junit4:junit4]   2> 13465 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13466 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13467 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793
[junit4:junit4]   2> 13467 T847 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/solr.xml
[junit4:junit4]   2> 13467 T847 oasc.CoreContainer.<init> New CoreContainer 812457614
[junit4:junit4]   2> 13468 T847 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/'
[junit4:junit4]   2> 13469 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/'
[junit4:junit4]   2> 13501 T847 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 13502 T847 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13502 T847 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13503 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13503 T847 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13504 T847 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13504 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13505 T847 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13505 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13506 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13528 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13550 T847 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34875/solr
[junit4:junit4]   2> 13551 T847 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13551 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2884e0
[junit4:junit4]   2> 13552 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13553 T915 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13554 T915 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 13554 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:33109
[junit4:junit4]   2> 13554 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:33109
[junit4:junit4]   2> 13556 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00009 with negotiated timeout 20000 for client /140.211.11.196:33109
[junit4:junit4]   2> 13556 T915 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00009, negotiated timeout = 20000
[junit4:junit4]   2> 13557 T916 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2884e0 name:ZooKeeperConnection Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13557 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13558 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c00009
[junit4:junit4]   2> 13560 T916 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13560 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:33109 which had sessionid 0x13bf32780c00009
[junit4:junit4]   2> 13560 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00009 closed
[junit4:junit4]   2> 13560 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 13571 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5bf2545c
[junit4:junit4]   2> 13572 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13573 T917 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13573 T917 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 13574 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32736
[junit4:junit4]   2> 13574 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32736
[junit4:junit4]   2> 13575 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c0000a with negotiated timeout 20000 for client /140.211.11.196:32736
[junit4:junit4]   2> 13576 T917 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c0000a, negotiated timeout = 20000
[junit4:junit4]   2> 13576 T918 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5bf2545c name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13576 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13577 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c0000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13579 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c0000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13581 T847 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52121_yz_g
[junit4:junit4]   2> 13581 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c0000a type:delete cxid:0x4 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52121_yz_g Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52121_yz_g
[junit4:junit4]   2> 13590 T847 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52121_yz_g
[junit4:junit4]   2> 13593 T903 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> 13593 T875 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> 13593 T888 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13593 T869 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13593 T888 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> 13594 T869 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> 13595 T875 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13595 T903 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13598 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13605 T919 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/collection1
[junit4:junit4]   2> 13605 T919 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13606 T919 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13606 T919 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13608 T919 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/collection1/'
[junit4:junit4]   2> 13609 T919 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13610 T919 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/collection1/lib/README' to classloader
[junit4:junit4]   2> 13667 T919 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13741 T919 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13842 T919 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13849 T919 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14534 T919 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14550 T919 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14554 T919 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14576 T919 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14582 T919 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14589 T919 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14590 T919 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14591 T919 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/
[junit4:junit4]   2> 14592 T919 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0
[junit4:junit4]   2> 14592 T919 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14593 T919 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3 forceNew:false
[junit4:junit4]   2> 14594 T919 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 14594 T919 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index/
[junit4:junit4]   2> 14595 T919 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14596 T919 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index forceNew:false
[junit4:junit4]   2> 14616 T919 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@66e536a3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14617 T919 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14618 T919 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
[junit4:junit4]   2> 14618 T919 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14621 T919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14622 T919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14623 T919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14623 T919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14624 T919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14625 T919 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14626 T919 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14626 T919 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14627 T919 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14627 T919 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14628 T919 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14628 T919 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14629 T919 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14629 T919 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14630 T919 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14630 T919 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14631 T919 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14631 T919 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14632 T919 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14632 T919 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14633 T919 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14633 T919 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14634 T919 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14634 T919 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14635 T919 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14635 T919 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14648 T919 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14653 T919 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14654 T919 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> 14657 T919 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 14659 T919 oass.SolrIndexSearcher.<init> Opening Searcher@183b70a2 main
[junit4:junit4]   2> 14660 T919 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14660 T919 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14661 T919 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14668 T919 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14689 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14690 T870 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:65122_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65122/yz_g"}
[junit4:junit4]   2> 14709 T918 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> 14709 T875 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> 14709 T869 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> 14709 T903 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> 14709 T888 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> 14723 T920 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@183b70a2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14728 T919 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14728 T919 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16215 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16216 T870 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:52121_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52121/yz_g"}
[junit4:junit4]   2> 16216 T870 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16216 T870 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16235 T903 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> 16235 T875 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> 16235 T888 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> 16235 T918 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> 16235 T869 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> 16732 T919 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16732 T919 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52121/yz_g collection:collection1 shard:shard1
[junit4:junit4]   2> 16739 T919 oasc.ZkController.register We are http://127.0.0.1:52121/yz_g/collection1/ and leader is http://127.0.0.1:32747/yz_g/collection1/
[junit4:junit4]   2> 16740 T919 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52121/yz_g
[junit4:junit4]   2> 16740 T919 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16740 T919 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@4eecebf7 url=http://127.0.0.1:52121/yz_g/collection1 node=127.0.0.1:52121_yz_g C52_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52121_yz_g, base_url=http://127.0.0.1:52121/yz_g}
[junit4:junit4]   2> 16741 T921 C52 P52121 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16741 T919 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16742 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16742 T921 C52 P52121 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16742 T921 C52 P52121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16743 T847 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16744 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16744 T921 C52 P52121 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16744 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16954 T847 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16957 T847 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:49852
[junit4:junit4]   2> 16958 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16958 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343
[junit4:junit4]   2> 16959 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/'
[junit4:junit4]   2> 17008 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 17009 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 17009 T847 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343
[junit4:junit4]   2> 17009 T847 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/solr.xml
[junit4:junit4]   2> 17010 T847 oasc.CoreContainer.<init> New CoreContainer 1491238446
[junit4:junit4]   2> 17011 T847 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/'
[junit4:junit4]   2> 17011 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/'
[junit4:junit4]   2> 17043 T847 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 17044 T847 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17044 T847 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17045 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17045 T847 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17046 T847 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17046 T847 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17047 T847 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17047 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17048 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17072 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17093 T847 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34875/solr
[junit4:junit4]   2> 17094 T847 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17095 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f0b3a25
[junit4:junit4]   2> 17096 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17096 T931 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17097 T931 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 17097 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:49853
[junit4:junit4]   2> 17098 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:49853
[junit4:junit4]   2> 17100 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c0000b with negotiated timeout 20000 for client /140.211.11.196:49853
[junit4:junit4]   2> 17100 T931 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c0000b, negotiated timeout = 20000
[junit4:junit4]   2> 17100 T932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f0b3a25 name:ZooKeeperConnection Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17100 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17102 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf32780c0000b
[junit4:junit4]   2> 17103 T932 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17103 T849 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:49853 which had sessionid 0x13bf32780c0000b
[junit4:junit4]   2> 17103 T847 oaz.ZooKeeper.close Session: 0x13bf32780c0000b closed
[junit4:junit4]   2> 17104 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 17117 T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f55bc48
[junit4:junit4]   2> 17118 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17119 T933 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17119 T933 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:34875, initiating session
[junit4:junit4]   2> 17119 T849 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:49854
[junit4:junit4]   2> 17120 T849 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:49854
[junit4:junit4]   2> 17122 T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c0000c with negotiated timeout 20000 for client /140.211.11.196:49854
[junit4:junit4]   2> 17122 T933 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c0000c, negotiated timeout = 20000
[junit4:junit4]   2> 17122 T934 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f55bc48 name:ZooKeeperConnection Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17122 T847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17124 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c0000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17125 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c0000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17127 T847 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49852_yz_g
[junit4:junit4]   2> 17128 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf32780c0000c type:delete cxid:0x4 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49852_yz_g Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49852_yz_g
[junit4:junit4]   2> 17129 T847 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49852_yz_g
[junit4:junit4]   2> 17140 T903 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> 17140 T875 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> 17141 T888 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17141 T869 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17141 T918 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17141 T888 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> 17141 T869 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> 17142 T918 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> 17142 T903 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17142 T875 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17145 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17152 T935 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/collection1
[junit4:junit4]   2> 17152 T935 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17153 T935 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17153 T935 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17155 T935 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/collection1/'
[junit4:junit4]   2> 17156 T935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/collection1/lib/README' to classloader
[junit4:junit4]   2> 17157 T935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17213 T935 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17308 T935 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17409 T935 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17415 T935 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17741 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17742 T870 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:52121_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52121/yz_g"}
[junit4:junit4]   2> 17780 T903 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> 17780 T918 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> 17780 T888 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> 17780 T875 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> 17780 T934 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> 17780 T869 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> 18088 T935 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18100 T935 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18104 T935 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18122 T935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18128 T935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18134 T935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18136 T935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18137 T935 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/
[junit4:junit4]   2> 18137 T935 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0
[junit4:junit4]   2> 18138 T935 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 18139 T935 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4 forceNew:false
[junit4:junit4]   2> 18140 T935 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 18140 T935 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index/
[junit4:junit4]   2> 18141 T935 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18142 T935 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index forceNew:false
[junit4:junit4]   2> 18158 T935 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a93ea5f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18159 T935 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18160 T935 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index
[junit4:junit4]   2> 18160 T935 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 18163 T935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18163 T935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 18164 T935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18164 T935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 18165 T935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18165 T935 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18165 T935 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18166 T935 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18166 T935 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18167 T935 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 18168 T935 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 18168 T935 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18169 T935 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 18169 T935 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 18169 T935 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 18170 T935 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18170 T935 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18171 T935 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18171 T935 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18172 T935 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18172 T935 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18173 T935 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18173 T935 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18173 T935 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 18174 T935 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 18174 T935 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 18189 T935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18194 T935 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 18195 T935 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> 18198 T935 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 18199 T935 oass.SolrIndexSearcher.<init> Opening Searcher@7a6aedb9 main
[junit4:junit4]   2> 18201 T935 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18201 T935 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18201 T935 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 18208 T935 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 18262 T936 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a6aedb9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18267 T935 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18267 T935 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19287 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19288 T870 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:49852_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49852/yz_g"}
[junit4:junit4]   2> 19288 T870 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19288 T870 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 19302 T918 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> 19302 T888 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> 19302 T875 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> 19302 T869 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> 19302 T934 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> 19302 T903 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> 20271 T935 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20271 T935 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49852/yz_g collection:collection1 shard:shard2
[junit4:junit4]   2> 20280 T935 oasc.ZkController.register We are http://127.0.0.1:49852/yz_g/collection1/ and leader is http://127.0.0.1:65122/yz_g/collection1/
[junit4:junit4]   2> 20280 T935 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49852/yz_g
[junit4:junit4]   2> 20281 T935 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20281 T935 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C53 name=collection1 org.apache.solr.core.SolrCore@d545702 url=http://127.0.0.1:49852/yz_g/collection1 node=127.0.0.1:49852_yz_g C53_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49852_yz_g, base_url=http://127.0.0.1:49852/yz_g}
[junit4:junit4]   2> 20281 T937 C53 P49852 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20282 T937 C53 P49852 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20282 T935 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20283 T937 C53 P49852 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20283 T937 C53 P49852 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20284 T847 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 20284 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20285 T847 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20298 T937 C53 P49852 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20304 T847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20305 T847 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 20306 T847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C52_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52121_yz_g, base_url=http://127.0.0.1:52121/yz_g}
[junit4:junit4]   2> 20777 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:32747/yz_g/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20777 T921 C52 P52121 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52121/yz_g START replicas=[http://127.0.0.1:32747/yz_g/collection1/] nUpdates=100
[junit4:junit4]   2> 20778 T921 C52 P52121 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20778 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20778 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20779 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20779 T921 C52 P52121 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20779 T921 C52 P52121 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:32747/yz_g/collection1/. core=collection1
[junit4:junit4]   2> 20779 T921 C52 P52121 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C54 name=collection1 org.apache.solr.core.SolrCore@23d34147 url=http://127.0.0.1:32747/yz_g/collection1 node=127.0.0.1:32747_yz_g C54_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:32747_yz_g, base_url=http://127.0.0.1:32747/yz_g, leader=true}
[junit4:junit4]   2> 20786 T879 C54 P32747 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 20794 T880 C54 P32747 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20795 T880 C54 P32747 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
[junit4:junit4]   2> 20798 T880 C54 P32747 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20799 T880 C54 P32747 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20802 T880 C54 P32747 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20802 T880 C54 P32747 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20803 T880 C54 P32747 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
[junit4:junit4]   2> 20804 T880 C54 P32747 oass.SolrIndexSearcher.<init> Opening Searcher@331d3440 realtime
[junit4:junit4]   2> 20804 T880 C54 P32747 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20804 T880 C54 P32747 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 10
[junit4:junit4]   2> 20805 T921 C52 P52121 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20805 T921 C52 P52121 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20807 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20808 T881 C54 P32747 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20808 T870 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:49852_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49852/yz_g"}
[junit4:junit4]   2> 20808 T881 C54 P32747 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20809 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20809 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20809 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20811 T881 C54 P32747 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
[junit4:junit4]   2> 20812 T881 C54 P32747 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index
[junit4:junit4]   2> 20812 T881 C54 P32747 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20813 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20813 T921 C52 P52121 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 forceNew:false
[junit4:junit4]   2> 20814 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20814 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 20817 T881 C54 P32747 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 20819 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
[junit4:junit4]   2> 20819 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20819 T903 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> 20819 T869 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> 20819 T934 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> 20819 T875 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> 20819 T888 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> 20819 T918 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> 20820 T921 C52 P52121 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20121231194931384
[junit4:junit4]   2> 20822 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20822 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20823 T921 C52 P52121 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384
[junit4:junit4]   2> 20826 T921 C52 P52121 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20827 T921 C52 P52121 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20828 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20829 T921 C52 P52121 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20829 T921 C52 P52121 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20829 T921 C52 P52121 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20830 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384
[junit4:junit4]   2> 20831 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20834 T921 C52 P52121 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20835 T921 C52 P52121 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20835 T921 C52 P52121 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20835 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20836 T921 C52 P52121 oass.SolrIndexSearcher.<init> Opening Searcher@4c7cd871 main
[junit4:junit4]   2> 20837 T920 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c7cd871 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20838 T920 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
[junit4:junit4]   2> 20838 T921 C52 P52121 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20847 T921 C52 P52121 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20847 T921 C52 P52121 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20849 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
[junit4:junit4]   2> 20849 T921 C52 P52121 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20849 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384
[junit4:junit4]   2> 20850 T921 C52 P52121 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
[junit4:junit4]   2> 20850 T921 C52 P52121 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20850 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20850 T921 C52 P52121 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20850 T921 C52 P52121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20852 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21308 T847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22311 T847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22333 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22333 T870 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:52121_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52121/yz_g"}
[junit4:junit4]   2> 22352 T903 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> 22352 T875 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> 22352 T934 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> 22352 T869 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> 22352 T888 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> 22352 T918 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>  C53_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49852_yz_g, base_url=http://127.0.0.1:49852/yz_g}
[junit4:junit4]   2> 23310 T937 C53 P49852 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:65122/yz_g/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23310 T937 C53 P49852 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49852/yz_g START replicas=[http://127.0.0.1:65122/yz_g/collection1/] nUpdates=100
[junit4:junit4]   2> 23311 T937 C53 P49852 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23311 T937 C53 P49852 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23311 T937 C53 P49852 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23311 T937 C53 P49852 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23311 T937 C53 P49852 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23312 T937 C53 P49852 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:65122/yz_g/collection1/. core=collection1
[junit4:junit4]   2> 23313 T937 C53 P49852 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23314 T847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C55 name=collection1 org.apache.solr.core.SolrCore@69253bf8 url=http://127.0.0.1:65122/yz_g/collection1 node=127.0.0.1:65122_yz_g C55_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:65122_yz_g, base_url=http://127.0.0.1:65122/yz_g, leader=true}
[junit4:junit4]   2> 23336 T894 C55 P65122 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 23345 T895 C55 P65122 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23346 T895 C55 P65122 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
[junit4:junit4]   2> 23350 T895 C55 P65122 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23350 T895 C55 P65122 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23380 T895 C55 P65122 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23381 T895 C55 P65122 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23382 T895 C55 P65122 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
[junit4:junit4]   2> 23383 T895 C55 P65122 oass.SolrIndexSearcher.<init> Opening Searcher@5e1a9152 realtime
[junit4:junit4]   2> 23383 T895 C55 P65122 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23383 T895 C55 P65122 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 38
[junit4:junit4]   2> 23384 T937 C53 P49852 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23385 T937 C53 P49852 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23386 T896 C55 P65122 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23387 T896 C55 P65122 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 23387 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23388 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23388 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23390 T896 C55 P65122 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
[junit4:junit4]   2> 23391 T896 C55 P65122 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index
[junit4:junit4]   2> 23392 T896 C55 P65122 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 23392 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23393 T937 C53 P49852 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 forceNew:false
[junit4:junit4]   2> 23394 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 23395 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c045f8; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 23398 T896 C55 P65122 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 23400 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index
[junit4:junit4]   2> 23400 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23400 T937 C53 P49852 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20121231194933964
[junit4:junit4]   2> 23402 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 23402 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 23402 T937 C53 P49852 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964
[junit4:junit4]   2> 23406 T937 C53 P49852 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c045f8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23406 T937 C53 P49852 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23408 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 23408 T937 C53 P49852 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23408 T937 C53 P49852 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23408 T937 C53 P49852 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 23409 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964
[junit4:junit4]   2> 23410 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
[junit4:junit4]   2> 23413 T937 C53 P49852 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-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c045f8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23414 T937 C53 P49852 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23414 T937 C53 P49852 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23414 T937 C53 P49852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT

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

nit4:junit4]    > 	at org.junit.Assert.assertNotNull(Assert.java:526)
[junit4:junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:214)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 147348 T3090 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), text=MockVariableIntBlock(baseBlockSize=105), _version_=PostingsFormat(name=Direct), rnd_b=PostingsFormat(name=MockSep), intDefault=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), id=PostingsFormat(name=MockSep), a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), other_tl1=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_si=PostingsFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=vi_VN, timezone=Asia/Manila
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=2,free=304012776,total=405798912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [XsltUpdateRequestHandlerTest, TestReplicationHandler, TimeZoneUtilsTest, QueryParsingTest, TestElisionMultitermQuery, TestPluginEnable, RecoveryZkTest, IndexSchemaTest, IndexReaderFactoryTest, TestSolrXMLSerializer, EchoParamsTest, ClusterStateUpdateTest, TestQueryUtils, MultiTermTest, TestSolrCoreProperties, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, StandardRequestHandlerTest, DocumentBuilderTest, ShardRoutingTest, TestQuerySenderListener, ExternalFileFieldSortTest, RequiredFieldsTest, PeerSyncTest, DirectUpdateHandlerTest, TestSolrDeletionPolicy1, TestLRUCache, SignatureUpdateProcessorFactoryTest, LegacyHTMLStripCharFilterTest, SolrIndexConfigTest, HighlighterTest, TestFastWriter, TestUtils, DisMaxRequestHandlerTest, TestFastOutputStream, TestBinaryField, DirectSolrSpellCheckerTest, FileUtilsTest, PrimUtilsTest, SchemaVersionSpecificBehaviorTest, UpdateParamsTest, SolrCoreTest, TestRealTimeGet, TermVectorComponentDistributedTest, TestPhraseSuggestions, TermVectorComponentTest, TestUpdate, TestAtomicUpdateErrorCases, BasicZkTest, TestRemoteStreaming, TestFoldingMultitermQuery, TestCSVResponseWriter, DebugComponentTest, TestRecovery, TestPropInjectDefaults, StatsComponentTest, ScriptEngineTest, SuggesterTSTTest, TestJmxIntegration, OverseerTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ZkControllerTest, TestDistributedGrouping, TestRandomFaceting, TestDistributedSearch, TestExtendedDismaxParser, SoftAutoCommitTest, ZkSolrClientTest, TestFaceting, TestHashPartitioner, TestMultiCoreConfBootstrap, SimpleFacetsTest, TestCoreContainer, TestSort, TestGroupingSearch, TestFiltering, ConvertedLegacyTest, BasicFunctionalityTest, TestIndexSearcher, TestTrie, QueryEqualityTest, PolyFieldTest, DistributedQueryElevationComponentTest, BinaryUpdateRequestHandlerTest, TermsComponentTest, SolrInfoMBeanTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestSurroundQueryParser, DirectUpdateHandlerOptimizeTest, TestSolrQueryParser, TestReversedWildcardFilterFactory, RequestHandlersTest, SuggesterFSTTest, SolrCmdDistributorTest, ShowFileRequestHandlerTest, TestWriterPerf, FieldMutatingUpdateProcessorTest, TestDocSet, TestQuerySenderNoQuery, OutputWriterTest, TestConfig, TestLMJelinekMercerSimilarityFactory, TestCodecSupport, DateMathParserTest, OpenExchangeRatesOrgProviderTest, SpellingQueryConverterTest, TestSuggestSpellingConverter, DOMUtilTest, UUIDFieldTest, RAMDirectoryFactoryTest, SystemInfoHandlerTest, ZkNodePropsTest, CircularListTest, AnalysisAfterCoreReloadTest, OverseerCollectionProcessorTest, ShardRoutingCustomTest, SyncSliceTest]
[junit4:junit4] Completed on J1 in 147.38s, 1 test, 1 failure <<< FAILURES!

[...truncated 26 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:438: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:841: There were test failures: 244 suites, 1010 tests, 1 error, 1 failure, 22 ignored (4 assumptions)

Total time: 34 minutes 41 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-trunk-java7 - Build # 3598 - Still Failing

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

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1762, name=coreLoadExecutor-766-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1762, name=coreLoadExecutor-766-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:240)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:445)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:717)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:606)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:947)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1029)
	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:627)
	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:622)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/index5506255111tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2471b9d1)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1817, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1817, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:982)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.handler.SnapPuller.downloadIndexFiles(SnapPuller.java:728)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:392)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:273)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@535186f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6194815b)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8874 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1642 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T1642 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./solrtest-RecoveryZkTest-1357040117344
[junit4:junit4]   2> 6 T1642 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T1643 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T1643 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T1643 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T1643 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T1643 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T1643 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T1642 oasc.ZkTestServer.run start zk server on port:53628
[junit4:junit4]   2> 108 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1908b792
[junit4:junit4]   2> 109 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T1648 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T1648 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 110 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:10064
[junit4:junit4]   2> 111 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:10064
[junit4:junit4]   2> 111 T1646 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 114 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670000 with negotiated timeout 10000 for client /140.211.11.196:10064
[junit4:junit4]   2> 114 T1648 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670000, negotiated timeout = 10000
[junit4:junit4]   2> 114 T1649 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1908b792 name:ZooKeeperConnection Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 115 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 115 T1642 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 118 T1647 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf5e4e6670000
[junit4:junit4]   2> 128 T1649 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670000 closed
[junit4:junit4]   2> 128 T1644 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:10064 which had sessionid 0x13bf5e4e6670000
[junit4:junit4]   2> 128 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@493184fc
[junit4:junit4]   2> 129 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 129 T1650 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 130 T1650 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 130 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:43136
[junit4:junit4]   2> 131 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:43136
[junit4:junit4]   2> 132 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670001 with negotiated timeout 10000 for client /140.211.11.196:43136
[junit4:junit4]   2> 132 T1650 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670001, negotiated timeout = 10000
[junit4:junit4]   2> 132 T1651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@493184fc name:ZooKeeperConnection Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 132 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 133 T1642 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 136 T1642 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 147 T1642 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 149 T1642 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 151 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 152 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 157 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 158 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 262 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 263 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 266 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 267 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 269 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 270 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 273 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 274 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 276 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 277 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 280 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 281 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 283 T1642 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 284 T1642 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 287 T1647 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf5e4e6670001
[junit4:junit4]   2> 295 T1651 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 295 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670001 closed
[junit4:junit4]   2> 295 T1644 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:43136 which had sessionid 0x13bf5e4e6670001
[junit4:junit4]   2> 456 T1642 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 464 T1642 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22748
[junit4:junit4]   2> 465 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 465 T1642 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634
[junit4:junit4]   2> 466 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/'
[junit4:junit4]   2> 507 T1642 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 508 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 508 T1642 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634
[junit4:junit4]   2> 509 T1642 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/solr.xml
[junit4:junit4]   2> 509 T1642 oasc.CoreContainer.<init> New CoreContainer 1176479427
[junit4:junit4]   2> 510 T1642 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/'
[junit4:junit4]   2> 510 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/'
[junit4:junit4]   2> 539 T1642 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 540 T1642 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 540 T1642 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 540 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 541 T1642 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 541 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 542 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 542 T1642 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 543 T1642 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 543 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 566 T1642 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 586 T1642 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53628/solr
[junit4:junit4]   2> 586 T1642 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 587 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@59efc7e8
[junit4:junit4]   2> 588 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 588 T1661 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 590 T1661 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 590 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:26249
[junit4:junit4]   2> 590 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:26249
[junit4:junit4]   2> 595 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670002 with negotiated timeout 20000 for client /140.211.11.196:26249
[junit4:junit4]   2> 595 T1661 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670002, negotiated timeout = 20000
[junit4:junit4]   2> 595 T1662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59efc7e8 name:ZooKeeperConnection Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 595 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 596 T1647 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf5e4e6670002
[junit4:junit4]   2> 597 T1662 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 597 T1644 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:26249 which had sessionid 0x13bf5e4e6670002
[junit4:junit4]   2> 597 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670002 closed
[junit4:junit4]   2> 598 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 611 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@628eadc9
[junit4:junit4]   2> 612 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 612 T1663 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 613 T1663 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 613 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22743
[junit4:junit4]   2> 613 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22743
[junit4:junit4]   2> 615 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670003 with negotiated timeout 20000 for client /140.211.11.196:22743
[junit4:junit4]   2> 615 T1663 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670003, negotiated timeout = 20000
[junit4:junit4]   2> 615 T1664 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@628eadc9 name:ZooKeeperConnection Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 615 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 617 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 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 T1642 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 627 T1642 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22748_
[junit4:junit4]   2> 628 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:22748_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:22748_
[junit4:junit4]   2> 629 T1642 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22748_
[junit4:junit4]   2> 639 T1642 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 652 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 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> 654 T1642 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 661 T1642 oasc.Overseer.start Overseer (id=88934981130715139-127.0.0.1:22748_-n_0000000000) starting
[junit4:junit4]   2> 662 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 663 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 664 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 674 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 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 T1666 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 676 T1642 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 686 T1642 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 689 T1665 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 694 T1667 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/collection1
[junit4:junit4]   2> 694 T1667 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 695 T1667 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 695 T1667 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 697 T1667 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/collection1/'
[junit4:junit4]   2> 698 T1667 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/collection1/lib/README' to classloader
[junit4:junit4]   2> 699 T1667 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 758 T1667 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 833 T1667 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 955 T1667 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 962 T1667 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1597 T1667 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1606 T1667 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1609 T1667 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1618 T1667 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1622 T1667 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1626 T1667 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1626 T1667 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1627 T1667 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1357040117634/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data/
[junit4:junit4]   2> 1627 T1667 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc2832e
[junit4:junit4]   2> 1628 T1667 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1629 T1667 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data forceNew:false
[junit4:junit4]   2> 1630 T1667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data
[junit4:junit4]   2> 1630 T1667 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data/index/
[junit4:junit4]   2> 1630 T1667 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1631 T1667 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data/index forceNew:false
[junit4:junit4]   2> 1633 T1667 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@27cf7abb lockFactory=org.apache.lucene.store.NativeFSLockFactory@49af7898)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1633 T1667 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1634 T1667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data/index
[junit4:junit4]   2> 1634 T1667 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1636 T1667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1636 T1667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1636 T1667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1637 T1667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1637 T1667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1637 T1667 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1637 T1667 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1638 T1667 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1638 T1667 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1638 T1667 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1639 T1667 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1639 T1667 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1639 T1667 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1641 T1667 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1641 T1667 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1641 T1667 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1642 T1667 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1642 T1667 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1642 T1667 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1643 T1667 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1643 T1667 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1643 T1667 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1653 T1667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1657 T1667 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1658 T1667 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> 1660 T1667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data
[junit4:junit4]   2> 1660 T1667 oass.SolrIndexSearcher.<init> Opening Searcher@13ef5a0f main
[junit4:junit4]   2> 1661 T1667 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1661 T1667 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1662 T1667 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1693 T1667 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1739 T1668 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13ef5a0f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1743 T1667 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1743 T1667 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1743 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 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> 2192 T1665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2192 T1665 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:22748_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22748"}
[junit4:junit4]   2> 2193 T1665 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2193 T1665 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2193 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 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> 2209 T1664 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> 2746 T1667 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2746 T1667 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22748 collection:control_collection shard:shard1
[junit4:junit4]   2> 2747 T1667 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2763 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 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> 2764 T1667 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2764 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2766 T1667 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2767 T1667 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2767 T1667 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22748/collection1/
[junit4:junit4]   2> 2767 T1667 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2767 T1667 oasc.SyncStrategy.syncToMe http://127.0.0.1:22748/collection1/ has no replicas
[junit4:junit4]   2> 2768 T1667 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:22748/collection1/
[junit4:junit4]   2> 2768 T1667 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2771 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3712 T1665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3809 T1664 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> 3844 T1667 oasc.ZkController.register We are http://127.0.0.1:22748/collection1/ and leader is http://127.0.0.1:22748/collection1/
[junit4:junit4]   2> 3844 T1667 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22748
[junit4:junit4]   2> 3844 T1667 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3844 T1667 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3845 T1667 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3846 T1667 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3847 T1642 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3848 T1642 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3848 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3863 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3874 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@303fad82
[junit4:junit4]   2> 3875 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3875 T1669 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3876 T1669 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 3876 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:27151
[junit4:junit4]   2> 3877 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:27151
[junit4:junit4]   2> 3878 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670004 with negotiated timeout 10000 for client /140.211.11.196:27151
[junit4:junit4]   2> 3878 T1669 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670004, negotiated timeout = 10000
[junit4:junit4]   2> 3878 T1670 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@303fad82 name:ZooKeeperConnection Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3878 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3879 T1642 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3881 T1642 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4046 T1642 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4049 T1642 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47357
[junit4:junit4]   2> 4050 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4050 T1642 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219
[junit4:junit4]   2> 4051 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/'
[junit4:junit4]   2> 4092 T1642 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4092 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4093 T1642 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219
[junit4:junit4]   2> 4093 T1642 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/solr.xml
[junit4:junit4]   2> 4094 T1642 oasc.CoreContainer.<init> New CoreContainer 1802654266
[junit4:junit4]   2> 4094 T1642 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/'
[junit4:junit4]   2> 4095 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/'
[junit4:junit4]   2> 4123 T1642 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 4124 T1642 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4124 T1642 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4125 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4125 T1642 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4126 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4126 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4127 T1642 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4127 T1642 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4128 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4149 T1642 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4168 T1642 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53628/solr
[junit4:junit4]   2> 4169 T1642 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4169 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b63ef8a
[junit4:junit4]   2> 4170 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4171 T1680 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4172 T1680 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 4172 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:36460
[junit4:junit4]   2> 4172 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:36460
[junit4:junit4]   2> 4187 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670005 with negotiated timeout 20000 for client /140.211.11.196:36460
[junit4:junit4]   2> 4187 T1680 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670005, negotiated timeout = 20000
[junit4:junit4]   2> 4188 T1681 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b63ef8a name:ZooKeeperConnection Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4188 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4189 T1647 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf5e4e6670005
[junit4:junit4]   2> 4201 T1681 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4202 T1644 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:36460 which had sessionid 0x13bf5e4e6670005
[junit4:junit4]   2> 4201 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670005 closed
[junit4:junit4]   2> 4202 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 4213 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@23ed4177
[junit4:junit4]   2> 4214 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4215 T1682 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4215 T1682 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 4216 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30621
[junit4:junit4]   2> 4216 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:30621
[junit4:junit4]   2> 4217 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670006 with negotiated timeout 20000 for client /140.211.11.196:30621
[junit4:junit4]   2> 4217 T1682 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670006, negotiated timeout = 20000
[junit4:junit4]   2> 4218 T1683 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23ed4177 name:ZooKeeperConnection Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4218 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4219 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4220 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4228 T1642 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47357_
[junit4:junit4]   2> 4229 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47357_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47357_
[junit4:junit4]   2> 4230 T1642 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47357_
[junit4:junit4]   2> 4233 T1664 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4233 T1670 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4233 T1664 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> 4242 T1642 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4248 T1684 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/collection1
[junit4:junit4]   2> 4249 T1684 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4249 T1684 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4250 T1684 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4251 T1684 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/collection1/'
[junit4:junit4]   2> 4252 T1684 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4252 T1684 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/collection1/lib/README' to classloader
[junit4:junit4]   2> 4304 T1684 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4374 T1684 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4475 T1684 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4481 T1684 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5097 T1684 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5109 T1684 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5112 T1684 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5124 T1684 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5128 T1684 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5132 T1684 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5133 T1684 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5134 T1684 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1357040121219/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1/
[junit4:junit4]   2> 5134 T1684 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc2832e
[junit4:junit4]   2> 5135 T1684 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5136 T1684 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1 forceNew:false
[junit4:junit4]   2> 5137 T1684 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1
[junit4:junit4]   2> 5137 T1684 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1/index/
[junit4:junit4]   2> 5138 T1684 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5139 T1684 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1/index forceNew:false
[junit4:junit4]   2> 5141 T1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@526950c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@72a33975)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5142 T1684 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5142 T1684 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1/index
[junit4:junit4]   2> 5143 T1684 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5145 T1684 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5145 T1684 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5146 T1684 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5146 T1684 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5147 T1684 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5147 T1684 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5147 T1684 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5148 T1684 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5148 T1684 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5149 T1684 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5149 T1684 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5150 T1684 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5150 T1684 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5151 T1684 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5151 T1684 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5152 T1684 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5152 T1684 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5153 T1684 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5153 T1684 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5153 T1684 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5154 T1684 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5154 T1684 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5155 T1684 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5155 T1684 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5156 T1684 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5156 T1684 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5168 T1684 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5172 T1684 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5173 T1684 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> 5176 T1684 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1
[junit4:junit4]   2> 5176 T1684 oass.SolrIndexSearcher.<init> Opening Searcher@6a386e57 main
[junit4:junit4]   2> 5177 T1684 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5178 T1684 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5178 T1684 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5185 T1684 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5234 T1685 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a386e57 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5239 T1684 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5240 T1684 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5314 T1665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5315 T1665 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:22748_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22748"}
[junit4:junit4]   2> 5318 T1665 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:47357_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47357"}
[junit4:junit4]   2> 5318 T1665 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 5318 T1665 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5329 T1683 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> 5329 T1664 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> 5329 T1670 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> 6242 T1684 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6242 T1684 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47357 collection:collection1 shard:shard1
[junit4:junit4]   2> 6243 T1684 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6259 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670006 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> 6260 T1684 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6261 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6271 T1684 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6271 T1684 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6271 T1684 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47357/collection1/
[junit4:junit4]   2> 6271 T1684 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6272 T1684 oasc.SyncStrategy.syncToMe http://127.0.0.1:47357/collection1/ has no replicas
[junit4:junit4]   2> 6272 T1684 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47357/collection1/
[junit4:junit4]   2> 6272 T1684 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6276 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6843 T1665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6863 T1664 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> 6863 T1670 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> 6863 T1683 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> 6897 T1684 oasc.ZkController.register We are http://127.0.0.1:47357/collection1/ and leader is http://127.0.0.1:47357/collection1/
[junit4:junit4]   2> 6897 T1684 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47357
[junit4:junit4]   2> 6897 T1684 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6897 T1684 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6898 T1684 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6899 T1684 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6900 T1642 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 6901 T1642 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6901 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7081 T1642 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7085 T1642 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:25700
[junit4:junit4]   2> 7086 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7086 T1642 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255
[junit4:junit4]   2> 7087 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/'
[junit4:junit4]   2> 7127 T1642 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7128 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7129 T1642 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255
[junit4:junit4]   2> 7129 T1642 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/solr.xml
[junit4:junit4]   2> 7130 T1642 oasc.CoreContainer.<init> New CoreContainer 1193392176
[junit4:junit4]   2> 7130 T1642 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/'
[junit4:junit4]   2> 7131 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/'
[junit4:junit4]   2> 7159 T1642 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 7160 T1642 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7160 T1642 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7161 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7161 T1642 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7162 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7162 T1642 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7163 T1642 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7163 T1642 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7164 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7186 T1642 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7206 T1642 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53628/solr
[junit4:junit4]   2> 7207 T1642 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7207 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@18cd99bb
[junit4:junit4]   2> 7208 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7208 T1695 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7210 T1695 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 7210 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:31250
[junit4:junit4]   2> 7210 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:31250
[junit4:junit4]   2> 7212 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670007 with negotiated timeout 20000 for client /140.211.11.196:31250
[junit4:junit4]   2> 7212 T1695 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670007, negotiated timeout = 20000
[junit4:junit4]   2> 7213 T1696 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18cd99bb name:ZooKeeperConnection Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7213 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7214 T1647 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf5e4e6670007
[junit4:junit4]   2> 7215 T1696 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7215 T1644 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:31250 which had sessionid 0x13bf5e4e6670007
[junit4:junit4]   2> 7215 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670007 closed
[junit4:junit4]   2> 7216 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 7229 T1642 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53628/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@57ef64c9
[junit4:junit4]   2> 7230 T1642 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7230 T1697 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53628. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7231 T1697 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53628, initiating session
[junit4:junit4]   2> 7231 T1644 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:13388
[junit4:junit4]   2> 7231 T1644 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:13388
[junit4:junit4]   2> 7233 T1646 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf5e4e6670008 with negotiated timeout 20000 for client /140.211.11.196:13388
[junit4:junit4]   2> 7233 T1697 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53628, sessionid = 0x13bf5e4e6670008, negotiated timeout = 20000
[junit4:junit4]   2> 7233 T1698 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57ef64c9 name:ZooKeeperConnection Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7233 T1642 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7234 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7236 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7245 T1642 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25700_
[junit4:junit4]   2> 7245 T1647 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf5e4e6670008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:25700_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:25700_
[junit4:junit4]   2> 7246 T1642 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25700_
[junit4:junit4]   2> 7249 T1683 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> 7249 T1664 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7250 T1664 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> 7249 T1670 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7250 T1670 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> 7251 T1683 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7252 T1642 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7259 T1699 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/collection1
[junit4:junit4]   2> 7259 T1699 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7259 T1699 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7260 T1699 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7261 T1699 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/collection1/'
[junit4:junit4]   2> 7262 T1699 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/collection1/lib/README' to classloader
[junit4:junit4]   2> 7263 T1699 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7314 T1699 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7384 T1699 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7485 T1699 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7491 T1699 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8107 T1699 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8119 T1699 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8123 T1699 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8135 T1699 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8140 T1699 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8145 T1699 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8146 T1699 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8147 T1699 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1357040124255/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2/
[junit4:junit4]   2> 8147 T1699 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bc2832e
[junit4:junit4]   2> 8148 T1699 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8150 T1699 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2 forceNew:false
[junit4:junit4]   2> 8150 T1699 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2
[junit4:junit4]   2> 8150 T1699 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2/index/
[junit4:junit4]   2> 8151 T1699 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8152 T1699 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2/index forceNew:false
[junit4:junit4]   2> 8154 T1699 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@48dbc56c lockFactory=org.apache.lucene.store.NativeFSLockFactory@337cbc54)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8154 T1699 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8155 T1699 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2/index
[junit4:junit4]   2> 8155 T1699 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8158 T1699 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8158 T1699 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8158 T1699 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8159 T1699 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8159 T1699 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8160 T1699 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8160 T1699 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8161 T1699 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8161 T1699 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8162 T1699 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8162 T1699 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8163 T1699 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8163 T1699 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8163 T1699 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8164 T1699 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8164 T1699 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8165 T1699 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8165 T1699 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8166 T1699 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8166 T1699 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8167 T1699 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8167 T1699 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8168 T1699 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8168 T1699 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8169 T1699 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8169 T1699 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8181 T1699 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8185 T1699 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8187 T1699 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> 8189 T1699 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2
[junit4:junit4]   2> 8189 T1699 oass.SolrIndexSearcher.<init> Opening Searcher@3fb8cc9c main
[junit4:junit4]   2> 8190 T1699 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8191 T1699 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8191 T1699 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8198 T1699 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8255 T1700 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3fb8cc9c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8260 T1699 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8261 T1699 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8374 T1665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8375 T1665 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:47357_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47357"}
[junit4:junit4]   2> 8379 T1665 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:25700_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25700"}
[junit4:junit4]   2> 8379 T1665 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 8379 T1665 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 8390 T1664 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> 8390 T1683 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> 8390 T1670 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> 8390 T1698 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 T1699 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9263 T1699 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:25700 collection:collection1 shard:shard1
[junit4:junit4]   2> 9270 T1699 oasc.ZkController.register We are http://127.0.0.1:25700/collection1/ and leader is http://127.0.0.1:47357/collection1/
[junit4:junit4]   2> 9271 T1699 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:25700
[junit4:junit4]   2> 9271 T1699 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 9271 T1699 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C92 name=collection1 org.apache.solr.core.SolrCore@292fd74b url=http://127.0.0.1:25700/collection1 node=127.0.0.1:25700_ C92_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:25700_, base_url=http://127.0.0.1:25700}
[junit4:junit4]   2> 9272 T1701 C92 P25700 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 9272 T1699 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9273 T1701 C92 P25700 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 9274 T1701 C92 P25700 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 9274 T1701 C92 P25700 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9274 T1642 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 9275 T1642 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9275 T1642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9282 T1701 C92 P25700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9296 T1642 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C93 name=collection1 org.apache.solr.core.SolrCore@75626cd5 url=http://127.0.0.1:22748/collection1 node=127.0.0.1:22748_ C93_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:22748_, base_url=http://127.0.0.1:22748, leader=true}
[junit4:junit4]   2> 9313 T1655 C93 P22748 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/control/data
[junit4:junit4]   2> 9315 T1655 C93 P22748 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@27cf7abb lockFactory=org.apache.lucene.store.NativeFSLockFactory@49af7898)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9316 T1655 C93 P22748 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9320 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[1 (1422959707842150400)]} 0 9
[junit4:junit4]   2> 9320 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10001 (1422959707842150401)]} 0 9
[junit4:junit4]   2> ASYNC  NEW_CORE C94 name=collection1 org.apache.solr.core.SolrCore@62d6ff31 url=http://127.0.0.1:47357/collection1 node=127.0.0.1:47357_ C94_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:47357_, base_url=http://127.0.0.1:47357, leader=true}
[junit4:junit4]   2> 9329 T1674 C94 P47357 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty1
[junit4:junit4]   2> 9332 T1674 C94 P47357 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@526950c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@72a33975)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9332 T1674 C94 P47357 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9335 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10001 (1422959707858927616)]} 0 7
[junit4:junit4]   2> 9336 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[1 (1422959707863121920)]} 0 5
[junit4:junit4]   2> 9339 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10002 (1422959707870461952)]} 0 1
[junit4:junit4]   2> 9340 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[2 (1422959707870461953)]} 0 1
[junit4:junit4]   2> 9344 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10002 (1422959707873607680)]} 0 2
[junit4:junit4]   2> 9344 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[2 (1422959707874656256)]} 0 1
[junit4:junit4]   2> 9348 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[2 (-1422959707878850560)]} 0 1
[junit4:junit4]   2> 9348 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10002 (-1422959707878850561)]} 0 1
[junit4:junit4]   2> 9352 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[2 (-1422959707883044864)]} 0 1
[junit4:junit4]   2> 9352 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10002 (-1422959707884093440)]} 0 1
[junit4:junit4]   2> 9357 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[3 (1422959707887239168)]} 0 2
[junit4:junit4]   2> 9357 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10003 (1422959707888287744)]} 0 2
[junit4:junit4]   2> 9360 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[3 (1422959707891433472)]} 0 1
[junit4:junit4]   2> 9361 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10003 (1422959707892482048)]} 0 1
[junit4:junit4]   2> 9364 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[4 (1422959707895627776)]} 0 1
[junit4:junit4]   2> 9365 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10004 (1422959707896676352)]} 0 1
[junit4:junit4]   2> 9368 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[4 (1422959707899822080)]} 0 1
[junit4:junit4]   2> 9369 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10004 (1422959707900870656)]} 0 1
[junit4:junit4]   2> 9372 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10005 (1422959707904016385)]} 0 1
[junit4:junit4]   2> 9372 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[5 (1422959707904016384)]} 0 1
[junit4:junit4]   2> 9376 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[5 (1422959707908210688)]} 0 1
[junit4:junit4]   2> 9379 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[4 (-1422959707912404992)]} 0 0
[junit4:junit4]   2> 9380 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10005 (1422959707908210689)]} 0 5
[junit4:junit4]   2> 9383 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10004 (-1422959707916599296)]} 0 1
[junit4:junit4]   2> 9383 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[4 (-1422959707916599296)]} 0 1
[junit4:junit4]   2> 9386 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10004 (-1422959707919745024)]} 0 0
[junit4:junit4]   2> 9387 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[6 (1422959707919745024)]} 0 1
[junit4:junit4]   2> 9390 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10006 (1422959707922890752)]} 0 1
[junit4:junit4]   2> 9391 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[6 (1422959707923939328)]} 0 1
[junit4:junit4]   2> 9394 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10006 (1422959707927085056)]} 0 1
[junit4:junit4]   2> 9394 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[5 (-1422959707928133632)]} 0 0
[junit4:junit4]   2> 9398 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10005 (-1422959707931279360)]} 0 1
[junit4:junit4]   2> 9398 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[5 (-1422959707932327936)]} 0 1
[junit4:junit4]   2> 9400 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10005 (-1422959707934425088)]} 0 0
[junit4:junit4]   2> 9402 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[7 (1422959707935473664)]} 0 1
[junit4:junit4]   2> 9404 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10007 (1422959707937570816)]} 0 1
[junit4:junit4]   2> 9406 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[7 (1422959707939667968)]} 0 1
[junit4:junit4]   2> 9408 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10007 (1422959707941765120)]} 0 1
[junit4:junit4]   2> 9410 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[8 (1422959707943862272)]} 0 1
[junit4:junit4]   2> 9412 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10008 (1422959707945959424)]} 0 1
[junit4:junit4]   2> 9414 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[8 (1422959707948056576)]} 0 1
[junit4:junit4]   2> 9416 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10008 (1422959707950153728)]} 0 1
[junit4:junit4]   2> 9418 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[9 (1422959707952250880)]} 0 1
[junit4:junit4]   2> 9420 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10009 (1422959707954348032)]} 0 1
[junit4:junit4]   2> 9422 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[9 (1422959707956445184)]} 0 1
[junit4:junit4]   2> 9424 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10009 (1422959707958542336)]} 0 1
[junit4:junit4]   2> 9429 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10 (1422959707960639488)]} 0 4
[junit4:junit4]   2> 9432 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10010 (1422959707962736640)]} 0 5
[junit4:junit4]   2> 9434 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10 (1422959707969028096)]} 0 2
[junit4:junit4]   2> 9436 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[6 (-1422959707972173824)]} 0 0
[junit4:junit4]   2> 9440 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[6 (-1422959707976368128)]} 0 1
[junit4:junit4]   2> 9440 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10010 (1422959707971125248)]} 0 5
[junit4:junit4]   2> 9444 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10006 (-1422959707980562432)]} 0 1
[junit4:junit4]   2> 9445 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[11 (1422959707979513856)]} 0 2
[junit4:junit4]   2> 9447 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10006 (-1422959707983708160)]} 0 0
[junit4:junit4]   2> 9450 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[11 (1422959707984756736)]} 0 2
[junit4:junit4]   2> 9453 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10011 (1422959707988951040)]} 0 1
[junit4:junit4]   2> 9454 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[12 (1422959707989999616)]} 0 1
[junit4:junit4]   2> 9457 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10011 (1422959707993145344)]} 0 1
[junit4:junit4]   2> 9458 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[12 (1422959707994193920)]} 0 1
[junit4:junit4]   2> 9461 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[7 (-1422959707998388224)]} 0 1
[junit4:junit4]   2> 9461 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10012 (1422959707997339648)]} 0 1
[junit4:junit4]   2> 9464 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[7 (-1422959708001533952)]} 0 0
[junit4:junit4]   2> 9465 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10012 (1422959708001533953)]} 0 1
[junit4:junit4]   2> 9469 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10007 (-1422959708005728257)]} 0 1
[junit4:junit4]   2> 9469 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[13 (1422959708005728256)]} 0 1
[junit4:junit4]   2> 9472 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10007 (-1422959708008873984)]} 0 1
[junit4:junit4]   2> 9473 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[13 (1422959708009922560)]} 0 1
[junit4:junit4]   2> 9475 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10013 (1422959708012019712)]} 0 1
[junit4:junit4]   2> 9476 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[8 (-1422959708014116864)]} 0 0
[junit4:junit4]   2> 9479 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10013 (1422959708016214016)]} 0 1
[junit4:junit4]   2> 9480 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[8 (-1422959708018311168)]} 0 1
[junit4:junit4]   2> 9483 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10008 (-1422959708020408320)]} 0 1
[junit4:junit4]   2> 9484 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[14 (1422959708021456896)]} 0 2
[junit4:junit4]   2> 9485 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10008 (-1422959708023554048)]} 0 0
[junit4:junit4]   2> 9488 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[14 (1422959708025651200)]} 0 1
[junit4:junit4]   2> 9489 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10014 (1422959708026699776)]} 0 1
[junit4:junit4]   2> 9492 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[15 (1422959708029845504)]} 0 1
[junit4:junit4]   2> 9493 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10014 (1422959708030894080)]} 0 1
[junit4:junit4]   2> 9496 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[15 (1422959708034039808)]} 0 1
[junit4:junit4]   2> 9496 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10015 (1422959708034039808)]} 0 1
[junit4:junit4]   2> 9500 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[16 (1422959708038234112)]} 0 1
[junit4:junit4]   2> 9503 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10015 (1422959708038234112)]} 0 4
[junit4:junit4]   2> 9505 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[16 (1422959708042428416)]} 0 2
[junit4:junit4]   2> 9507 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10016 (1422959708045574144)]} 0 1
[junit4:junit4]   2> 9508 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[9 (-1422959708047671296)]} 0 0
[junit4:junit4]   2> 9511 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10016 (1422959708049768448)]} 0 1
[junit4:junit4]   2> 9511 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[9 (-1422959708050817024)]} 0 0
[junit4:junit4]   2> 9513 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10009 (-1422959708052914176)]} 0 0
[junit4:junit4]   2> 9515 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[17 (1422959708053962752)]} 0 1
[junit4:junit4]   2> 9519 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[17 (1422959708058157056)]} 0 1
[junit4:junit4]   2> 9526 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[18 (1422959708062351360)]} 0 4
[junit4:junit4]   2> 9529 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10009 (-1422959708069691392)]} 0 0
[junit4:junit4]   2> 9530 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[18 (1422959708069691393)]} 0 1
[junit4:junit4]   2> 9533 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10017 (1422959708072837120)]} 0 1
[junit4:junit4]   2> 9534 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10 (-1422959708074934272)]} 0 1
[junit4:junit4]   2> 9537 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10017 (1422959708077031424)]} 0 1
[junit4:junit4]   2> 9537 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10 (-1422959708078080000)]} 0 0
[junit4:junit4]   2> 9541 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[19 (1422959708081225728)]} 0 1
[junit4:junit4]   2> 9542 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10018 (1422959708081225729)]} 0 2
[junit4:junit4]   2> 9545 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[19 (1422959708085420032)]} 0 1
[junit4:junit4]   2> 9546 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10018 (1422959708085420033)]} 0 2
[junit4:junit4]   2> 9549 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10010 (-1422959708090662912)]} 0 1
[junit4:junit4]   2> 9550 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[20 (1422959708089614336)]} 0 2
[junit4:junit4]   2> 9552 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10010 (-1422959708093808640)]} 0 0
[junit4:junit4]   2> 9553 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[20 (1422959708093808641)]} 0 1
[junit4:junit4]   2> 9557 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10019 (1422959708098002944)]} 0 1
[junit4:junit4]   2> 9559 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[21 (1422959708100100096)]} 0 1
[junit4:junit4]   2> 9561 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10019 (1422959708102197248)]} 0 1
[junit4:junit4]   2> 9565 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10020 (1422959708106391552)]} 0 1
[junit4:junit4]   2> 9566 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[21 (1422959708104294400)]} 0 4
[junit4:junit4]   2> 9570 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[12 (-1422959708112683008)]} 0 1
[junit4:junit4]   2> 9570 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10020 (1422959708110585856)]} 0 2
[junit4:junit4]   2> 9573 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[12 (-1422959708115828736)]} 0 0
[junit4:junit4]   2> 9574 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10021 (1422959708115828736)]} 0 1
[junit4:junit4]   2> 9577 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[22 (1422959708118974464)]} 0 1
[junit4:junit4]   2> 9578 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10021 (1422959708120023040)]} 0 1
[junit4:junit4]   2> 9581 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[22 (1422959708123168768)]} 0 1
[junit4:junit4]   2> 9581 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10012 (-1422959708124217344)]} 0 0
[junit4:junit4]   2> 9585 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10012 (-1422959708128411648)]} 0 1
[junit4:junit4]   2> 9585 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[15 (-1422959708128411648)]} 0 0
[junit4:junit4]   2> 9588 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[15 (-1422959708131557376)]} 0 0
[junit4:junit4]   2> 9589 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10022 (1422959708131557376)]} 0 1
[junit4:junit4]   2> 9593 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10022 (1422959708135751680)]} 0 1
[junit4:junit4]   2> 9595 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[23 (1422959708134703104)]} 0 4
[junit4:junit4]   2> 9597 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10015 (-1422959708140994560)]} 0 1
[junit4:junit4]   2> 9599 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[23 (1422959708142043136)]} 0 1
[junit4:junit4]   2> 9600 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10015 (-1422959708144140288)]} 0 0
[junit4:junit4]   2> 9604 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[24 (1422959708146237440)]} 0 2
[junit4:junit4]   2> 9605 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10023 (1422959708147286016)]} 0 2
[junit4:junit4]   2> 9608 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[24 (1422959708151480320)]} 0 1
[junit4:junit4]   2> 9609 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10023 (1422959708151480321)]} 0 2
[junit4:junit4]   2> 9611 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[20 (-1422959708155674624)]} 0 0
[junit4:junit4]   2> 9614 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10024 (1422959708157771776)]} 0 2
[junit4:junit4]   2> 9614 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[20 (-1422959708158820352)]} 0 0
[junit4:junit4]   2> 9618 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10024 (1422959708161966080)]} 0 1
[junit4:junit4]   2> 9618 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[25 (1422959708161966080)]} 0 1
[junit4:junit4]   2> 9622 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10020 (-1422959708166160384)]} 0 1
[junit4:junit4]   2> 9622 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[25 (1422959708166160384)]} 0 1
[junit4:junit4]   2> 9625 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[22 (-1422959708170354688)]} 0 0
[junit4:junit4]   2> 9625 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10020 (-1422959708170354688)]} 0 0
[junit4:junit4]   2> 9628 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[22 (-1422959708173500416)]} 0 0
[junit4:junit4]   2> 9629 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10025 (1422959708173500416)]} 0 1
[junit4:junit4]   2> 9632 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[26 (1422959708176646144)]} 0 1
[junit4:junit4]   2> 9636 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10025 (1422959708177694720)]} 0 4
[junit4:junit4]   2> 9636 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[26 (1422959708180840448)]} 0 1
[junit4:junit4]   2> 9639 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10022 (-1422959708185034752)]} 0 0
[junit4:junit4]   2> 9640 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[27 (1422959708185034753)]} 0 1
[junit4:junit4]   2> 9642 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10022 (-1422959708188180480)]} 0 0
[junit4:junit4]   2> 9644 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[27 (1422959708189229056)]} 0 1
[junit4:junit4]   2> 9646 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10026 (1422959708191326208)]} 0 1
[junit4:junit4]   2> 9649 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[28 (1422959708192374784)]} 0 3
[junit4:junit4]   2> 9650 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10026 (1422959708195520512)]} 0 1
[junit4:junit4]   2> 9653 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[28 (1422959708198666240)]} 0 1
[junit4:junit4]   2> 9654 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10027 (1422959708199714816)]} 0 1
[junit4:junit4]   2> 9657 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[25 (-1422959708203909120)]} 0 0
[junit4:junit4]   2> 9658 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10027 (1422959708203909120)]} 0 1
[junit4:junit4]   2> 9660 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[25 (-1422959708207054848)]} 0 0
[junit4:junit4]   2> 9662 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10028 (1422959708208103424)]} 0 1
[junit4:junit4]   2> 9664 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[29 (1422959708210200576)]} 0 1
[junit4:junit4]   2> 9665 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10028 (1422959708211249152)]} 0 1
[junit4:junit4]   2> 9668 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[29 (1422959708214394880)]} 0 1
[junit4:junit4]   2> 9668 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10025 (-1422959708215443456)]} 0 0
[junit4:junit4]   2> 9672 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[28 (-1422959708219637760)]} 0 1
[junit4:junit4]   2> 9672 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10025 (-1422959708219637760)]} 0 1
[junit4:junit4]   2> 9676 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[28 (-1422959708222783488)]} 0 1
[junit4:junit4]   2> 9676 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10029 (1422959708222783488)]} 0 1
[junit4:junit4]   2> 9679 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[30 (1422959708225929216)]} 0 1
[junit4:junit4]   2> 9681 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10029 (1422959708226977792)]} 0 2
[junit4:junit4]   2> 9683 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[30 (1422959708230123520)]} 0 1
[junit4:junit4]   2> 9684 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10028 (-1422959708232220672)]} 0 0
[junit4:junit4]   2> 9686 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[31 (1422959708233269248)]} 0 1
[junit4:junit4]   2> 9687 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10028 (-1422959708235366400)]} 0 0
[junit4:junit4]   2> 9691 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10030 (1422959708238512128)]} 0 1
[junit4:junit4]   2> 9694 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[31 (1422959708236414976)]} 0 6
[junit4:junit4]   2> 9698 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[32 (1422959708245852160)]} 0 1
[junit4:junit4]   2> 9699 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10030 (1422959708245852160)]} 0 2
[junit4:junit4]   2> 9702 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[32 (1422959708250046464)]} 0 1
[junit4:junit4]   2> 9705 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[29 (-1422959708254240768)]} 0 1
[junit4:junit4]   2> 9706 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10031 (1422959708251095040)]} 0 4
[junit4:junit4]   2> 9707 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[29 (-1422959708256337920)]} 0 0
[junit4:junit4]   2> 9710 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10031 (1422959708257386496)]} 0 2
[junit4:junit4]   2> 9711 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[33 (1422959708259483648)]} 0 1
[junit4:junit4]   2> 9714 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10032 (1422959708262629376)]} 0 1
[junit4:junit4]   2> 9715 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[33 (1422959708263677952)]} 0 1
[junit4:junit4]   2> 9718 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10032 (1422959708266823680)]} 0 1
[junit4:junit4]   2> 9719 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[34 (1422959708267872256)]} 0 1
[junit4:junit4]   2> 9721 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10029 (-1422959708271017984)]} 0 0
[junit4:junit4]   2> 9723 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[34 (1422959708272066560)]} 0 1
[junit4:junit4]   2> 9725 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10029 (-1422959708274163712)]} 0 1
[junit4:junit4]   2> 9727 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[35 (1422959708276260864)]} 0 1
[junit4:junit4]   2> 9728 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10033 (1422959708277309440)]} 0 1
[junit4:junit4]   2> 9731 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10033 (1422959708280455168)]} 0 1
[junit4:junit4]   2> 9732 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[35 (1422959708281503744)]} 0 2
[junit4:junit4]   2> 9735 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10034 (1422959708284649472)]} 0 1
[junit4:junit4]   2> 9735 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[31 (-1422959708285698048)]} 0 0
[junit4:junit4]   2> 9739 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[31 (-1422959708289892352)]} 0 1
[junit4:junit4]   2> 9740 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10034 (1422959708289892353)]} 0 2
[junit4:junit4]   2> 9743 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10035 (1422959708293038080)]} 0 1
[junit4:junit4]   2> 9743 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[36 (1422959708293038081)]} 0 1
[junit4:junit4]   2> 9747 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[36 (1422959708297232384)]} 0 1
[junit4:junit4]   2> 9748 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10035 (1422959708296183808)]} 0 3
[junit4:junit4]   2> 9751 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[37 (1422959708301426688)]} 0 1
[junit4:junit4]   2> 9751 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10031 (-1422959708302475264)]} 0 0
[junit4:junit4]   2> 9754 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[37 (1422959708304572416)]} 0 1
[junit4:junit4]   2> 9754 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10031 (-1422959708305620992)]} 0 0
[junit4:junit4]   2> 9758 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[32 (-1422959708309815296)]} 0 1
[junit4:junit4]   2> 9758 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10036 (1422959708308766720)]} 0 1
[junit4:junit4]   2> 9761 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[32 (-1422959708311912448)]} 0 1
[junit4:junit4]   2> 9762 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10036 (1422959708312961024)]} 0 1
[junit4:junit4]   2> 9764 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[38 (1422959708315058176)]} 0 1
[junit4:junit4]   2> 9766 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10037 (1422959708317155328)]} 0 1
[junit4:junit4]   2> 9768 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[38 (1422959708319252480)]} 0 1
[junit4:junit4]   2> 9770 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10037 (1422959708321349632)]} 0 1
[junit4:junit4]   2> 9773 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10032 (-1422959708325543936)]} 0 0
[junit4:junit4]   2> 9774 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[39 (1422959708323446784)]} 0 3
[junit4:junit4]   2> 9777 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10032 (-1422959708329738240)]} 0 1
[junit4:junit4]   2> 9778 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[39 (1422959708329738241)]} 0 1
[junit4:junit4]   2> 9780 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10038 (1422959708331835392)]} 0 1
[junit4:junit4]   2> 9782 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[40 (1422959708333932544)]} 0 1
[junit4:junit4]   2> 9784 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10038 (1422959708336029696)]} 0 1
[junit4:junit4]   2> 9786 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[40 (1422959708338126848)]} 0 1
[junit4:junit4]   2> 9788 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10039 (1422959708340224000)]} 0 1
[junit4:junit4]   2> 9791 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[41 (1422959708343369728)]} 0 1
[junit4:junit4]   2> 9792 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10039 (1422959708344418304)]} 0 1
[junit4:junit4]   2> 9796 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10040 (1422959708348612608)]} 0 1
[junit4:junit4]   2> 9798 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[41 (1422959708347564032)]} 0 4
[junit4:junit4]   2> 9799 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10040 (1422959708351758336)]} 0 1
[junit4:junit4]   2> 9800 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[35 (-1422959708353855488)]} 0 0
[junit4:junit4]   2> 9803 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[35 (-1422959708357001216)]} 0 0
[junit4:junit4]   2> 9803 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10041 (1422959708355952640)]} 0 1
[junit4:junit4]   2> 9807 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[42 (1422959708360146944)]} 0 1
[junit4:junit4]   2> 9807 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10041 (1422959708360146944)]} 0 1
[junit4:junit4]   2> 9810 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10035 (-1422959708364341248)]} 0 0
[junit4:junit4]   2> 9811 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[42 (1422959708364341248)]} 0 1
[junit4:junit4]   2> 9815 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[37 (-1422959708368535552)]} 0 1
[junit4:junit4]   2> 9815 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10035 (-1422959708368535552)]} 0 1
[junit4:junit4]   2> 9819 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[37 (-1422959708373778432)]} 0 0
[junit4:junit4]   2> 9821 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10042 (1422959708371681280)]} 0 4
[junit4:junit4]   2> 9823 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[43 (1422959708376924160)]} 0 1
[junit4:junit4]   2> 9825 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10042 (1422959708379021312)]} 0 1
[junit4:junit4]   2> 9827 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[43 (1422959708381118464)]} 0 1
[junit4:junit4]   2> 9828 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10037 (-1422959708383215616)]} 0 0
[junit4:junit4]   2> 9830 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[38 (-1422959708385312768)]} 0 0
[junit4:junit4]   2> 9832 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10037 (-1422959708386361344)]} 0 1
[junit4:junit4]   2> 9833 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[38 (-1422959708388458496)]} 0 0
[junit4:junit4]   2> 9836 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10043 (1422959708389507072)]} 0 2
[junit4:junit4]   2> 9837 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[44 (1422959708391604224)]} 0 1
[junit4:junit4]   2> 9839 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10043 (1422959708393701376)]} 0 1
[junit4:junit4]   2> 9840 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[44 (1422959708394749952)]} 0 1
[junit4:junit4]   2> 9842 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10038 (-1422959708397895680)]} 0 0
[junit4:junit4]   2> 9844 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[45 (1422959708398944256)]} 0 1
[junit4:junit4]   2> 9845 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10038 (-1422959708401041408)]} 0 0
[junit4:junit4]   2> 9847 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[45 (1422959708402089984)]} 0 1
[junit4:junit4]   2> 9849 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10044 (1422959708404187136)]} 0 1
[junit4:junit4]   2> 9850 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[40 (-1422959708405235712)]} 0 1
[junit4:junit4]   2> 9853 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[40 (-1422959708408381440)]} 0 1
[junit4:junit4]   2> 9854 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10044 (1422959708409430016)]} 0 2
[junit4:junit4]   2> 9856 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[46 (1422959708411527168)]} 0 1
[junit4:junit4]   2> 9860 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10045 (1422959708412575744)]} 0 4
[junit4:junit4]   2> 9864 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10045 (1422959708419915776)]} 0 1
[junit4:junit4]   2> 9866 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[46 (1422959708415721472)]} 0 7
[junit4:junit4]   2> 9868 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10040 (-1422959708425158656)]} 0 1
[junit4:junit4]   2> 9869 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[47 (1422959708426207232)]} 0 0
[junit4:junit4]   2> 9871 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10040 (-1422959708428304384)]} 0 0
[junit4:junit4]   2> 9874 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[47 (1422959708429352960)]} 0 2
[junit4:junit4]   2> 9875 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10046 (1422959708431450112)]} 0 1
[junit4:junit4]   2> 9877 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[44 (-1422959708434595840)]} 0 0
[junit4:junit4]   2> 9880 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10046 (1422959708435644416)]} 0 2
[junit4:junit4]   2> 9880 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[44 (-1422959708437741568)]} 0 0
[junit4:junit4]   2> 9883 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10047 (1422959708439838720)]} 0 1
[junit4:junit4]   2> 9888 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10047 (1422959708445081600)]} 0 2
[junit4:junit4]   2> 9892 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10044 (-1422959708449275904)]} 0 1
[junit4:junit4]   2> 9895 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10044 (-1422959708452421632)]} 0 1
[junit4:junit4]   2> 9899 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10048 (1422959708456615936)]} 0 1
[junit4:junit4]   2> 9903 T1665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9904 T1665 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:25700_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25700"}
[junit4:junit4]   2> 9904 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10048 (1422959708460810240)]} 0 2
[junit4:junit4]   2> 9908 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10045 (-1422959708466053120)]} 0 1
[junit4:junit4]   2> 9911 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10045 (-1422959708469198848)]} 0 1
[junit4:junit4]   2> 9915 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10049 (1422959708473393152)]} 0 1
[junit4:junit4]   2> 9919 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[48 (1422959708475490304)]} 0 3
[junit4:junit4]   2> 9920 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10049 (1422959708477587456)]} 0 2
[junit4:junit4]   2> 9924 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[48 (1422959708482830336)]} 0 1
[junit4:junit4]   2> 9925 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10050 (1422959708482830336)]} 0 2
[junit4:junit4]   2> 9928 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[45 (-1422959708487024640)]} 0 1
[junit4:junit4]   2> 9929 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10050 (1422959708488073216)]} 0 2
[junit4:junit4]   2> 9930 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[45 (-1422959708490170368)]} 0 0
[junit4:junit4]   2> 9932 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10051 (1422959708491218944)]} 0 1
[junit4:junit4]   2> 9934 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[49 (1422959708493316096)]} 0 1
[junit4:junit4]   2> 9936 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10051 (1422959708495413248)]} 0 1
[junit4:junit4]   2> 9940 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10052 (1422959708499607552)]} 0 1
[junit4:junit4]   2> 9941 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[49 (1422959708497510400)]} 0 4
[junit4:junit4]   2> 9942 T1664 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> 9942 T1698 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> 9942 T1683 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> 9942 T1670 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> 9946 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[50 (1422959708504850432)]} 0 2
[junit4:junit4]   2> 9946 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10052 (1422959708504850432)]} 0 3
[junit4:junit4]   2> 9950 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10053 (1422959708510093312)]} 0 1
[junit4:junit4]   2> 9950 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[50 (1422959708510093312)]} 0 1
[junit4:junit4]   2> 9956 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[51 (1422959708515336192)]} 0 2
[junit4:junit4]   2>  C92_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:25700_, base_url=http://127.0.0.1:25700}
[junit4:junit4]   2> 9963 T1688 C92 P25700 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117344/jetty2
[junit4:junit4]   2> 9966 T1688 C92 P25700 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@48dbc56c lockFactory=org.apache.lucene.store.NativeFSLockFactory@337cbc54)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9967 T1688 C92 P25700 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9970 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1422959708520579072)]} 0 2
[junit4:junit4]   2> 9970 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10053 (1422959708514287616)]} 0 8
[junit4:junit4]   2> 9971 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[51 (1422959708520579072)]} 0 12
[junit4:junit4]   2> 9971 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10053 (1422959708514287616)]} 0 18
[junit4:junit4]   2> 9975 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[52 (1422959708536307712)]} 0 1
[junit4:junit4]   2> 9975 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10054 (1422959708536307713)]} 0 1
[junit4:junit4]   2> 9983 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10054 (1422959708540502017)]} 0 1
[junit4:junit4]   2> 9984 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10054 (1422959708540502017)]} 0 6
[junit4:junit4]   2> 9985 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1422959708540502016)]} 0 3
[junit4:junit4]   2> 9986 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[52 (1422959708540502016)]} 0 8
[junit4:junit4]   2> 9989 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[53 (1422959708550987776)]} 0 1
[junit4:junit4]   2> 9990 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10055 (1422959708549939200)]} 0 3
[junit4:junit4]   2> 9996 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1422959708555182080)]} 0 1
[junit4:junit4]   2> 9997 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10055 (1422959708556230656)]} 0 1
[junit4:junit4]   2> 9997 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[53 (1422959708555182080)]} 0 5
[junit4:junit4]   2> 9998 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10055 (1422959708556230656)]} 0 5
[junit4:junit4]   2> 10001 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10056 (1422959708563570689)]} 0 1
[junit4:junit4]   2> 10001 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[54 (1422959708563570688)]} 0 1
[junit4:junit4]   2> 10008 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10056 (1422959708567764992)]} 0 1
[junit4:junit4]   2> 10009 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10056 (1422959708567764992)]} 0 5
[junit4:junit4]   2> 10010 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1422959708567764993)]} 0 1
[junit4:junit4]   2> 10010 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[54 (1422959708567764993)]} 0 6
[junit4:junit4]   2> 10012 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10046 (-1422959708576153600)]} 0 0
[junit4:junit4]   2> 10016 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[55 (1422959708577202176)]} 0 3
[junit4:junit4]   2> 10017 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10046 (-1422959708579299328)]} 0 0
[junit4:junit4]   2> 10018 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10046 (-1422959708579299328)]} 0 3
[junit4:junit4]   2> 10022 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1422959708582445056)]} 0 1
[junit4:junit4]   2> 10022 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10057 (1422959708585590784)]} 0 1
[junit4:junit4]   2> 10023 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[55 (1422959708582445056)]} 0 5
[junit4:junit4]   2> 10026 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[56 (1422959708589785088)]} 0 1
[junit4:junit4]   2> 10031 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10057 (1422959708589785088)]} 0 3
[junit4:junit4]   2> 10032 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10057 (1422959708589785088)]} 0 7
[junit4:junit4]   2> 10033 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1422959708592930816)]} 0 2
[junit4:junit4]   2> 10033 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[56 (1422959708592930816)]} 0 5
[junit4:junit4]   2> 10036 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10058 (1422959708600270848)]} 0 1
[junit4:junit4]   2> 10036 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[46 (-1422959708601319424)]} 0 0
[junit4:junit4]   2> 10042 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[46 (-1422959708604465152)]} 0 1
[junit4:junit4]   2> 10042 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[46 (-1422959708604465152)]} 0 3
[junit4:junit4]   2> 10043 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10058 (1422959708604465153)]} 0 1
[junit4:junit4]   2> 10046 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[57 (1422959708610756608)]} 0 1
[junit4:junit4]   2> 10050 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10058 (1422959708604465153)]} 0 11
[junit4:junit4]   2> 10052 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10047 (-1422959708618096640)]} 0 0
[junit4:junit4]   2> 10053 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1422959708614950912)]} 0 1
[junit4:junit4]   2> 10054 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[57 (1422959708614950912)]} 0 5
[junit4:junit4]   2> 10057 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[58 (1422959708622290944)]} 0 1
[junit4:junit4]   2> 10057 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10047 (-1422959708621242368)]} 0 0
[junit4:junit4]   2> 10058 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10047 (-1422959708621242368)]} 0 3
[junit4:junit4]   2> 10061 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10059 (1422959708626485248)]} 0 1
[junit4:junit4]   2> 10063 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1422959708625436672)]} 0 1
[junit4:junit4]   2> 10064 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[58 (1422959708625436672)]} 0 5
[junit4:junit4]   2> 10066 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[47 (-1422959708632776704)]} 0 0
[junit4:junit4]   2> 10067 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10059 (1422959708629630976)]} 0 1
[junit4:junit4]   2> 10067 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10059 (1422959708629630976)]} 0 4
[junit4:junit4]   2> 10071 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10060 (1422959708636971008)]} 0 1
[junit4:junit4]   2> 10071 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[47 (-1422959708635922432)]} 0 0
[junit4:junit4]   2> 10072 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[47 (-1422959708635922432)]} 0 3
[junit4:junit4]   2> 10076 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[59 (1422959708642213888)]} 0 1
[junit4:junit4]   2> 10077 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10060 (1422959708640116736)]} 0 1
[junit4:junit4]   2> 10078 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10060 (1422959708640116736)]} 0 5
[junit4:junit4]   2> 10081 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10061 (1422959708647456768)]} 0 1
[junit4:junit4]   2> 10082 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1422959708645359616)]} 0 1
[junit4:junit4]   2> 10083 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[59 (1422959708645359616)]} 0 5
[junit4:junit4]   2> 10086 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[60 (1422959708652699648)]} 0 1
[junit4:junit4]   2> 10090 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10061 (1422959708651651072)]} 0 1
[junit4:junit4]   2> 10091 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10061 (1422959708651651072)]} 0 7
[junit4:junit4]   2> 10093 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1422959708656893952)]} 0 1
[junit4:junit4]   2> 10093 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[60 (1422959708656893952)]} 0 4
[junit4:junit4]   2> 10093 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10048 (-1422959708661088256)]} 0 0
[junit4:junit4]   2> 10097 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[61 (1422959708664233984)]} 0 1
[junit4:junit4]   2> 10100 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10048 (-1422959708665282560)]} 0 0
[junit4:junit4]   2> 10101 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10048 (-1422959708665282560)]} 0 4
[junit4:junit4]   2> 10104 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10062 (1422959708671574016)]} 0 1
[junit4:junit4]   2> 10108 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1422959708668428288)]} 0 5
[junit4:junit4]   2> 10109 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[61 (1422959708668428288)]} 0 9
[junit4:junit4]   2> 10111 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10062 (1422959708675768320)]} 0 1
[junit4:junit4]   2> 10112 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10062 (1422959708675768320)]} 0 5
[junit4:junit4]   2> 10112 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[48 (-1422959708681011200)]} 0 0
[junit4:junit4]   2> 10116 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10063 (1422959708684156928)]} 0 1
[junit4:junit4]   2> 10117 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[48 (-1422959708684156928)]} 0 0
[junit4:junit4]   2> 10118 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[48 (-1422959708684156928)]} 0 3
[junit4:junit4]   2> 10123 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1422959708688351232)]} 0 1
[junit4:junit4]   2> 10123 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[62 (1422959708689399808)]} 0 3
[junit4:junit4]   2> 10123 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10063 (1422959708688351232)]} 0 4
[junit4:junit4]   2> 10127 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10064 (1422959708695691264)]} 0 1
[junit4:junit4]   2> 10130 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1422959708695691264)]} 0 1
[junit4:junit4]   2> 10131 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[62 (1422959708695691264)]} 0 5
[junit4:junit4]   2> 10134 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1422959708699885568)]} 0 1
[junit4:junit4]   2> 10134 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[63 (1422959708703031296)]} 0 1
[junit4:junit4]   2> 10134 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10064 (1422959708699885568)]} 0 4
[junit4:junit4]   2> 10138 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10065 (1422959708707225600)]} 0 1
[junit4:junit4]   2> 10141 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1422959708707225600)]} 0 1
[junit4:junit4]   2> 10142 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[63 (1422959708707225600)]} 0 5
[junit4:junit4]   2> 10145 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[64 (1422959708714565632)]} 0 1
[junit4:junit4]   2> 10146 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1422959708712468480)]} 0 1
[junit4:junit4]   2> 10147 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10065 (1422959708712468480)]} 0 5
[junit4:junit4]   2> 10149 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10049 (-1422959708719808512)]} 0 0
[junit4:junit4]   2> 10152 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1422959708718759936)]} 0 1
[junit4:junit4]   2> 10153 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[64 (1422959708718759936)]} 0 5
[junit4:junit4]   2> 10154 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10049 (-1422959708722954240)]} 0 0
[junit4:junit4]   2> 10155 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10049 (-1422959708722954240)]} 0 3
[junit4:junit4]   2> 10156 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[65 (1422959708726099968)]} 0 1
[junit4:junit4]   2> 10159 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10066 (1422959708729245696)]} 0 1
[junit4:junit4]   2> 10165 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1422959708732391424)]} 0 1
[junit4:junit4]   2> 10165 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1422959708730294272)]} 0 1
[junit4:junit4]   2> 10166 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[65 (1422959708730294272)]} 0 7
[junit4:junit4]   2> 10166 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10066 (1422959708732391424)]} 0 5
[junit4:junit4]   2> 10169 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[49 (-1422959708740780032)]} 0 0
[junit4:junit4]   2> 10170 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10067 (1422959708740780033)]} 0 1
[junit4:junit4]   2> 10174 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[49 (-1422959708743925760)]} 0 0
[junit4:junit4]   2> 10175 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[49 (-1422959708743925760)]} 0 3
[junit4:junit4]   2> 10179 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1422959708744974336)]} 0 3
[junit4:junit4]   2> 10179 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[66 (1422959708750217216)]} 0 1
[junit4:junit4]   2> 10179 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10067 (1422959708744974336)]} 0 6
[junit4:junit4]   2> 10183 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10068 (1422959708754411520)]} 0 1
[junit4:junit4]   2> 10186 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1422959708754411520)]} 0 1
[junit4:junit4]   2> 10187 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[66 (1422959708754411520)]} 0 5
[junit4:junit4]   2> 10190 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10068 (1422959708758605824)]} 0 1
[junit4:junit4]   2> 10190 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10068 (1422959708758605824)]} 0 4
[junit4:junit4]   2> 10191 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[67 (1422959708762800128)]} 0 1
[junit4:junit4]   2> 10193 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10051 (-1422959708765945856)]} 0 0
[junit4:junit4]   2> 10198 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1422959708766994432)]} 0 1
[junit4:junit4]   2> 10198 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10051 (-1422959708769091584)]} 0 0
[junit4:junit4]   2> 10198 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[67 (1422959708766994432)]} 0 4
[junit4:junit4]   2> 10199 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10051 (-1422959708769091584)]} 0 3
[junit4:junit4]   2> 10202 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[68 (1422959708774334464)]} 0 1
[junit4:junit4]   2> 10205 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10069 (1422959708775383040)]} 0 3
[junit4:junit4]   2> 10210 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1422959708778528768)]} 0 1
[junit4:junit4]   2> 10211 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[68 (1422959708778528768)]} 0 6
[junit4:junit4]   2> 10212 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10069 (1422959708781674496)]} 0 1
[junit4:junit4]   2> 10213 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10069 (1422959708781674496)]} 0 5
[junit4:junit4]   2> 10213 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[51 (-1422959708786917376)]} 0 0
[junit4:junit4]   2> 10217 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10070 (1422959708790063104)]} 0 1
[junit4:junit4]   2> 10218 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[51 (-1422959708790063104)]} 0 0
[junit4:junit4]   2> 10219 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[51 (-1422959708790063104)]} 0 3
[junit4:junit4]   2> 10223 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[69 (1422959708796354560)]} 0 1
[junit4:junit4]   2> 10224 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10070 (1422959708794257408)]} 0 1
[junit4:junit4]   2> 10225 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10070 (1422959708794257408)]} 0 5
[junit4:junit4]   2> 10230 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10071 (1422959708801597440)]} 0 3
[junit4:junit4]   2> 10231 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1422959708801597440)]} 0 1
[junit4:junit4]   2> 10232 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[69 (1422959708801597440)]} 0 5
[junit4:junit4]   2> 10235 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[70 (1422959708808937472)]} 0 1
[junit4:junit4]   2> 10241 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10071 (1422959708807888896)]} 0 1
[junit4:junit4]   2> 10242 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10071 (1422959708807888896)]} 0 9
[junit4:junit4]   2> 10243 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[70 (1422959708813131776)]} 0 1
[junit4:junit4]   2> 10244 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[70 (1422959708813131776)]} 0 6
[junit4:junit4]   2> 10245 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10054 (-1422959708820471808)]} 0 0
[junit4:junit4]   2> 10249 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[71 (1422959708822568960)]} 0 2
[junit4:junit4]   2> 10250 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10054 (-1422959708823617536)]} 0 0
[junit4:junit4]   2> 10251 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10054 (-1422959708823617536)]} 0 3
[junit4:junit4]   2> 10255 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10072 (1422959708829908992)]} 0 1
[junit4:junit4]   2> 10258 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[71 (1422959708826763264)]} 0 3
[junit4:junit4]   2> 10259 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[71 (1422959708826763264)]} 0 8
[junit4:junit4]   2> 10263 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[54 (-1422959708838297600)]} 0 1
[junit4:junit4]   2> 10263 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10072 (1422959708835151872)]} 0 1
[junit4:junit4]   2> 10264 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10072 (1422959708835151872)]} 0 5
[junit4:junit4]   2> 10268 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10073 (1422959708843540480)]} 0 1
[junit4:junit4]   2> 10269 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[54 (-1422959708842491904)]} 0 0
[junit4:junit4]   2> 10270 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[54 (-1422959708842491904)]} 0 4
[junit4:junit4]   2> 10274 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[72 (1422959708849831936)]} 0 1
[junit4:junit4]   2> 10276 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10073 (1422959708847734784)]} 0 1
[junit4:junit4]   2> 10277 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10073 (1422959708847734784)]} 0 6
[junit4:junit4]   2> 10280 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10056 (-1422959708857171968)]} 0 0
[junit4:junit4]   2> 10282 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[72 (1422959708855074816)]} 0 1
[junit4:junit4]   2> 10283 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[72 (1422959708855074816)]} 0 6
[junit4:junit4]   2> 10286 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10056 (-1422959708860317696)]} 0 0
[junit4:junit4]   2> 10287 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10056 (-1422959708860317696)]} 0 4
[junit4:junit4]   2> 10288 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[73 (1422959708864512000)]} 0 2
[junit4:junit4]   2> 10291 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10074 (1422959708867657728)]} 0 1
[junit4:junit4]   2> 10296 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[73 (1422959708868706304)]} 0 1
[junit4:junit4]   2> 10297 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[73 (1422959708868706304)]} 0 6
[junit4:junit4]   2> 10299 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10074 (1422959708871852032)]} 0 1
[junit4:junit4]   2> 10300 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10074 (1422959708871852032)]} 0 6
[junit4:junit4]   2> 10300 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[56 (-1422959708878143488)]} 0 0
[junit4:junit4]   2> 10304 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10075 (1422959708881289216)]} 0 1
[junit4:junit4]   2> 10307 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[56 (-1422959708881289216)]} 0 1
[junit4:junit4]   2> 10307 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[56 (-1422959708881289216)]} 0 4
[junit4:junit4]   2> 10311 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[74 (1422959708888629248)]} 0 1
[junit4:junit4]   2> 10312 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10075 (1422959708885483520)]} 0 1
[junit4:junit4]   2> 10313 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10075 (1422959708885483520)]} 0 6
[junit4:junit4]   2> 10316 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10057 (-1422959708894920704)]} 0 0
[junit4:junit4]   2> 10319 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[74 (1422959708892823552)]} 0 2
[junit4:junit4]   2> 10320 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[74 (1422959708892823552)]} 0 6
[junit4:junit4]   2> 10322 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10057 (-1422959708898066432)]} 0 0
[junit4:junit4]   2> 10323 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[75 (1422959708901212160)]} 0 1
[junit4:junit4]   2> 10323 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10057 (-1422959708898066432)]} 0 4
[junit4:junit4]   2> 10327 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10076 (1422959708905406464)]} 0 1
[junit4:junit4]   2> 10333 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[75 (1422959708905406464)]} 0 1
[junit4:junit4]   2> 10335 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[75 (1422959708905406464)]} 0 9
[junit4:junit4]   2> 10336 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10076 (1422959708910649344)]} 0 1
[junit4:junit4]   2> 10337 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10076 (1422959708910649344)]} 0 6
[junit4:junit4]   2> 10337 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[57 (-1422959708916940800)]} 0 0
[junit4:junit4]   2> 10341 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10077 (1422959708920086528)]} 0 1
[junit4:junit4]   2> 10343 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[57 (-1422959708920086528)]} 0 0
[junit4:junit4]   2> 10344 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[57 (-1422959708920086528)]} 0 4
[junit4:junit4]   2> 10348 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[76 (1422959708927426560)]} 0 1
[junit4:junit4]   2> 10350 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10077 (1422959708924280832)]} 0 3
[junit4:junit4]   2> 10351 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10077 (1422959708924280832)]} 0 7
[junit4:junit4]   2> 10353 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10060 (-1422959708933718016)]} 0 0
[junit4:junit4]   2> 10356 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[76 (1422959708931620864)]} 0 1
[junit4:junit4]   2> 10357 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[76 (1422959708931620864)]} 0 6
[junit4:junit4]   2> 10358 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10060 (-1422959708936863744)]} 0 0
[junit4:junit4]   2> 10359 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10060 (-1422959708936863744)]} 0 3
[junit4:junit4]   2> 10361 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[77 (1422959708941058048)]} 0 1
[junit4:junit4]   2> 10365 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10078 (1422959708943155200)]} 0 3
[junit4:junit4]   2> 10369 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[77 (1422959708945252352)]} 0 1
[junit4:junit4]   2> 10370 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[77 (1422959708945252352)]} 0 6
[junit4:junit4]   2> 10373 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10078 (1422959708949446656)]} 0 1
[junit4:junit4]   2> 10373 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[60 (-1422959708954689536)]} 0 0
[junit4:junit4]   2> 10374 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10078 (1422959708949446656)]} 0 6
[junit4:junit4]   2> 10377 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10062 (-1422959708958883840)]} 0 0
[junit4:junit4]   2> 10378 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[60 (-1422959708957835264)]} 0 0
[junit4:junit4]   2> 10379 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[60 (-1422959708957835264)]} 0 3
[junit4:junit4]   2> 10383 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10062 (-1422959708962029568)]} 0 0
[junit4:junit4]   2> 10383 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[78 (1422959708964126720)]} 0 1
[junit4:junit4]   2> 10388 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10062 (-1422959708962029568)]} 0 8
[junit4:junit4]   2> 10391 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[78 (1422959708968321024)]} 0 2
[junit4:junit4]   2> 10391 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[78 (1422959708968321024)]} 0 5
[junit4:junit4]   2> 10392 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10079 (1422959708973563904)]} 0 1
[junit4:junit4]   2> 10395 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[62 (-1422959708976709632)]} 0 1
[junit4:junit4]   2> 10400 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10079 (1422959708977758208)]} 0 2
[junit4:junit4]   2> 10400 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[62 (-1422959708979855360)]} 0 0
[junit4:junit4]   2> 10401 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10079 (1422959708977758208)]} 0 6
[junit4:junit4]   2> 10401 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[62 (-1422959708979855360)]} 0 4
[junit4:junit4]   2> 10406 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[79 (1422959708987195392)]} 0 2
[junit4:junit4]   2> 10406 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10080 (1422959708988243968)]} 0 2
[junit4:junit4]   2> 10413 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[79 (1422959708992438272)]} 0 1
[junit4:junit4]   2> 10414 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[79 (1422959708992438272)]} 0 5
[junit4:junit4]   2> 10415 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10080 (1422959708992438273)]} 0 2
[junit4:junit4]   2> 10415 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10080 (1422959708992438273)]} 0 6
[junit4:junit4]   2> 10418 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[80 (1422959709000826880)]} 0 1
[junit4:junit4]   2> 10419 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10065 (-1422959709001875456)]} 0 1
[junit4:junit4]   2> 10428 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[80 (1422959709006069760)]} 0 1
[junit4:junit4]   2> 10429 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10065 (-1422959709009215488)]} 0 1
[junit4:junit4]   2> 10430 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[80 (1422959709006069760)]} 0 9
[junit4:junit4]   2> 10430 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10065 (-1422959709009215488)]} 0 5
[junit4:junit4]   2> 10432 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[65 (-1422959709016555520)]} 0 0
[junit4:junit4]   2> 10434 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10081 (1422959709017604096)]} 0 1
[junit4:junit4]   2> 10439 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[65 (-1422959709019701248)]} 0 0
[junit4:junit4]   2> 10440 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[65 (-1422959709019701248)]} 0 5
[junit4:junit4]   2> 10444 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10081 (1422959709021798400)]} 0 2
[junit4:junit4]   2> 10445 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10081 (1422959709021798400)]} 0 8
[junit4:junit4]   2> 10445 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[81 (1422959709029138432)]} 0 1
[junit4:junit4]   2> 10448 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10066 (-1422959709033332736)]} 0 0
[junit4:junit4]   2> 10456 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10066 (-1422959709037527040)]} 0 1
[junit4:junit4]   2> 10456 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[81 (1422959709033332736)]} 0 4
[junit4:junit4]   2> 10456 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10066 (-1422959709037527040)]} 0 4
[junit4:junit4]   2> 10457 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[81 (1422959709033332736)]} 0 9
[junit4:junit4]   2> 10460 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10082 (1422959709044867072)]} 0 1
[junit4:junit4]   2> 10460 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[66 (-1422959709045915648)]} 0 0
[junit4:junit4]   2> 10467 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[66 (-1422959709049061376)]} 0 1
[junit4:junit4]   2> 10468 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[66 (-1422959709049061376)]} 0 5
[junit4:junit4]   2> 10469 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10082 (1422959709050109952)]} 0 2
[junit4:junit4]   2> 10470 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10082 (1422959709050109952)]} 0 7
[junit4:junit4]   2> 10473 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10083 (1422959709058498560)]} 0 1
[junit4:junit4]   2> 10480 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10083 (1422959709062692864)]} 0 1
[junit4:junit4]   2> 10481 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10083 (1422959709062692864)]} 0 5
[junit4:junit4]   2> 10486 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10084 (1422959709072130048)]} 0 2
[junit4:junit4]   2> 10491 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[82 (1422959709057449984)]} 0 20
[junit4:junit4]   2> 10494 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10084 (1422959709076324352)]} 0 1
[junit4:junit4]   2> 10495 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10084 (1422959709076324352)]} 0 6
[junit4:junit4]   2> 10499 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10069 (-1422959709085761536)]} 0 1
[junit4:junit4]   2> 10500 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[82 (1422959709082615808)]} 0 2
[junit4:junit4]   2> 10500 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[82 (1422959709082615808)]} 0 6
[junit4:junit4]   2> 10505 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10069 (-1422959709089955840)]} 0 0
[junit4:junit4]   2> 10509 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10069 (-1422959709089955840)]} 0 7
[junit4:junit4]   2> 10514 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10085 (1422959709101490176)]} 0 1
[junit4:junit4]   2> 10521 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10085 (1422959709105684480)]} 0 1
[junit4:junit4]   2> 10522 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10085 (1422959709105684480)]} 0 5
[junit4:junit4]   2> 10526 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10072 (-1422959709114073088)]} 0 1
[junit4:junit4]   2> 10531 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10072 (-1422959709117218816)]} 0 0
[junit4:junit4]   2> 10532 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10072 (-1422959709117218816)]} 0 4
[junit4:junit4]   2> 10536 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10086 (1422959709124558848)]} 0 1
[junit4:junit4]   2> 10543 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10086 (1422959709128753152)]} 0 1
[junit4:junit4]   2> 10544 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10086 (1422959709128753152)]} 0 5
[junit4:junit4]   2> 10547 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10076 (-1422959709137141760)]} 0 0
[junit4:junit4]   2> 10550 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[83 (1422959709092052992)]} 0 46
[junit4:junit4]   2> 10554 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10076 (-1422959709140287488)]} 0 1
[junit4:junit4]   2> 10554 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10076 (-1422959709140287488)]} 0 4
[junit4:junit4]   2> 10559 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[83 (1422959709144481792)]} 0 2
[junit4:junit4]   2> 10559 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10087 (1422959709148676096)]} 0 2
[junit4:junit4]   2> 10559 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[83 (1422959709144481792)]} 0 6
[junit4:junit4]   2> 10563 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[84 (1422959709152870400)]} 0 1
[junit4:junit4]   2> 10569 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10087 (1422959709153918976)]} 0 1
[junit4:junit4]   2> 10570 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10087 (1422959709153918976)]} 0 8
[junit4:junit4]   2> 10571 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[84 (1422959709158113280)]} 0 1
[junit4:junit4]   2> 10572 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[84 (1422959709158113280)]} 0 6
[junit4:junit4]   2> 10573 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10088 (1422959709163356160)]} 0 1
[junit4:junit4]   2> 10574 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[69 (-1422959709165453312)]} 0 0
[junit4:junit4]   2> 10579 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[69 (-1422959709168599040)]} 0 0
[junit4:junit4]   2> 10580 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[69 (-1422959709168599040)]} 0 3
[junit4:junit4]   2> 10582 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10088 (1422959709166501888)]} 0 3
[junit4:junit4]   2> 10583 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10088 (1422959709166501888)]} 0 8
[junit4:junit4]   2> 10584 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[85 (1422959709174890496)]} 0 1
[junit4:junit4]   2> 10585 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10077 (-1422959709176987648)]} 0 0
[junit4:junit4]   2> 10590 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10077 (-1422959709180133376)]} 0 0
[junit4:junit4]   2> 10591 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10077 (-1422959709180133376)]} 0 3
[junit4:junit4]   2> 10592 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[85 (1422959709179084800)]} 0 1
[junit4:junit4]   2> 10592 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[85 (1422959709179084800)]} 0 5
[junit4:junit4]   2> 10595 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10089 (1422959709186424832)]} 0 1
[junit4:junit4]   2> 10595 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[72 (-1422959709187473408)]} 0 0
[junit4:junit4]   2> 10600 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[72 (-1422959709190619136)]} 0 0
[junit4:junit4]   2> 10601 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[72 (-1422959709190619136)]} 0 3
[junit4:junit4]   2> 10602 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10089 (1422959709190619137)]} 0 1
[junit4:junit4]   2> 10603 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10089 (1422959709190619137)]} 0 5
[junit4:junit4]   2> 10605 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[86 (1422959709196910592)]} 0 1
[junit4:junit4]   2> 10608 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10090 (1422959709197959168)]} 0 3
[junit4:junit4]   2> 10612 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[86 (1422959709201104896)]} 0 1
[junit4:junit4]   2> 10613 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[86 (1422959709201104896)]} 0 5
[junit4:junit4]   2> 10615 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10090 (1422959709204250624)]} 0 1
[junit4:junit4]   2> 10616 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10090 (1422959709204250624)]} 0 5
[junit4:junit4]   2> 10616 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[76 (-1422959709209493504)]} 0 0
[junit4:junit4]   2> 10618 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10078 (-1422959709211590656)]} 0 0
[junit4:junit4]   2> 10621 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[76 (-1422959709212639232)]} 0 0
[junit4:junit4]   2> 10622 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[76 (-1422959709212639232)]} 0 3
[junit4:junit4]   2> 10624 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10078 (-1422959709214736384)]} 0 0
[junit4:junit4]   2> 10625 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10078 (-1422959709214736384)]} 0 4
[junit4:junit4]   2> 10626 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[87 (1422959709218930688)]} 0 1
[junit4:junit4]   2> 10629 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10091 (1422959709222076416)]} 0 1
[junit4:junit4]   2> 10633 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[87 (1422959709223124992)]} 0 1
[junit4:junit4]   2> 10634 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[87 (1422959709223124992)]} 0 5
[junit4:junit4]   2> 10636 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10091 (1422959709226270720)]} 0 1
[junit4:junit4]   2> 10637 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[88 (1422959709230465024)]} 0 1
[junit4:junit4]   2> 10640 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10091 (1422959709226270720)]} 0 8
[junit4:junit4]   2> 10642 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10079 (-1422959709236756480)]} 0 0
[junit4:junit4]   2> 10643 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[88 (1422959709232562176)]} 0 1
[junit4:junit4]   2> 10644 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[88 (1422959709232562176)]} 0 6
[junit4:junit4]   2> 10646 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[77 (-1422959709240950784)]} 0 0
[junit4:junit4]   2> 10647 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10079 (-1422959709239902208)]} 0 0
[junit4:junit4]   2> 10648 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10079 (-1422959709239902208)]} 0 3
[junit4:junit4]   2> 10651 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10092 (1422959709245145088)]} 0 1
[junit4:junit4]   2> 10652 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[77 (-1422959709244096512)]} 0 0
[junit4:junit4]   2> 10653 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[77 (-1422959709244096512)]} 0 4
[junit4:junit4]   2> 10657 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[89 (1422959709251436544)]} 0 1
[junit4:junit4]   2> 10660 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10092 (1422959709249339392)]} 0 1
[junit4:junit4]   2> 10661 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10092 (1422959709249339392)]} 0 7
[junit4:junit4]   2> 10663 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10080 (-1422959709258776576)]} 0 0
[junit4:junit4]   2> 10664 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[89 (1422959709254582272)]} 0 1
[junit4:junit4]   2> 10664 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[89 (1422959709254582272)]} 0 5
[junit4:junit4]   2> 10668 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[90 (1422959709262970880)]} 0 1
[junit4:junit4]   2> 10668 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10080 (-1422959709261922304)]} 0 0
[junit4:junit4]   2> 10669 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[10080 (-1422959709261922304)]} 0 3
[junit4:junit4]   2> 10673 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10093 (1422959709268213760)]} 0 1
[junit4:junit4]   2> 10678 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[90 (1422959709267165184)]} 0 4
[junit4:junit4]   2> 10678 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[90 (1422959709267165184)]} 0 7
[junit4:junit4]   2> 10681 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[78 (-1422959709277650944)]} 0 0
[junit4:junit4]   2> 10686 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[78 (-1422959709280796672)]} 0 0
[junit4:junit4]   2> 10687 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[78 (-1422959709280796672)]} 0 3
[junit4:junit4]   2> 10691 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[91 (1422959709287088128)]} 0 1
[junit4:junit4]   2> 10730 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10093 (1422959709271359488)]} 0 51
[junit4:junit4]   2> 10731 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[91 (1422959709291282432)]} 0 34
[junit4:junit4]   2> 10731 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10093 (1422959709271359488)]} 0 56
[junit4:junit4]   2> 10731 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[91 (1422959709291282432)]} 0 37
[junit4:junit4]   2> 10734 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[79 (-1422959709333225472)]} 0 0
[junit4:junit4]   2> 10735 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10094 (1422959709333225473)]} 0 1
[junit4:junit4]   2> 10739 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[79 (-1422959709336371200)]} 0 0
[junit4:junit4]   2> 10740 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[79 (-1422959709336371200)]} 0 3
[junit4:junit4]   2> 10742 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10094 (1422959709337419776)]} 0 1
[junit4:junit4]   2> 10743 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10094 (1422959709337419776)]} 0 5
[junit4:junit4]   2> 10744 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[92 (1422959709342662656)]} 0 1
[junit4:junit4]   2> 10745 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[10081 (-1422959709344759808)]} 0 0
[junit4:junit4]   2> 10751 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[92 (1422959709346856960)]} 0 1
[junit4:junit4]   2> 10751 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10081 (-1422959709347905536)]} 0 0
[junit4:junit4]   2> 10752 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[92 (1422959709346856960)]} 0 5
[junit4:junit4]   2> 10752 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10081 (-1422959709347905536)]} 0 4
[junit4:junit4]   2> 10754 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[80 (-1422959709354196992)]} 0 0
[junit4:junit4]   2> 10758 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[10095 (1422959709355245568)]} 0 3
[junit4:junit4]   2> 10760 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[80 (-1422959709357342720)]} 0 0
[junit4:junit4]   2> 10761 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[80 (-1422959709357342720)]} 0 4
[junit4:junit4]   2> 10764 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10095 (1422959709360488448)]} 0 1
[junit4:junit4]   2> 10765 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10095 (1422959709360488448)]} 0 5
[junit4:junit4]   2> 10765 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[93 (1422959709364682752)]} 0 1
[junit4:junit4]   2> 10769 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10096 (1422959709368877056)]} 0 1
[junit4:junit4]   2> 10772 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[93 (1422959709368877056)]} 0 1
[junit4:junit4]   2> 10773 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[93 (1422959709368877056)]} 0 5
[junit4:junit4]   2> 10776 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[94 (1422959709376217088)]} 0 1
[junit4:junit4]   2> 10777 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10096 (1422959709373071360)]} 0 1
[junit4:junit4]   2> 10778 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10096 (1422959709373071360)]} 0 6
[junit4:junit4]   2> 10784 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10097 (1422959709382508544)]} 0 3
[junit4:junit4]   2> 10785 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[94 (1422959709380411392)]} 0 1
[junit4:junit4]   2> 10786 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[94 (1422959709380411392)]} 0 7
[junit4:junit4]   2> 10788 T1655 C93 P22748 /update {wt=javabin&version=2} {delete=[81 (-1422959709389848576)]} 0 0
[junit4:junit4]   2> 10792 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10097 (1422959709388800000)]} 0 1
[junit4:junit4]   2> 10793 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10097 (1422959709388800000)]} 0 6
[junit4:junit4]   2> 10793 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[81 (-1422959709392994304)]} 0 0
[junit4:junit4]   2> 10794 T1675 C94 P47357 /update {wt=javabin&version=2} {delete=[81 (-1422959709392994304)]} 0 3
[junit4:junit4]   2> 10797 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10098 (1422959709398237184)]} 0 1
[junit4:junit4]   2> 10798 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[95 (1422959709399285760)]} 0 1
[junit4:junit4]   2> 10806 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[95 (1422959709403480064)]} 0 2
[junit4:junit4]   2> 10806 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10098 (1422959709402431488)]} 0 3
[junit4:junit4]   2> 10806 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[95 (1422959709403480064)]} 0 5
[junit4:junit4]   2> 10807 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[10098 (1422959709402431488)]} 0 7
[junit4:junit4]   2> 10810 T1654 C93 P22748 /update {wt=javabin&version=2} {add=[96 (1422959709411868672)]} 0 1
[junit4:junit4]   2> 10811 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[10099 (1422959709412917248)]} 0 1
[junit4:junit4]   2> 10817 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[96 (1422959709416062976)]} 0 1
[junit4:junit4]   2> 10818 T1675 C94 P47357 /update {wt=javabin&version=2} {add=[96 (1422959709416062976)]} 0 5
[junit4:junit4]   2> 10818 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10099 (1422959709417111552)]} 0 1
[junit4:junit4]   2> 10819 T1674 C94 P47357 /update {wt=javabin&version=2} {add=[10099 (1422959709417111552)]} 0 5
[junit4:junit4]   2> 10821 T1655 C93 P22748 /update {wt=javabin&version=2} {add=[97 (1422959709423403008)]} 0 1
[junit4:junit4]   2> 10821 T1654 C93 P22748 /update {wt=javabin&version=2} {delete=[10084 (-1422959709424451584)]} 0 0
[junit4:junit4]   2> 10826 T1688 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10084 (-1422959709427597312)]} 0 0
[junit4:junit4]   2> 10827 T1674 C94 P47357 /update {wt=javabin&version=2} {delete=[10084 (-1422959709427597312)]} 0 3
[junit4:junit4]   2> 10828 T1689 C92 P25700 /update {distrib.from=http://127.0.0.1:47357/collection1/&update.distrib=FROMLEAD

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

e: codec=SimpleText, sim=DefaultSimilarity, locale=ja_JP_JP_#u-ca-japanese, timezone=Etc/GMT-8
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=2,free=271515360,total=408944640
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, MultiTermTest, CoreContainerCoreInitFailuresTest, DebugComponentTest, TestFunctionQuery, ShowFileRequestHandlerTest, BasicZkTest, TestReversedWildcardFilterFactory, ZkCLITest, PrimitiveFieldTypeTest, OverseerCollectionProcessorTest, UUIDFieldTest, TestSort, StandardRequestHandlerTest, LeaderElectionTest, XmlUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestCSVLoader, TestReplicationHandler, TermVectorComponentDistributedTest, ZkSolrClientTest, TestDistributedSearch, TestUpdate, OverseerTest, IndexSchemaRuntimeFieldTest, AnalysisAfterCoreReloadTest, DOMUtilTest, TermVectorComponentTest, TestWriterPerf, TestDocumentBuilder, QueryParsingTest, EchoParamsTest, FieldMutatingUpdateProcessorTest, FullSolrCloudDistribCmdsTest, OpenExchangeRatesOrgProviderTest, TestArbitraryIndexDir, TestCSVResponseWriter, TestRecovery, ClusterStateUpdateTest, UpdateParamsTest, TestMergePolicyConfig, SuggesterTest, ConvertedLegacyTest, DocumentBuilderTest, ExternalFileFieldSortTest, LegacyHTMLStripCharFilterTest, DirectUpdateHandlerTest, TestFastWriter, TestRealTimeGet, ScriptEngineTest, SolrIndexConfigTest, TestPluginEnable, TestSolrXMLSerializer, SuggesterTSTTest, QueryEqualityTest, SoftAutoCommitTest, TestDocSet, TestLRUCache, TestComponentsName, TestBM25SimilarityFactory, TestMultiCoreConfBootstrap, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=EEF787C7BDBD2B24 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Etc/GMT-8 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J1 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1762, name=coreLoadExecutor-766-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:240)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:445)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:717)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:606)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:947)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1029)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:627)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:622)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/index5506255111tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2471b9d1)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1817, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:982)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.downloadIndexFiles(SnapPuller.java:728)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:392)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:273)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@535186f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6194815b)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J1 in 74.31s, 1 test, 2 errors <<< FAILURES!

[...truncated 525 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:438: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:841: There were test failures: 244 suites, 1010 tests, 2 suite-level errors, 22 ignored (4 assumptions)

Total time: 36 minutes 21 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-trunk-java7 - Build # 3597 - Still Failing

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

3 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([545F91A21BEB2EC]: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([545F91A21BEB2EC]:0)


FAILED:  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([545F91A21BEB2EC:84A3770256E1D2D0]: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 9308 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 0 T3259 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /x
[junit4:junit4]   2> 6 T3259 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1357012726131
[junit4:junit4]   2> 7 T3259 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T3260 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 12 T3260 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T3260 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T3260 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T3260 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T3260 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T3259 oasc.ZkTestServer.run start zk server on port:11183
[junit4:junit4]   2> 109 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5abac528
[junit4:junit4]   2> 110 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 111 T3265 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 112 T3265 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 112 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11184
[junit4:junit4]   2> 113 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11184
[junit4:junit4]   2> 113 T3263 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 115 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0000 with negotiated timeout 10000 for client /140.211.11.196:11184
[junit4:junit4]   2> 115 T3265 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0000, negotiated timeout = 10000
[junit4:junit4]   2> 116 T3266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5abac528 name:ZooKeeperConnection Watcher:127.0.0.1:11183 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 116 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 117 T3259 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 120 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b0000
[junit4:junit4]   2> 127 T3266 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11184 which had sessionid 0x13bf442f17b0000
[junit4:junit4]   2> 127 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b0000 closed
[junit4:junit4]   2> 128 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@681452b5
[junit4:junit4]   2> 129 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 129 T3267 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 130 T3267 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 130 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11185
[junit4:junit4]   2> 131 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11185
[junit4:junit4]   2> 132 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0001 with negotiated timeout 10000 for client /140.211.11.196:11185
[junit4:junit4]   2> 132 T3267 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0001, negotiated timeout = 10000
[junit4:junit4]   2> 133 T3268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@681452b5 name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 133 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 134 T3259 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 143 T3259 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 147 T3259 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 149 T3259 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 157 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 158 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 172 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 173 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 276 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 277 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 280 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 281 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 284 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 285 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 288 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 289 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 291 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 292 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 295 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 296 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 304 T3259 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 305 T3259 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 308 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b0001
[junit4:junit4]   2> 309 T3268 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 309 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11185 which had sessionid 0x13bf442f17b0001
[junit4:junit4]   2> 309 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b0001 closed
[junit4:junit4]   2> 491 T3259 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 495 T3259 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11186
[junit4:junit4]   2> 496 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 496 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434
[junit4:junit4]   2> 497 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/'
[junit4:junit4]   2> 541 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 542 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 543 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434
[junit4:junit4]   2> 543 T3259 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/solr.xml
[junit4:junit4]   2> 544 T3259 oasc.CoreContainer.<init> New CoreContainer 1612068925
[junit4:junit4]   2> 545 T3259 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/'
[junit4:junit4]   2> 545 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/'
[junit4:junit4]   2> 576 T3259 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 576 T3259 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 577 T3259 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 577 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 578 T3259 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 579 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 579 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 580 T3259 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 580 T3259 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 581 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 605 T3259 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 626 T3259 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:11183/solr
[junit4:junit4]   2> 627 T3259 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 627 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@628a95a3
[junit4:junit4]   2> 629 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 629 T3278 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 631 T3278 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 631 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11187
[junit4:junit4]   2> 631 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11187
[junit4:junit4]   2> 633 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0002 with negotiated timeout 20000 for client /140.211.11.196:11187
[junit4:junit4]   2> 633 T3278 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0002, negotiated timeout = 20000
[junit4:junit4]   2> 633 T3279 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@628a95a3 name:ZooKeeperConnection Watcher:127.0.0.1:11183 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 634 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 635 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b0002
[junit4:junit4]   2> 636 T3279 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 636 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11187 which had sessionid 0x13bf442f17b0002
[junit4:junit4]   2> 636 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b0002 closed
[junit4:junit4]   2> 637 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 650 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7fee135b
[junit4:junit4]   2> 651 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 651 T3280 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 652 T3280 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 652 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11188
[junit4:junit4]   2> 653 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11188
[junit4:junit4]   2> 654 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0003 with negotiated timeout 20000 for client /140.211.11.196:11188
[junit4:junit4]   2> 654 T3280 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0003, negotiated timeout = 20000
[junit4:junit4]   2> 655 T3281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7fee135b name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 655 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 657 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 658 T3259 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 667 T3259 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11186_x
[junit4:junit4]   2> 668 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:11186_x Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:11186_x
[junit4:junit4]   2> 669 T3259 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11186_x
[junit4:junit4]   2> 677 T3259 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 689 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 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> 690 T3259 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 696 T3259 oasc.Overseer.start Overseer (id=88933186020245507-127.0.0.1:11186_x-n_0000000000) starting
[junit4:junit4]   2> 697 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 698 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 700 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 709 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 711 T3283 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 711 T3259 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 721 T3259 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 724 T3282 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 729 T3284 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/collection1
[junit4:junit4]   2> 729 T3284 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 730 T3284 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 730 T3284 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 732 T3284 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/collection1/'
[junit4:junit4]   2> 733 T3284 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/collection1/lib/README' to classloader
[junit4:junit4]   2> 734 T3284 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 790 T3284 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 867 T3284 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 968 T3284 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 975 T3284 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1736 T3284 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1748 T3284 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1752 T3284 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1765 T3284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1770 T3284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1774 T3284 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1775 T3284 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1777 T3284 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357012726434/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data/
[junit4:junit4]   2> 1777 T3284 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c4a6572
[junit4:junit4]   2> 1777 T3284 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1779 T3284 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data forceNew:false
[junit4:junit4]   2> 1780 T3284 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data
[junit4:junit4]   2> 1780 T3284 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data/index/
[junit4:junit4]   2> 1781 T3284 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1782 T3284 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data/index forceNew:false
[junit4:junit4]   2> 1793 T3284 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@51e93645; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1794 T3284 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1801 T3284 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data/index
[junit4:junit4]   2> 1801 T3284 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1804 T3284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1804 T3284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1804 T3284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1805 T3284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1805 T3284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1806 T3284 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1806 T3284 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1807 T3284 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1807 T3284 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1808 T3284 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1808 T3284 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1809 T3284 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1809 T3284 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1809 T3284 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1810 T3284 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1810 T3284 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1811 T3284 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1811 T3284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1812 T3284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1812 T3284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1813 T3284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1813 T3284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1814 T3284 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1814 T3284 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1815 T3284 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1815 T3284 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1828 T3284 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1833 T3284 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1834 T3284 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> 1837 T3284 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/control/data
[junit4:junit4]   2> 1839 T3284 oass.SolrIndexSearcher.<init> Opening Searcher@273e240 main
[junit4:junit4]   2> 1840 T3284 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1840 T3284 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1841 T3284 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1859 T3284 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1983 T3285 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@273e240 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1988 T3284 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1988 T3284 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1989 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 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> 2228 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2228 T3282 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:11186_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11186/x"}
[junit4:junit4]   2> 2229 T3282 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2229 T3282 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2230 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 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> 2241 T3281 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> 3002 T3284 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3002 T3284 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11186/x collection:control_collection shard:shard1
[junit4:junit4]   2> 3003 T3284 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3024 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 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> 3041 T3284 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3041 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3050 T3284 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3050 T3284 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3050 T3284 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:11186/x/collection1/
[junit4:junit4]   2> 3051 T3284 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3051 T3284 oasc.SyncStrategy.syncToMe http://127.0.0.1:11186/x/collection1/ has no replicas
[junit4:junit4]   2> 3051 T3284 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:11186/x/collection1/
[junit4:junit4]   2> 3052 T3284 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3077 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3751 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3771 T3281 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> 3794 T3284 oasc.ZkController.register We are http://127.0.0.1:11186/x/collection1/ and leader is http://127.0.0.1:11186/x/collection1/
[junit4:junit4]   2> 3794 T3284 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11186/x
[junit4:junit4]   2> 3794 T3284 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3795 T3284 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3795 T3284 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3797 T3284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3798 T3259 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3798 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3799 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3813 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3823 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@12faf74a
[junit4:junit4]   2> 3824 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3825 T3286 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3825 T3286 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 3825 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11189
[junit4:junit4]   2> 3826 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11189
[junit4:junit4]   2> 3827 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0004 with negotiated timeout 10000 for client /140.211.11.196:11189
[junit4:junit4]   2> 3827 T3286 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0004, negotiated timeout = 10000
[junit4:junit4]   2> 3828 T3287 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12faf74a name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3828 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3829 T3259 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3831 T3259 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4017 T3259 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4020 T3259 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11190
[junit4:junit4]   2> 4021 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4022 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955
[junit4:junit4]   2> 4022 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/'
[junit4:junit4]   2> 4064 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4065 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4066 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955
[junit4:junit4]   2> 4066 T3259 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/solr.xml
[junit4:junit4]   2> 4067 T3259 oasc.CoreContainer.<init> New CoreContainer 1158532855
[junit4:junit4]   2> 4068 T3259 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/'
[junit4:junit4]   2> 4068 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/'
[junit4:junit4]   2> 4098 T3259 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 4099 T3259 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4099 T3259 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4100 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4100 T3259 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4101 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4101 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4102 T3259 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4103 T3259 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4103 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4123 T3259 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4144 T3259 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:11183/solr
[junit4:junit4]   2> 4145 T3259 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4146 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@53238bb0
[junit4:junit4]   2> 4147 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4147 T3297 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4148 T3297 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 4148 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11191
[junit4:junit4]   2> 4149 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11191
[junit4:junit4]   2> 4158 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0005 with negotiated timeout 20000 for client /140.211.11.196:11191
[junit4:junit4]   2> 4158 T3297 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0005, negotiated timeout = 20000
[junit4:junit4]   2> 4158 T3298 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53238bb0 name:ZooKeeperConnection Watcher:127.0.0.1:11183 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4159 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4160 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b0005
[junit4:junit4]   2> 4161 T3298 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4161 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11191 which had sessionid 0x13bf442f17b0005
[junit4:junit4]   2> 4161 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b0005 closed
[junit4:junit4]   2> 4162 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 4172 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@490db932
[junit4:junit4]   2> 4173 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4173 T3299 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4174 T3299 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 4174 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11192
[junit4:junit4]   2> 4175 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11192
[junit4:junit4]   2> 4176 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0006 with negotiated timeout 20000 for client /140.211.11.196:11192
[junit4:junit4]   2> 4176 T3299 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0006, negotiated timeout = 20000
[junit4:junit4]   2> 4177 T3300 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@490db932 name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4177 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4178 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4179 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4188 T3259 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11190_x
[junit4:junit4]   2> 4188 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:11190_x Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:11190_x
[junit4:junit4]   2> 4190 T3259 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11190_x
[junit4:junit4]   2> 4192 T3281 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4192 T3287 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4192 T3281 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> 4202 T3259 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4209 T3301 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/collection1
[junit4:junit4]   2> 4209 T3301 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4210 T3301 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4210 T3301 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4211 T3301 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/collection1/'
[junit4:junit4]   2> 4213 T3301 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4213 T3301 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/collection1/lib/README' to classloader
[junit4:junit4]   2> 4267 T3301 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4340 T3301 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4441 T3301 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4447 T3301 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5085 T3301 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5097 T3301 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5101 T3301 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5114 T3301 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5119 T3301 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5123 T3301 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5124 T3301 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5125 T3301 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357012729955/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/
[junit4:junit4]   2> 5126 T3301 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c4a6572
[junit4:junit4]   2> 5126 T3301 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5132 T3301 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1 forceNew:false
[junit4:junit4]   2> 5132 T3301 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 5133 T3301 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index/
[junit4:junit4]   2> 5133 T3301 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5134 T3301 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index forceNew:false
[junit4:junit4]   2> 5145 T3301 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5146 T3301 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5158 T3301 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index
[junit4:junit4]   2> 5159 T3301 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5161 T3301 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5162 T3301 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5162 T3301 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5163 T3301 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5163 T3301 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5164 T3301 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5164 T3301 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5165 T3301 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5166 T3301 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5166 T3301 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5167 T3301 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5167 T3301 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5168 T3301 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5168 T3301 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5169 T3301 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5169 T3301 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5170 T3301 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5171 T3301 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5171 T3301 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5172 T3301 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5172 T3301 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5173 T3301 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5173 T3301 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5174 T3301 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5175 T3301 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5175 T3301 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5189 T3301 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5194 T3301 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5195 T3301 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> 5198 T3301 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 5200 T3301 oass.SolrIndexSearcher.<init> Opening Searcher@2302fc8a main
[junit4:junit4]   2> 5201 T3301 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5202 T3301 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5202 T3301 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5256 T3301 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5284 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5285 T3282 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:11186_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11186/x"}
[junit4:junit4]   2> 5306 T3300 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> 5306 T3281 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> 5306 T3287 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> 5369 T3302 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2302fc8a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5374 T3301 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5375 T3301 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6841 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6841 T3282 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:11190_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11190/x"}
[junit4:junit4]   2> 6842 T3282 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6842 T3282 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6858 T3300 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> 6858 T3287 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> 6858 T3281 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> 7378 T3301 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7378 T3301 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11190/x collection:collection1 shard:shard1
[junit4:junit4]   2> 7379 T3301 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7404 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7405 T3301 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7406 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7470 T3301 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7471 T3301 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7471 T3301 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:11190/x/collection1/
[junit4:junit4]   2> 7471 T3301 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7472 T3301 oasc.SyncStrategy.syncToMe http://127.0.0.1:11190/x/collection1/ has no replicas
[junit4:junit4]   2> 7472 T3301 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:11190/x/collection1/
[junit4:junit4]   2> 7472 T3301 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7496 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8362 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8388 T3300 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> 8388 T3287 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> 8388 T3281 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> 8425 T3301 oasc.ZkController.register We are http://127.0.0.1:11190/x/collection1/ and leader is http://127.0.0.1:11190/x/collection1/
[junit4:junit4]   2> 8425 T3301 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11190/x
[junit4:junit4]   2> 8426 T3301 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8426 T3301 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8426 T3301 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8428 T3301 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8429 T3259 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8430 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8431 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8626 T3259 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8629 T3259 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11193
[junit4:junit4]   2> 8630 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8631 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570
[junit4:junit4]   2> 8631 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/'
[junit4:junit4]   2> 8673 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8674 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8674 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570
[junit4:junit4]   2> 8675 T3259 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/solr.xml
[junit4:junit4]   2> 8675 T3259 oasc.CoreContainer.<init> New CoreContainer 1817791085
[junit4:junit4]   2> 8676 T3259 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/'
[junit4:junit4]   2> 8677 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/'
[junit4:junit4]   2> 8706 T3259 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 8707 T3259 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8708 T3259 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8708 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8709 T3259 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8709 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8710 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8710 T3259 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8711 T3259 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8711 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8732 T3259 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8752 T3259 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:11183/solr
[junit4:junit4]   2> 8753 T3259 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8754 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@21f5251b
[junit4:junit4]   2> 8755 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8756 T3312 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8757 T3312 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 8757 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11194
[junit4:junit4]   2> 8757 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11194
[junit4:junit4]   2> 8761 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0007 with negotiated timeout 20000 for client /140.211.11.196:11194
[junit4:junit4]   2> 8761 T3312 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0007, negotiated timeout = 20000
[junit4:junit4]   2> 8762 T3313 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21f5251b name:ZooKeeperConnection Watcher:127.0.0.1:11183 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8762 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8763 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b0007
[junit4:junit4]   2> 8775 T3313 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8775 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11194 which had sessionid 0x13bf442f17b0007
[junit4:junit4]   2> 8775 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b0007 closed
[junit4:junit4]   2> 8776 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 8786 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fede6da
[junit4:junit4]   2> 8787 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8788 T3314 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8788 T3314 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 8788 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11195
[junit4:junit4]   2> 8789 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11195
[junit4:junit4]   2> 8791 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0008 with negotiated timeout 20000 for client /140.211.11.196:11195
[junit4:junit4]   2> 8791 T3314 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0008, negotiated timeout = 20000
[junit4:junit4]   2> 8791 T3315 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fede6da name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8791 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8792 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8798 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8799 T3259 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11193_x
[junit4:junit4]   2> 8800 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:11193_x Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:11193_x
[junit4:junit4]   2> 8806 T3259 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11193_x
[junit4:junit4]   2> 8808 T3281 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8809 T3287 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8809 T3300 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8809 T3281 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> 8809 T3287 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> 8810 T3300 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> 8812 T3259 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8820 T3316 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/collection1
[junit4:junit4]   2> 8821 T3316 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8821 T3316 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8822 T3316 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8823 T3316 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/collection1/'
[junit4:junit4]   2> 8824 T3316 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8825 T3316 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/collection1/lib/README' to classloader
[junit4:junit4]   2> 8882 T3316 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8961 T3316 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9062 T3316 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9069 T3316 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9712 T3316 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9721 T3316 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9724 T3316 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9733 T3316 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9737 T3316 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9740 T3316 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9741 T3316 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9741 T3316 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357012734570/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/
[junit4:junit4]   2> 9742 T3316 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c4a6572
[junit4:junit4]   2> 9742 T3316 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 9747 T3316 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2 forceNew:false
[junit4:junit4]   2> 9747 T3316 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 9747 T3316 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index/
[junit4:junit4]   2> 9748 T3316 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9749 T3316 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index forceNew:false
[junit4:junit4]   2> 9755 T3316 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@46965245; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9755 T3316 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9779 T3316 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index
[junit4:junit4]   2> 9779 T3316 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9781 T3316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9781 T3316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9781 T3316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9782 T3316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9782 T3316 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9782 T3316 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9783 T3316 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9783 T3316 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9784 T3316 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9784 T3316 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9785 T3316 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9785 T3316 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9785 T3316 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9785 T3316 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9786 T3316 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9786 T3316 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9787 T3316 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9787 T3316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9787 T3316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9788 T3316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9788 T3316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9789 T3316 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9789 T3316 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9789 T3316 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9790 T3316 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9790 T3316 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9799 T3316 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9802 T3316 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9803 T3316 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> 9805 T3316 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 9807 T3316 oass.SolrIndexSearcher.<init> Opening Searcher@cdffda2 main
[junit4:junit4]   2> 9808 T3316 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9808 T3316 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9808 T3316 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9827 T3316 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9893 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9894 T3282 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:11190_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11190/x"}
[junit4:junit4]   2> 9913 T3315 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> 9913 T3287 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> 9913 T3300 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> 9913 T3281 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> 9935 T3317 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cdffda2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9939 T3316 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9939 T3316 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11418 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11419 T3282 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:11193_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11193/x"}
[junit4:junit4]   2> 11419 T3282 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11420 T3282 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11439 T3300 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> 11439 T3315 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> 11439 T3287 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> 11439 T3281 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> 11942 T3316 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11942 T3316 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11193/x collection:collection1 shard:shard1
[junit4:junit4]   2> 11946 T3316 oasc.ZkController.register We are http://127.0.0.1:11193/x/collection1/ and leader is http://127.0.0.1:11190/x/collection1/
[junit4:junit4]   2> 11946 T3316 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11193/x
[junit4:junit4]   2> 11947 T3316 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11947 T3316 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C181 name=collection1 org.apache.solr.core.SolrCore@49f8787f url=http://127.0.0.1:11193/x/collection1 node=127.0.0.1:11193_x C181_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:11193_x, base_url=http://127.0.0.1:11193/x}
[junit4:junit4]   2> 11948 T3318 C181 P11193 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11948 T3316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11949 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11949 T3318 C181 P11193 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11950 T3318 C181 P11193 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11950 T3259 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 11950 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11951 T3318 C181 P11193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11951 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12152 T3259 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12155 T3259 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11197
[junit4:junit4]   2> 12156 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12157 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094
[junit4:junit4]   2> 12157 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/'
[junit4:junit4]   2> 12201 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12202 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12202 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094
[junit4:junit4]   2> 12203 T3259 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/solr.xml
[junit4:junit4]   2> 12203 T3259 oasc.CoreContainer.<init> New CoreContainer 1531545461
[junit4:junit4]   2> 12204 T3259 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/'
[junit4:junit4]   2> 12205 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/'
[junit4:junit4]   2> 12235 T3259 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 12236 T3259 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12236 T3259 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12237 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12237 T3259 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12238 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12238 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12239 T3259 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12239 T3259 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12240 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12261 T3259 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12281 T3259 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:11183/solr
[junit4:junit4]   2> 12282 T3259 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12283 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@13269aef
[junit4:junit4]   2> 12284 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12284 T3328 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12285 T3328 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 12286 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11198
[junit4:junit4]   2> 12286 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11198
[junit4:junit4]   2> 12289 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b0009 with negotiated timeout 20000 for client /140.211.11.196:11198
[junit4:junit4]   2> 12289 T3328 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b0009, negotiated timeout = 20000
[junit4:junit4]   2> 12290 T3329 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13269aef name:ZooKeeperConnection Watcher:127.0.0.1:11183 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12290 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12291 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b0009
[junit4:junit4]   2> 12293 T3329 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12293 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11198 which had sessionid 0x13bf442f17b0009
[junit4:junit4]   2> 12293 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b0009 closed
[junit4:junit4]   2> 12293 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 12304 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@61cc0eae
[junit4:junit4]   2> 12305 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12305 T3330 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12306 T3330 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 12306 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11199
[junit4:junit4]   2> 12307 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11199
[junit4:junit4]   2> 12308 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b000a with negotiated timeout 20000 for client /140.211.11.196:11199
[junit4:junit4]   2> 12308 T3330 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b000a, negotiated timeout = 20000
[junit4:junit4]   2> 12308 T3331 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61cc0eae name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12309 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12310 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b000a type:create cxid:0x1 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12311 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b000a type:create cxid:0x2 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12319 T3259 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11197_x
[junit4:junit4]   2> 12320 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b000a type:delete cxid:0x4 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:11197_x Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:11197_x
[junit4:junit4]   2> 12321 T3259 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11197_x
[junit4:junit4]   2> 12323 T3315 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> 12324 T3287 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12324 T3281 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12324 T3300 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12324 T3287 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> 12324 T3281 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> 12325 T3315 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12325 T3300 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> 12333 T3259 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12341 T3332 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/collection1
[junit4:junit4]   2> 12341 T3332 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12342 T3332 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12342 T3332 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12343 T3332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/collection1/'
[junit4:junit4]   2> 12354 T3332 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/collection1/lib/README' to classloader
[junit4:junit4]   2> 12355 T3332 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12413 T3332 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12504 T3332 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12605 T3332 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12611 T3332 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12943 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12944 T3282 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:11193_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11193/x"}
[junit4:junit4]   2> 12964 T3300 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> 12964 T3331 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> 12964 T3287 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> 12964 T3281 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> 12964 T3315 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> 13245 T3332 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13257 T3332 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13261 T3332 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13274 T3332 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13279 T3332 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13283 T3332 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13284 T3332 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13286 T3332 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357012738094/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/
[junit4:junit4]   2> 13286 T3332 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c4a6572
[junit4:junit4]   2> 13287 T3332 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13295 T3332 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3 forceNew:false
[junit4:junit4]   2> 13296 T3332 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 13296 T3332 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index/
[junit4:junit4]   2> 13297 T3332 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13299 T3332 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index forceNew:false
[junit4:junit4]   2> 13305 T3332 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@20ef466c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13306 T3332 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13322 T3332 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index
[junit4:junit4]   2> 13323 T3332 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13325 T3332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13326 T3332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13326 T3332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13326 T3332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13327 T3332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13328 T3332 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13328 T3332 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13329 T3332 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13329 T3332 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13330 T3332 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13330 T3332 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13331 T3332 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13332 T3332 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13332 T3332 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13332 T3332 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13333 T3332 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13333 T3332 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13334 T3332 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13335 T3332 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13335 T3332 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13336 T3332 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13336 T3332 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13337 T3332 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13337 T3332 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13338 T3332 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13339 T3332 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13352 T3332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13357 T3332 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13358 T3332 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> 13361 T3332 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 13362 T3332 oass.SolrIndexSearcher.<init> Opening Searcher@2ea23cc0 main
[junit4:junit4]   2> 13364 T3332 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13364 T3332 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13364 T3332 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13378 T3332 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13466 T3333 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ea23cc0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13471 T3332 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13472 T3332 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14469 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14470 T3282 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:11197_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11197/x"}
[junit4:junit4]   2> 14470 T3282 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 14471 T3282 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14484 T3300 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> 14484 T3281 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> 14484 T3287 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> 14484 T3331 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> 14484 T3315 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>  C181_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:11193_x, base_url=http://127.0.0.1:11193/x}
[junit4:junit4]   2> 14974 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:11190/x/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14974 T3318 C181 P11193 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:11193/x START replicas=[http://127.0.0.1:11190/x/collection1/] nUpdates=100
[junit4:junit4]   2> 14975 T3318 C181 P11193 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14976 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14976 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14977 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14977 T3318 C181 P11193 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 14977 T3318 C181 P11193 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:11190/x/collection1/. core=collection1
[junit4:junit4]   2> 14977 T3318 C181 P11193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C182 name=collection1 org.apache.solr.core.SolrCore@283de536 url=http://127.0.0.1:11190/x/collection1 node=127.0.0.1:11190_x C182_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:11190_x, base_url=http://127.0.0.1:11190/x, leader=true}
[junit4:junit4]   2> 14985 T3291 C182 P11190 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 14993 T3292 C182 P11190 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14994 T3292 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 15001 T3292 C182 P11190 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15002 T3292 C182 P11190 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15017 T3292 C182 P11190 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15018 T3292 C182 P11190 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15026 T3292 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 15027 T3292 C182 P11190 oass.SolrIndexSearcher.<init> Opening Searcher@d5c8287 realtime
[junit4:junit4]   2> 15028 T3292 C182 P11190 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15028 T3292 C182 P11190 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 35
[junit4:junit4]   2> 15029 T3318 C181 P11193 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15030 T3318 C181 P11193 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15032 T3293 C182 P11190 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15032 T3293 C182 P11190 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15033 T3318 C181 P11193 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15033 T3318 C181 P11193 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15033 T3318 C181 P11193 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15036 T3293 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 15037 T3293 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index
[junit4:junit4]   2> 15038 T3293 C182 P11190 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15038 T3318 C181 P11193 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15043 T3318 C181 P11193 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163 forceNew:false
[junit4:junit4]   2> 15044 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15049 T3318 C181 P11193 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62d67eee; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15053 T3293 C182 P11190 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 15055 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index
[junit4:junit4]   2> 15055 T3318 C181 P11193 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15056 T3318 C181 P11193 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20121231235901163
[junit4:junit4]   2> 15057 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15058 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15058 T3318 C181 P11193 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index/ new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163
[junit4:junit4]   2> 15061 T3318 C181 P11193 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62d67eee; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15062 T3318 C181 P11193 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15063 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15064 T3318 C181 P11193 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15064 T3318 C181 P11193 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15064 T3318 C181 P11193 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15065 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163
[junit4:junit4]   2> 15066 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15069 T3318 C181 P11193 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62d67eee; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15070 T3318 C181 P11193 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15070 T3318 C181 P11193 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15071 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15071 T3318 C181 P11193 oass.SolrIndexSearcher.<init> Opening Searcher@3ddeee1a main
[junit4:junit4]   2> 15073 T3317 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3ddeee1a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15074 T3317 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index
[junit4:junit4]   2> 15075 T3318 C181 P11193 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15078 T3318 C181 P11193 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62d67eee; 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62d67eee; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15078 T3318 C181 P11193 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15090 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2
[junit4:junit4]   2> 15090 T3318 C181 P11193 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15090 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index.20121231235901163
[junit4:junit4]   2> 15090 T3318 C181 P11193 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty2/index
[junit4:junit4]   2> 15091 T3318 C181 P11193 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15091 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15091 T3318 C181 P11193 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15092 T3318 C181 P11193 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15093 T3318 C181 P11193 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15475 T3332 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15475 T3332 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11197/x collection:collection1 shard:shard1
[junit4:junit4]   2> 15478 T3332 oasc.ZkController.register We are http://127.0.0.1:11197/x/collection1/ and leader is http://127.0.0.1:11190/x/collection1/
[junit4:junit4]   2> 15479 T3332 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11197/x
[junit4:junit4]   2> 15479 T3332 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15479 T3332 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C183 name=collection1 org.apache.solr.core.SolrCore@15716c8e url=http://127.0.0.1:11197/x/collection1 node=127.0.0.1:11197_x C183_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:11197_x, base_url=http://127.0.0.1:11197/x}
[junit4:junit4]   2> 15480 T3336 C183 P11197 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15480 T3332 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15481 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15481 T3336 C183 P11197 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15482 T3336 C183 P11197 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15482 T3259 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 15482 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15483 T3336 C183 P11197 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15483 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15690 T3259 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15693 T3259 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:19301
[junit4:junit4]   2> 15694 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15695 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628
[junit4:junit4]   2> 15695 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/'
[junit4:junit4]   2> 15737 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15738 T3259 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15738 T3259 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628
[junit4:junit4]   2> 15739 T3259 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/solr.xml
[junit4:junit4]   2> 15739 T3259 oasc.CoreContainer.<init> New CoreContainer 810943007
[junit4:junit4]   2> 15740 T3259 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/'
[junit4:junit4]   2> 15741 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/'
[junit4:junit4]   2> 15770 T3259 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 15771 T3259 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15771 T3259 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15772 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15772 T3259 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15773 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15774 T3259 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15774 T3259 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15775 T3259 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15775 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15797 T3259 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15817 T3259 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:11183/solr
[junit4:junit4]   2> 15818 T3259 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15818 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@232344f5
[junit4:junit4]   2> 15819 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15820 T3346 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15821 T3346 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 15822 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:14258
[junit4:junit4]   2> 15823 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:14258
[junit4:junit4]   2> 15825 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b000b with negotiated timeout 20000 for client /140.211.11.196:14258
[junit4:junit4]   2> 15825 T3346 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b000b, negotiated timeout = 20000
[junit4:junit4]   2> 15825 T3347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@232344f5 name:ZooKeeperConnection Watcher:127.0.0.1:11183 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15825 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15827 T3264 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13bf442f17b000b
[junit4:junit4]   2> 15842 T3347 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15842 T3259 oaz.ZooKeeper.close Session: 0x13bf442f17b000b closed
[junit4:junit4]   2> 15843 T3261 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:14258 which had sessionid 0x13bf442f17b000b
[junit4:junit4]   2> 15843 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 15855 T3259 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:11183/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@11cb9ba2
[junit4:junit4]   2> 15856 T3259 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15857 T3348 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:11183. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15857 T3348 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:11183, initiating session
[junit4:junit4]   2> 15858 T3261 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19989
[junit4:junit4]   2> 15858 T3261 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19989
[junit4:junit4]   2> 15859 T3263 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf442f17b000c with negotiated timeout 20000 for client /140.211.11.196:19989
[junit4:junit4]   2> 15859 T3348 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:11183, sessionid = 0x13bf442f17b000c, negotiated timeout = 20000
[junit4:junit4]   2> 15860 T3349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11cb9ba2 name:ZooKeeperConnection Watcher:127.0.0.1:11183/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15860 T3259 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15861 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b000c type:create cxid:0x1 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15863 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b000c type:create cxid:0x2 zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15864 T3259 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:19301_x
[junit4:junit4]   2> 15865 T3264 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13bf442f17b000c type:delete cxid:0x4 zxid:0x96 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:19301_x Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:19301_x
[junit4:junit4]   2> 15873 T3259 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:19301_x
[junit4:junit4]   2> 15875 T3315 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> 15875 T3281 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15876 T3300 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15875 T3287 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15875 T3331 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15876 T3300 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> 15876 T3281 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> 15876 T3331 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> 15876 T3287 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> 15878 T3315 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15879 T3259 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15885 T3350 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/collection1
[junit4:junit4]   2> 15886 T3350 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15886 T3350 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15887 T3350 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15888 T3350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/collection1/'
[junit4:junit4]   2> 15889 T3350 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15890 T3350 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/collection1/lib/README' to classloader
[junit4:junit4]   2> 15942 T3350 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15988 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15989 T3282 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:11193_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11193/x"}
[junit4:junit4]   2> 15993 T3282 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:11197_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11197/x"}
[junit4:junit4]   2> 16008 T3287 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> 16008 T3315 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> 16008 T3349 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> 16008 T3300 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> 16008 T3281 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> 16008 T3331 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> 16014 T3350 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16117 T3350 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16123 T3350 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16767 T3350 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16778 T3350 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16782 T3350 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16794 T3350 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16799 T3350 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16803 T3350 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16805 T3350 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16806 T3350 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357012741628/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4/
[junit4:junit4]   2> 16806 T3350 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c4a6572
[junit4:junit4]   2> 16807 T3350 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 16808 T3350 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4 forceNew:false
[junit4:junit4]   2> 16808 T3350 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4
[junit4:junit4]   2> 16809 T3350 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4/index/
[junit4:junit4]   2> 16809 T3350 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16810 T3350 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4/index forceNew:false
[junit4:junit4]   2> 16816 T3350 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b9753a8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16816 T3350 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16826 T3350 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4/index
[junit4:junit4]   2> 16826 T3350 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 16829 T3350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16829 T3350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 16829 T3350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16830 T3350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 16830 T3350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16831 T3350 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16831 T3350 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16832 T3350 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16832 T3350 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16833 T3350 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 16833 T3350 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 16834 T3350 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16834 T3350 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 16835 T3350 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 16835 T3350 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 16836 T3350 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16836 T3350 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16837 T3350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16837 T3350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16838 T3350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16838 T3350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16839 T3350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16839 T3350 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16840 T3350 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16840 T3350 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 16841 T3350 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 16853 T3350 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16857 T3350 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 16858 T3350 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> 16861 T3350 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty4
[junit4:junit4]   2> 16863 T3350 oass.SolrIndexSearcher.<init> Opening Searcher@32c08307 main
[junit4:junit4]   2> 16864 T3350 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16864 T3350 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16865 T3350 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 16883 T3350 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 16969 T3351 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32c08307 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16975 T3350 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16976 T3350 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17519 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17520 T3282 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:19301_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:19301/x"}
[junit4:junit4]   2> 17521 T3282 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 17521 T3282 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17579 T3287 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> 17579 T3300 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> 17579 T3349 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> 17579 T3331 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> 17579 T3315 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> 17579 T3281 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> 17978 T3350 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17978 T3350 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:19301/x collection:collection1 shard:shard1
[junit4:junit4]   2> 17981 T3350 oasc.ZkController.register We are http://127.0.0.1:19301/x/collection1/ and leader is http://127.0.0.1:11190/x/collection1/
[junit4:junit4]   2> 17982 T3350 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:19301/x
[junit4:junit4]   2> 17982 T3350 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17982 T3350 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C184 name=collection1 org.apache.solr.core.SolrCore@52ba7516 url=http://127.0.0.1:19301/x/collection1 node=127.0.0.1:19301_x C184_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:19301_x, base_url=http://127.0.0.1:19301/x}
[junit4:junit4]   2> 17983 T3352 C184 P19301 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17983 T3350 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17984 T3352 C184 P19301 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17984 T3352 C184 P19301 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17985 T3352 C184 P19301 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17985 T3259 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17986 T3259 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17986 T3352 C184 P19301 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17986 T3259 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18005 T3259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18006 T3259 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 18007 T3259 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 18007 T3259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C183_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:11197_x, base_url=http://127.0.0.1:11197/x}
[junit4:junit4]   2> 18508 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:11190/x/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18508 T3336 C183 P11197 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:11197/x START replicas=[http://127.0.0.1:11190/x/collection1/] nUpdates=100
[junit4:junit4]   2> 18509 T3336 C183 P11197 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18510 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18510 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18510 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18510 T3336 C183 P11197 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18511 T3336 C183 P11197 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:11190/x/collection1/. core=collection1
[junit4:junit4]   2> 18511 T3336 C183 P11197 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18511 T3291 C182 P11190 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 18524 T3296 C182 P11190 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18540 T3296 C182 P11190 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18541 T3296 C182 P11190 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18542 T3296 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 18542 T3296 C182 P11190 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18543 T3296 C182 P11190 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 19
[junit4:junit4]   2> 18544 T3336 C183 P11197 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18544 T3336 C183 P11197 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18546 T3293 C182 P11190 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18547 T3336 C183 P11197 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 18547 T3336 C183 P11197 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18548 T3336 C183 P11197 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18550 T3293 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 18551 T3293 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index
[junit4:junit4]   2> 18551 T3293 C182 P11190 REQ /replication {command=filelist&generation=3&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18552 T3336 C183 P11197 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18557 T3336 C183 P11197 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676 forceNew:false
[junit4:junit4]   2> 18558 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18563 T3336 C183 P11197 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c8c951e; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18566 T3293 C182 P11190 REQ /replication {file=segments_3&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 18568 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index
[junit4:junit4]   2> 18568 T3336 C183 P11197 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18568 T3336 C183 P11197 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20121231235904676
[junit4:junit4]   2> 18570 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18570 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18571 T3336 C183 P11197 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index/ new=./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676
[junit4:junit4]   2> 18574 T3336 C183 P11197 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c8c951e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18575 T3336 C183 P11197 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18576 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18576 T3336 C183 P11197 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18577 T3336 C183 P11197 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18577 T3336 C183 P11197 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18581 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676
[junit4:junit4]   2> 18582 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18585 T3336 C183 P11197 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c8c951e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18586 T3336 C183 P11197 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18586 T3336 C183 P11197 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18587 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18587 T3336 C183 P11197 oass.SolrIndexSearcher.<init> Opening Searcher@6769ba42 main
[junit4:junit4]   2> 18589 T3333 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6769ba42 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 18590 T3333 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index
[junit4:junit4]   2> 18590 T3336 C183 P11197 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18610 T3336 C183 P11197 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c8c951e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c8c951e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 18610 T3336 C183 P11197 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 18612 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3
[junit4:junit4]   2> 18612 T3336 C183 P11197 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18612 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index.20121231235904676
[junit4:junit4]   2> 18613 T3336 C183 P11197 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty3/index
[junit4:junit4]   2> 18613 T3336 C183 P11197 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18613 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18613 T3336 C183 P11197 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18614 T3336 C183 P11197 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18615 T3336 C183 P11197 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19009 T3259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19083 T3282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19084 T3282 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:19301_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:19301/x"}
[junit4:junit4]   2> 19094 T3282 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:11197_x",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:11197/x"}
[junit4:junit4]   2> 19107 T3287 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> 19107 T3331 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> 19107 T3315 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> 19107 T3281 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> 19107 T3300 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> 19107 T3349 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> 20011 T3259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21014 T3259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C184_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:19301_x, base_url=http://127.0.0.1:19301/x}
[junit4:junit4]   2> 22009 T3352 C184 P19301 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:11190/x/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22009 T3352 C184 P19301 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:19301/x START replicas=[http://127.0.0.1:11190/x/collection1/] nUpdates=100
[junit4:junit4]   2> 22010 T3352 C184 P19301 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22010 T3352 C184 P19301 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22011 T3352 C184 P19301 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22011 T3352 C184 P19301 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22011 T3352 C184 P19301 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22012 T3352 C184 P19301 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:11190/x/collection1/. core=collection1
[junit4:junit4]   2> 22012 T3352 C184 P19301 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 22014 T3291 C182 P11190 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 22017 T3259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22030 T3290 C182 P11190 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 22092 T3290 C182 P11190 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; 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-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6317e974; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 22093 T3290 C182 P11190 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 22094 T3290 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 22095 T3290 C182 P11190 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22095 T3290 C182 P11190 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 66
[junit4:junit4]   2> 22097 T3352 C184 P19301 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22097 T3352 C184 P19301 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22099 T3293 C182 P11190 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 22100 T3352 C184 P19301 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 22100 T3352 C184 P19301 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22100 T3352 C184 P19301 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22103 T3293 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1
[junit4:junit4]   2> 22104 T3293 C182 P11190 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357012726130/jetty1/index
[junit4:junit4]   2> 22104 T3293 C182 P11190 REQ /replication {command=filelist&generation=4&wt=javabin&qt=/replication&ve

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

ad-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> 	  38) Thread[id=1155, name=searcherExecutor-894-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> 	  39) Thread[id=1199, name=TEST-BasicDistributedZkTest.testDistribSearch-seed#[545F91A21BEB2EC]-SendThread(localhost:59229), state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
[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> 	  40) Thread[id=1322, name=searcherExecutor-1001-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=1189, name=qtp1576824234-1189 Acceptor0 SocketConnector@127.0.0.1:13990, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.net.PlainSocketImpl.socketAccept(Native Method)
[junit4:junit4]   2> 	        at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
[junit4:junit4]   2> 	        at java.net.ServerSocket.implAccept(ServerSocket.java:522)
[junit4:junit4]   2> 	        at java.net.ServerSocket.accept(ServerSocket.java:490)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector.accept(SocketConnector.java:117)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[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> 	  42) Thread[id=1188, name=HashSessionScavenger-22, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.lang.Object.wait(Native Method)
[junit4:junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
[junit4:junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=MockSep), foo_b=MockVariableIntBlock(baseBlockSize=25), cat=Lucene41(blocksize=128), foo_d=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), foo_f=MockVariableIntBlock(baseBlockSize=25), n_tl1=PostingsFormat(name=MockSep), n_d1=Lucene41(blocksize=128), rnd_b=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), intDefault=PostingsFormat(name=MockSep), n_td1=PostingsFormat(name=MockSep), timestamp=Lucene41(blocksize=128), id=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), range_facet_sl=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), range_facet_si=Lucene41(blocksize=128), oddField_s=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), sequence_i=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), name=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), foo_i=PostingsFormat(name=MockSep), regex_dup_B_s=Lucene41(blocksize=128), multiDefault=Lucene41(blocksize=128), n_tf1=Lucene41(blocksize=128), n_dt1=PostingsFormat(name=MockSep), genre_s=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), author_t=PostingsFormat(name=MockSep), n_ti1=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), range_facet_l=Lucene41(blocksize=128), text=MockVariableIntBlock(baseBlockSize=25), _version_=PostingsFormat(name=MockSep), val_i=Pulsing41(freqCutoff=12 minBlockSize=88 maxBlockSize=270), SubjectTerms_mfacet=PostingsFormat(name=MockSep), series_t=PostingsFormat(name=MockSep), a_t=Lucene41(blocksize=128), n_tdt1=PostingsFormat(name=MockSep), regex_dup_A_s=MockVariableIntBlock(baseBlockSize=25), price=MockVariableIntBlock(baseBlockSize=25), other_tl1=PostingsFormat(name=MockSep), n_l1=Lucene41(blocksize=128), a_si=PostingsFormat(name=MockSep), inStock=MockVariableIntBlock(baseBlockSize=25)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=pt_PT, timezone=America/Rosario
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=45,free=238009192,total=535822336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SampleTest, SuggesterFSTTest, SolrRequestParserTest, TestZkChroot, SolrCmdDistributorTest, TestPHPSerializedResponseWriter, ClusterStateTest, TestAnalyzedSuggestions, SOLR749Test, TestLazyCores, CollectionsAPIDistributedZkTest, TestIBSimilarityFactory, TestFiltering, DateMathParserTest, ResourceLoaderTest, TestRangeQuery, SystemInfoHandlerTest, TestLMJelinekMercerSimilarityFactory, JsonLoaderTest, TestNumberUtils, SearchHandlerTest, TestJoin, UniqFieldsUpdateProcessorFactoryTest, TestBinaryResponseWriter, DistributedTermsComponentTest, SolrCoreCheckLockOnStartupTest, TestSolrJ, NumericFieldsTest, SpatialFilterTest, TestQuerySenderNoQuery, TestFuzzyAnalyzedSuggestions, TestSolrQueryParser, PreAnalyzedFieldTest, CurrencyFieldTest, FieldAnalysisRequestHandlerTest, TermsComponentTest, TestCoreContainer, ZkControllerTest, TestXIncludeConfig, AutoCommitTest, QueryElevationComponentTest, SimpleFacetsTest, BadComponentTest, TestIndexSearcher, TestJmxMonitoredMap, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=545F91A21BEB2EC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=America/Rosario -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([545F91A21BEB2EC]:0)
[junit4:junit4] Completed on J0 in 7223.97s, 1 test, 2 errors <<< FAILURES!

[...truncated 54 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:438: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:841: There were test failures: 244 suites, 1010 tests, 1 suite-level error, 1 error, 1 failure, 84 ignored (3 assumptions)

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