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/06/19 13:54:33 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4076 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4076/

3 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.testDistribSearch

Error Message:
expected:<174> but was:<44>

Stack Trace:
java.lang.AssertionError: expected:<174> but was:<44>
	at __randomizedtesting.SeedInfo.seed([8982A827897334FE:864263FFE2C54C2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.RecoveryZkTest.doTest(RecoveryZkTest.java:108)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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.ShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:62691/l_qkp/r returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:62691/l_qkp/r returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([8982A827897334FE:864263FFE2C54C2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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 is not consistent.  Got 305 from http://127.0.0.1:45840/did/j/collection1lastClient and got 255 from http://127.0.0.1:22110/did/j/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:45840/did/j/collection1lastClient and got 255 from http://127.0.0.1:22110/did/j/collection1
	at __randomizedtesting.SeedInfo.seed([8982A827897334FE:864263FFE2C54C2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1018)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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 9385 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 170350 T575 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /l_qkp/r
[junit4:junit4]   2> 170357 T575 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-ShardSplitTest-1371640863023
[junit4:junit4]   2> 170359 T575 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 170360 T576 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 170460 T575 oasc.ZkTestServer.run start zk server on port:30630
[junit4:junit4]   2> 170461 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 170490 T582 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26c788b6 name:ZooKeeperConnection Watcher:127.0.0.1:30630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 170491 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 170491 T575 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 170506 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 170519 T584 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71a80d42 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 170519 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 170520 T575 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 170532 T575 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 170541 T575 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 170551 T575 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 170555 T575 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 170556 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 170562 T575 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 170563 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 170667 T575 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> 170668 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 170678 T575 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> 170678 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 170682 T575 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> 170683 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 170687 T575 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> 170688 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 170691 T575 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> 170692 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 170696 T575 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> 170696 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 170700 T575 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> 170701 T575 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 170969 T575 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 170973 T575 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:49264
[junit4:junit4]   2> 170973 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 170974 T575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 170975 T575 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.ShardSplitTest-controljetty-1371640863376
[junit4:junit4]   2> 170975 T575 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1371640863376/solr.xml
[junit4:junit4]   2> 170976 T575 oasc.CoreContainer.<init> New CoreContainer 662668002
[junit4:junit4]   2> 170976 T575 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.ShardSplitTest-controljetty-1371640863376/'
[junit4:junit4]   2> 170977 T575 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.ShardSplitTest-controljetty-1371640863376/'
[junit4:junit4]   2> 171104 T575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 171105 T575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 171106 T575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 171106 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 171107 T575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 171107 T575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 171108 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 171109 T575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 171109 T575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 171110 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 171127 T575 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 171128 T575 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:30630/solr
[junit4:junit4]   2> 171129 T575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 171130 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 171133 T595 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@588f285a name:ZooKeeperConnection Watcher:127.0.0.1:30630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 171133 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 171136 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 171149 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 171151 T597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7dd5c870 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 171151 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 171154 T575 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 171163 T575 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 171167 T575 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 171171 T575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49264_l_qkp%2Fr
[junit4:junit4]   2> 171177 T575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49264_l_qkp%2Fr
[junit4:junit4]   2> 171181 T575 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 171193 T575 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 171202 T575 oasc.Overseer.start Overseer (id=89891855599599619-127.0.0.1:49264_l_qkp%2Fr-n_0000000000) starting
[junit4:junit4]   2> 171211 T575 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 171224 T599 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 171225 T575 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 171228 T575 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 171230 T575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 171233 T598 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 171237 T600 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 171237 T600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 172737 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 172738 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49264_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49264/l_qkp/r"}
[junit4:junit4]   2> 172738 T598 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 172739 T598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 172777 T597 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> 173241 T600 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.ShardSplitTest-controljetty-1371640863376/collection1
[junit4:junit4]   2> 173241 T600 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 173242 T600 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 173242 T600 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 173244 T600 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.ShardSplitTest-controljetty-1371640863376/collection1/'
[junit4:junit4]   2> 173246 T600 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.ShardSplitTest-controljetty-1371640863376/collection1/lib/README' to classloader
[junit4:junit4]   2> 173247 T600 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.ShardSplitTest-controljetty-1371640863376/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 173299 T600 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 173371 T600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 173473 T600 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 173480 T600 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 174054 T600 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 174057 T600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 174058 T600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 174063 T600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 174092 T600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 174092 T600 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.ShardSplitTest-controljetty-1371640863376/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/control/data/
[junit4:junit4]   2> 174092 T600 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4702b4ee
[junit4:junit4]   2> 174093 T600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 174093 T600 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/control/data
[junit4:junit4]   2> 174093 T600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1371640863023/control/data/index/
[junit4:junit4]   2> 174094 T600 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1371640863023/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 174094 T600 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/control/data/index
[junit4:junit4]   2> 174097 T600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@606acc48 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c19fd21),segFN=segments_1,generation=1}
[junit4:junit4]   2> 174098 T600 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 174100 T600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 174100 T600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 174101 T600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 174101 T600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 174102 T600 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 174102 T600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 174102 T600 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 174103 T600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 174103 T600 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 174114 T600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 174119 T600 oass.SolrIndexSearcher.<init> Opening Searcher@2dad6a1b main
[junit4:junit4]   2> 174119 T600 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/control/data/tlog
[junit4:junit4]   2> 174120 T600 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 174120 T600 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 174124 T601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2dad6a1b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 174124 T600 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 174125 T600 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49264/l_qkp/r collection:control_collection shard:shard1
[junit4:junit4]   2> 174125 T600 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 174144 T600 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 174156 T600 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 174156 T600 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 174156 T600 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49264/l_qkp/r/collection1/
[junit4:junit4]   2> 174156 T600 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 174157 T600 oasc.SyncStrategy.syncToMe http://127.0.0.1:49264/l_qkp/r/collection1/ has no replicas
[junit4:junit4]   2> 174157 T600 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49264/l_qkp/r/collection1/
[junit4:junit4]   2> 174157 T600 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 174283 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174370 T597 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> 174420 T600 oasc.ZkController.register We are http://127.0.0.1:49264/l_qkp/r/collection1/ and leader is http://127.0.0.1:49264/l_qkp/r/collection1/
[junit4:junit4]   2> 174420 T600 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49264/l_qkp/r
[junit4:junit4]   2> 174420 T600 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 174421 T600 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 174421 T600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 174423 T600 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174424 T575 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> 174425 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 174425 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 174438 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 174439 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 174442 T604 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c0fbf40 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 174442 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 174444 T575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 174447 T575 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 174712 T575 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 174715 T575 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:62691
[junit4:junit4]   2> 174716 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 174717 T575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 174717 T575 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.ShardSplitTest-jetty1-1371640867112
[junit4:junit4]   2> 174718 T575 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1371640867112/solr.xml
[junit4:junit4]   2> 174718 T575 oasc.CoreContainer.<init> New CoreContainer 1058488936
[junit4:junit4]   2> 174719 T575 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.ShardSplitTest-jetty1-1371640867112/'
[junit4:junit4]   2> 174719 T575 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.ShardSplitTest-jetty1-1371640867112/'
[junit4:junit4]   2> 174847 T575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 174848 T575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 174848 T575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 174849 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 174849 T575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 174850 T575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 174850 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 174851 T575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 174851 T575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 174852 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 174871 T575 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 174872 T575 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:30630/solr
[junit4:junit4]   2> 174872 T575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 174873 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 174877 T615 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28f67ca7 name:ZooKeeperConnection Watcher:127.0.0.1:30630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 174877 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 174904 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 174913 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 174924 T617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d922504 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 174924 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 174941 T575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 175901 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 175902 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49264_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49264_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49264/l_qkp/r"}
[junit4:junit4]   2> 175943 T617 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> 175943 T597 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> 175943 T604 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> 175945 T575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62691_l_qkp%2Fr
[junit4:junit4]   2> 175947 T575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62691_l_qkp%2Fr
[junit4:junit4]   2> 175957 T617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 175958 T604 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 175958 T597 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 175958 T604 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> 175958 T597 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> 175959 T617 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 175966 T618 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 175966 T618 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 177449 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 177450 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62691_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62691/l_qkp/r"}
[junit4:junit4]   2> 177450 T598 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 177451 T598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 177456 T604 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> 177456 T597 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> 177456 T617 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> 177970 T618 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.ShardSplitTest-jetty1-1371640867112/collection1
[junit4:junit4]   2> 177970 T618 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 177971 T618 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 177971 T618 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 177973 T618 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.ShardSplitTest-jetty1-1371640867112/collection1/'
[junit4:junit4]   2> 177974 T618 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.ShardSplitTest-jetty1-1371640867112/collection1/lib/README' to classloader
[junit4:junit4]   2> 177975 T618 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.ShardSplitTest-jetty1-1371640867112/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 178028 T618 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178099 T618 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 178200 T618 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 178207 T618 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 178779 T618 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 178784 T618 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 178786 T618 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 178792 T618 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 178827 T618 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 178827 T618 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.ShardSplitTest-jetty1-1371640867112/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty1/
[junit4:junit4]   2> 178828 T618 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4702b4ee
[junit4:junit4]   2> 178828 T618 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 178829 T618 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty1
[junit4:junit4]   2> 178829 T618 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty1/index/
[junit4:junit4]   2> 178830 T618 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 178830 T618 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty1/index
[junit4:junit4]   2> 178835 T618 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784b47c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36e74c70),segFN=segments_1,generation=1}
[junit4:junit4]   2> 178835 T618 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 178839 T618 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 178839 T618 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 178840 T618 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 178841 T618 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 178842 T618 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 178842 T618 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 178842 T618 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 178843 T618 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 178844 T618 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 178860 T618 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 178868 T618 oass.SolrIndexSearcher.<init> Opening Searcher@926028a main
[junit4:junit4]   2> 178868 T618 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty1/tlog
[junit4:junit4]   2> 178869 T618 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 178870 T618 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 178875 T619 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@926028a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 178878 T618 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 178879 T618 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62691/l_qkp/r collection:collection1 shard:shard1
[junit4:junit4]   2> 178880 T618 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 178897 T618 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 178908 T618 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 178908 T618 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 178909 T618 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62691/l_qkp/r/collection1/
[junit4:junit4]   2> 178909 T618 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 178909 T618 oasc.SyncStrategy.syncToMe http://127.0.0.1:62691/l_qkp/r/collection1/ has no replicas
[junit4:junit4]   2> 178910 T618 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62691/l_qkp/r/collection1/
[junit4:junit4]   2> 178910 T618 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 178968 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 178983 T617 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> 178983 T597 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> 178983 T604 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> 179027 T618 oasc.ZkController.register We are http://127.0.0.1:62691/l_qkp/r/collection1/ and leader is http://127.0.0.1:62691/l_qkp/r/collection1/
[junit4:junit4]   2> 179027 T618 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62691/l_qkp/r
[junit4:junit4]   2> 179027 T618 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 179028 T618 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 179028 T618 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 179030 T618 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 179032 T575 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> 179033 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 179033 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 179325 T575 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 179329 T575 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57938
[junit4:junit4]   2> 179330 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 179330 T575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 179331 T575 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.ShardSplitTest-jetty2-1371640871717
[junit4:junit4]   2> 179332 T575 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1371640871717/solr.xml
[junit4:junit4]   2> 179332 T575 oasc.CoreContainer.<init> New CoreContainer 434343587
[junit4:junit4]   2> 179333 T575 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.ShardSplitTest-jetty2-1371640871717/'
[junit4:junit4]   2> 179333 T575 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.ShardSplitTest-jetty2-1371640871717/'
[junit4:junit4]   2> 179462 T575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 179463 T575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 179463 T575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 179464 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 179464 T575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 179465 T575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 179466 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 179466 T575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 179467 T575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 179467 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 179486 T575 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 179487 T575 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:30630/solr
[junit4:junit4]   2> 179487 T575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 179488 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 179501 T631 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c42cf93 name:ZooKeeperConnection Watcher:127.0.0.1:30630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 179502 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 179571 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 179585 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 179587 T633 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71259875 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 179588 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 179621 T575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 180491 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 180492 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:62691_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62691_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62691/l_qkp/r"}
[junit4:junit4]   2> 180505 T604 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> 180505 T633 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> 180505 T597 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> 180505 T617 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> 180625 T575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57938_l_qkp%2Fr
[junit4:junit4]   2> 180630 T575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57938_l_qkp%2Fr
[junit4:junit4]   2> 180632 T617 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> 180632 T633 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> 180633 T597 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 180633 T604 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 180633 T597 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> 180633 T604 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> 180634 T617 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 180634 T633 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 180648 T634 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 180648 T634 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 182011 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 182012 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57938_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57938/l_qkp/r"}
[junit4:junit4]   2> 182013 T598 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 182013 T598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 182018 T617 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> 182018 T597 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> 182018 T633 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> 182018 T604 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> 182652 T634 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.ShardSplitTest-jetty2-1371640871717/collection1
[junit4:junit4]   2> 182652 T634 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 182653 T634 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 182654 T634 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 182655 T634 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.ShardSplitTest-jetty2-1371640871717/collection1/'
[junit4:junit4]   2> 182657 T634 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.ShardSplitTest-jetty2-1371640871717/collection1/lib/README' to classloader
[junit4:junit4]   2> 182658 T634 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.ShardSplitTest-jetty2-1371640871717/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 182710 T634 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 182771 T634 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 182872 T634 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 182879 T634 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 183465 T634 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 183469 T634 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 183471 T634 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 183477 T634 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 183512 T634 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 183512 T634 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.ShardSplitTest-jetty2-1371640871717/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty2/
[junit4:junit4]   2> 183512 T634 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4702b4ee
[junit4:junit4]   2> 183513 T634 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 183514 T634 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty2
[junit4:junit4]   2> 183515 T634 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty2/index/
[junit4:junit4]   2> 183515 T634 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 183516 T634 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty2/index
[junit4:junit4]   2> 183520 T634 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcbdb9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e7522a1),segFN=segments_1,generation=1}
[junit4:junit4]   2> 183520 T634 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 183524 T634 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 183524 T634 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 183525 T634 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 183526 T634 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 183527 T634 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 183527 T634 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 183528 T634 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 183528 T634 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 183529 T634 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 183546 T634 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 183554 T634 oass.SolrIndexSearcher.<init> Opening Searcher@320f0ea0 main
[junit4:junit4]   2> 183554 T634 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty2/tlog
[junit4:junit4]   2> 183555 T634 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 183556 T634 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 183562 T635 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@320f0ea0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 183565 T634 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 183565 T634 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57938/l_qkp/r collection:collection1 shard:shard2
[junit4:junit4]   2> 183566 T634 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 183586 T634 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 183590 T634 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 183590 T634 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 183590 T634 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57938/l_qkp/r/collection1/
[junit4:junit4]   2> 183591 T634 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 183591 T634 oasc.SyncStrategy.syncToMe http://127.0.0.1:57938/l_qkp/r/collection1/ has no replicas
[junit4:junit4]   2> 183591 T634 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57938/l_qkp/r/collection1/
[junit4:junit4]   2> 183592 T634 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 185026 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 185036 T604 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> 185036 T597 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> 185036 T633 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> 185036 T617 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> 185077 T634 oasc.ZkController.register We are http://127.0.0.1:57938/l_qkp/r/collection1/ and leader is http://127.0.0.1:57938/l_qkp/r/collection1/
[junit4:junit4]   2> 185077 T634 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57938/l_qkp/r
[junit4:junit4]   2> 185077 T634 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 185078 T634 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 185078 T634 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 185080 T634 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 185082 T575 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> 185083 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 185084 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 185360 T575 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 185364 T575 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:12539
[junit4:junit4]   2> 185365 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 185365 T575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 185366 T575 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.ShardSplitTest-jetty3-1371640877766
[junit4:junit4]   2> 185367 T575 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1371640877766/solr.xml
[junit4:junit4]   2> 185367 T575 oasc.CoreContainer.<init> New CoreContainer 1709006452
[junit4:junit4]   2> 185368 T575 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.ShardSplitTest-jetty3-1371640877766/'
[junit4:junit4]   2> 185368 T575 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.ShardSplitTest-jetty3-1371640877766/'
[junit4:junit4]   2> 185495 T575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 185496 T575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 185497 T575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 185498 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 185498 T575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 185499 T575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 185499 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 185500 T575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 185500 T575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 185501 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 185518 T575 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 185519 T575 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:30630/solr
[junit4:junit4]   2> 185519 T575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 185521 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 185524 T647 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55432a38 name:ZooKeeperConnection Watcher:127.0.0.1:30630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 185525 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 185543 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 185555 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 185557 T649 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37b49805 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 185557 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 185563 T575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 186543 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 186544 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57938_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57938_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57938/l_qkp/r"}
[junit4:junit4]   2> 186549 T604 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> 186549 T597 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> 186549 T617 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> 186549 T649 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> 186549 T633 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> 186567 T575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12539_l_qkp%2Fr
[junit4:junit4]   2> 186569 T575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12539_l_qkp%2Fr
[junit4:junit4]   2> 186571 T633 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> 186571 T617 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> 186572 T597 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 186572 T604 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 186572 T597 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> 186572 T649 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 186573 T604 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> 186573 T649 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> 186573 T633 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 186574 T617 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 186580 T650 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 186580 T650 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 188055 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 188056 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:12539_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:12539/l_qkp/r"}
[junit4:junit4]   2> 188056 T598 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 188057 T598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 188076 T604 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> 188076 T649 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> 188076 T597 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> 188076 T617 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> 188076 T633 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> 188584 T650 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.ShardSplitTest-jetty3-1371640877766/collection1
[junit4:junit4]   2> 188584 T650 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 188585 T650 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 188586 T650 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 188588 T650 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.ShardSplitTest-jetty3-1371640877766/collection1/'
[junit4:junit4]   2> 188589 T650 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.ShardSplitTest-jetty3-1371640877766/collection1/lib/README' to classloader
[junit4:junit4]   2> 188590 T650 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.ShardSplitTest-jetty3-1371640877766/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 188642 T650 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 188703 T650 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 188804 T650 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 188811 T650 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 189402 T650 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 189406 T650 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 189409 T650 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 189414 T650 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 189449 T650 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 189450 T650 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.ShardSplitTest-jetty3-1371640877766/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/
[junit4:junit4]   2> 189450 T650 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4702b4ee
[junit4:junit4]   2> 189451 T650 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 189452 T650 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3
[junit4:junit4]   2> 189452 T650 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index/
[junit4:junit4]   2> 189452 T650 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 189453 T650 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index
[junit4:junit4]   2> 189457 T650 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71114a4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@69e94b3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 189457 T650 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 189461 T650 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 189461 T650 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 189462 T650 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 189463 T650 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 189464 T650 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 189464 T650 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 189465 T650 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 189466 T650 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 189466 T650 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 189483 T650 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 189491 T650 oass.SolrIndexSearcher.<init> Opening Searcher@148a5e75 main
[junit4:junit4]   2> 189492 T650 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/tlog
[junit4:junit4]   2> 189493 T650 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 189494 T650 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 189500 T651 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@148a5e75 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 189503 T650 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 189503 T650 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:12539/l_qkp/r collection:collection1 shard:shard1
[junit4:junit4]   2> 189507 T650 oasc.ZkController.register We are http://127.0.0.1:12539/l_qkp/r/collection1/ and leader is http://127.0.0.1:62691/l_qkp/r/collection1/
[junit4:junit4]   2> 189507 T650 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:12539/l_qkp/r
[junit4:junit4]   2> 189508 T650 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 189508 T650 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C119 name=collection1 org.apache.solr.core.SolrCore@53ab68de url=http://127.0.0.1:12539/l_qkp/r/collection1 node=127.0.0.1:12539_l_qkp%2Fr C119_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:12539_l_qkp%2Fr, base_url=http://127.0.0.1:12539/l_qkp/r}
[junit4:junit4]   2> 189508 T652 C119 P12539 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 189509 T650 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 189509 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 189510 T652 C119 P12539 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 189510 T652 C119 P12539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 189511 T575 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> 189512 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 189512 T652 C119 P12539 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 189512 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 189541 T607 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:12539_l_qkp%2Fr_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 189582 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 189583 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:12539_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:12539_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:12539/l_qkp/r"}
[junit4:junit4]   2> 189596 T604 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> 189596 T597 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> 189596 T617 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> 189596 T649 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> 189596 T633 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> 189836 T575 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 189839 T575 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:41032
[junit4:junit4]   2> 189840 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 189841 T575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 189841 T575 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.ShardSplitTest-jetty4-1371640882204
[junit4:junit4]   2> 189842 T575 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1371640882204/solr.xml
[junit4:junit4]   2> 189842 T575 oasc.CoreContainer.<init> New CoreContainer 1856178865
[junit4:junit4]   2> 189843 T575 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.ShardSplitTest-jetty4-1371640882204/'
[junit4:junit4]   2> 189844 T575 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.ShardSplitTest-jetty4-1371640882204/'
[junit4:junit4]   2> 189990 T575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 189991 T575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 189992 T575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 189992 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 189993 T575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 189993 T575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 189994 T575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 189995 T575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 189995 T575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 189996 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 190016 T575 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 190017 T575 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:30630/solr
[junit4:junit4]   2> 190018 T575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 190020 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 190049 T664 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@365f4402 name:ZooKeeperConnection Watcher:127.0.0.1:30630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 190050 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 190060 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 190073 T575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 190076 T666 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9017643 name:ZooKeeperConnection Watcher:127.0.0.1:30630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 190076 T575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 190088 T575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 190543 T607 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:12539_l_qkp%2Fr_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 190544 T607 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:12539_l_qkp%252Fr_collection1&state=recovering&nodeName=127.0.0.1:12539_l_qkp%252Fr&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   2> 191092 T575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41032_l_qkp%2Fr
[junit4:junit4]   2> 191094 T575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41032_l_qkp%2Fr
[junit4:junit4]   2> 191097 T633 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> 191098 T617 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> 191098 T649 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 191098 T604 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 191098 T597 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 191098 T666 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 191099 T597 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> 191099 T604 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> 191099 T649 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> 191099 T633 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 191107 T617 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 191111 T667 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 191112 T667 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C119_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:12539_l_qkp%2Fr, base_url=http://127.0.0.1:12539/l_qkp/r}
[junit4:junit4]   2> 192546 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:62691/l_qkp/r/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 192546 T652 C119 P12539 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:12539/l_qkp/r START replicas=[http://127.0.0.1:62691/l_qkp/r/collection1/] nUpdates=100
[junit4:junit4]   2> 192547 T652 C119 P12539 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 192548 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 192548 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 192548 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 192549 T652 C119 P12539 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 192549 T652 C119 P12539 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:62691/l_qkp/r/collection1/. core=collection1
[junit4:junit4]   2> 192550 T652 C119 P12539 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C120 name=collection1 org.apache.solr.core.SolrCore@78433998 url=http://127.0.0.1:62691/l_qkp/r/collection1 node=127.0.0.1:62691_l_qkp%2Fr C120_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:62691_l_qkp%2Fr, base_url=http://127.0.0.1:62691/l_qkp/r, leader=true}
[junit4:junit4]   2> 192558 T608 C120 P62691 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 192565 T609 C120 P62691 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 192568 T609 C120 P62691 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784b47c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36e74c70),segFN=segments_1,generation=1}
[junit4:junit4]   2> 192569 T609 C120 P62691 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 192570 T609 C120 P62691 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784b47c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36e74c70),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784b47c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36e74c70),segFN=segments_2,generation=2}
[junit4:junit4]   2> 192570 T609 C120 P62691 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 192571 T609 C120 P62691 oass.SolrIndexSearcher.<init> Opening Searcher@44883a19 realtime
[junit4:junit4]   2> 192572 T609 C120 P62691 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 192572 T609 C120 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 192573 T652 C119 P12539 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 192574 T652 C119 P12539 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 192576 T610 C120 P62691 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 192577 T610 C120 P62691 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 192578 T652 C119 P12539 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 192578 T652 C119 P12539 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 192578 T652 C119 P12539 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 192582 T610 C120 P62691 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 192583 T652 C119 P12539 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 192584 T652 C119 P12539 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index.20130620000625248
[junit4:junit4]   2> 192584 T652 C119 P12539 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c9d2cb1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b95aa1d) fullCopy=false
[junit4:junit4]   2> 192588 T610 C120 P62691 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 192591 T652 C119 P12539 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 192592 T652 C119 P12539 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 192592 T652 C119 P12539 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 192595 T652 C119 P12539 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71114a4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@69e94b3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71114a4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@69e94b3),segFN=segments_2,generation=2}
[junit4:junit4]   2> 192596 T652 C119 P12539 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 192596 T652 C119 P12539 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 192596 T652 C119 P12539 oass.SolrIndexSearcher.<init> Opening Searcher@b8c56f6 main
[junit4:junit4]   2> 192598 T651 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b8c56f6 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 192599 T652 C119 P12539 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index.20130620000625248 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index.20130620000625248;done=true>>]
[junit4:junit4]   2> 192599 T652 C119 P12539 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index.20130620000625248
[junit4:junit4]   2> 192599 T652 C119 P12539 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty3/index.20130620000625248
[junit4:junit4]   2> 192600 T652 C119 P12539 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 192600 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 192600 T652 C119 P12539 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 192601 T652 C119 P12539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 192603 T652 C119 P12539 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 192611 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 192612 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41032_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41032/l_qkp/r"}
[junit4:junit4]   2> 192612 T598 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 192612 T598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 192618 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:12539_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:12539_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:12539/l_qkp/r"}
[junit4:junit4]   2> 192629 T666 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> 192629 T597 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> 192629 T617 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> 192629 T649 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> 192629 T633 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> 192629 T604 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> 193115 T667 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.ShardSplitTest-jetty4-1371640882204/collection1
[junit4:junit4]   2> 193115 T667 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 193116 T667 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 193117 T667 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 193119 T667 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.ShardSplitTest-jetty4-1371640882204/collection1/'
[junit4:junit4]   2> 193120 T667 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.ShardSplitTest-jetty4-1371640882204/collection1/lib/README' to classloader
[junit4:junit4]   2> 193121 T667 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.ShardSplitTest-jetty4-1371640882204/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 193181 T667 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 193251 T667 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 193253 T667 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 193272 T667 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 193917 T667 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 193922 T667 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 193924 T667 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 193930 T667 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 193963 T667 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 193964 T667 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.ShardSplitTest-jetty4-1371640882204/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/
[junit4:junit4]   2> 193964 T667 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4702b4ee
[junit4:junit4]   2> 193965 T667 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 193966 T667 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4
[junit4:junit4]   2> 193966 T667 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index/
[junit4:junit4]   2> 193966 T667 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 193967 T667 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index
[junit4:junit4]   2> 193972 T667 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c396b66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c6df8a4),segFN=segments_1,generation=1}
[junit4:junit4]   2> 193972 T667 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 193976 T667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 193976 T667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 193977 T667 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 193978 T667 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 193979 T667 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 193979 T667 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 193980 T667 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 193981 T667 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 193982 T667 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 194001 T667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 194010 T667 oass.SolrIndexSearcher.<init> Opening Searcher@4bce8bc5 main
[junit4:junit4]   2> 194011 T667 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/tlog
[junit4:junit4]   2> 194012 T667 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 194012 T667 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 194018 T670 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4bce8bc5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 194021 T667 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 194021 T667 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41032/l_qkp/r collection:collection1 shard:shard2
[junit4:junit4]   2> 194026 T667 oasc.ZkController.register We are http://127.0.0.1:41032/l_qkp/r/collection1/ and leader is http://127.0.0.1:57938/l_qkp/r/collection1/
[junit4:junit4]   2> 194026 T667 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41032/l_qkp/r
[junit4:junit4]   2> 194026 T667 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 194027 T667 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C121 name=collection1 org.apache.solr.core.SolrCore@55a186a5 url=http://127.0.0.1:41032/l_qkp/r/collection1 node=127.0.0.1:41032_l_qkp%2Fr C121_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:41032_l_qkp%2Fr, base_url=http://127.0.0.1:41032/l_qkp/r}
[junit4:junit4]   2> 194027 T671 C121 P41032 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 194028 T667 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 194028 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 194028 T671 C121 P41032 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 194029 T671 C121 P41032 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 194029 T575 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> 194030 T575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 194030 T671 C121 P41032 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 194031 T575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 194055 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 194056 T623 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:41032_l_qkp%2Fr_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 194057 T575 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 194058 T575 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 194059 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 194143 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 194144 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41032_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41032_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41032/l_qkp/r"}
[junit4:junit4]   2> 194158 T604 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> 194158 T649 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> 194158 T597 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> 194158 T617 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> 194158 T666 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> 194158 T633 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> 195058 T623 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:41032_l_qkp%2Fr_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 195058 T623 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:41032_l_qkp%252Fr_collection1&state=recovering&nodeName=127.0.0.1:41032_l_qkp%252Fr&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   2> 195061 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 196064 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C121_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:41032_l_qkp%2Fr, base_url=http://127.0.0.1:41032/l_qkp/r}
[junit4:junit4]   2> 197061 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57938/l_qkp/r/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 197061 T671 C121 P41032 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41032/l_qkp/r START replicas=[http://127.0.0.1:57938/l_qkp/r/collection1/] nUpdates=100
[junit4:junit4]   2> 197062 T671 C121 P41032 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 197062 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 197062 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 197063 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 197063 T671 C121 P41032 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 197063 T671 C121 P41032 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57938/l_qkp/r/collection1/. core=collection1
[junit4:junit4]   2> 197064 T671 C121 P41032 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 197067 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C122 name=collection1 org.apache.solr.core.SolrCore@426a6f70 url=http://127.0.0.1:57938/l_qkp/r/collection1 node=127.0.0.1:57938_l_qkp%2Fr C122_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57938_l_qkp%2Fr, base_url=http://127.0.0.1:57938/l_qkp/r, leader=true}
[junit4:junit4]   2> 197072 T624 C122 P57938 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 197078 T625 C122 P57938 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 197081 T625 C122 P57938 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcbdb9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e7522a1),segFN=segments_1,generation=1}
[junit4:junit4]   2> 197082 T625 C122 P57938 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 197083 T625 C122 P57938 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcbdb9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e7522a1),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcbdb9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e7522a1),segFN=segments_2,generation=2}
[junit4:junit4]   2> 197083 T625 C122 P57938 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 197084 T625 C122 P57938 oass.SolrIndexSearcher.<init> Opening Searcher@6a750a44 realtime
[junit4:junit4]   2> 197084 T625 C122 P57938 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 197085 T625 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 197086 T671 C121 P41032 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 197087 T671 C121 P41032 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 197089 T626 C122 P57938 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 197089 T626 C122 P57938 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 197090 T671 C121 P41032 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 197091 T671 C121 P41032 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 197091 T671 C121 P41032 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 197095 T626 C122 P57938 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 197096 T671 C121 P41032 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 197097 T671 C121 P41032 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index.20130620000629761
[junit4:junit4]   2> 197097 T671 C121 P41032 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@2de4ba27 lockFactory=org.apache.lucene.store.NativeFSLockFactory@688265a7) fullCopy=false
[junit4:junit4]   2> 197101 T626 C122 P57938 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 197104 T671 C121 P41032 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 197105 T671 C121 P41032 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 197105 T671 C121 P41032 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 197108 T671 C121 P41032 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c396b66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c6df8a4),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c396b66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c6df8a4),segFN=segments_2,generation=2}
[junit4:junit4]   2> 197108 T671 C121 P41032 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 197109 T671 C121 P41032 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 197109 T671 C121 P41032 oass.SolrIndexSearcher.<init> Opening Searcher@44d58377 main
[junit4:junit4]   2> 197110 T670 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44d58377 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 197111 T671 C121 P41032 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index.20130620000629761 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index.20130620000629761;done=true>>]
[junit4:junit4]   2> 197112 T671 C121 P41032 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index.20130620000629761
[junit4:junit4]   2> 197112 T671 C121 P41032 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ShardSplitTest-1371640863023/jetty4/index.20130620000629761
[junit4:junit4]   2> 197112 T671 C121 P41032 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 197112 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 197113 T671 C121 P41032 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 197113 T671 C121 P41032 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 197115 T671 C121 P41032 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 197166 T598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 197167 T598 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41032_l_qkp%2Fr_collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41032_l_qkp%2Fr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41032/l_qkp/r"}
[junit4:junit4]   2> 197180 T666 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> 197180 T633 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> 197181 T597 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> 197181 T617 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> 197180 T649 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> 197180 T604 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> 198070 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 198072 T575 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C123 name=collection1 org.apache.solr.core.SolrCore@74028703 url=http://127.0.0.1:49264/l_qkp/r/collection1 node=127.0.0.1:49264_l_qkp%2Fr C123_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49264_l_qkp%2Fr, base_url=http://127.0.0.1:49264/l_qkp/r, leader=true}
[junit4:junit4]   2> 198083 T587 C123 P49264 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 198086 T587 C123 P49264 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@606acc48 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c19fd21),segFN=segments_1,generation=1}
[junit4:junit4]   2> 198087 T587 C123 P49264 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 198088 T587 C123 P49264 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@606acc48 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c19fd21),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@606acc48 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c19fd21),segFN=segments_2,generation=2}
[junit4:junit4]   2> 198089 T587 C123 P49264 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 198089 T587 C123 P49264 oass.SolrIndexSearcher.<init> Opening Searcher@e7ef9b0 main
[junit4:junit4]   2> 198090 T587 C123 P49264 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198091 T601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e7ef9b0 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 198092 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> ASYNC  NEW_CORE C124 name=collection1 org.apache.solr.core.SolrCore@78433998 url=http://127.0.0.1:62691/l_qkp/r/collection1 node=127.0.0.1:62691_l_qkp%2Fr C124_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:62691_l_qkp%2Fr, base_url=http://127.0.0.1:62691/l_qkp/r, leader=true}
[junit4:junit4]   2> 198106 T611 C124 P62691 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:62691/l_qkp/r/collection1/, StdNode: http://127.0.0.1:12539/l_qkp/r/collection1/, StdNode: http://127.0.0.1:57938/l_qkp/r/collection1/, StdNode: http://127.0.0.1:41032/l_qkp/r/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 198110 T612 C124 P62691 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 198110 T627 C122 P57938 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 198112 T612 C124 P62691 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784b47c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36e74c70),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784b47c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36e74c70),segFN=segments_3,generation=3}
[junit4:junit4]   2> 198112 T627 C122 P57938 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcbdb9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e7522a1),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcbdb9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e7522a1),segFN=segments_3,generation=3}
[junit4:junit4]   2> 198112 T612 C124 P62691 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 198113 T627 C122 P57938 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 198114 T612 C124 P62691 oass.SolrIndexSearcher.<init> Opening Searcher@5983e83b main
[junit4:junit4]   2> 198114 T627 C122 P57938 oass.SolrIndexSearcher.<init> Opening Searcher@4e34c53 main
[junit4:junit4]   2> 198115 T612 C124 P62691 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198115 T627 C122 P57938 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198116 T619 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5983e83b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 198116 T635 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e34c53 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 198117 T612 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 198117 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2>  C121_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41032_l_qkp%2Fr, base_url=http://127.0.0.1:41032/l_qkp/r}
[junit4:junit4]   2> 198119 T656 C121 P41032 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C125 name=collection1 org.apache.solr.core.SolrCore@53ab68de url=http://127.0.0.1:12539/l_qkp/r/collection1 node=127.0.0.1:12539_l_qkp%2Fr C125_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:12539_l_qkp%2Fr, base_url=http://127.0.0.1:12539/l_qkp/r}
[junit4:junit4]   2> 198119 T639 C125 P12539 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 198122 T656 C121 P41032 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c396b66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c6df8a4),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c396b66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c6df8a4),segFN=segments_3,generation=3}
[junit4:junit4]   2> 198123 T639 C125 P12539 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71114a4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@69e94b3),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71114a4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@69e94b3),segFN=segments_3,generation=3}
[junit4:junit4]   2> 198123 T656 C121 P41032 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 198123 T639 C125 P12539 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 198124 T656 C121 P41032 oass.SolrIndexSearcher.<init> Opening Searcher@4619bd69 main
[junit4:junit4]   2> 198125 T639 C125 P12539 oass.SolrIndexSearcher.<init> Opening Searcher@49ea254c main
[junit4:junit4]   2> 198125 T656 C121 P41032 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198126 T639 C125 P12539 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198126 T670 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4619bd69 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 198127 T651 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49ea254c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 198127 T656 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 198128 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 198129 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 24
[junit4:junit4]   2> 198130 T575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 198134 T613 C124 P62691 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 198138 T640 C125 P12539 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 198141 T628 C122 P57938 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 198144 T657 C121 P41032 oasc.SolrCore.execute [collection1] webapp=/l_qkp/r path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 200155 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438269720827527168)} 0 7
[junit4:junit4]   2> 200167 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={update.distrib=FROMLEADER&_version_=-1438269720834867200&update.from=http://127.0.0.1:62691/l_qkp/r/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438269720834867200)} 0 2
[junit4:junit4]   2> 200173 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={update.distrib=FROMLEADER&_version_=-1438269720840110080&update.from=http://127.0.0.1:57938/l_qkp/r/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438269720840110080)} 0 2
[junit4:junit4]   2> 200174 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1438269720840110080)} 0 9
[junit4:junit4]   2> 200175 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438269720834867200)} 0 16
[junit4:junit4]   2> 200180 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[a!0 (1438269720854790144)]} 0 2
[junit4:junit4]   2> 200192 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1438269720863178752)]} 0 2
[junit4:junit4]   2> 200193 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!0 (1438269720863178752)]} 0 7
[junit4:junit4]   2> 200194 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[a!0]} 0 11
[junit4:junit4]   2> 200198 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[b!1 (1438269720874713088)]} 0 1
[junit4:junit4]   2> 200207 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1438269720878907392)]} 0 2
[junit4:junit4]   2> 200208 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[b!1 (1438269720878907392)]} 0 7
[junit4:junit4]   2> 200212 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[c!2 (1438269720889393152)]} 0 1
[junit4:junit4]   2> 200223 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1438269720895684608)]} 0 2
[junit4:junit4]   2> 200224 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!2 (1438269720895684608)]} 0 7
[junit4:junit4]   2> 200225 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[c!2]} 0 10
[junit4:junit4]   2> 200229 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[d!3 (1438269720907218944)]} 0 1
[junit4:junit4]   2> 200238 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1438269720912461824)]} 0 1
[junit4:junit4]   2> 200239 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[d!3 (1438269720912461824)]} 0 6
[junit4:junit4]   2> 200243 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[e!4 (1438269720921899008)]} 0 1
[junit4:junit4]   2> 200252 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1438269720926093312)]} 0 2
[junit4:junit4]   2> 200253 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[e!4 (1438269720926093312)]} 0 7
[junit4:junit4]   2> 200257 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[f!5 (1438269720936579072)]} 0 1
[junit4:junit4]   2> 200266 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1438269720941821952)]} 0 1
[junit4:junit4]   2> 200267 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[f!5 (1438269720941821952)]} 0 6
[junit4:junit4]   2> 200271 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[g!6 (1438269720951259136)]} 0 1
[junit4:junit4]   2> 200282 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1438269720958599168)]} 0 1
[junit4:junit4]   2> 200283 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1438269720958599168)]} 0 6
[junit4:junit4]   2> 200284 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[g!6]} 0 10
[junit4:junit4]   2> 200288 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[h!7 (1438269720969084928)]} 0 1
[junit4:junit4]   2> 200296 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1438269720973279232)]} 0 1
[junit4:junit4]   2> 200297 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[h!7 (1438269720973279232)]} 0 6
[junit4:junit4]   2> 200301 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[i!8 (1438269720982716416)]} 0 1
[junit4:junit4]   2> 200310 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1438269720986910720)]} 0 2
[junit4:junit4]   2> 200311 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[i!8 (1438269720986910720)]} 0 7
[junit4:junit4]   2> 200315 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[j!9 (1438269720997396480)]} 0 1
[junit4:junit4]   2> 200328 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1438269721005785088)]} 0 2
[junit4:junit4]   2> 200329 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!9 (1438269721005785088)]} 0 7
[junit4:junit4]   2> 200330 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[j!9]} 0 11
[junit4:junit4]   2> 200335 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[k!10 (1438269721017319424)]} 0 2
[junit4:junit4]   2> 200346 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1438269721025708032)]} 0 1
[junit4:junit4]   2> 200347 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!10 (1438269721025708032)]} 0 6
[junit4:junit4]   2> 200348 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[k!10]} 0 10
[junit4:junit4]   2> 200352 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[l!11 (1438269721036193792)]} 0 1
[junit4:junit4]   2> 200359 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1438269721040388096)]} 0 1
[junit4:junit4]   2> 200360 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[l!11 (1438269721040388096)]} 0 5
[junit4:junit4]   2> 200364 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[m!12 (1438269721048776704)]} 0 1
[junit4:junit4]   2> 200376 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1438269721057165312)]} 0 1
[junit4:junit4]   2> 200378 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!12 (1438269721057165312)]} 0 7
[junit4:junit4]   2> 200378 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[m!12]} 0 10
[junit4:junit4]   2> 200383 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[n!13 (1438269721068699648)]} 0 1
[junit4:junit4]   2> 200392 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1438269721073942528)]} 0 1
[junit4:junit4]   2> 200393 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[n!13 (1438269721073942528)]} 0 6
[junit4:junit4]   2> 200398 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[o!14 (1438269721084428288)]} 0 1
[junit4:junit4]   2> 200411 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1438269721092816896)]} 0 2
[junit4:junit4]   2> 200412 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!14 (1438269721092816896)]} 0 7
[junit4:junit4]   2> 200412 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[o!14]} 0 10
[junit4:junit4]   2> 200417 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[p!15 (1438269721104351232)]} 0 1
[junit4:junit4]   2> 200429 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1438269721112739840)]} 0 1
[junit4:junit4]   2> 200430 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!15 (1438269721112739840)]} 0 6
[junit4:junit4]   2> 200431 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[p!15]} 0 10
[junit4:junit4]   2> 200435 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[q!16 (1438269721123225600)]} 0 1
[junit4:junit4]   2> 200447 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1438269721131614208)]} 0 1
[junit4:junit4]   2> 200448 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[q!16 (1438269721131614208)]} 0 6
[junit4:junit4]   2> 200449 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[q!16]} 0 10
[junit4:junit4]   2> 200454 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[r!17 (1438269721143148544)]} 0 1
[junit4:junit4]   2> 200466 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1438269721151537152)]} 0 1
[junit4:junit4]   2> 200467 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!17 (1438269721151537152)]} 0 6
[junit4:junit4]   2> 200468 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[r!17]} 0 10
[junit4:junit4]   2> 200472 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[s!18 (1438269721162022912)]} 0 1
[junit4:junit4]   2> 200481 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1438269721167265792)]} 0 1
[junit4:junit4]   2> 200482 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[s!18 (1438269721167265792)]} 0 6
[junit4:junit4]   2> 200486 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[t!19 (1438269721176702976)]} 0 1
[junit4:junit4]   2> 200498 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1438269721185091584)]} 0 1
[junit4:junit4]   2> 200499 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1438269721185091584)]} 0 6
[junit4:junit4]   2> 200500 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[t!19]} 0 10
[junit4:junit4]   2> 200504 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[u!20 (1438269721195577344)]} 0 1
[junit4:junit4]   2> 200512 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1438269721199771648)]} 0 1
[junit4:junit4]   2> 200513 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[u!20 (1438269721199771648)]} 0 6
[junit4:junit4]   2> 200518 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[v!21 (1438269721210257408)]} 0 1
[junit4:junit4]   2> 200527 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1438269721215500288)]} 0 1
[junit4:junit4]   2> 200529 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[v!21 (1438269721215500288)]} 0 7
[junit4:junit4]   2> 200533 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[w!22 (1438269721225986048)]} 0 1
[junit4:junit4]   2> 200541 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1438269721230180352)]} 0 1
[junit4:junit4]   2> 200542 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[w!22 (1438269721230180352)]} 0 6
[junit4:junit4]   2> 200546 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[x!23 (1438269721239617536)]} 0 1
[junit4:junit4]   2> 200559 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1438269721248006144)]} 0 2
[junit4:junit4]   2> 200560 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!23 (1438269721248006144)]} 0 7
[junit4:junit4]   2> 200561 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[x!23]} 0 11
[junit4:junit4]   2> 200565 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[y!24 (1438269721259540480)]} 0 1
[junit4:junit4]   2> 200573 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1438269721263734784)]} 0 1
[junit4:junit4]   2> 200574 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[y!24 (1438269721263734784)]} 0 6
[junit4:junit4]   2> 200579 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[z!25 (1438269721274220544)]} 0 1
[junit4:junit4]   2> 200588 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1438269721279463424)]} 0 1
[junit4:junit4]   2> 200590 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[z!25 (1438269721279463424)]} 0 7
[junit4:junit4]   2> 200594 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[a!26 (1438269721289949184)]} 0 1
[junit4:junit4]   2> 200603 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1438269721295192064)]} 0 1
[junit4:junit4]   2> 200604 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[a!26 (1438269721295192064)]} 0 6
[junit4:junit4]   2> 200609 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[b!27 (1438269721305677824)]} 0 1
[junit4:junit4]   2> 200617 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1438269721309872128)]} 0 1
[junit4:junit4]   2> 200618 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[b!27 (1438269721309872128)]} 0 6
[junit4:junit4]   2> 200622 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[c!28 (1438269721319309312)]} 0 1
[junit4:junit4]   2> 200629 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1438269721323503616)]} 0 1
[junit4:junit4]   2> 200630 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[c!28 (1438269721323503616)]} 0 5
[junit4:junit4]   2> 200634 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[d!29 (1438269721331892224)]} 0 1
[junit4:junit4]   2> 200642 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1438269721336086528)]} 0 1
[junit4:junit4]   2> 200643 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[d!29 (1438269721336086528)]} 0 6
[junit4:junit4]   2> 200647 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[e!30 (1438269721345523712)]} 0 1
[junit4:junit4]   2> 200655 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1438269721349718016)]} 0 1
[junit4:junit4]   2> 200656 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[e!30 (1438269721349718016)]} 0 6
[junit4:junit4]   2> 200661 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[f!31 (1438269721359155200)]} 0 1
[junit4:junit4]   2> 200669 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1438269721364398080)]} 0 1
[junit4:junit4]   2> 200670 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[f!31 (1438269721364398080)]} 0 6
[junit4:junit4]   2> 200674 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[g!32 (1438269721373835264)]} 0 1
[junit4:junit4]   2> 200686 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1438269721382223872)]} 0 1
[junit4:junit4]   2> 200687 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!32 (1438269721382223872)]} 0 6
[junit4:junit4]   2> 200688 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[g!32]} 0 10
[junit4:junit4]   2> 200692 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[h!33 (1438269721392709632)]} 0 1
[junit4:junit4]   2> 200700 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1438269721396903936)]} 0 1
[junit4:junit4]   2> 200701 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[h!33 (1438269721396903936)]} 0 6
[junit4:junit4]   2> 200705 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[i!34 (1438269721406341120)]} 0 1
[junit4:junit4]   2> 200716 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1438269721413681152)]} 0 1
[junit4:junit4]   2> 200717 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!34 (1438269721413681152)]} 0 6
[junit4:junit4]   2> 200718 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[i!34]} 0 10
[junit4:junit4]   2> 200722 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[j!35 (1438269721424166912)]} 0 1
[junit4:junit4]   2> 200730 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1438269721428361216)]} 0 1
[junit4:junit4]   2> 200731 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[j!35 (1438269721428361216)]} 0 6
[junit4:junit4]   2> 200736 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[k!36 (1438269721438846976)]} 0 1
[junit4:junit4]   2> 200744 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1438269721443041280)]} 0 1
[junit4:junit4]   2> 200745 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[k!36 (1438269721443041280)]} 0 6
[junit4:junit4]   2> 200749 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[l!37 (1438269721452478464)]} 0 1
[junit4:junit4]   2> 200757 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1438269721456672768)]} 0 1
[junit4:junit4]   2> 200758 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[l!37 (1438269721456672768)]} 0 6
[junit4:junit4]   2> 200762 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[m!38 (1438269721466109952)]} 0 1
[junit4:junit4]   2> 200770 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1438269721470304256)]} 0 1
[junit4:junit4]   2> 200771 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[m!38 (1438269721470304256)]} 0 6
[junit4:junit4]   2> 200776 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[n!39 (1438269721480790016)]} 0 1
[junit4:junit4]   2> 200784 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1438269721484984320)]} 0 1
[junit4:junit4]   2> 200785 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[n!39 (1438269721484984320)]} 0 6
[junit4:junit4]   2> 200790 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[o!40 (1438269721495470080)]} 0 1
[junit4:junit4]   2> 200798 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1438269721499664384)]} 0 1
[junit4:junit4]   2> 200800 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[o!40 (1438269721499664384)]} 0 7
[junit4:junit4]   2> 200804 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[p!41 (1438269721510150144)]} 0 1
[junit4:junit4]   2> 200812 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1438269721514344448)]} 0 1
[junit4:junit4]   2> 200814 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[p!41 (1438269721514344448)]} 0 7
[junit4:junit4]   2> 200818 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[q!42 (1438269721524830208)]} 0 1
[junit4:junit4]   2> 200826 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1438269721529024512)]} 0 1
[junit4:junit4]   2> 200827 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[q!42 (1438269721529024512)]} 0 6
[junit4:junit4]   2> 200831 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[r!43 (1438269721537413120)]} 0 1
[junit4:junit4]   2> 200842 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1438269721545801728)]} 0 1
[junit4:junit4]   2> 200843 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!43 (1438269721545801728)]} 0 6
[junit4:junit4]   2> 200844 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[r!43]} 0 10
[junit4:junit4]   2> 200848 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[s!44 (1438269721556287488)]} 0 1
[junit4:junit4]   2> 200859 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1438269721563627520)]} 0 1
[junit4:junit4]   2> 200860 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!44 (1438269721563627520)]} 0 6
[junit4:junit4]   2> 200861 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[s!44]} 0 10
[junit4:junit4]   2> 200866 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[t!45 (1438269721575161856)]} 0 1
[junit4:junit4]   2> 200877 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1438269721582501888)]} 0 1
[junit4:junit4]   2> 200878 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!45 (1438269721582501888)]} 0 6
[junit4:junit4]   2> 200879 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[t!45]} 0 10
[junit4:junit4]   2> 200883 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[u!46 (1438269721592987648)]} 0 1
[junit4:junit4]   2> 200892 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1438269721598230528)]} 0 1
[junit4:junit4]   2> 200893 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[u!46 (1438269721598230528)]} 0 6
[junit4:junit4]   2> 200897 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[v!47 (1438269721607667712)]} 0 1
[junit4:junit4]   2> 200905 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!47 (1438269721611862016)]} 0 1
[junit4:junit4]   2> 200906 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[v!47 (1438269721611862016)]} 0 6
[junit4:junit4]   2> 200910 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[w!48 (1438269721620250624)]} 0 1
[junit4:junit4]   2> 200921 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!48 (1438269721628639232)]} 0 1
[junit4:junit4]   2> 200922 T607 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[w!48 (1438269721628639232)]} 0 6
[junit4:junit4]   2> 200923 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[w!48]} 0 10
[junit4:junit4]   2> 200927 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[x!49 (1438269721639124992)]} 0 1
[junit4:junit4]   2> 200938 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!49 (1438269721646465024)]} 0 1
[junit4:junit4]   2> 200939 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!49 (1438269721646465024)]} 0 6
[junit4:junit4]   2> 200940 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[x!49]} 0 10
[junit4:junit4]   2> 200944 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[y!50 (1438269721656950784)]} 0 1
[junit4:junit4]   2> 200952 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!50 (1438269721661145088)]} 0 1
[junit4:junit4]   2> 200953 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[y!50 (1438269721661145088)]} 0 6
[junit4:junit4]   2> 200957 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[z!51 (1438269721670582272)]} 0 1
[junit4:junit4]   2> 200965 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!51 (1438269721674776576)]} 0 1
[junit4:junit4]   2> 200966 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[z!51 (1438269721674776576)]} 0 6
[junit4:junit4]   2> 200970 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[a!52 (1438269721684213760)]} 0 1
[junit4:junit4]   2> 200981 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!52 (1438269721691553792)]} 0 1
[junit4:junit4]   2> 200982 T627 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!52 (1438269721691553792)]} 0 6
[junit4:junit4]   2> 200983 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[a!52]} 0 10
[junit4:junit4]   2> 200987 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[b!53 (1438269721702039552)]} 0 1
[junit4:junit4]   2> 200995 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!53 (1438269721706233856)]} 0 1
[junit4:junit4]   2> 200996 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[b!53 (1438269721706233856)]} 0 6
[junit4:junit4]   2> 201000 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[c!54 (1438269721715671040)]} 0 1
[junit4:junit4]   2> 201008 T639 C125 P12539 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:62691/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!54 (1438269721719865344)]} 0 1
[junit4:junit4]   2> 201009 T611 C124 P62691 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[c!54 (1438269721719865344)]} 0 6
[junit4:junit4]   2> 201014 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[d!55 (1438269721730351104)]} 0 1
[junit4:junit4]   2> 201023 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!55 (1438269721734545408)]} 0 2
[junit4:junit4]   2> 201024 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[d!55 (1438269721734545408)]} 0 7
[junit4:junit4]   2> 201028 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[e!56 (1438269721745031168)]} 0 1
[junit4:junit4]   2> 201036 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={distrib.from=http://127.0.0.1:57938/l_qkp/r/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!56 (1438269721749225472)]} 0 1
[junit4:junit4]   2> 201037 T629 C122 P57938 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[e!56 (1438269721749225472)]} 0 6
[junit4:junit4]   2> 201041 T587 C123 P49264 oasup.LogUpdateProcessor.finish [collection1] webapp=/l_qkp/r path=/update params={wt=javabin&version=2} {add=[f!57 (1438269721758662656)]} 0 1
[junit4:junit4]   2> 201049 T658 C121 P41032 oasup.LogUpdateProcessor.finish [collection1] we

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

t4:junit4]   1>                   "base_url":"http://127.0.0.1:61912/did/j"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:33192_did%2Fj_collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:33192_did%2Fj",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:33192/did/j",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/live_nodes (4)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:61912_did%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:22110_did%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:45840_did%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:33192_did%2Fj (0)
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>   /solr/collections (2)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (3)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89891911911931914-127.0.0.1:22110_did%2Fj_collection1-n_0000000002 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89891911911931916-127.0.0.1:61912_did%2Fj_collection1-n_0000000003 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89891911911931918-127.0.0.1:45840_did%2Fj_collection1-n_0000000004 (0)
[junit4:junit4]   1>     /solr/collections/collection1/leaders (1)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:22110_did%2Fj",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:22110/did/j"}
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89891911911931907-127.0.0.1:33192_did%2Fj_collection1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:33192_did%2Fj",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:33192/did/j"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (4)
[junit4:junit4]   1>     /solr/overseer_elect/election/89891911911931918-127.0.0.1:45840_did%2Fj-n_0000000005 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89891911911931916-127.0.0.1:61912_did%2Fj-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89891911911931914-127.0.0.1:22110_did%2Fj-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89891911911931907-127.0.0.1:33192_did%2Fj-n_0000000000 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89891911911931907-127.0.0.1:33192_did%2Fj-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=testDistribSearch -Dtests.seed=8982A827897334FE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=Kwajalein -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE  515s J0 | SyncSliceTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:45840/did/j/collection1lastClient and got 255 from http://127.0.0.1:22110/did/j/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8982A827897334FE:864263FFE2C54C2]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1018)
[junit4:junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1544999 T2540 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 515395 T2539 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 1546025 T2634 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1546025 T2634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 1546025 T2634 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=en_GB, timezone=Kwajalein
[junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=16,threads=2,free=250698032,total=399507456
[junit4:junit4]   2> NOTE: All tests run in this JVM: [FieldMutatingUpdateProcessorTest, CacheHeaderTest, LegacyHTMLStripCharFilterTest, TestExtendedDismaxParser, BinaryUpdateRequestHandlerTest, ReturnFieldsTest, TestPHPSerializedResponseWriter, TestFuzzyAnalyzedSuggestions, PolyFieldTest, TestTrie, TestLFUCache, TestDocumentBuilder, PreAnalyzedFieldTest, TestPseudoReturnFields, CircularListTest, PreAnalyzedUpdateProcessorTest, TestPluginEnable, ScriptEngineTest, SynonymTokenizerTest, SolrIndexSplitterTest, TermVectorComponentTest, DistributedTermsComponentTest, ZkCLITest, TestCloudManagedSchemaAddField, TestSolrCoreProperties, TestBadConfig, TestSolrXmlPersistence, ShardSplitTest, DocValuesTest, UUIDFieldTest, TestFastWriter, AlternateDirectoryTest, CachingDirectoryFactoryTest, TestQuerySenderListener, TestSolrQueryParser, TestLMDirichletSimilarityFactory, TestDocSet, ChaosMonkeyNothingIsSafeTest, TestSolrIndexConfig, FileBasedSpellCheckerTest, TestCharFilters, SolrCoreTest, SpellingQueryConverterTest, LoggingHandlerTest, TestSearchPerf, TestSchemaSimilarityResource, BadComponentTest, ZkControllerTest, PluginInfoTest, MBeansHandlerTest, AnalysisAfterCoreReloadTest, PeerSyncTest, TestPhraseSuggestions, StatelessScriptUpdateProcessorFactoryTest, SliceStateUpdateTest, SystemInfoHandlerTest, TestStressVersions, RegexBoostProcessorTest, AliasIntegrationTest, OverseerTest, BasicFunctionalityTest, TestLRUCache, UpdateRequestProcessorFactoryTest, TestCoreContainer, TestGroupingSearch, BadCopyFieldTest, TestFunctionQuery, TestPerFieldSimilarity, TestSolrDeletionPolicy1, TestFieldCollectionResource, BasicDistributedZkTest, BasicDistributedZk2Test, SyncSliceTest]
[junit4:junit4] Completed on J0 in 516.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 438 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:386: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:366: 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:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:887: There were test failures: 297 suites, 1252 tests, 1 error, 2 failures, 13 ignored (7 assumptions)

Total time: 57 minutes 24 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 # 4078 - Still Failing

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

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

Error Message:
Server at http://127.0.0.1:22961/o_bh/e returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:22961/o_bh/e returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([BCC412BA92B002D4:3D229CA2E5EF62E8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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 10097 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2> 1697391 T3788 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /o_bh/e
[junit4:junit4]   2> 1697398 T3788 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-ChaosMonkeyShardSplitTest-1371708601512
[junit4:junit4]   2> 1697400 T3788 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1697401 T3789 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1697502 T3788 oasc.ZkTestServer.run start zk server on port:34193
[junit4:junit4]   2> 1697503 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1697509 T3795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@613ff06c name:ZooKeeperConnection Watcher:127.0.0.1:34193 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1697509 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1697510 T3788 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1697516 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1697535 T3797 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@deabcb6 name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1697536 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1697536 T3788 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1697541 T3788 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1697544 T3788 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1697546 T3788 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1697580 T3788 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1697581 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1697594 T3788 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1697596 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1697706 T3788 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> 1697707 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1697712 T3788 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> 1697713 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1697716 T3788 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> 1697717 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1697720 T3788 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> 1697721 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1697724 T3788 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> 1697725 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1697728 T3788 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> 1697729 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1697732 T3788 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> 1697733 T3788 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1698030 T3788 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1698037 T3788 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:25871
[junit4:junit4]   2> 1698039 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1698039 T3788 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1698040 T3788 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855
[junit4:junit4]   2> 1698040 T3788 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1371708601855/solr.xml
[junit4:junit4]   2> 1698041 T3788 oasc.CoreContainer.<init> New CoreContainer 1170945131
[junit4:junit4]   2> 1698042 T3788 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/'
[junit4:junit4]   2> 1698043 T3788 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/'
[junit4:junit4]   2> 1698198 T3788 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1698199 T3788 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1698199 T3788 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1698200 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1698201 T3788 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1698201 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1698202 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1698202 T3788 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1698203 T3788 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1698204 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1698225 T3788 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1698226 T3788 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34193/solr
[junit4:junit4]   2> 1698227 T3788 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1698228 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1698257 T3808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a666bba name:ZooKeeperConnection Watcher:127.0.0.1:34193 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1698258 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1698262 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1698276 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1698278 T3810 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62e244c0 name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1698279 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1698281 T3788 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1698290 T3788 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1698294 T3788 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1698301 T3788 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25871_o_bh%2Fe
[junit4:junit4]   2> 1698302 T3788 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25871_o_bh%2Fe
[junit4:junit4]   2> 1698306 T3788 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1698326 T3788 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1698329 T3788 oasc.Overseer.start Overseer (id=89896294909280259-127.0.0.1:25871_o_bh%2Fe-n_0000000000) starting
[junit4:junit4]   2> 1698339 T3788 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1698352 T3812 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1698352 T3788 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1698355 T3788 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1698357 T3788 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1698360 T3811 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1698365 T3813 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1698365 T3813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1699863 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1699864 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:25871_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25871/o_bh/e"}
[junit4:junit4]   2> 1699865 T3811 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1699865 T3811 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1699881 T3810 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> 1700369 T3813 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/collection1
[junit4:junit4]   2> 1700369 T3813 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1700370 T3813 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1700370 T3813 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1700371 T3813 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/collection1/'
[junit4:junit4]   2> 1700373 T3813 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/collection1/lib/README' to classloader
[junit4:junit4]   2> 1700373 T3813 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1700433 T3813 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1700501 T3813 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1700603 T3813 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1700614 T3813 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1701299 T3813 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1701304 T3813 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1701307 T3813 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1701312 T3813 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1701335 T3813 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1701336 T3813 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.ChaosMonkeyShardSplitTest-controljetty-1371708601855/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/control/data/
[junit4:junit4]   2> 1701336 T3813 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed331b1
[junit4:junit4]   2> 1701337 T3813 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1701337 T3813 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/control/data
[junit4:junit4]   2> 1701338 T3813 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/control/data/index/
[junit4:junit4]   2> 1701338 T3813 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1701338 T3813 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/control/data/index
[junit4:junit4]   2> 1701342 T3813 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4fbfbee4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f083e43),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1701342 T3813 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1701345 T3813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1701346 T3813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1701346 T3813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1701347 T3813 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1701348 T3813 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1701348 T3813 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1701348 T3813 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1701349 T3813 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1701349 T3813 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1701362 T3813 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1701367 T3813 oass.SolrIndexSearcher.<init> Opening Searcher@60264925 main
[junit4:junit4]   2> 1701368 T3813 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/control/data/tlog
[junit4:junit4]   2> 1701369 T3813 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1701369 T3813 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1701373 T3814 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60264925 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1701374 T3813 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1701374 T3813 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:25871/o_bh/e collection:control_collection shard:shard1
[junit4:junit4]   2> 1701375 T3813 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1701392 T3813 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1701394 T3813 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1701395 T3813 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1701395 T3813 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:25871/o_bh/e/collection1/
[junit4:junit4]   2> 1701395 T3813 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1701395 T3813 oasc.SyncStrategy.syncToMe http://127.0.0.1:25871/o_bh/e/collection1/ has no replicas
[junit4:junit4]   2> 1701396 T3813 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:25871/o_bh/e/collection1/
[junit4:junit4]   2> 1701396 T3813 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1702893 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1702922 T3810 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> 1702983 T3813 oasc.ZkController.register We are http://127.0.0.1:25871/o_bh/e/collection1/ and leader is http://127.0.0.1:25871/o_bh/e/collection1/
[junit4:junit4]   2> 1702983 T3813 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:25871/o_bh/e
[junit4:junit4]   2> 1702984 T3813 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1702984 T3813 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1702984 T3813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1702987 T3813 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1702988 T3788 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> 1702989 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1702989 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1703002 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1703004 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1703007 T3817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@154e316c name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1703007 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1703008 T3788 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1703010 T3788 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1703199 T3788 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1703204 T3788 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22961
[junit4:junit4]   2> 1703205 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1703206 T3788 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1703207 T3788 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122
[junit4:junit4]   2> 1703207 T3788 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1371708607122/solr.xml
[junit4:junit4]   2> 1703208 T3788 oasc.CoreContainer.<init> New CoreContainer 2061712758
[junit4:junit4]   2> 1703209 T3788 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/'
[junit4:junit4]   2> 1703209 T3788 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/'
[junit4:junit4]   2> 1703363 T3788 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1703364 T3788 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1703365 T3788 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1703366 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1703366 T3788 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1703367 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1703367 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1703368 T3788 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1703369 T3788 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1703369 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1703387 T3788 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1703388 T3788 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34193/solr
[junit4:junit4]   2> 1703389 T3788 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1703390 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1703393 T3828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58361885 name:ZooKeeperConnection Watcher:127.0.0.1:34193 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1703394 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1703414 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1703423 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1703425 T3830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30efced0 name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1703425 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1703435 T3788 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1704434 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1704435 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:25871_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25871/o_bh/e"}
[junit4:junit4]   2> 1704463 T3788 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22961_o_bh%2Fe
[junit4:junit4]   2> 1704482 T3788 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22961_o_bh%2Fe
[junit4:junit4]   2> 1704483 T3810 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> 1704483 T3817 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> 1704483 T3830 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> 1704491 T3817 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1704491 T3830 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1704498 T3810 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1704499 T3810 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> 1704504 T3831 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1704505 T3831 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1705992 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1705993 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22961_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22961/o_bh/e"}
[junit4:junit4]   2> 1705993 T3811 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 1705993 T3811 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1706008 T3817 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> 1706008 T3830 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> 1706008 T3810 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> 1706508 T3831 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/collection1
[junit4:junit4]   2> 1706508 T3831 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1706509 T3831 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1706509 T3831 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1706510 T3831 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/collection1/'
[junit4:junit4]   2> 1706511 T3831 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/collection1/lib/README' to classloader
[junit4:junit4]   2> 1706512 T3831 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1706553 T3831 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1706598 T3831 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1706699 T3831 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1706709 T3831 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1707307 T3831 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1707312 T3831 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1707315 T3831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1707321 T3831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1707346 T3831 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1707347 T3831 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.ChaosMonkeyShardSplitTest-jetty1-1371708607122/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty1/
[junit4:junit4]   2> 1707347 T3831 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed331b1
[junit4:junit4]   2> 1707348 T3831 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1707349 T3831 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty1
[junit4:junit4]   2> 1707349 T3831 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty1/index/
[junit4:junit4]   2> 1707349 T3831 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1707350 T3831 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty1/index
[junit4:junit4]   2> 1707354 T3831 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a644592 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53a0f25),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1707355 T3831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1707359 T3831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1707360 T3831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1707361 T3831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1707362 T3831 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1707363 T3831 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1707363 T3831 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1707363 T3831 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1707364 T3831 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1707365 T3831 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1707386 T3831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1707394 T3831 oass.SolrIndexSearcher.<init> Opening Searcher@6ba0a2f1 main
[junit4:junit4]   2> 1707395 T3831 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty1/tlog
[junit4:junit4]   2> 1707396 T3831 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1707396 T3831 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1707403 T3832 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ba0a2f1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1707407 T3831 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1707407 T3831 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22961/o_bh/e collection:collection1 shard:shard1
[junit4:junit4]   2> 1707408 T3831 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 1707519 T3831 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1707539 T3831 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1707540 T3831 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1707540 T3831 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22961/o_bh/e/collection1/
[junit4:junit4]   2> 1707541 T3831 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1707541 T3831 oasc.SyncStrategy.syncToMe http://127.0.0.1:22961/o_bh/e/collection1/ has no replicas
[junit4:junit4]   2> 1707541 T3831 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:22961/o_bh/e/collection1/
[junit4:junit4]   2> 1707542 T3831 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 1709020 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1709041 T3810 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> 1709041 T3817 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> 1709042 T3830 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> 1709074 T3831 oasc.ZkController.register We are http://127.0.0.1:22961/o_bh/e/collection1/ and leader is http://127.0.0.1:22961/o_bh/e/collection1/
[junit4:junit4]   2> 1709074 T3831 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22961/o_bh/e
[junit4:junit4]   2> 1709075 T3831 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1709075 T3831 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1709075 T3831 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1709077 T3831 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1709079 T3788 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> 1709080 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1709080 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1709398 T3788 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1709417 T3788 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:35206
[junit4:junit4]   2> 1709418 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1709419 T3788 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1709419 T3788 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211
[junit4:junit4]   2> 1709420 T3788 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1371708613211/solr.xml
[junit4:junit4]   2> 1709421 T3788 oasc.CoreContainer.<init> New CoreContainer 916089800
[junit4:junit4]   2> 1709421 T3788 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/'
[junit4:junit4]   2> 1709422 T3788 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/'
[junit4:junit4]   2> 1709567 T3788 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1709568 T3788 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1709569 T3788 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1709569 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1709570 T3788 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1709570 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1709571 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1709572 T3788 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1709572 T3788 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1709573 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1709590 T3788 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1709591 T3788 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34193/solr
[junit4:junit4]   2> 1709592 T3788 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1709593 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1709597 T3844 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f17bb5e name:ZooKeeperConnection Watcher:127.0.0.1:34193 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1709597 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1709616 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1709625 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1709627 T3846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@377a75c2 name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1709628 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1709637 T3788 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1710545 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1710546 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22961_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22961/o_bh/e"}
[junit4:junit4]   2> 1710563 T3817 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> 1710564 T3830 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> 1710563 T3846 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> 1710563 T3810 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> 1710641 T3788 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35206_o_bh%2Fe
[junit4:junit4]   2> 1710644 T3788 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35206_o_bh%2Fe
[junit4:junit4]   2> 1710646 T3846 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> 1710646 T3830 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1710647 T3810 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1710646 T3817 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1710647 T3810 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> 1710647 T3830 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> 1710647 T3817 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> 1710654 T3846 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1710660 T3847 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1710660 T3847 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1712068 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1712069 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35206_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35206/o_bh/e"}
[junit4:junit4]   2> 1712069 T3811 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 1712069 T3811 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 1712085 T3810 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> 1712085 T3846 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> 1712085 T3830 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> 1712085 T3817 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> 1712664 T3847 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/collection1
[junit4:junit4]   2> 1712664 T3847 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1712665 T3847 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1712665 T3847 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1712667 T3847 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/collection1/'
[junit4:junit4]   2> 1712668 T3847 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/collection1/lib/README' to classloader
[junit4:junit4]   2> 1712668 T3847 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1712709 T3847 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1712754 T3847 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1712856 T3847 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1712865 T3847 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1713458 T3847 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1713462 T3847 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1713465 T3847 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1713470 T3847 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1713491 T3847 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1713491 T3847 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.ChaosMonkeyShardSplitTest-jetty2-1371708613211/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty2/
[junit4:junit4]   2> 1713492 T3847 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed331b1
[junit4:junit4]   2> 1713493 T3847 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1713493 T3847 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty2
[junit4:junit4]   2> 1713494 T3847 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty2/index/
[junit4:junit4]   2> 1713494 T3847 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1713494 T3847 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty2/index
[junit4:junit4]   2> 1713498 T3847 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3673a01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c22487),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1713499 T3847 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1713503 T3847 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1713503 T3847 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1713504 T3847 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1713505 T3847 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1713506 T3847 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1713506 T3847 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1713506 T3847 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1713507 T3847 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1713508 T3847 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1713525 T3847 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1713533 T3847 oass.SolrIndexSearcher.<init> Opening Searcher@42318d6b main
[junit4:junit4]   2> 1713533 T3847 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty2/tlog
[junit4:junit4]   2> 1713535 T3847 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1713535 T3847 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1713541 T3848 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42318d6b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1713544 T3847 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1713545 T3847 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35206/o_bh/e collection:collection1 shard:shard2
[junit4:junit4]   2> 1713546 T3847 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 1713591 T3847 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1713600 T3847 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1713600 T3847 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1713601 T3847 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35206/o_bh/e/collection1/
[junit4:junit4]   2> 1713601 T3847 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1713601 T3847 oasc.SyncStrategy.syncToMe http://127.0.0.1:35206/o_bh/e/collection1/ has no replicas
[junit4:junit4]   2> 1713601 T3847 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35206/o_bh/e/collection1/
[junit4:junit4]   2> 1713602 T3847 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 1715092 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1715110 T3810 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> 1715110 T3830 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> 1715110 T3846 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> 1715110 T3817 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> 1715142 T3847 oasc.ZkController.register We are http://127.0.0.1:35206/o_bh/e/collection1/ and leader is http://127.0.0.1:35206/o_bh/e/collection1/
[junit4:junit4]   2> 1715142 T3847 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35206/o_bh/e
[junit4:junit4]   2> 1715142 T3847 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1715143 T3847 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1715143 T3847 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1715145 T3847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1715147 T3788 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> 1715148 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1715149 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1715452 T3788 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1715457 T3788 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26175
[junit4:junit4]   2> 1715458 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1715458 T3788 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1715459 T3788 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281
[junit4:junit4]   2> 1715460 T3788 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1371708619281/solr.xml
[junit4:junit4]   2> 1715460 T3788 oasc.CoreContainer.<init> New CoreContainer 1856980664
[junit4:junit4]   2> 1715461 T3788 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/'
[junit4:junit4]   2> 1715462 T3788 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/'
[junit4:junit4]   2> 1715636 T3788 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1715637 T3788 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1715638 T3788 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1715639 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1715639 T3788 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1715640 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1715640 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1715641 T3788 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1715642 T3788 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1715642 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1715661 T3788 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1715663 T3788 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34193/solr
[junit4:junit4]   2> 1715663 T3788 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1715664 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1715668 T3860 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f10726b name:ZooKeeperConnection Watcher:127.0.0.1:34193 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1715669 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1715683 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1715691 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1715694 T3862 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a5a8b7d name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1715694 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1715706 T3788 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1716623 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1716624 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35206_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35206/o_bh/e"}
[junit4:junit4]   2> 1716640 T3830 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> 1716640 T3810 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> 1716640 T3862 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> 1716640 T3817 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> 1716640 T3846 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> 1716709 T3788 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26175_o_bh%2Fe
[junit4:junit4]   2> 1716712 T3788 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26175_o_bh%2Fe
[junit4:junit4]   2> 1716715 T3846 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> 1716715 T3810 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1716715 T3817 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1716715 T3862 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1716715 T3830 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1716716 T3862 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> 1716716 T3817 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> 1716715 T3810 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> 1716716 T3830 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> 1716723 T3846 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1716730 T3863 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1716731 T3863 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1718144 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1718145 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26175_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26175/o_bh/e"}
[junit4:junit4]   2> 1718145 T3811 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 1718146 T3811 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1718161 T3817 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> 1718161 T3846 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> 1718161 T3862 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> 1718161 T3830 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> 1718161 T3810 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> 1718735 T3863 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/collection1
[junit4:junit4]   2> 1718735 T3863 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1718736 T3863 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1718736 T3863 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1718738 T3863 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/collection1/'
[junit4:junit4]   2> 1718740 T3863 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1718741 T3863 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/collection1/lib/README' to classloader
[junit4:junit4]   2> 1718799 T3863 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1718863 T3863 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1718964 T3863 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1718973 T3863 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1719560 T3863 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1719564 T3863 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1719567 T3863 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1719573 T3863 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1719604 T3863 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1719605 T3863 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.ChaosMonkeyShardSplitTest-jetty3-1371708619281/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/
[junit4:junit4]   2> 1719605 T3863 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed331b1
[junit4:junit4]   2> 1719606 T3863 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1719607 T3863 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3
[junit4:junit4]   2> 1719607 T3863 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index/
[junit4:junit4]   2> 1719608 T3863 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1719608 T3863 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index
[junit4:junit4]   2> 1719612 T3863 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@165324f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e0fab5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1719612 T3863 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1719617 T3863 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1719617 T3863 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1719618 T3863 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1719619 T3863 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1719620 T3863 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1719620 T3863 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1719621 T3863 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1719622 T3863 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1719622 T3863 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1719639 T3863 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1719648 T3863 oass.SolrIndexSearcher.<init> Opening Searcher@153d3def main
[junit4:junit4]   2> 1719648 T3863 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/tlog
[junit4:junit4]   2> 1719650 T3863 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1719650 T3863 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1719658 T3864 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@153d3def main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1719661 T3863 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1719662 T3863 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:26175/o_bh/e collection:collection1 shard:shard1
[junit4:junit4]   2> 1719665 T3863 oasc.ZkController.register We are http://127.0.0.1:26175/o_bh/e/collection1/ and leader is http://127.0.0.1:22961/o_bh/e/collection1/
[junit4:junit4]   2> 1719666 T3863 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:26175/o_bh/e
[junit4:junit4]   2> 1719666 T3863 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1719667 T3863 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1421 name=collection1 org.apache.solr.core.SolrCore@2670bc41 url=http://127.0.0.1:26175/o_bh/e/collection1 node=127.0.0.1:26175_o_bh%2Fe C1421_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:26175_o_bh%2Fe, base_url=http://127.0.0.1:26175/o_bh/e}
[junit4:junit4]   2> 1719668 T3865 C1421 P26175 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1719668 T3863 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1719669 T3865 C1421 P26175 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1719670 T3865 C1421 P26175 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1719671 T3865 C1421 P26175 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1719671 T3788 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> 1719672 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1719672 T3865 C1421 P26175 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1719672 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1719697 T3820 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1719702 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1719703 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26175_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26175/o_bh/e"}
[junit4:junit4]   2> 1719717 T3846 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> 1719717 T3810 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> 1719717 T3817 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> 1719717 T3862 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> 1719717 T3830 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> 1719928 T3788 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1719933 T3788 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45459
[junit4:junit4]   2> 1719934 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1719935 T3788 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1719935 T3788 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807
[junit4:junit4]   2> 1719936 T3788 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1371708623807/solr.xml
[junit4:junit4]   2> 1719937 T3788 oasc.CoreContainer.<init> New CoreContainer 274369780
[junit4:junit4]   2> 1719937 T3788 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/'
[junit4:junit4]   2> 1719938 T3788 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/'
[junit4:junit4]   2> 1720044 T3788 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1720045 T3788 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1720045 T3788 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1720046 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1720046 T3788 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1720047 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1720047 T3788 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1720047 T3788 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1720048 T3788 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1720048 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1720061 T3788 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1720062 T3788 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34193/solr
[junit4:junit4]   2> 1720062 T3788 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1720063 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1720067 T3877 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e648e8c name:ZooKeeperConnection Watcher:127.0.0.1:34193 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1720068 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1720083 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1720093 T3788 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1720095 T3879 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e2a7248 name:ZooKeeperConnection Watcher:127.0.0.1:34193/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1720096 T3788 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1720104 T3788 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1720699 T3820 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 1720699 T3820 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:26175_o_bh%252Fe&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   2> 1721107 T3788 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45459_o_bh%2Fe
[junit4:junit4]   2> 1721110 T3788 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45459_o_bh%2Fe
[junit4:junit4]   2> 1721112 T3846 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> 1721113 T3810 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1721113 T3879 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1721113 T3862 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1721113 T3830 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1721114 T3846 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1721113 T3817 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1721114 T3830 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> 1721114 T3862 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> 1721113 T3810 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> 1721115 T3817 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> 1721134 T3880 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1721134 T3880 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1721221 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1721222 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45459_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45459/o_bh/e"}
[junit4:junit4]   2> 1721223 T3811 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 1721223 T3811 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 1721236 T3846 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> 1721236 T3830 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> 1721236 T3817 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> 1721236 T3879 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> 1721236 T3810 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> 1721236 T3862 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> 1722137 T3880 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/collection1
[junit4:junit4]   2> 1722137 T3880 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1722138 T3880 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1722138 T3880 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1722140 T3880 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/collection1/'
[junit4:junit4]   2> 1722142 T3880 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1722142 T3880 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/collection1/lib/README' to classloader
[junit4:junit4]   2> 1722204 T3880 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1722277 T3880 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1722378 T3880 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1722384 T3880 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C1422 name=collection1 org.apache.solr.core.SolrCore@2670bc41 url=http://127.0.0.1:26175/o_bh/e/collection1 node=127.0.0.1:26175_o_bh%2Fe C1422_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:26175_o_bh%2Fe, base_url=http://127.0.0.1:26175/o_bh/e}
[junit4:junit4]   2> 1722701 T3865 C1422 P26175 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:22961/o_bh/e/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1722701 T3865 C1422 P26175 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:26175/o_bh/e START replicas=[http://127.0.0.1:22961/o_bh/e/collection1/] nUpdates=100
[junit4:junit4]   2> 1722702 T3865 C1422 P26175 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1722702 T3865 C1422 P26175 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1722702 T3865 C1422 P26175 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1722702 T3865 C1422 P26175 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1722702 T3865 C1422 P26175 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1722703 T3865 C1422 P26175 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:22961/o_bh/e/collection1/. core=collection1
[junit4:junit4]   2> 1722703 T3865 C1422 P26175 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C1423 name=collection1 org.apache.solr.core.SolrCore@2d1897fb url=http://127.0.0.1:22961/o_bh/e/collection1 node=127.0.0.1:22961_o_bh%2Fe C1423_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:22961_o_bh%2Fe, base_url=http://127.0.0.1:22961/o_bh/e, leader=true}
[junit4:junit4]   2> 1722710 T3821 C1423 P22961 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1722714 T3822 C1423 P22961 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1722718 T3822 C1423 P22961 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a644592 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53a0f25),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1722720 T3822 C1423 P22961 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1722721 T3822 C1423 P22961 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a644592 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53a0f25),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a644592 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53a0f25),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1722721 T3822 C1423 P22961 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1722722 T3822 C1423 P22961 oass.SolrIndexSearcher.<init> Opening Searcher@4f33d784 realtime
[junit4:junit4]   2> 1722723 T3822 C1423 P22961 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1722723 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 1722724 T3865 C1422 P26175 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1722725 T3865 C1422 P26175 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1722727 T3823 C1423 P22961 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1722728 T3823 C1423 P22961 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1722729 T3865 C1422 P26175 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1722729 T3865 C1422 P26175 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1722729 T3865 C1422 P26175 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1722732 T3823 C1423 P22961 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1722733 T3865 C1422 P26175 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1722734 T3865 C1422 P26175 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index.20130620021026845
[junit4:junit4]   2> 1722735 T3865 C1422 P26175 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f3bf202 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cd1982) fullCopy=false
[junit4:junit4]   2> 1722737 T3823 C1423 P22961 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1722739 T3865 C1422 P26175 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1722740 T3865 C1422 P26175 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1722741 T3865 C1422 P26175 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1722743 T3865 C1422 P26175 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@165324f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e0fab5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@165324f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e0fab5),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1722744 T3865 C1422 P26175 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1722744 T3865 C1422 P26175 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1722744 T3865 C1422 P26175 oass.SolrIndexSearcher.<init> Opening Searcher@22ffc604 main
[junit4:junit4]   2> 1722746 T3864 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22ffc604 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1722746 T3865 C1422 P26175 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index.20130620021026845 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index.20130620021026845;done=true>>]
[junit4:junit4]   2> 1722747 T3865 C1422 P26175 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index.20130620021026845
[junit4:junit4]   2> 1722747 T3865 C1422 P26175 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty3/index.20130620021026845
[junit4:junit4]   2> 1722747 T3865 C1422 P26175 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1722748 T3865 C1422 P26175 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1722748 T3865 C1422 P26175 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1722748 T3865 C1422 P26175 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1722750 T3865 C1422 P26175 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1722855 T3880 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1722858 T3880 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1722860 T3880 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1722865 T3880 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1722892 T3880 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1722892 T3880 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.ChaosMonkeyShardSplitTest-jetty4-1371708623807/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/
[junit4:junit4]   2> 1722893 T3880 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed331b1
[junit4:junit4]   2> 1722893 T3880 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1722894 T3880 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4
[junit4:junit4]   2> 1722894 T3880 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index/
[junit4:junit4]   2> 1722894 T3880 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1722895 T3880 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index
[junit4:junit4]   2> 1722898 T3880 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49131556 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b3409dc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1722898 T3880 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1722901 T3880 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1722902 T3880 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1722902 T3880 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1722903 T3880 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1722903 T3880 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1722904 T3880 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1722905 T3880 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1722906 T3880 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1722906 T3880 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1722918 T3880 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1722926 T3880 oass.SolrIndexSearcher.<init> Opening Searcher@50f96063 main
[junit4:junit4]   2> 1722926 T3880 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/tlog
[junit4:junit4]   2> 1722927 T3880 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1722928 T3880 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1722931 T3883 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50f96063 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1722933 T3880 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1722934 T3880 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45459/o_bh/e collection:collection1 shard:shard2
[junit4:junit4]   2> 1722936 T3880 oasc.ZkController.register We are http://127.0.0.1:45459/o_bh/e/collection1/ and leader is http://127.0.0.1:35206/o_bh/e/collection1/
[junit4:junit4]   2> 1722937 T3880 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45459/o_bh/e
[junit4:junit4]   2> 1722937 T3880 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1722937 T3880 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1424 name=collection1 org.apache.solr.core.SolrCore@3198de41 url=http://127.0.0.1:45459/o_bh/e/collection1 node=127.0.0.1:45459_o_bh%2Fe C1424_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:45459_o_bh%2Fe, base_url=http://127.0.0.1:45459/o_bh/e}
[junit4:junit4]   2> 1722937 T3884 C1424 P45459 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1722938 T3880 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1722938 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1722939 T3884 C1424 P45459 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1722939 T3884 C1424 P45459 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1722939 T3788 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> 1722940 T3788 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1722940 T3884 C1424 P45459 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1722941 T3788 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1722960 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1722960 T3836 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1722961 T3788 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 1722962 T3788 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 1722962 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1723964 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1724243 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1724244 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26175_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26175/o_bh/e"}
[junit4:junit4]   2> 1724277 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45459_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45459/o_bh/e"}
[junit4:junit4]   2> 1724355 T3862 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> 1724355 T3879 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> 1724355 T3830 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> 1724355 T3846 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> 1724355 T3810 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> 1724355 T3817 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> 1724963 T3836 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1724964 T3836 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:45459_o_bh%252Fe&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2004 
[junit4:junit4]   2> 1724967 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1725970 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C1424_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:45459_o_bh%2Fe, base_url=http://127.0.0.1:45459/o_bh/e}
[junit4:junit4]   2> 1726965 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35206/o_bh/e/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1726965 T3884 C1424 P45459 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45459/o_bh/e START replicas=[http://127.0.0.1:35206/o_bh/e/collection1/] nUpdates=100
[junit4:junit4]   2> 1726966 T3884 C1424 P45459 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1726966 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1726966 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1726966 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1726966 T3884 C1424 P45459 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1726967 T3884 C1424 P45459 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35206/o_bh/e/collection1/. core=collection1
[junit4:junit4]   2> 1726967 T3884 C1424 P45459 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C1425 name=collection1 org.apache.solr.core.SolrCore@78585fbf url=http://127.0.0.1:35206/o_bh/e/collection1 node=127.0.0.1:35206_o_bh%2Fe C1425_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:35206_o_bh%2Fe, base_url=http://127.0.0.1:35206/o_bh/e, leader=true}
[junit4:junit4]   2> 1726973 T3837 C1425 P35206 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1726974 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1726977 T3838 C1425 P35206 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1726980 T3838 C1425 P35206 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3673a01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c22487),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1726980 T3838 C1425 P35206 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1726981 T3838 C1425 P35206 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3673a01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c22487),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3673a01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c22487),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1726981 T3838 C1425 P35206 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1726982 T3838 C1425 P35206 oass.SolrIndexSearcher.<init> Opening Searcher@293c15f5 realtime
[junit4:junit4]   2> 1726982 T3838 C1425 P35206 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1726982 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 1726983 T3884 C1424 P45459 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1726984 T3884 C1424 P45459 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1726985 T3839 C1425 P35206 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1726986 T3839 C1425 P35206 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1726986 T3884 C1424 P45459 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1726987 T3884 C1424 P45459 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1726987 T3884 C1424 P45459 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1726989 T3839 C1425 P35206 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1726990 T3884 C1424 P45459 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1726991 T3884 C1424 P45459 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index.20130620021031102
[junit4:junit4]   2> 1726991 T3884 C1424 P45459 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c9a081c lockFactory=org.apache.lucene.store.NativeFSLockFactory@71e92179) fullCopy=false
[junit4:junit4]   2> 1726994 T3839 C1425 P35206 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1726995 T3884 C1424 P45459 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1726996 T3884 C1424 P45459 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1726996 T3884 C1424 P45459 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1726998 T3884 C1424 P45459 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49131556 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b3409dc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49131556 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b3409dc),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1726998 T3884 C1424 P45459 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1726998 T3884 C1424 P45459 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1726999 T3884 C1424 P45459 oass.SolrIndexSearcher.<init> Opening Searcher@2e709c0c main
[junit4:junit4]   2> 1727000 T3883 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e709c0c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1727000 T3884 C1424 P45459 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index.20130620021031102 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index.20130620021031102;done=true>>]
[junit4:junit4]   2> 1727000 T3884 C1424 P45459 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index.20130620021031102
[junit4:junit4]   2> 1727001 T3884 C1424 P45459 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index.20130620021031102
[junit4:junit4]   2> 1727001 T3884 C1424 P45459 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1727001 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1727001 T3884 C1424 P45459 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1727001 T3884 C1424 P45459 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1727003 T3884 C1424 P45459 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1727366 T3811 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1727367 T3811 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45459_o_bh%2Fe",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45459/o_bh/e"}
[junit4:junit4]   2> 1727428 T3862 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> 1727428 T3879 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> 1727428 T3817 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> 1727428 T3830 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> 1727428 T3810 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> 1727428 T3846 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> 1727976 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1727978 T3788 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C1426 name=collection1 org.apache.solr.core.SolrCore@1ca6ebb9 url=http://127.0.0.1:25871/o_bh/e/collection1 node=127.0.0.1:25871_o_bh%2Fe C1426_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:25871_o_bh%2Fe, base_url=http://127.0.0.1:25871/o_bh/e, leader=true}
[junit4:junit4]   2> 1727987 T3800 C1426 P25871 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1727993 T3800 C1426 P25871 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4fbfbee4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f083e43),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1727994 T3800 C1426 P25871 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1727995 T3800 C1426 P25871 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4fbfbee4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f083e43),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4fbfbee4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f083e43),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1727996 T3800 C1426 P25871 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1727997 T3800 C1426 P25871 oass.SolrIndexSearcher.<init> Opening Searcher@1f813456 main
[junit4:junit4]   2> 1727997 T3800 C1426 P25871 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1727998 T3814 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f813456 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1727999 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2>  C1424_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:45459_o_bh%2Fe, base_url=http://127.0.0.1:45459/o_bh/e}
[junit4:junit4]   2> 1728021 T3869 C1424 P45459 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:22961/o_bh/e/collection1/, StdNode: http://127.0.0.1:26175/o_bh/e/collection1/, StdNode: http://127.0.0.1:35206/o_bh/e/collection1/, StdNode: http://127.0.0.1:45459/o_bh/e/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 1728026 T3840 C1425 P35206 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1728026 T3824 C1423 P22961 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1728026 T3870 C1424 P45459 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1728030 T3824 C1423 P22961 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a644592 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53a0f25),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3a644592 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53a0f25),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1728028 T3840 C1425 P35206 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3673a01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c22487),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3673a01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c22487),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1728032 T3824 C1423 P22961 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1728031 T3870 C1424 P45459 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49131556 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b3409dc),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49131556 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b3409dc),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1728035 T3824 C1423 P22961 oass.SolrIndexSearcher.<init> Opening Searcher@2bf5d50e main
[junit4:junit4]   2> 1728034 T3840 C1425 P35206 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1728036 T3824 C1423 P22961 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1728035 T3870 C1424 P45459 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1728037 T3832 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2bf5d50e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1728037 T3840 C1425 P35206 oass.SolrIndexSearcher.<init> Opening Searcher@142f0c0e main
[junit4:junit4]   2> 1728039 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 1728038 T3870 C1424 P45459 oass.SolrIndexSearcher.<init> Opening Searcher@253cdf6d main
[junit4:junit4]   2>  C1422_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:26175_o_bh%2Fe, base_url=http://127.0.0.1:26175/o_bh/e}
[junit4:junit4]   2> 1728038 T3852 C1422 P26175 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1728040 T3870 C1424 P45459 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1728040 T3848 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@142f0c0e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1728039 T3840 C1425 P35206 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1728042 T3852 C1422 P26175 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@165324f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e0fab5),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@165324f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e0fab5),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1728042 T3883 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@253cdf6d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1728044 T3852 C1422 P26175 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1728043 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 1728045 T3852 C1422 P26175 oass.SolrIndexSearcher.<init> Opening Searcher@5f73411a main
[junit4:junit4]   2> 1728044 T3870 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 1728046 T3852 C1422 P26175 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1728047 T3864 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f73411a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1728048 T3852 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 1728049 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 28
[junit4:junit4]   2> 1728050 T3788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1728053 T3825 C1423 P22961 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1728056 T3853 C1422 P26175 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1728058 T3841 C1425 P35206 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1728061 T3871 C1424 P45459 oasc.SolrCore.execute [collection1] webapp=/o_bh/e path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1730067 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438340752791830528)} 0 2
[junit4:junit4]   2> 1730078 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={update.distrib=FROMLEADER&_version_=-1438340752796024832&update.from=http://127.0.0.1:22961/o_bh/e/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438340752796024832)} 0 2
[junit4:junit4]   2> 1730083 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={update.distrib=FROMLEADER&_version_=-1438340752802316288&update.from=http://127.0.0.1:35206/o_bh/e/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438340752802316288)} 0 2
[junit4:junit4]   2> 1730084 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1438340752802316288)} 0 8
[junit4:junit4]   2> 1730084 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438340752796024832)} 0 14
[junit4:junit4]   2> 1730088 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[0 (1438340752814899200)]} 0 1
[junit4:junit4]   2> 1730098 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438340752821190656)]} 0 1
[junit4:junit4]   2> 1730099 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[0 (1438340752821190656)]} 0 5
[junit4:junit4]   2> 1730100 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[0]} 0 9
[junit4:junit4]   2> 1730104 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[1 (1438340752830627840)]} 0 1
[junit4:junit4]   2> 1730111 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438340752834822144)]} 0 1
[junit4:junit4]   2> 1730112 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[1 (1438340752834822144)]} 0 5
[junit4:junit4]   2> 1730116 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[2 (1438340752843210752)]} 0 1
[junit4:junit4]   2> 1730125 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1438340752849502208)]} 0 1
[junit4:junit4]   2> 1730126 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1438340752849502208)]} 0 5
[junit4:junit4]   2> 1730127 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[2]} 0 8
[junit4:junit4]   2> 1730131 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[3 (1438340752859987968)]} 0 1
[junit4:junit4]   2> 1730141 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1438340752866279424)]} 0 1
[junit4:junit4]   2> 1730142 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1438340752866279424)]} 0 5
[junit4:junit4]   2> 1730143 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[3]} 0 9
[junit4:junit4]   2> 1730146 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[4 (1438340752874668032)]} 0 1
[junit4:junit4]   2> 1730153 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1438340752878862336)]} 0 1
[junit4:junit4]   2> 1730154 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[4 (1438340752878862336)]} 0 5
[junit4:junit4]   2> 1730157 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[5 (1438340752886202368)]} 0 1
[junit4:junit4]   2> 1730165 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1438340752892493824)]} 0 1
[junit4:junit4]   2> 1730166 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1438340752892493824)]} 0 5
[junit4:junit4]   2> 1730167 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[5]} 0 8
[junit4:junit4]   2> 1730171 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[6 (1438340752900882432)]} 0 1
[junit4:junit4]   2> 1730181 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1438340752908222464)]} 0 1
[junit4:junit4]   2> 1730182 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1438340752908222464)]} 0 5
[junit4:junit4]   2> 1730183 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[6]} 0 9
[junit4:junit4]   2> 1730187 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[7 (1438340752917659648)]} 0 1
[junit4:junit4]   2> 1730197 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1438340752924999680)]} 0 1
[junit4:junit4]   2> 1730198 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1438340752924999680)]} 0 5
[junit4:junit4]   2> 1730199 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[7]} 0 9
[junit4:junit4]   2> 1730203 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[8 (1438340752934436864)]} 0 1
[junit4:junit4]   2> 1730210 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1438340752938631168)]} 0 1
[junit4:junit4]   2> 1730211 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[8 (1438340752938631168)]} 0 5
[junit4:junit4]   2> 1730215 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[9 (1438340752947019776)]} 0 1
[junit4:junit4]   2> 1730224 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1438340752953311232)]} 0 1
[junit4:junit4]   2> 1730225 T3836 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1438340752953311232)]} 0 5
[junit4:junit4]   2> 1730226 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[9]} 0 9
[junit4:junit4]   2> 1730230 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[10 (1438340752962748416)]} 0 1
[junit4:junit4]   2> 1730237 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1438340752966942720)]} 0 1
[junit4:junit4]   2> 1730238 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[10 (1438340752966942720)]} 0 5
[junit4:junit4]   2> 1730242 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[11 (1438340752975331328)]} 0 1
[junit4:junit4]   2> 1730249 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1438340752979525632)]} 0 1
[junit4:junit4]   2> 1730250 T3820 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1438340752979525632)]} 0 5
[junit4:junit4]   2> 1730250 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[11]} 0 6
[junit4:junit4]   2> 1730254 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[12 (1438340752987914240)]} 0 1
[junit4:junit4]   2> 1730261 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1438340752992108544)]} 0 1
[junit4:junit4]   2> 1730262 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[12 (1438340752992108544)]} 0 5
[junit4:junit4]   2> 1730266 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[13 (1438340753000497152)]} 0 1
[junit4:junit4]   2> 1730275 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1438340753006788608)]} 0 1
[junit4:junit4]   2> 1730276 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1438340753006788608)]} 0 5
[junit4:junit4]   2> 1730277 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[13]} 0 8
[junit4:junit4]   2> 1730281 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[14 (1438340753016225792)]} 0 1
[junit4:junit4]   2> 1730291 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1438340753023565824)]} 0 1
[junit4:junit4]   2> 1730292 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[14 (1438340753023565824)]} 0 5
[junit4:junit4]   2> 1730292 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[14]} 0 8
[junit4:junit4]   2> 1730296 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[15 (1438340753031954432)]} 0 1
[junit4:junit4]   2> 1730305 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1438340753038245888)]} 0 1
[junit4:junit4]   2> 1730305 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1438340753038245888)]} 0 4
[junit4:junit4]   2> 1730306 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[15]} 0 7
[junit4:junit4]   2> 1730310 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[16 (1438340753046634496)]} 0 1
[junit4:junit4]   2> 1730316 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1438340753050828800)]} 0 0
[junit4:junit4]   2> 1730317 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[16 (1438340753050828800)]} 0 4
[junit4:junit4]   2> 1730321 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[17 (1438340753058168832)]} 0 1
[junit4:junit4]   2> 1730327 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1438340753061314560)]} 0 1
[junit4:junit4]   2> 1730328 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[17 (1438340753061314560)]} 0 5
[junit4:junit4]   2> 1730331 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[18 (1438340753068654592)]} 0 1
[junit4:junit4]   2> 1730340 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1438340753074946048)]} 0 1
[junit4:junit4]   2> 1730340 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[18 (1438340753074946048)]} 0 4
[junit4:junit4]   2> 1730341 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[18]} 0 7
[junit4:junit4]   2> 1730345 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[19 (1438340753083334656)]} 0 1
[junit4:junit4]   2> 1730351 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1438340753087528960)]} 0 0
[junit4:junit4]   2> 1730352 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[19 (1438340753087528960)]} 0 4
[junit4:junit4]   2> 1730356 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[20 (1438340753094868992)]} 0 1
[junit4:junit4]   2> 1730363 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1438340753099063296)]} 0 0
[junit4:junit4]   2> 1730363 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[20 (1438340753099063296)]} 0 4
[junit4:junit4]   2> 1730366 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[21 (1438340753106403328)]} 0 0
[junit4:junit4]   2> 1730375 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1438340753111646208)]} 0 1
[junit4:junit4]   2> 1730376 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1438340753111646208)]} 0 5
[junit4:junit4]   2> 1730376 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[21]} 0 7
[junit4:junit4]   2> 1730380 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[22 (1438340753120034816)]} 0 1
[junit4:junit4]   2> 1730391 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1438340753128423424)]} 0 1
[junit4:junit4]   2> 1730392 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[22 (1438340753128423424)]} 0 5
[junit4:junit4]   2> 1730393 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[22]} 0 10
[junit4:junit4]   2> 1730397 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[23 (1438340753137860608)]} 0 1
[junit4:junit4]   2> 1730413 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1438340753151492096)]} 0 1
[junit4:junit4]   2> 1730415 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[23 (1438340753151492096)]} 0 7
[junit4:junit4]   2> 1730416 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[23]} 0 16
[junit4:junit4]   2> 1730420 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[24 (1438340753161977856)]} 0 1
[junit4:junit4]   2> 1730426 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1438340753165123584)]} 0 1
[junit4:junit4]   2> 1730427 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[24 (1438340753165123584)]} 0 5
[junit4:junit4]   2> 1730431 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[25 (1438340753173512192)]} 0 1
[junit4:junit4]   2> 1730440 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1438340753179803648)]} 0 1
[junit4:junit4]   2> 1730441 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1438340753179803648)]} 0 5
[junit4:junit4]   2> 1730442 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[25]} 0 9
[junit4:junit4]   2> 1730446 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[26 (1438340753189240832)]} 0 1
[junit4:junit4]   2> 1730453 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1438340753193435136)]} 0 1
[junit4:junit4]   2> 1730454 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[26 (1438340753193435136)]} 0 5
[junit4:junit4]   2> 1730458 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[27 (1438340753201823744)]} 0 1
[junit4:junit4]   2> 1730468 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1438340753209163776)]} 0 1
[junit4:junit4]   2> 1730469 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[27 (1438340753209163776)]} 0 5
[junit4:junit4]   2> 1730470 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[27]} 0 9
[junit4:junit4]   2> 1730474 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[28 (1438340753218600960)]} 0 1
[junit4:junit4]   2> 1730483 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1438340753224892416)]} 0 1
[junit4:junit4]   2> 1730484 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[28 (1438340753224892416)]} 0 5
[junit4:junit4]   2> 1730484 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[28]} 0 7
[junit4:junit4]   2> 1730488 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[29 (1438340753233281024)]} 0 1
[junit4:junit4]   2> 1730496 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1438340753238523904)]} 0 1
[junit4:junit4]   2> 1730497 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1438340753238523904)]} 0 5
[junit4:junit4]   2> 1730497 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[29]} 0 7
[junit4:junit4]   2> 1730503 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[30 (1438340753246912512)]} 0 3
[junit4:junit4]   2> 1730512 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1438340753256349696)]} 0 0
[junit4:junit4]   2> 1730513 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[30 (1438340753256349696)]} 0 4
[junit4:junit4]   2> 1730514 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[30]} 0 8
[junit4:junit4]   2> 1730518 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[31 (1438340753264738304)]} 0 1
[junit4:junit4]   2> 1730526 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1438340753269981184)]} 0 1
[junit4:junit4]   2> 1730527 T3836 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1438340753269981184)]} 0 5
[junit4:junit4]   2> 1730528 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[31]} 0 8
[junit4:junit4]   2> 1730532 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[32 (1438340753279418368)]} 0 1
[junit4:junit4]   2> 1730542 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1438340753287806976)]} 0 0
[junit4:junit4]   2> 1730544 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[32 (1438340753287806976)]} 0 5
[junit4:junit4]   2> 1730545 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[32]} 0 9
[junit4:junit4]   2> 1730549 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[33 (1438340753297244160)]} 0 1
[junit4:junit4]   2> 1730557 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1438340753302487040)]} 0 1
[junit4:junit4]   2> 1730558 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[33 (1438340753302487040)]} 0 5
[junit4:junit4]   2> 1730559 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[33]} 0 8
[junit4:junit4]   2> 1730563 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[34 (1438340753311924224)]} 0 1
[junit4:junit4]   2> 1730569 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1438340753315069952)]} 0 1
[junit4:junit4]   2> 1730570 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[34 (1438340753315069952)]} 0 5
[junit4:junit4]   2> 1730574 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[35 (1438340753323458560)]} 0 1
[junit4:junit4]   2> 1730583 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1438340753330798592)]} 0 0
[junit4:junit4]   2> 1730584 T3820 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1438340753330798592)]} 0 4
[junit4:junit4]   2> 1730585 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[35]} 0 8
[junit4:junit4]   2> 1730589 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[36 (1438340753339187200)]} 0 1
[junit4:junit4]   2> 1730596 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1438340753344430080)]} 0 0
[junit4:junit4]   2> 1730597 T3820 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[36 (1438340753344430080)]} 0 4
[junit4:junit4]   2> 1730598 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[36]} 0 7
[junit4:junit4]   2> 1730601 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[37 (1438340753352818688)]} 0 0
[junit4:junit4]   2> 1730610 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1438340753358061568)]} 0 1
[junit4:junit4]   2> 1730611 T3836 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[37 (1438340753358061568)]} 0 5
[junit4:junit4]   2> 1730611 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[37]} 0 7
[junit4:junit4]   2> 1730615 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[38 (1438340753366450176)]} 0 1
[junit4:junit4]   2> 1730622 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1438340753370644480)]} 0 1
[junit4:junit4]   2> 1730623 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[38 (1438340753370644480)]} 0 5
[junit4:junit4]   2> 1730627 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[39 (1438340753379033088)]} 0 1
[junit4:junit4]   2> 1730636 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1438340753385324544)]} 0 1
[junit4:junit4]   2> 1730637 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[39 (1438340753385324544)]} 0 5
[junit4:junit4]   2> 1730637 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[39]} 0 7
[junit4:junit4]   2> 1730641 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[40 (1438340753393713152)]} 0 1
[junit4:junit4]   2> 1730650 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1438340753401053184)]} 0 0
[junit4:junit4]   2> 1730652 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[40 (1438340753401053184)]} 0 5
[junit4:junit4]   2> 1730652 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[40]} 0 8
[junit4:junit4]   2> 1730656 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[41 (1438340753409441792)]} 0 1
[junit4:junit4]   2> 1730666 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1438340753416781824)]} 0 1
[junit4:junit4]   2> 1730667 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[41 (1438340753416781824)]} 0 5
[junit4:junit4]   2> 1730668 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[41]} 0 9
[junit4:junit4]   2> 1730672 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[42 (1438340753426219008)]} 0 1
[junit4:junit4]   2> 1730679 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1438340753430413312)]} 0 1
[junit4:junit4]   2> 1730682 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[42 (1438340753430413312)]} 0 7
[junit4:junit4]   2> 1730687 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[43 (1438340753441947648)]} 0 1
[junit4:junit4]   2> 1730694 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1438340753446141952)]} 0 1
[junit4:junit4]   2> 1730695 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[43 (1438340753446141952)]} 0 5
[junit4:junit4]   2> 1730699 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[44 (1438340753454530560)]} 0 1
[junit4:junit4]   2> 1730709 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1438340753461870592)]} 0 1
[junit4:junit4]   2> 1730710 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[44 (1438340753461870592)]} 0 5
[junit4:junit4]   2> 1730711 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[44]} 0 9
[junit4:junit4]   2> 1730715 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[45 (1438340753471307776)]} 0 1
[junit4:junit4]   2> 1730722 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1438340753475502080)]} 0 1
[junit4:junit4]   2> 1730723 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[45 (1438340753475502080)]} 0 5
[junit4:junit4]   2> 1730727 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[46 (1438340753483890688)]} 0 1
[junit4:junit4]   2> 1730737 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1438340753491230720)]} 0 1
[junit4:junit4]   2> 1730738 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[46 (1438340753491230720)]} 0 5
[junit4:junit4]   2> 1730739 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[46]} 0 9
[junit4:junit4]   2> 1730743 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[47 (1438340753500667904)]} 0 1
[junit4:junit4]   2> 1730750 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1438340753504862208)]} 0 1
[junit4:junit4]   2> 1730751 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[47 (1438340753504862208)]} 0 5
[junit4:junit4]   2> 1730755 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[48 (1438340753513250816)]} 0 1
[junit4:junit4]   2> 1730765 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1438340753520590848)]} 0 1
[junit4:junit4]   2> 1730766 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[48 (1438340753520590848)]} 0 5
[junit4:junit4]   2> 1730767 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[48]} 0 9
[junit4:junit4]   2> 1730771 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[49 (1438340753530028032)]} 0 1
[junit4:junit4]   2> 1730781 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1438340753537368064)]} 0 1
[junit4:junit4]   2> 1730782 T3824 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[49 (1438340753537368064)]} 0 5
[junit4:junit4]   2> 1730783 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[49]} 0 9
[junit4:junit4]   2> 1730786 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[50 (1438340753545756672)]} 0 1
[junit4:junit4]   2> 1730795 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1438340753552048128)]} 0 1
[junit4:junit4]   2> 1730796 T3820 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[50 (1438340753552048128)]} 0 5
[junit4:junit4]   2> 1730797 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[50]} 0 8
[junit4:junit4]   2> 1730799 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[51 (1438340753560436736)]} 0 0
[junit4:junit4]   2> 1730807 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1438340753565679616)]} 0 0
[junit4:junit4]   2> 1730808 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[51 (1438340753565679616)]} 0 4
[junit4:junit4]   2> 1730809 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[51]} 0 7
[junit4:junit4]   2> 1730812 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[52 (1438340753574068224)]} 0 0
[junit4:junit4]   2> 1730819 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1438340753577213952)]} 0 1
[junit4:junit4]   2> 1730820 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[52 (1438340753577213952)]} 0 5
[junit4:junit4]   2> 1730824 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[53 (1438340753585602560)]} 0 1
[junit4:junit4]   2> 1730833 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1438340753591894016)]} 0 1
[junit4:junit4]   2> 1730834 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[53 (1438340753591894016)]} 0 5
[junit4:junit4]   2> 1730835 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[53]} 0 8
[junit4:junit4]   2> 1730839 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[54 (1438340753601331200)]} 0 1
[junit4:junit4]   2> 1730848 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1438340753608671232)]} 0 0
[junit4:junit4]   2> 1730850 T3822 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[54 (1438340753608671232)]} 0 5
[junit4:junit4]   2> 1730851 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[54]} 0 9
[junit4:junit4]   2> 1730854 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[55 (1438340753617059840)]} 0 1
[junit4:junit4]   2> 1730861 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1438340753621254144)]} 0 1
[junit4:junit4]   2> 1730861 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[55 (1438340753621254144)]} 0 4
[junit4:junit4]   2> 1730864 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[56 (1438340753628594176)]} 0 0
[junit4:junit4]   2> 1730876 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1438340753634885632)]} 0 1
[junit4:junit4]   2> 1730877 T3842 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[56 (1438340753634885632)]} 0 8
[junit4:junit4]   2> 1730878 T3826 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[56]} 0 11
[junit4:junit4]   2> 1730882 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[57 (1438340753646419968)]} 0 1
[junit4:junit4]   2> 1730892 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1438340753653760000)]} 0 1
[junit4:junit4]   2> 1730893 T3836 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[57 (1438340753653760000)]} 0 5
[junit4:junit4]   2> 1730894 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[57]} 0 9
[junit4:junit4]   2> 1730898 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[58 (1438340753663197184)]} 0 1
[junit4:junit4]   2> 1730907 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1438340753670537216)]} 0 0
[junit4:junit4]   2> 1730908 T3836 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:26175/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[58 (1438340753670537216)]} 0 4
[junit4:junit4]   2> 1730909 T3855 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[58]} 0 8
[junit4:junit4]   2> 1730913 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[59 (1438340753678925824)]} 0 1
[junit4:junit4]   2> 1730923 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:22961/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1438340753686265856)]} 0 1
[junit4:junit4]   2> 1730924 T3820 C1423 P22961 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[59 (1438340753686265856)]} 0 5
[junit4:junit4]   2> 1730925 T3838 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[59]} 0 9
[junit4:junit4]   2> 1730929 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[60 (1438340753695703040)]} 0 1
[junit4:junit4]   2> 1730938 T3872 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:35206/o_bh/e/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1438340753701994496)]} 0 1
[junit4:junit4]   2> 1730939 T3840 C1425 P35206 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={distrib.from=http://127.0.0.1:45459/o_bh/e/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[60 (1438340753701994496)]} 0 5
[junit4:junit4]   2> 1730940 T3869 C1424 P45459 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[60]} 0 8
[junit4:junit4]   2> 1730944 T3800 C1426 P25871 oasup.LogUpdateProcessor.finish [collection1] webapp=/o_bh/e path=/update params={wt=javabin&version=2} {add=[61 (1438340753711431680)]} 0 1
[junit4:junit4]   2> 1730951 T3854 C1422 P26175 oasup.LogUpdateProcessor.finish [col

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

 2> 1940617 T3788 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1940618 T3788 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1940619 T3788 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1940621 T3788 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1940622 T3788 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 1940623 T3788 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4;done=false>>]
[junit4:junit4]   2> 1940623 T3788 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4
[junit4:junit4]   2> 1940624 T3788 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index;done=false>>]
[junit4:junit4]   2> 1940624 T3788 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511/jetty4/index
[junit4:junit4]   2> 1940625 T3967 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89896294909280268-127.0.0.1:45459_o_bh%2Fe-n_0000000004) am no longer a leader.
[junit4:junit4]   2> 1940626 T3879 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 1940626 T3879 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1940627 T3788 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/o_bh/e,null}
[junit4:junit4]   2> 1940627 T3879 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1940699 T3788 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 1940701 T3788 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:34193 34193
[junit4:junit4]   2> 1940856 T3862 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1940926 T3862 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> 1940927 T3862 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1940928 T3788 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 25871
[junit4:junit4]   2> !!!! WARNING: best effort to remove /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1371708601511 FAILED !!!!!
[junit4:junit4]   2> 1940929 T3788 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 1940929 T3788 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:34193 34193
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=BCC412BA92B002D4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs_CZ -Dtests.timezone=America/Grand_Turk -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR    244s J1 | ChaosMonkeyShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:22961/o_bh/e returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BCC412BA92B002D4:3D229CA2E5EF62E8]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
[junit4:junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1940949 T3788 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=cs_CZ, timezone=America/Grand_Turk
[junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=16,threads=2,free=316422288,total=535822336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterWFSTTest, HighlighterConfigTest, TestArbitraryIndexDir, TestStressReorder, TestBinaryField, TestLMJelinekMercerSimilarityFactory, TestFiltering, SpellPossibilityIteratorTest, TestPostingsSolrHighlighter, SuggesterTSTTest, SpellCheckComponentTest, ZkSolrClientTest, DefaultValueUpdateProcessorTest, DOMUtilTest, TermVectorComponentDistributedTest, TestStressLucene, ConvertedLegacyTest, TestCSVResponseWriter, TestQueryTypes, IndexBasedSpellCheckerTest, TestSolr4Spatial, TestHashPartitioner, JSONWriterTest, MultiTermTest, TestRTGBase, ZkNodePropsTest, TestSchemaVersionResource, IndexReaderFactoryTest, TestDFRSimilarityFactory, TestPropInject, TestDefaultSimilarityFactory, SolrIndexConfigTest, CopyFieldTest, CurrencyFieldOpenExchangeTest, TestFastOutputStream, CollectionsAPIDistributedZkTest, TestReload, XsltUpdateRequestHandlerTest, TestLuceneMatchVersion, TestBinaryResponseWriter, TestFieldTypeResource, NotRequiredUniqueKeyTest, TestAnalyzedSuggestions, IndexSchemaRuntimeFieldTest, SolrCoreCheckLockOnStartupTest, TestSystemIdResolver, SolrPluginUtilsTest, CurrencyFieldXmlFileTest, TestOmitPositions, TestFieldResource, TestDynamicFieldResource, TestJmxIntegration, SimplePostToolTest, URLClassifyProcessorTest, NumericFieldsTest, FileUtilsTest, DirectSolrSpellCheckerTest, TestMaxScoreQueryParser, SpellCheckCollatorTest, LeaderElectionIntegrationTest, RequestHandlersTest, ChaosMonkeySafeLeaderTest, DirectUpdateHandlerTest, UpdateParamsTest, TestQuerySenderNoQuery, TestCSVLoader, OutputWriterTest, TestSerializedLuceneMatchVersion, TimeZoneUtilsTest, CoreContainerCoreInitFailuresTest, TestFieldTypeCollectionResource, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestJoin, SolrCmdDistributorTest, QueryElevationComponentTest, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, DistributedQueryElevationComponentTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, TestFoldingMultitermQuery, SuggesterTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming, DistanceFunctionTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, TestDocSet, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestPerFieldSimilarity, TestNumberUtils, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, SolrTestCaseJ4Test, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed on J1 in 243.59s, 1 test, 1 error <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:386: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:366: 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:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:887: There were test failures: 297 suites, 1252 tests, 1 error, 13 ignored (7 assumptions)

Total time: 52 minutes 10 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 # 4077 - Still Failing

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

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:59967 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:59967 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([7D7AECDC52EC3B7:863120D5B271A38B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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)


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

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:19850/h_ow/h/collection1lastClient and got 254 from http://127.0.0.1:40036/h_ow/h/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:19850/h_ow/h/collection1lastClient and got 254 from http://127.0.0.1:40036/h_ow/h/collection1
	at __randomizedtesting.SeedInfo.seed([7D7AECDC52EC3B7:863120D5B271A38B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1018)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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 9639 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 1013062 T3368 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /h_ow/h
[junit4:junit4]   2> 1013067 T3368 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-SyncSliceTest-1371675029442
[junit4:junit4]   2> 1013068 T3368 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1013069 T3369 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1013170 T3368 oasc.ZkTestServer.run start zk server on port:22555
[junit4:junit4]   2> 1013171 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1013174 T3375 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21a8e6b3 name:ZooKeeperConnection Watcher:127.0.0.1:22555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1013175 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1013175 T3368 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1013192 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1013194 T3377 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c47379b name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1013194 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1013194 T3368 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1013197 T3368 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1013207 T3368 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1013209 T3368 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1013211 T3368 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1013211 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1013216 T3368 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> 1013217 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1013339 T3368 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> 1013340 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1013342 T3368 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> 1013343 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1013351 T3368 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> 1013352 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1013354 T3368 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> 1013354 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1013356 T3368 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> 1013357 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1013364 T3368 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> 1013365 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1013367 T3368 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> 1013367 T3368 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1013542 T3368 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1013546 T3368 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32062
[junit4:junit4]   2> 1013547 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1013547 T3368 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1013548 T3368 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.SyncSliceTest-controljetty-1371675029744
[junit4:junit4]   2> 1013548 T3368 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1371675029744/solr.xml
[junit4:junit4]   2> 1013548 T3368 oasc.CoreContainer.<init> New CoreContainer 1799060924
[junit4:junit4]   2> 1013549 T3368 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.SyncSliceTest-controljetty-1371675029744/'
[junit4:junit4]   2> 1013549 T3368 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.SyncSliceTest-controljetty-1371675029744/'
[junit4:junit4]   2> 1013642 T3368 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1013643 T3368 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1013643 T3368 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1013644 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1013644 T3368 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1013644 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1013645 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1013645 T3368 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1013646 T3368 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1013646 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1013658 T3368 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1013659 T3368 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22555/solr
[junit4:junit4]   2> 1013659 T3368 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1013660 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1013662 T3388 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76d4672f name:ZooKeeperConnection Watcher:127.0.0.1:22555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1013663 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1013675 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1013684 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1013686 T3390 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71ad8133 name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1013686 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1013688 T3368 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1013697 T3368 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1013705 T3368 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1013707 T3368 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32062_h_ow%2Fh
[junit4:junit4]   2> 1013712 T3368 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32062_h_ow%2Fh
[junit4:junit4]   2> 1013715 T3368 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1013731 T3368 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1013733 T3368 oasc.Overseer.start Overseer (id=89894094729838595-127.0.0.1:32062_h_ow%2Fh-n_0000000000) starting
[junit4:junit4]   2> 1013744 T3368 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1013753 T3392 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1013754 T3368 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1013756 T3368 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1013764 T3368 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1013766 T3391 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1013769 T3393 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1013770 T3393 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1015270 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1015271 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32062_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32062/h_ow/h"}
[junit4:junit4]   2> 1015271 T3391 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1015271 T3391 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1015298 T3390 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> 1015773 T3393 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.SyncSliceTest-controljetty-1371675029744/collection1
[junit4:junit4]   2> 1015773 T3393 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1015774 T3393 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1015774 T3393 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1015775 T3393 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.SyncSliceTest-controljetty-1371675029744/collection1/'
[junit4:junit4]   2> 1015776 T3393 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.SyncSliceTest-controljetty-1371675029744/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1015777 T3393 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.SyncSliceTest-controljetty-1371675029744/collection1/lib/README' to classloader
[junit4:junit4]   2> 1015814 T3393 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1015860 T3393 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1015962 T3393 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1015967 T3393 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1016423 T3393 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1016432 T3393 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1016434 T3393 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1016444 T3393 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1016448 T3393 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1016451 T3393 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1016451 T3393 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1016452 T3393 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1016452 T3393 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1016453 T3393 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1016453 T3393 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1016453 T3393 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1016453 T3393 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.SyncSliceTest-controljetty-1371675029744/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1371675029441/control/data/
[junit4:junit4]   2> 1016454 T3393 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@637c72aa
[junit4:junit4]   2> 1016454 T3393 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1016455 T3393 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.SyncSliceTest-1371675029441/control/data
[junit4:junit4]   2> 1016456 T3393 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1371675029441/control/data/index/
[junit4:junit4]   2> 1016456 T3393 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1371675029441/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1016457 T3393 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.SyncSliceTest-1371675029441/control/data/index
[junit4:junit4]   2> 1016463 T3393 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@21caec8e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1016463 T3393 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1016465 T3393 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1016466 T3393 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1016466 T3393 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1016467 T3393 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1016467 T3393 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1016467 T3393 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1016468 T3393 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1016468 T3393 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1016468 T3393 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1016479 T3393 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1016486 T3393 oass.SolrIndexSearcher.<init> Opening Searcher@a2741a2 main
[junit4:junit4]   2> 1016487 T3393 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1016487 T3393 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1016490 T3394 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a2741a2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1016490 T3393 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1016491 T3393 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32062/h_ow/h collection:control_collection shard:shard1
[junit4:junit4]   2> 1016491 T3393 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1016517 T3393 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1016519 T3393 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1016519 T3393 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1016519 T3393 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32062/h_ow/h/collection1/
[junit4:junit4]   2> 1016519 T3393 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1016519 T3393 oasc.SyncStrategy.syncToMe http://127.0.0.1:32062/h_ow/h/collection1/ has no replicas
[junit4:junit4]   2> 1016520 T3393 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32062/h_ow/h/collection1/
[junit4:junit4]   2> 1016520 T3393 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1016801 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1016824 T3390 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> 1016840 T3393 oasc.ZkController.register We are http://127.0.0.1:32062/h_ow/h/collection1/ and leader is http://127.0.0.1:32062/h_ow/h/collection1/
[junit4:junit4]   2> 1016840 T3393 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32062/h_ow/h
[junit4:junit4]   2> 1016840 T3393 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1016840 T3393 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1016841 T3393 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1016842 T3393 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1016843 T3368 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> 1016844 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1016844 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1016855 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1016856 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1016858 T3397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@445f2cf0 name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1016858 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1016859 T3368 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1016861 T3368 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1017039 T3368 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1017042 T3368 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:19850
[junit4:junit4]   2> 1017043 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1017043 T3368 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1017044 T3368 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.SyncSliceTest-jetty1-1371675033235
[junit4:junit4]   2> 1017044 T3368 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1371675033235/solr.xml
[junit4:junit4]   2> 1017045 T3368 oasc.CoreContainer.<init> New CoreContainer 1869147660
[junit4:junit4]   2> 1017045 T3368 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.SyncSliceTest-jetty1-1371675033235/'
[junit4:junit4]   2> 1017046 T3368 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.SyncSliceTest-jetty1-1371675033235/'
[junit4:junit4]   2> 1017135 T3368 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1017136 T3368 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1017137 T3368 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1017137 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1017137 T3368 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1017138 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1017138 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1017138 T3368 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1017139 T3368 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1017139 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1017149 T3368 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1017150 T3368 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22555/solr
[junit4:junit4]   2> 1017151 T3368 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1017152 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1017154 T3408 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73161438 name:ZooKeeperConnection Watcher:127.0.0.1:22555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1017155 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1017166 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1017173 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1017175 T3410 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d66f3cc name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1017175 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1017184 T3368 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1018188 T3368 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:19850_h_ow%2Fh
[junit4:junit4]   2> 1018190 T3368 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:19850_h_ow%2Fh
[junit4:junit4]   2> 1018193 T3390 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1018193 T3397 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1018193 T3410 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1018194 T3390 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> 1018211 T3411 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1018212 T3411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1018336 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1018337 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:32062_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32062_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32062/h_ow/h"}
[junit4:junit4]   2> 1018340 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:19850_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:19850/h_ow/h"}
[junit4:junit4]   2> 1018340 T3391 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 1018341 T3391 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1018353 T3390 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> 1018353 T3410 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> 1018353 T3397 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> 1019214 T3411 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.SyncSliceTest-jetty1-1371675033235/collection1
[junit4:junit4]   2> 1019214 T3411 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1019215 T3411 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1019215 T3411 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1019216 T3411 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.SyncSliceTest-jetty1-1371675033235/collection1/'
[junit4:junit4]   2> 1019217 T3411 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.SyncSliceTest-jetty1-1371675033235/collection1/lib/README' to classloader
[junit4:junit4]   2> 1019218 T3411 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.SyncSliceTest-jetty1-1371675033235/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1019255 T3411 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1019298 T3411 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1019400 T3411 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1019405 T3411 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1019852 T3411 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1019861 T3411 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1019864 T3411 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1019873 T3411 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1019877 T3411 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1019880 T3411 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1019881 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1019882 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1019882 T3411 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1019883 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1019883 T3411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1019883 T3411 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1019883 T3411 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.SyncSliceTest-jetty1-1371675033235/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty1/
[junit4:junit4]   2> 1019884 T3411 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@637c72aa
[junit4:junit4]   2> 1019884 T3411 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1019885 T3411 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.SyncSliceTest-1371675029441/jetty1
[junit4:junit4]   2> 1019886 T3411 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty1/index/
[junit4:junit4]   2> 1019886 T3411 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1019887 T3411 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.SyncSliceTest-1371675029441/jetty1/index
[junit4:junit4]   2> 1019892 T3411 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1019892 T3411 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1019895 T3411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1019895 T3411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1019896 T3411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1019896 T3411 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1019897 T3411 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1019897 T3411 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1019897 T3411 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1019898 T3411 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1019898 T3411 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1019909 T3411 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1019916 T3411 oass.SolrIndexSearcher.<init> Opening Searcher@6821f4b0 main
[junit4:junit4]   2> 1019917 T3411 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1019917 T3411 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1019920 T3412 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6821f4b0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1019922 T3411 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1019922 T3411 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:19850/h_ow/h collection:collection1 shard:shard1
[junit4:junit4]   2> 1019923 T3411 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 1019938 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1019950 T3411 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1019950 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1019950 T3411 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1019951 T3411 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1019951 T3411 oasc.SyncStrategy.syncToMe http://127.0.0.1:19850/h_ow/h/collection1/ has no replicas
[junit4:junit4]   2> 1019951 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1019951 T3411 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 1021369 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1021388 T3390 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> 1021388 T3410 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> 1021388 T3397 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> 1021400 T3411 oasc.ZkController.register We are http://127.0.0.1:19850/h_ow/h/collection1/ and leader is http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1021400 T3411 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:19850/h_ow/h
[junit4:junit4]   2> 1021400 T3411 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1021401 T3411 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1021401 T3411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1021402 T3411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1021403 T3368 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> 1021404 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1021404 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1021587 T3368 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1021590 T3368 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10710
[junit4:junit4]   2> 1021590 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1021591 T3368 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1021591 T3368 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.SyncSliceTest-jetty2-1371675037789
[junit4:junit4]   2> 1021591 T3368 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1371675037789/solr.xml
[junit4:junit4]   2> 1021592 T3368 oasc.CoreContainer.<init> New CoreContainer 132354271
[junit4:junit4]   2> 1021592 T3368 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.SyncSliceTest-jetty2-1371675037789/'
[junit4:junit4]   2> 1021593 T3368 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.SyncSliceTest-jetty2-1371675037789/'
[junit4:junit4]   2> 1021680 T3368 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1021681 T3368 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1021681 T3368 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1021682 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1021682 T3368 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1021682 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1021683 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1021683 T3368 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1021683 T3368 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1021684 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1021698 T3368 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1021699 T3368 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22555/solr
[junit4:junit4]   2> 1021700 T3368 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1021700 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1021703 T3424 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c59fd46 name:ZooKeeperConnection Watcher:127.0.0.1:22555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1021703 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1021720 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1021729 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1021731 T3426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e194700 name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1021731 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1021735 T3368 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1022738 T3368 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10710_h_ow%2Fh
[junit4:junit4]   2> 1022740 T3368 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10710_h_ow%2Fh
[junit4:junit4]   2> 1022742 T3410 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> 1022743 T3397 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1022743 T3426 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1022743 T3390 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1022743 T3397 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> 1022744 T3390 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> 1022744 T3410 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1022758 T3427 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1022759 T3427 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1022893 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1022894 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:19850_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:19850_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:19850/h_ow/h"}
[junit4:junit4]   2> 1022899 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:10710_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10710/h_ow/h"}
[junit4:junit4]   2> 1022900 T3391 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 1022900 T3391 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1022915 T3397 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> 1022915 T3390 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> 1022915 T3426 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> 1022915 T3410 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> 1023762 T3427 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.SyncSliceTest-jetty2-1371675037789/collection1
[junit4:junit4]   2> 1023762 T3427 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1023763 T3427 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1023763 T3427 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1023764 T3427 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.SyncSliceTest-jetty2-1371675037789/collection1/'
[junit4:junit4]   2> 1023765 T3427 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.SyncSliceTest-jetty2-1371675037789/collection1/lib/README' to classloader
[junit4:junit4]   2> 1023766 T3427 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.SyncSliceTest-jetty2-1371675037789/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1023803 T3427 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1023848 T3427 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1023950 T3427 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1023955 T3427 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1024424 T3427 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1024433 T3427 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1024436 T3427 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1024446 T3427 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1024450 T3427 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1024453 T3427 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1024454 T3427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1024455 T3427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1024455 T3427 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1024456 T3427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1024456 T3427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1024456 T3427 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1024457 T3427 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.SyncSliceTest-jetty2-1371675037789/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/
[junit4:junit4]   2> 1024457 T3427 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@637c72aa
[junit4:junit4]   2> 1024457 T3427 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1024458 T3427 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.SyncSliceTest-1371675029441/jetty2
[junit4:junit4]   2> 1024459 T3427 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/index/
[junit4:junit4]   2> 1024460 T3427 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1024460 T3427 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.SyncSliceTest-1371675029441/jetty2/index
[junit4:junit4]   2> 1024470 T3427 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1024471 T3427 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1024474 T3427 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1024474 T3427 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1024475 T3427 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1024475 T3427 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1024476 T3427 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1024476 T3427 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1024476 T3427 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1024477 T3427 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1024477 T3427 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1024488 T3427 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1024496 T3427 oass.SolrIndexSearcher.<init> Opening Searcher@25c7c875 main
[junit4:junit4]   2> 1024497 T3427 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1024497 T3427 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1024501 T3428 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25c7c875 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1024503 T3427 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1024503 T3427 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10710/h_ow/h collection:collection1 shard:shard1
[junit4:junit4]   2> 1024507 T3427 oasc.ZkController.register We are http://127.0.0.1:10710/h_ow/h/collection1/ and leader is http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1024508 T3427 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10710/h_ow/h
[junit4:junit4]   2> 1024508 T3427 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1024508 T3427 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1006 name=collection1 org.apache.solr.core.SolrCore@6c137082 url=http://127.0.0.1:10710/h_ow/h/collection1 node=127.0.0.1:10710_h_ow%2Fh C1006_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:10710_h_ow%2Fh, base_url=http://127.0.0.1:10710/h_ow/h}
[junit4:junit4]   2> 1024509 T3429 C1006 P10710 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1024509 T3429 C1006 P10710 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1024509 T3427 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1024509 T3429 C1006 P10710 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1024509 T3429 C1006 P10710 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1024510 T3368 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> 1024511 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1024511 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1024521 T3429 C1006 P10710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1024531 T3400 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:10710_h_ow%2Fh_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1024694 T3368 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1024697 T3368 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:40036
[junit4:junit4]   2> 1024698 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1024698 T3368 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1024699 T3368 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.SyncSliceTest-jetty3-1371675040897
[junit4:junit4]   2> 1024699 T3368 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1371675040897/solr.xml
[junit4:junit4]   2> 1024700 T3368 oasc.CoreContainer.<init> New CoreContainer 1776414430
[junit4:junit4]   2> 1024700 T3368 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.SyncSliceTest-jetty3-1371675040897/'
[junit4:junit4]   2> 1024701 T3368 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.SyncSliceTest-jetty3-1371675040897/'
[junit4:junit4]   2> 1024789 T3368 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1024789 T3368 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1024790 T3368 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1024790 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1024790 T3368 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1024791 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1024791 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1024792 T3368 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1024792 T3368 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1024792 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1024804 T3368 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1024805 T3368 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22555/solr
[junit4:junit4]   2> 1024805 T3368 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1024806 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1024810 T3441 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37708dc5 name:ZooKeeperConnection Watcher:127.0.0.1:22555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1024811 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1024822 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1024831 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1024833 T3443 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8176621 name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1024833 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1024843 T3368 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1025846 T3368 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40036_h_ow%2Fh
[junit4:junit4]   2> 1025858 T3368 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40036_h_ow%2Fh
[junit4:junit4]   2> 1025863 T3410 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> 1025863 T3397 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1025863 T3426 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1025863 T3390 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1025863 T3443 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1025864 T3390 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> 1025864 T3410 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1025863 T3426 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> 1025863 T3397 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> 1025880 T3444 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1025880 T3444 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1025924 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1025924 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:10710_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:10710_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10710/h_ow/h"}
[junit4:junit4]   2> 1025928 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40036_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40036/h_ow/h"}
[junit4:junit4]   2> 1025928 T3391 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 1025928 T3391 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1025943 T3397 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> 1025943 T3426 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> 1025943 T3443 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> 1025943 T3390 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> 1025943 T3410 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> 1026534 T3400 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:10710_h_ow%2Fh_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1026534 T3400 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:10710_h_ow%252Fh_collection1&state=recovering&nodeName=127.0.0.1:10710_h_ow%252Fh&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   2> 1026885 T3444 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.SyncSliceTest-jetty3-1371675040897/collection1
[junit4:junit4]   2> 1026885 T3444 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1026886 T3444 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1026886 T3444 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1026888 T3444 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.SyncSliceTest-jetty3-1371675040897/collection1/'
[junit4:junit4]   2> 1026889 T3444 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.SyncSliceTest-jetty3-1371675040897/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1026890 T3444 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.SyncSliceTest-jetty3-1371675040897/collection1/lib/README' to classloader
[junit4:junit4]   2> 1026945 T3444 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1027006 T3444 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1027109 T3444 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1027116 T3444 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1027651 T3444 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1027660 T3444 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1027663 T3444 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1027675 T3444 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1027679 T3444 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1027683 T3444 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1027685 T3444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1027685 T3444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1027685 T3444 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1027686 T3444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1027686 T3444 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1027687 T3444 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1027687 T3444 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.SyncSliceTest-jetty3-1371675040897/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/
[junit4:junit4]   2> 1027687 T3444 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@637c72aa
[junit4:junit4]   2> 1027688 T3444 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1027689 T3444 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.SyncSliceTest-1371675029441/jetty3
[junit4:junit4]   2> 1027689 T3444 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/index/
[junit4:junit4]   2> 1027690 T3444 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1027691 T3444 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.SyncSliceTest-1371675029441/jetty3/index
[junit4:junit4]   2> 1027696 T3444 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1027697 T3444 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1027699 T3444 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1027700 T3444 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1027700 T3444 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1027701 T3444 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1027701 T3444 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1027701 T3444 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1027702 T3444 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1027702 T3444 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1027703 T3444 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1027715 T3444 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1027724 T3444 oass.SolrIndexSearcher.<init> Opening Searcher@8968c17 main
[junit4:junit4]   2> 1027725 T3444 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1027725 T3444 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1027729 T3445 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8968c17 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1027731 T3444 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1027731 T3444 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40036/h_ow/h collection:collection1 shard:shard1
[junit4:junit4]   2> 1027734 T3444 oasc.ZkController.register We are http://127.0.0.1:40036/h_ow/h/collection1/ and leader is http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1027735 T3444 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40036/h_ow/h
[junit4:junit4]   2> 1027735 T3444 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1027735 T3444 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1007 name=collection1 org.apache.solr.core.SolrCore@6786c6f2 url=http://127.0.0.1:40036/h_ow/h/collection1 node=127.0.0.1:40036_h_ow%2Fh C1007_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:40036_h_ow%2Fh, base_url=http://127.0.0.1:40036/h_ow/h}
[junit4:junit4]   2> 1027735 T3446 C1007 P40036 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1027736 T3444 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1027736 T3446 C1007 P40036 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1027737 T3446 C1007 P40036 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1027737 T3446 C1007 P40036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1027737 T3368 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> 1027738 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1027739 T3446 C1007 P40036 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1027739 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1027760 T3401 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:40036_h_ow%2Fh_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1028030 T3368 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1028033 T3368 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20404
[junit4:junit4]   2> 1028034 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1028034 T3368 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1028035 T3368 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.SyncSliceTest-jetty4-1371675044132
[junit4:junit4]   2> 1028035 T3368 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1371675044132/solr.xml
[junit4:junit4]   2> 1028036 T3368 oasc.CoreContainer.<init> New CoreContainer 1668662114
[junit4:junit4]   2> 1028037 T3368 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.SyncSliceTest-jetty4-1371675044132/'
[junit4:junit4]   2> 1028037 T3368 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.SyncSliceTest-jetty4-1371675044132/'
[junit4:junit4]   2> 1028166 T3368 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1028167 T3368 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1028167 T3368 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1028168 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1028168 T3368 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1028169 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1028169 T3368 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1028170 T3368 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1028171 T3368 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1028171 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1028188 T3368 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1028189 T3368 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22555/solr
[junit4:junit4]   2> 1028189 T3368 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1028190 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1028193 T3458 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e1d94aa name:ZooKeeperConnection Watcher:127.0.0.1:22555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1028194 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1028204 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1028212 T3368 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1028214 T3460 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64467641 name:ZooKeeperConnection Watcher:127.0.0.1:22555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1028214 T3368 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1028225 T3368 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C1008 name=collection1 org.apache.solr.core.SolrCore@6c137082 url=http://127.0.0.1:10710/h_ow/h/collection1 node=127.0.0.1:10710_h_ow%2Fh C1008_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:10710_h_ow%2Fh, base_url=http://127.0.0.1:10710/h_ow/h}
[junit4:junit4]   2> 1028536 T3429 C1008 P10710 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:19850/h_ow/h/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1028536 T3429 C1008 P10710 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:10710/h_ow/h START replicas=[http://127.0.0.1:19850/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1028537 T3429 C1008 P10710 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1028538 T3429 C1008 P10710 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1028538 T3429 C1008 P10710 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1028538 T3429 C1008 P10710 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1028539 T3429 C1008 P10710 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1028539 T3429 C1008 P10710 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:19850/h_ow/h/collection1/. core=collection1
[junit4:junit4]   2> 1028539 T3429 C1008 P10710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C1009 name=collection1 org.apache.solr.core.SolrCore@38d6c725 url=http://127.0.0.1:19850/h_ow/h/collection1 node=127.0.0.1:19850_h_ow%2Fh C1009_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:19850_h_ow%2Fh, base_url=http://127.0.0.1:19850/h_ow/h, leader=true}
[junit4:junit4]   2> 1028544 T3402 C1009 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1028551 T3403 C1009 P19850 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1028555 T3403 C1009 P19850 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1028556 T3403 C1009 P19850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1028559 T3403 C1009 P19850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1028560 T3403 C1009 P19850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1028561 T3403 C1009 P19850 oass.SolrIndexSearcher.<init> Opening Searcher@61fa5654 realtime
[junit4:junit4]   2> 1028562 T3403 C1009 P19850 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1028562 T3403 C1009 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 1028563 T3429 C1008 P10710 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1028563 T3429 C1008 P10710 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1028565 T3404 C1009 P19850 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1028566 T3404 C1009 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 1028566 T3429 C1008 P10710 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1028566 T3429 C1008 P10710 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1028567 T3429 C1008 P10710 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1028571 T3404 C1009 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1028571 T3429 C1008 P10710 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1028573 T3429 C1008 P10710 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.SyncSliceTest-1371675029441/jetty2/index.20130619155044946
[junit4:junit4]   2> 1028574 T3429 C1008 P10710 oash.SnapPuller.fetchLatestIndex Starting download to 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.SyncSliceTest-1371675029441/jetty2/index.20130619155044946 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a85b6a; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 1028578 T3404 C1009 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1028580 T3429 C1008 P10710 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1028582 T3429 C1008 P10710 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1028582 T3429 C1008 P10710 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1028587 T3429 C1008 P10710 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1028587 T3429 C1008 P10710 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1028588 T3429 C1008 P10710 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1028589 T3429 C1008 P10710 oass.SolrIndexSearcher.<init> Opening Searcher@24e7ab83 main
[junit4:junit4]   2> 1028590 T3428 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@24e7ab83 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1028591 T3429 C1008 P10710 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/index.20130619155044946 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/index.20130619155044946;done=true>>]
[junit4:junit4]   2> 1028591 T3429 C1008 P10710 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/index.20130619155044946
[junit4:junit4]   2> 1028591 T3429 C1008 P10710 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty2/index.20130619155044946
[junit4:junit4]   2> 1028592 T3429 C1008 P10710 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1028592 T3429 C1008 P10710 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1028593 T3429 C1008 P10710 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1028593 T3429 C1008 P10710 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1028594 T3429 C1008 P10710 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1028952 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1028953 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40036_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40036_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40036/h_ow/h"}
[junit4:junit4]   2> 1028977 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:10710_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:10710_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10710/h_ow/h"}
[junit4:junit4]   2> 1029046 T3397 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> 1029046 T3460 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> 1029047 T3443 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> 1029046 T3426 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> 1029046 T3410 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> 1029046 T3390 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> 1029230 T3368 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20404_h_ow%2Fh
[junit4:junit4]   2> 1029232 T3368 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20404_h_ow%2Fh
[junit4:junit4]   2> 1029235 T3443 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> 1029235 T3397 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1029235 T3410 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> 1029236 T3397 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> 1029235 T3426 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1029235 T3390 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1029235 T3460 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1029237 T3390 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> 1029236 T3426 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> 1029237 T3460 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> 1029258 T3443 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1029259 T3410 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1029268 T3463 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1029268 T3463 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1029763 T3401 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:40036_h_ow%2Fh_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1029763 T3401 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:40036_h_ow%252Fh_collection1&state=recovering&nodeName=127.0.0.1:40036_h_ow%252Fh&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   2> 1030643 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1030644 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:20404_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20404/h_ow/h"}
[junit4:junit4]   2> 1030644 T3391 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 1030645 T3391 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1030665 T3397 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> 1030665 T3443 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> 1030665 T3426 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> 1030665 T3390 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> 1030665 T3410 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> 1030665 T3460 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> 1031274 T3463 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.SyncSliceTest-jetty4-1371675044132/collection1
[junit4:junit4]   2> 1031274 T3463 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1031275 T3463 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1031275 T3463 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1031277 T3463 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.SyncSliceTest-jetty4-1371675044132/collection1/'
[junit4:junit4]   2> 1031278 T3463 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.SyncSliceTest-jetty4-1371675044132/collection1/lib/README' to classloader
[junit4:junit4]   2> 1031279 T3463 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.SyncSliceTest-jetty4-1371675044132/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1031367 T3463 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1031430 T3463 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1031532 T3463 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1031539 T3463 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C1010 name=collection1 org.apache.solr.core.SolrCore@6786c6f2 url=http://127.0.0.1:40036/h_ow/h/collection1 node=127.0.0.1:40036_h_ow%2Fh C1010_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:40036_h_ow%2Fh, base_url=http://127.0.0.1:40036/h_ow/h}
[junit4:junit4]   2> 1031765 T3446 C1010 P40036 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:19850/h_ow/h/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1031765 T3446 C1010 P40036 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40036/h_ow/h START replicas=[http://127.0.0.1:19850/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1031766 T3446 C1010 P40036 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1031766 T3446 C1010 P40036 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1031766 T3446 C1010 P40036 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1031767 T3446 C1010 P40036 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1031767 T3446 C1010 P40036 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1031767 T3446 C1010 P40036 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:19850/h_ow/h/collection1/. core=collection1
[junit4:junit4]   2> 1031767 T3446 C1010 P40036 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C1011 name=collection1 org.apache.solr.core.SolrCore@38d6c725 url=http://127.0.0.1:19850/h_ow/h/collection1 node=127.0.0.1:19850_h_ow%2Fh C1011_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:19850_h_ow%2Fh, base_url=http://127.0.0.1:19850/h_ow/h, leader=true}
[junit4:junit4]   2> 1031769 T3402 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1031785 T3405 C1011 P19850 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1031792 T3405 C1011 P19850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1031793 T3405 C1011 P19850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1031794 T3405 C1011 P19850 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1031795 T3405 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 1031796 T3446 C1010 P40036 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1031796 T3446 C1010 P40036 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1031798 T3404 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1031799 T3446 C1010 P40036 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 1031799 T3446 C1010 P40036 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1031799 T3446 C1010 P40036 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1031803 T3404 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1031803 T3446 C1010 P40036 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1031805 T3446 C1010 P40036 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.SyncSliceTest-1371675029441/jetty3/index.20130619155048178
[junit4:junit4]   2> 1031806 T3446 C1010 P40036 oash.SnapPuller.fetchLatestIndex Starting download to 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.SyncSliceTest-1371675029441/jetty3/index.20130619155048178 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2746e7c5; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 1031811 T3404 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 1031813 T3446 C1010 P40036 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1031816 T3446 C1010 P40036 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1031816 T3446 C1010 P40036 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1031822 T3446 C1010 P40036 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1031822 T3446 C1010 P40036 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1031823 T3446 C1010 P40036 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1031824 T3446 C1010 P40036 oass.SolrIndexSearcher.<init> Opening Searcher@56cbf156 main
[junit4:junit4]   2> 1031825 T3445 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56cbf156 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 1031826 T3446 C1010 P40036 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/index.20130619155048178 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/index.20130619155048178;done=true>>]
[junit4:junit4]   2> 1031826 T3446 C1010 P40036 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/index.20130619155048178
[junit4:junit4]   2> 1031827 T3446 C1010 P40036 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty3/index.20130619155048178
[junit4:junit4]   2> 1031828 T3446 C1010 P40036 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1031828 T3446 C1010 P40036 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1031829 T3446 C1010 P40036 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1031829 T3446 C1010 P40036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1031830 T3446 C1010 P40036 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1032135 T3463 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1032144 T3463 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1032147 T3463 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1032159 T3463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1032170 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1032171 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40036_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40036_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40036/h_ow/h"}
[junit4:junit4]   2> 1032173 T3463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1032177 T3463 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1032185 T3390 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> 1032185 T3426 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> 1032185 T3460 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> 1032185 T3443 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> 1032185 T3410 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> 1032185 T3397 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> 1032185 T3463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1032187 T3463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1032187 T3463 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1032188 T3463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1032188 T3463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 1032189 T3463 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1032189 T3463 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.SyncSliceTest-jetty4-1371675044132/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/
[junit4:junit4]   2> 1032189 T3463 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@637c72aa
[junit4:junit4]   2> 1032190 T3463 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1032191 T3463 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.SyncSliceTest-1371675029441/jetty4
[junit4:junit4]   2> 1032193 T3463 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/index/
[junit4:junit4]   2> 1032193 T3463 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1032194 T3463 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.SyncSliceTest-1371675029441/jetty4/index
[junit4:junit4]   2> 1032200 T3463 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1032200 T3463 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1032203 T3463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1032203 T3463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1032204 T3463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1032205 T3463 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1032205 T3463 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1032205 T3463 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1032208 T3463 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1032208 T3463 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1032208 T3463 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1032219 T3463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1032226 T3463 oass.SolrIndexSearcher.<init> Opening Searcher@7aa2d718 main
[junit4:junit4]   2> 1032227 T3463 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1032227 T3463 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1032230 T3466 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7aa2d718 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1032232 T3463 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1032232 T3463 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:20404/h_ow/h collection:collection1 shard:shard1
[junit4:junit4]   2> 1032236 T3463 oasc.ZkController.register We are http://127.0.0.1:20404/h_ow/h/collection1/ and leader is http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1032236 T3463 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:20404/h_ow/h
[junit4:junit4]   2> 1032236 T3463 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1032236 T3463 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1012 name=collection1 org.apache.solr.core.SolrCore@13fa7110 url=http://127.0.0.1:20404/h_ow/h/collection1 node=127.0.0.1:20404_h_ow%2Fh C1012_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:20404_h_ow%2Fh, base_url=http://127.0.0.1:20404/h_ow/h}
[junit4:junit4]   2> 1032236 T3467 C1012 P20404 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1032237 T3463 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1032237 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1032237 T3467 C1012 P20404 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1032237 T3467 C1012 P20404 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1032238 T3368 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> 1032239 T3368 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1032238 T3467 C1012 P20404 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1032239 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1032255 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1032256 T3406 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:20404_h_ow%2Fh_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1032257 T3368 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 1032257 T3368 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 1032258 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1033260 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1033690 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1033691 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:20404_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:20404_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20404/h_ow/h"}
[junit4:junit4]   2> 1033705 T3460 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> 1033705 T3443 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> 1033705 T3390 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> 1033706 T3397 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> 1033706 T3426 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> 1033706 T3410 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> 1034261 T3406 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:20404_h_ow%2Fh_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1034261 T3406 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:20404_h_ow%252Fh_collection1&state=recovering&nodeName=127.0.0.1:20404_h_ow%252Fh&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2005 
[junit4:junit4]   2> 1034263 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1035266 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C1012_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:20404_h_ow%2Fh, base_url=http://127.0.0.1:20404/h_ow/h}
[junit4:junit4]   2> 1036263 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:19850/h_ow/h/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1036263 T3467 C1012 P20404 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:20404/h_ow/h START replicas=[http://127.0.0.1:19850/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1036264 T3467 C1012 P20404 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1036264 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1036264 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1036265 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1036265 T3467 C1012 P20404 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1036265 T3467 C1012 P20404 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:19850/h_ow/h/collection1/. core=collection1
[junit4:junit4]   2> 1036265 T3467 C1012 P20404 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1036266 T3402 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1036269 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1036276 T3400 C1011 P19850 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1036296 T3400 C1011 P19850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 1036297 T3400 C1011 P19850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 1036298 T3400 C1011 P19850 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1036298 T3400 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   2> 1036299 T3467 C1012 P20404 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1036300 T3467 C1012 P20404 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1036302 T3404 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1036310 T3467 C1012 P20404 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 1036311 T3467 C1012 P20404 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1036311 T3467 C1012 P20404 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1036314 T3404 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1036315 T3467 C1012 P20404 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1036317 T3467 C1012 P20404 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.SyncSliceTest-1371675029441/jetty4/index.20130619155052690
[junit4:junit4]   2> 1036318 T3467 C1012 P20404 oash.SnapPuller.fetchLatestIndex Starting download to 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.SyncSliceTest-1371675029441/jetty4/index.20130619155052690 lockFactory=org.apache.lucene.store.NativeFSLockFactory@385b5dec; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 1036322 T3404 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/replication params={file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 1036324 T3467 C1012 P20404 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1036327 T3467 C1012 P20404 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1036327 T3467 C1012 P20404 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1036332 T3467 C1012 P20404 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 1036332 T3467 C1012 P20404 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 1036333 T3467 C1012 P20404 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1036334 T3467 C1012 P20404 oass.SolrIndexSearcher.<init> Opening Searcher@11995d5 main
[junit4:junit4]   2> 1036335 T3466 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11995d5 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 1036336 T3467 C1012 P20404 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/index.20130619155052690 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/index.20130619155052690;done=true>>]
[junit4:junit4]   2> 1036336 T3467 C1012 P20404 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/index.20130619155052690
[junit4:junit4]   2> 1036336 T3467 C1012 P20404 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-1371675029441/jetty4/index.20130619155052690
[junit4:junit4]   2> 1036338 T3467 C1012 P20404 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1036338 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1036338 T3467 C1012 P20404 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1036338 T3467 C1012 P20404 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1036340 T3467 C1012 P20404 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1036712 T3391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1036713 T3391 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:20404_h_ow%2Fh_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:20404_h_ow%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20404/h_ow/h"}
[junit4:junit4]   2> 1036728 T3443 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> 1036728 T3460 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> 1036728 T3390 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> 1036728 T3397 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> 1036728 T3426 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> 1036728 T3410 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> 1037272 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1037274 T3368 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C1013 name=collection1 org.apache.solr.core.SolrCore@489dfbef url=http://127.0.0.1:32062/h_ow/h/collection1 node=127.0.0.1:32062_h_ow%2Fh C1013_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:32062_h_ow%2Fh, base_url=http://127.0.0.1:32062/h_ow/h, leader=true}
[junit4:junit4]   2> 1037284 T3380 C1013 P32062 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1037289 T3380 C1013 P32062 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@21caec8e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1037289 T3380 C1013 P32062 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1037294 T3380 C1013 P32062 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@21caec8e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@21caec8e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1037294 T3380 C1013 P32062 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1037296 T3380 C1013 P32062 oass.SolrIndexSearcher.<init> Opening Searcher@74d01842 main
[junit4:junit4]   2> 1037296 T3380 C1013 P32062 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1037297 T3394 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74d01842 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1037298 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> ASYNC  NEW_CORE C1014 name=collection1 org.apache.solr.core.SolrCore@6c137082 url=http://127.0.0.1:10710/h_ow/h/collection1 node=127.0.0.1:10710_h_ow%2Fh C1014_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:10710_h_ow%2Fh, base_url=http://127.0.0.1:10710/h_ow/h}
[junit4:junit4]   2> 1037319 T3416 C1014 P10710 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:19850/h_ow/h/collection1/, StdNode: http://127.0.0.1:10710/h_ow/h/collection1/, StdNode: http://127.0.0.1:40036/h_ow/h/collection1/, StdNode: http://127.0.0.1:20404/h_ow/h/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 1037323 T3417 C1014 P10710 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1037323 T3403 C1011 P19850 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C1010_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:40036_h_ow%2Fh, base_url=http://127.0.0.1:40036/h_ow/h}
[junit4:junit4]   2> 1037337 T3433 C1010 P40036 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1037340 T3417 C1014 P10710 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1037340 T3417 C1014 P10710 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1037341 T3403 C1011 P19850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=4
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 1037342 T3403 C1011 P19850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 1037343 T3433 C1010 P40036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 1037343 T3417 C1014 P10710 oass.SolrIndexSearcher.<init> Opening Searcher@77c0b1d6 main
[junit4:junit4]   2> 1037344 T3403 C1011 P19850 oass.SolrIndexSearcher.<init> Opening Searcher@7d5669fe main
[junit4:junit4]   2> 1037344 T3433 C1010 P40036 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 1037344 T3403 C1011 P19850 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2>  C1012_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:20404_h_ow%2Fh, base_url=http://127.0.0.1:20404/h_ow/h}
[junit4:junit4]   2> 1037344 T3450 C1012 P20404 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1037344 T3417 C1014 P10710 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1037346 T3433 C1010 P40036 oass.SolrIndexSearcher.<init> Opening Searcher@3b8fd087 main
[junit4:junit4]   2> 1037345 T3412 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d5669fe main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1037345 T3428 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77c0b1d6 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1037347 T3433 C1010 P40036 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1037348 T3417 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   2> 1037348 T3445 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b8fd087 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 1037348 T3403 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   2> 1037349 T3433 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 1037353 T3450 C1012 P20404 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 1037353 T3450 C1012 P20404 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 1037355 T3450 C1012 P20404 oass.SolrIndexSearcher.<init> Opening Searcher@7a84cade main
[junit4:junit4]   2> 1037356 T3450 C1012 P20404 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1037357 T3466 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a84cade main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 1037357 T3450 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 1037358 T3416 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 39
[junit4:junit4]   2> 1037359 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1037362 T3401 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1037364 T3418 C1014 P10710 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1037366 T3434 C1010 P40036 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1037368 T3451 C1012 P20404 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1039374 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438305543254966272)} 0 2
[junit4:junit4]   2> 1039381 T3452 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={update.distrib=FROMLEADER&_version_=-1438305543259160576&update.from=http://127.0.0.1:19850/h_ow/h/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438305543259160576)} 0 1
[junit4:junit4]   2> 1039382 T3419 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={update.distrib=FROMLEADER&_version_=-1438305543259160576&update.from=http://127.0.0.1:19850/h_ow/h/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438305543259160576)} 0 2
[junit4:junit4]   2> 1039383 T3435 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={update.distrib=FROMLEADER&_version_=-1438305543259160576&update.from=http://127.0.0.1:19850/h_ow/h/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438305543259160576)} 0 2
[junit4:junit4]   2> 1039384 T3405 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438305543259160576)} 0 8
[junit4:junit4]   2> 1039389 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {add=[0 (1438305543269646336)]} 0 2
[junit4:junit4]   2> 1039399 T3419 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438305543275937792)]} 0 2
[junit4:junit4]   2> 1039399 T3452 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438305543275937792)]} 0 2
[junit4:junit4]   2> 1039400 T3435 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438305543275937792)]} 0 3
[junit4:junit4]   2> 1039401 T3406 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:20404/h_ow/h/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[0 (1438305543275937792)]} 0 9
[junit4:junit4]   2> 1039401 T3453 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {add=[0]} 0 10
[junit4:junit4]   2> 1039406 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {add=[1 (1438305543288520704)]} 0 1
[junit4:junit4]   2> 1039413 T3419 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438305543292715008)]} 0 1
[junit4:junit4]   2> 1039414 T3452 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438305543292715008)]} 0 1
[junit4:junit4]   2> 1039414 T3435 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438305543292715008)]} 0 1
[junit4:junit4]   2> 1039415 T3400 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:40036/h_ow/h/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1438305543292715008)]} 0 6
[junit4:junit4]   2> 1039416 T3436 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {add=[1]} 0 9
[junit4:junit4]   2> 1039419 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {add=[2 (1438305543302152192)]} 0 1
[junit4:junit4]   2> 1039423 T3403 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest test.distrib.skip.servers was found and contains:[http://127.0.0.1:10710/h_ow/h/collection1/]
[junit4:junit4]   2> 1039424 T3403 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:10710/h_ow/h/collection1/ against:[http://127.0.0.1:10710/h_ow/h/collection1/] result:true
[junit4:junit4]   2> 1039424 T3403 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:40036/h_ow/h/collection1/ against:[http://127.0.0.1:10710/h_ow/h/collection1/] result:false
[junit4:junit4]   2> 1039424 T3403 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:20404/h_ow/h/collection1/ against:[http://127.0.0.1:10710/h_ow/h/collection1/] result:false
[junit4:junit4]   2> 1039427 T3452 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[2 (1438305543308443648)]} 0 0
[junit4:junit4]   2> 1039428 T3435 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[2 (1438305543308443648)]} 0 1
[junit4:junit4]   2> 1039429 T3403 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:10710/h_ow/h/collection1/&update.distrib=TOLEADER&test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[2 (1438305543308443648)]} 0 6
[junit4:junit4]   2> 1039430 T3416 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[2]} 0 9
[junit4:junit4]   2> 1039433 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={wt=javabin&version=2} {add=[3 (1438305543316832256)]} 0 1
[junit4:junit4]   2> 1039437 T3406 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest test.distrib.skip.servers was found and contains:[http://127.0.0.1:10710/h_ow/h/collection1/]
[junit4:junit4]   2> 1039438 T3406 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:10710/h_ow/h/collection1/ against:[http://127.0.0.1:10710/h_ow/h/collection1/] result:true
[junit4:junit4]   2> 1039439 T3406 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:40036/h_ow/h/collection1/ against:[http://127.0.0.1:10710/h_ow/h/collection1/] result:false
[junit4:junit4]   2> 1039439 T3406 C1011 P19850 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:20404/h_ow/h/collection1/ against:[http://127.0.0.1:10710/h_ow/h/collection1/] result:false
[junit4:junit4]   2> 1039443 T3452 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[3 (1438305543324172288)]} 0 1
[junit4:junit4]   2> 1039443 T3435 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:19850/h_ow/h/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[3 (1438305543324172288)]} 0 1
[junit4:junit4]   2> 1039444 T3406 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={distrib.from=http://127.0.0.1:20404/h_ow/h/collection1/&update.distrib=TOLEADER&test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&wt=javabin&version=2} {add=[3 (1438305543324172288)]} 0 7
[junit4:junit4]   2> 1039445 T3453 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={test.distrib.skip.servers=http://127.0.0.1:10710/h_ow/h/collection1/&test.distrib.skip.servers=http://127.0.0.1:40036/h_ow/h/collection1/&wt=javabin&version=2} {add=[3]} 0 10
[junit4:junit4]   2> 1039448 T3380 C1013 P32062 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1039493 T3380 C1013 P32062 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@21caec8e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@21caec8e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1039494 T3380 C1013 P32062 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1039498 T3380 C1013 P32062 oass.SolrIndexSearcher.<init> Opening Searcher@7b32cb62 main
[junit4:junit4]   2> 1039499 T3380 C1013 P32062 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1039499 T3394 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b32cb62 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):c4)}
[junit4:junit4]   2> 1039500 T3380 C1013 P32062 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 52
[junit4:junit4]   2> 1039503 T3436 C1010 P40036 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:19850/h_ow/h/collection1/, StdNode: http://127.0.0.1:10710/h_ow/h/collection1/, StdNode: http://127.0.0.1:40036/h_ow/h/collection1/, StdNode: http://127.0.0.1:20404/h_ow/h/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 1039506 T3420 C1014 P10710 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1039506 T3454 C1012 P20404 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1039507 T3400 C1011 P19850 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1039506 T3437 C1010 P40036 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1039578 T3454 C1012 P20404 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750fbff9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6}
[junit4:junit4]   2> 1039578 T3420 C1014 P10710 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8eb46d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 1039579 T3454 C1012 P20404 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
[junit4:junit4]   2> 1039580 T3420 C1014 P10710 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 1039585 T3454 C1012 P20404 oass.SolrIndexSearcher.<init> Opening Searcher@5459b2b main
[junit4:junit4]   2> 1039585 T3420 C1014 P10710 oass.SolrIndexSearcher.<init> Opening Searcher@4bfa3075 main
[junit4:junit4]   2> 1039585 T3454 C1012 P20404 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1039586 T3400 C1011 P19850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=5
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b813436; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6}
[junit4:junit4]   2> 1039586 T3420 C1014 P10710 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1039587 T3400 C1011 P19850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
[junit4:junit4]   2> 1039586 T3428 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4bfa3075 main{StandardDirectoryReader(segments_4:3:nrt _0(5.0):c2)}
[junit4:junit4]   2> 1039586 T3437 C1010 P40036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=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.SyncSliceTest-1371675029441/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d5bd18; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 1039586 T3466 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5459b2b main{StandardDirectoryReader(segments_6:3:nrt _0(5.0):c4)}
[junit4:junit4]   2> 1039589 T3437 C1010 P40036 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 1039588 T3420 C1014 P10710 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 82
[junit4:junit4]   2> 1039589 T3454 C1012 P20404 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 83
[junit4:junit4]   2> 1039593 T3400 C1011 P19850 oass.SolrIndexSearcher.<init> Opening Searcher@3cad59cf main
[junit4:junit4]   2> 1039593 T3400 C1011 P19850 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1039593 T3437 C1010 P40036 oass.SolrIndexSearcher.<init> Opening Searcher@681a4998 main
[junit4:junit4]   2> 1039594 T3412 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cad59cf main{StandardDirectoryReader(segments_6:3:nrt _0(5.0):c4)}
[junit4:junit4]   2> 1039594 T3437 C1010 P40036 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1039595 T3400 C1011 P19850 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 89
[junit4:junit4]   2> 1039595 T3445 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@681a4998 main{StandardDirectoryReader(segments_5:3:nrt _0(5.0):c4)}
[junit4:junit4]   2> 1039596 T3437 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 90
[junit4:junit4]   2> 1039596 T3436 C1010 P40036 oasup.LogUpdateProcessor.finish [collection1] webapp=/h_ow/h path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 93
[junit4:junit4]   2> 1039597 T3368 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 1039598 T3368 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1039599 T3368 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> 1039602 T3401 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=4 status=0 QTime=0 
[junit4:junit4]   2> 1039606 T3418 C1014 P10710 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=2 status=0 QTime=0 
[junit4:junit4]   2> 1039609 T3434 C1010 P40036 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=4 status=0 QTime=0 
[junit4:junit4]   2> 1039613 T3451 C1012 P20404 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=4 status=0 QTime=0 
[junit4:junit4]   2> 1039614 T3368 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1039631 T3438 oasha.CollectionsHandler.handleSyncShardAction Syncing shard : shard=shard1&action=SYNCSHARD&collection=collection1&wt=javabin&version=2
[junit4:junit4]   2> 1039632 T3438 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1039644 T3483 oasha.CoreAdminHandler.handleRequestSyncAction I have been requested to sync up my shard
[junit4:junit4]   2> 1039644 T3483 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1039645 T3483 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h START replicas=[http://127.0.0.1:10710/h_ow/h/collection1/, http://127.0.0.1:40036/h_ow/h/collection1/, http://127.0.0.1:20404/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1039647 T3421 C1014 P10710 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1039647 T3455 C1012 P20404 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1039647 T3439 C1010 P40036 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1039648 T3483 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h  Received 3 versions from 127.0.0.1:10710/h_ow/h/collection1/
[junit4:junit4]   2> 1039649 T3483 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h  Our versions are newer. ourLowThreshold=1438305543259160576 otherHigh=1438305543292715008
[junit4:junit4]   2> 1039649 T3483 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h  Received 5 versions from 127.0.0.1:20404/h_ow/h/collection1/
[junit4:junit4]   2> 1039649 T3483 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h  Our versions are newer. ourLowThreshold=1438305543259160576 otherHigh=1438305543308443648
[junit4:junit4]   2> 1039650 T3483 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h  Received 5 versions from 127.0.0.1:40036/h_ow/h/collection1/
[junit4:junit4]   2> 1039650 T3483 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h  Our versions are newer. ourLowThreshold=1438305543259160576 otherHigh=1438305543308443648
[junit4:junit4]   2> 1039651 T3483 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:19850/h_ow/h DONE. sync succeeded
[junit4:junit4]   2> 1039651 T3483 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1039651 T3483 oasc.SyncStrategy.syncToMe http://127.0.0.1:19850/h_ow/h/collection1/: try and ask http://127.0.0.1:10710/h_ow/h/collection1/ to sync
[junit4:junit4]   2> 1039652 T3483 oasc.SyncStrategy.syncToMe http://127.0.0.1:19850/h_ow/h/collection1/: try and ask http://127.0.0.1:40036/h_ow/h/collection1/ to sync
[junit4:junit4]   2> 1039652 T3483 oasc.SyncStrategy.syncToMe http://127.0.0.1:19850/h_ow/h/collection1/: try and ask http://127.0.0.1:20404/h_ow/h/collection1/ to sync
[junit4:junit4]   2> 1039653 T3422 C1014 P10710 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:10710/h_ow/h START replicas=[http://127.0.0.1:19850/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1039654 T3490 C1010 P40036 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40036/h_ow/h START replicas=[http://127.0.0.1:19850/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1039654 T3456 C1012 P20404 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:20404/h_ow/h START replicas=[http://127.0.0.1:19850/h_ow/h/collection1/] nUpdates=100
[junit4:junit4]   2> 1039656 T3494 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1039656 T3495 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1039656 T3490 C1010 P40036 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:40036/h_ow/h  Received 5 versions from 127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1039656 T3402 C1011 P19850 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1039657 T3490 C1010 P40036 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:40036/h_ow/h  Our versions are newer. ourLowThreshold=1438305543259160576 otherHigh=1438305543308443648
[junit4:junit4]   2> 1039657 T3456 C1012 P20404 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:20404/h_ow/h  Received 5 versions from 127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1039658 T3490 C1010 P40036 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40036/h_ow/h DONE. sync succeeded
[junit4:junit4]   2> 1039657 T3422 C1014 P10710 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:10710/h_ow/h  Received 5 versions from 127.0.0.1:19850/h_ow/h/collection1/
[junit4:junit4]   2> 1039659 T3490 C1010 P40036 oasc.SolrCore.execute [collection1] webapp=/h_ow/h path=/get params={sync=http://127.0.0.1:19850/h_ow/h/collection1/&getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=5 
[junit4:junit4]   2> 1039658 T3456 C1012 P20404 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:20404/h_ow/h  Our versions are newer. ourLowThreshold=1438305543259160576 otherHigh=1438305543308443648
[junit4:junit4

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

  2> 2002974 T4307 oasu.PeerSync.handleResponse WARN PeerSync: core=collection1 url=http://127.0.0.1:51407  couldn't connect to http://127.0.0.1:26890/collection1/, counting as success
[junit4:junit4]   2> 2002974 T4307 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51407 DONE. sync succeeded
[junit4:junit4]   2> 2002974 T4307 oasc.SyncStrategy.syncReplicas We have been closed, won't attempt to sync replicas back to leader
[junit4:junit4]   2> 2002975 T4307 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
[junit4:junit4]   2> 2002975 T4307 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6cccb931
[junit4:junit4]   2> 2002980 T4307 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=823,adds=823,deletesById=406,deletesByQuery=0,errors=0,cumulative_adds=865,cumulative_deletesById=406,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 2002980 T4307 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2002980 T4307 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2002980 T4307 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2002993 T4307 C1214 P51407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e53b2cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c72a0e1),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e53b2cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c72a0e1),segFN=segments_5,generation=5}
[junit4:junit4]   2> 2002994 T4307 C1214 P51407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 2002997 T4307 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2002997 T4307 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2002997 T4307 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1371675766673/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1371675766673/jetty4;done=false>>]
[junit4:junit4]   2> 2002998 T4307 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1371675766673/jetty4
[junit4:junit4]   2> 2002998 T4307 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1371675766673/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1371675766673/jetty4/index;done=false>>]
[junit4:junit4]   2> 2002998 T4307 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1371675766673/jetty4/index
[junit4:junit4]   2> 2002998 T4307 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2002998 T4307 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> 2002998 T4307 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2002999 T4307 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=Pulsing41(freqCutoff=1 minBlockSize=39 maxBlockSize=88), _version_=PostingsFormat(name=Memory doPackFST= true), n_ti=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=sl, timezone=Africa/Kigali
[junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=16,threads=3,free=86041832,total=361758720
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TermsComponentTest, AnalysisAfterCoreReloadTest, TestBadConfig, StatelessScriptUpdateProcessorFactoryTest, TestReloadAndDeleteDocs, TestExtendedDismaxParser, TestValueSourceCache, ReturnFieldsTest, DirectUpdateHandlerOptimizeTest, JsonLoaderTest, TestReversedWildcardFilterFactory, SliceStateUpdateTest, SchemaVersionSpecificBehaviorTest, LegacyHTMLStripCharFilterTest, CSVRequestHandlerTest, TestDocumentBuilder, BinaryUpdateRequestHandlerTest, TestQueryUtils, QueryParsingTest, TestJoin, LoggingHandlerTest, BasicDistributedZkTest, SolrIndexSplitterTest, ZkControllerTest, CachingDirectoryFactoryTest, TestPluginEnable, TestSweetSpotSimilarityFactory, PreAnalyzedFieldTest, TestLMDirichletSimilarityFactory, TestSolrDeletionPolicy2, FileBasedSpellCheckerTest, TestPerFieldSimilarity, TestConfig, TestFaceting, ExternalFileFieldSortTest, LeaderElectionTest, UpdateRequestProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, RegexBoostProcessorTest, PluginInfoTest, ScriptEngineTest, DateFieldTest, TestSolrQueryParser, TestPhraseSuggestions, ShowFileRequestHandlerTest, TestCloudManagedSchemaAddField, AlternateDirectoryTest, OverseerCollectionProcessorTest, CircularListTest, AliasIntegrationTest, TestIBSimilarityFactory, TestRemoteStreaming, TestReplicationHandler, TestSolrIndexConfig, FieldMutatingUpdateProcessorTest, DistributedQueryElevationComponentTest, SpatialFilterTest, SearchHandlerTest, SOLR749Test, TestSchemaSimilarityResource, TestPropInjectDefaults, ZkCLITest, ShardRoutingTest, TestRealTimeGet, TermVectorComponentTest, TestPseudoReturnFields, TestStressVersions, CacheHeaderTest, DocValuesTest, TestSolrCoreProperties, WordBreakSolrSpellCheckerTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, ShardRoutingCustomTest, AutoCommitTest, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TestReload, TestCoreContainer, SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, SoftAutoCommitTest, TestCoreDiscovery, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTest, TestTrie, PolyFieldTest, TestAtomicUpdateErrorCases, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, DocumentBuilderTest, FastVectorHighlighterTest, IndexSchemaTest, TestCollationField, JSONWriterTest, MBeansHandlerTest, TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, TestPropInject, UpdateParamsTest, CopyFieldTest, BadComponentTest, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, UUIDFieldTest, TestRTGBase, ShardSplitTest]
[junit4:junit4] Completed on J0 in 253.04s, 1 test, 1 error <<< FAILURES!

[...truncated 29 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:386: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:366: 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:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:887: There were test failures: 297 suites, 1252 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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