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/11 14:12:13 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4057 - Failure

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

All tests passed

Build Log:
[...truncated 28696 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:385: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/build.xml:250: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/build.xml:558: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:2107: java.net.SocketException: Connection reset by peer
	at java.net.PlainSocketImpl.socketSetOption(Native Method)
	at java.net.AbstractPlainSocketImpl.setOption(AbstractPlainSocketImpl.java:269)
	at java.net.Socket.setTcpNoDelay(Socket.java:940)
	at sun.security.ssl.BaseSSLSocketImpl.setTcpNoDelay(BaseSSLSocketImpl.java:330)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:390)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:270)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:327)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)

Total time: 66 minutes 25 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 # 4058 - Still Failing

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

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

Error Message:
Server at http://127.0.0.1:18819/g_o 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:18819/g_o returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([F3679DBD4E432F02:728113A5391C4F3E]: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:815)
	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 9574 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2> 496744 T1204 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /g_o/
[junit4:junit4]   2> 496751 T1204 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-1370986202334
[junit4:junit4]   2> 496752 T1204 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 496753 T1205 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 496855 T1204 oasc.ZkTestServer.run start zk server on port:18789
[junit4:junit4]   2> 496856 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 496886 T1211 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c565a55 name:ZooKeeperConnection Watcher:127.0.0.1:18789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 496886 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 496886 T1204 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 496898 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 496900 T1213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f558e08 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 496900 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 496901 T1204 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 496911 T1204 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 496914 T1204 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 496917 T1204 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 496926 T1204 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> 496927 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 496941 T1204 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> 496941 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 497046 T1204 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> 497048 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 497051 T1204 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> 497052 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 497055 T1204 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> 497056 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 497060 T1204 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> 497060 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 497064 T1204 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> 497065 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 497068 T1204 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> 497069 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 497072 T1204 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> 497073 T1204 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 497349 T1204 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 497355 T1204 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18792
[junit4:junit4]   2> 497356 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 497356 T1204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 497357 T1204 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-1370986202660
[junit4:junit4]   2> 497357 T1204 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-1370986202660/solr.xml
[junit4:junit4]   2> 497358 T1204 oasc.CoreContainer.<init> New CoreContainer 2124052039
[junit4:junit4]   2> 497358 T1204 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-1370986202660/'
[junit4:junit4]   2> 497359 T1204 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-1370986202660/'
[junit4:junit4]   2> 497495 T1204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 497495 T1204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 497496 T1204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 497497 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 497497 T1204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 497498 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 497498 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 497499 T1204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 497499 T1204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 497500 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 497518 T1204 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 497519 T1204 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18789/solr
[junit4:junit4]   2> 497520 T1204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 497521 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 497524 T1224 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f3c2f55 name:ZooKeeperConnection Watcher:127.0.0.1:18789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 497525 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 497527 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 497540 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 497542 T1226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55ff5151 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 497543 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 497545 T1204 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 497555 T1204 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 497559 T1204 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 497566 T1204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18792_g_o
[junit4:junit4]   2> 497568 T1204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18792_g_o
[junit4:junit4]   2> 497572 T1204 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 497592 T1204 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 497595 T1204 oasc.Overseer.start Overseer (id=89848951756750851-127.0.0.1:18792_g_o-n_0000000000) starting
[junit4:junit4]   2> 497607 T1204 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 497620 T1228 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 497621 T1204 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 497625 T1204 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 497631 T1204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 497635 T1227 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 497640 T1229 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 497640 T1229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 499140 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 499141 T1227 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:18792_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18792/g_o"}
[junit4:junit4]   2> 499141 T1227 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 499141 T1227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 499155 T1226 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> 499645 T1229 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-1370986202660/collection1
[junit4:junit4]   2> 499645 T1229 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 499646 T1229 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 499646 T1229 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 499648 T1229 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-1370986202660/collection1/'
[junit4:junit4]   2> 499650 T1229 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-1370986202660/collection1/lib/README' to classloader
[junit4:junit4]   2> 499650 T1229 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-1370986202660/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 499704 T1229 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 499765 T1229 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 499867 T1229 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 499874 T1229 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 500464 T1229 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 500469 T1229 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 500471 T1229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 500477 T1229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 500509 T1229 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 500509 T1229 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-1370986202660/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/control/data/
[junit4:junit4]   2> 500510 T1229 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@42f961d5
[junit4:junit4]   2> 500510 T1229 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 500511 T1229 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/control/data
[junit4:junit4]   2> 500511 T1229 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/control/data/index/
[junit4:junit4]   2> 500512 T1229 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 500512 T1229 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/control/data/index
[junit4:junit4]   2> 500518 T1229 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@464d9ce9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ce4a515),segFN=segments_1,generation=1}
[junit4:junit4]   2> 500518 T1229 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 500527 T1229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 500528 T1229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 500529 T1229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 500530 T1229 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 500531 T1229 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 500531 T1229 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 500531 T1229 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 500532 T1229 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 500533 T1229 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 500553 T1229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 500561 T1229 oass.SolrIndexSearcher.<init> Opening Searcher@926eda3 main
[junit4:junit4]   2> 500562 T1229 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/control/data/tlog
[junit4:junit4]   2> 500563 T1229 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 500564 T1229 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 500568 T1230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@926eda3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 500569 T1229 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 500570 T1229 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18792/g_o collection:control_collection shard:shard1
[junit4:junit4]   2> 500571 T1229 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 500604 T1229 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 500666 T1229 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 500666 T1229 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 500666 T1229 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18792/g_o/collection1/
[junit4:junit4]   2> 500667 T1229 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 500667 T1229 oasc.SyncStrategy.syncToMe http://127.0.0.1:18792/g_o/collection1/ has no replicas
[junit4:junit4]   2> 500667 T1229 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18792/g_o/collection1/
[junit4:junit4]   2> 500668 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 500668 T1229 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 500804 T1226 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> 502347 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 502364 T1226 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> 502379 T1229 oasc.ZkController.register We are http://127.0.0.1:18792/g_o/collection1/ and leader is http://127.0.0.1:18792/g_o/collection1/
[junit4:junit4]   2> 502379 T1229 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18792/g_o
[junit4:junit4]   2> 502380 T1229 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 502380 T1229 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 502380 T1229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 502382 T1229 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 502384 T1204 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> 502384 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 502385 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 502403 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 502405 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 502407 T1233 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6039f9e4 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 502407 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 502410 T1204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 502412 T1204 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 502679 T1204 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 502682 T1204 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18819
[junit4:junit4]   2> 502683 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 502683 T1204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 502684 T1204 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-1370986207995
[junit4:junit4]   2> 502684 T1204 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-1370986207995/solr.xml
[junit4:junit4]   2> 502685 T1204 oasc.CoreContainer.<init> New CoreContainer 276089931
[junit4:junit4]   2> 502685 T1204 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-1370986207995/'
[junit4:junit4]   2> 502686 T1204 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-1370986207995/'
[junit4:junit4]   2> 502815 T1204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 502816 T1204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 502817 T1204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 502817 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 502818 T1204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 502818 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 502819 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 502819 T1204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 502820 T1204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 502820 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 502839 T1204 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 502839 T1204 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18789/solr
[junit4:junit4]   2> 502840 T1204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 502841 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 502844 T1244 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@508c742a name:ZooKeeperConnection Watcher:127.0.0.1:18789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 502845 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 502859 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 502872 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 502874 T1246 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31fc6894 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 502874 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 502884 T1204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 503870 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 503871 T1227 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:18792_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18792/g_o"}
[junit4:junit4]   2> 503886 T1233 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> 503886 T1246 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> 503886 T1226 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> 503889 T1204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18819_g_o
[junit4:junit4]   2> 503891 T1204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18819_g_o
[junit4:junit4]   2> 503894 T1233 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> 503894 T1226 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 503894 T1246 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 503894 T1226 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> 503895 T1246 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> 503895 T1233 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 503907 T1247 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 503907 T1247 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 505393 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 505394 T1227 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:18819_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18819/g_o"}
[junit4:junit4]   2> 505394 T1227 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 505395 T1227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 505417 T1226 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> 505417 T1246 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> 505417 T1233 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> 505912 T1247 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-1370986207995/collection1
[junit4:junit4]   2> 505912 T1247 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 505913 T1247 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 505914 T1247 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 505915 T1247 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-1370986207995/collection1/'
[junit4:junit4]   2> 505917 T1247 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-1370986207995/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 505918 T1247 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-1370986207995/collection1/lib/README' to classloader
[junit4:junit4]   2> 505971 T1247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 506032 T1247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 506134 T1247 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 506140 T1247 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 506706 T1247 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 506710 T1247 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 506712 T1247 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 506718 T1247 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 506749 T1247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 506749 T1247 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-1370986207995/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty1/
[junit4:junit4]   2> 506750 T1247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@42f961d5
[junit4:junit4]   2> 506750 T1247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 506751 T1247 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty1
[junit4:junit4]   2> 506751 T1247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty1/index/
[junit4:junit4]   2> 506752 T1247 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 506752 T1247 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty1/index
[junit4:junit4]   2> 506756 T1247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@355ab50a lockFactory=org.apache.lucene.store.NativeFSLockFactory@7dfcc4fc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 506756 T1247 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 506760 T1247 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 506760 T1247 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 506761 T1247 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 506762 T1247 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 506762 T1247 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 506762 T1247 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 506763 T1247 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 506764 T1247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 506764 T1247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 506779 T1247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 506786 T1247 oass.SolrIndexSearcher.<init> Opening Searcher@1e803bca main
[junit4:junit4]   2> 506787 T1247 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty1/tlog
[junit4:junit4]   2> 506788 T1247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 506788 T1247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 506793 T1248 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e803bca main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 506796 T1247 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 506796 T1247 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18819/g_o collection:collection1 shard:shard1
[junit4:junit4]   2> 506797 T1247 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 506825 T1247 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 506828 T1247 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 506829 T1247 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 506829 T1247 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18819/g_o/collection1/
[junit4:junit4]   2> 506829 T1247 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 506829 T1247 oasc.SyncStrategy.syncToMe http://127.0.0.1:18819/g_o/collection1/ has no replicas
[junit4:junit4]   2> 506830 T1247 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18819/g_o/collection1/
[junit4:junit4]   2> 506830 T1247 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 506929 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 506949 T1226 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> 506949 T1246 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> 506949 T1233 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> 506991 T1247 oasc.ZkController.register We are http://127.0.0.1:18819/g_o/collection1/ and leader is http://127.0.0.1:18819/g_o/collection1/
[junit4:junit4]   2> 506991 T1247 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18819/g_o
[junit4:junit4]   2> 506991 T1247 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 506991 T1247 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 506992 T1247 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 506994 T1247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 506995 T1204 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> 506996 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 506996 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 507252 T1204 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 507255 T1204 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28280
[junit4:junit4]   2> 507256 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 507256 T1204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 507257 T1204 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-1370986212593
[junit4:junit4]   2> 507257 T1204 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-1370986212593/solr.xml
[junit4:junit4]   2> 507258 T1204 oasc.CoreContainer.<init> New CoreContainer 1452414555
[junit4:junit4]   2> 507258 T1204 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-1370986212593/'
[junit4:junit4]   2> 507259 T1204 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-1370986212593/'
[junit4:junit4]   2> 507379 T1204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 507379 T1204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 507380 T1204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 507380 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 507381 T1204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 507381 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 507382 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 507382 T1204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 507383 T1204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 507383 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 507398 T1204 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 507399 T1204 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18789/solr
[junit4:junit4]   2> 507400 T1204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 507401 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 507404 T1260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@391242fa name:ZooKeeperConnection Watcher:127.0.0.1:18789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 507404 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 507422 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 507432 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 507434 T1262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ee15849 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 507434 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 507445 T1204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 508449 T1204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28280_g_o
[junit4:junit4]   2> 508452 T1204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28280_g_o
[junit4:junit4]   2> 508455 T1233 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> 508456 T1226 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 508456 T1246 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 508456 T1226 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> 508456 T1262 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 508457 T1246 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> 508458 T1233 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 508458 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 508466 T1227 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:18819_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18819/g_o"}
[junit4:junit4]   2> 508472 T1263 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 508472 T1263 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 508478 T1233 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> 508478 T1262 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> 508478 T1246 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> 508488 T1226 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> 509990 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 509991 T1227 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:28280_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28280/g_o"}
[junit4:junit4]   2> 509991 T1227 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 509991 T1227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 510005 T1233 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> 510005 T1262 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> 510005 T1226 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> 510005 T1246 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> 510482 T1263 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-1370986212593/collection1
[junit4:junit4]   2> 510482 T1263 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 510483 T1263 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 510483 T1263 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 510485 T1263 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-1370986212593/collection1/'
[junit4:junit4]   2> 510487 T1263 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-1370986212593/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 510487 T1263 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-1370986212593/collection1/lib/README' to classloader
[junit4:junit4]   2> 510544 T1263 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 510607 T1263 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 510709 T1263 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 510716 T1263 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 511368 T1263 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 511372 T1263 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 511375 T1263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 511381 T1263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 511417 T1263 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 511418 T1263 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-1370986212593/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty2/
[junit4:junit4]   2> 511418 T1263 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@42f961d5
[junit4:junit4]   2> 511419 T1263 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 511421 T1263 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty2
[junit4:junit4]   2> 511421 T1263 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty2/index/
[junit4:junit4]   2> 511422 T1263 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 511422 T1263 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty2/index
[junit4:junit4]   2> 511427 T1263 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53f8e695 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cddbc7b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 511427 T1263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 511431 T1263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 511431 T1263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 511432 T1263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 511433 T1263 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 511434 T1263 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 511434 T1263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 511434 T1263 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 511435 T1263 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 511436 T1263 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 511457 T1263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 511466 T1263 oass.SolrIndexSearcher.<init> Opening Searcher@1baf0c88 main
[junit4:junit4]   2> 511467 T1263 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty2/tlog
[junit4:junit4]   2> 511468 T1263 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 511468 T1263 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 511473 T1264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1baf0c88 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 511476 T1263 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 511476 T1263 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:28280/g_o collection:collection1 shard:shard2
[junit4:junit4]   2> 511477 T1263 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 511505 T1263 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 511516 T1263 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 511516 T1263 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 511516 T1263 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:28280/g_o/collection1/
[junit4:junit4]   2> 511516 T1263 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 511517 T1263 oasc.SyncStrategy.syncToMe http://127.0.0.1:28280/g_o/collection1/ has no replicas
[junit4:junit4]   2> 511517 T1263 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:28280/g_o/collection1/
[junit4:junit4]   2> 511517 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 511517 T1263 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 511523 T1233 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> 511523 T1246 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> 511524 T1226 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> 511524 T1262 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> 513030 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 513046 T1233 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> 513046 T1226 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> 513046 T1262 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> 513046 T1246 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> 513062 T1263 oasc.ZkController.register We are http://127.0.0.1:28280/g_o/collection1/ and leader is http://127.0.0.1:28280/g_o/collection1/
[junit4:junit4]   2> 513062 T1263 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:28280/g_o
[junit4:junit4]   2> 513062 T1263 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 513063 T1263 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 513063 T1263 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 513065 T1263 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 513066 T1204 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> 513067 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 513068 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 513347 T1204 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 513351 T1204 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:55641
[junit4:junit4]   2> 513351 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 513352 T1204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 513352 T1204 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-1370986218668
[junit4:junit4]   2> 513353 T1204 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-1370986218668/solr.xml
[junit4:junit4]   2> 513354 T1204 oasc.CoreContainer.<init> New CoreContainer 168014400
[junit4:junit4]   2> 513354 T1204 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-1370986218668/'
[junit4:junit4]   2> 513355 T1204 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-1370986218668/'
[junit4:junit4]   2> 513484 T1204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 513485 T1204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 513485 T1204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 513486 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 513486 T1204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 513487 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 513487 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 513488 T1204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 513488 T1204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 513489 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 513505 T1204 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 513506 T1204 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18789/solr
[junit4:junit4]   2> 513506 T1204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 513508 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 513511 T1276 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@332c9689 name:ZooKeeperConnection Watcher:127.0.0.1:18789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 513511 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 513522 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 513533 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 513535 T1278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5aa216c7 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 513535 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 513545 T1204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 514549 T1204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55641_g_o
[junit4:junit4]   2> 514552 T1204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55641_g_o
[junit4:junit4]   2> 514554 T1233 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> 514555 T1262 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> 514556 T1246 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 514556 T1226 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 514556 T1246 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> 514556 T1278 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 514556 T1226 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> 514557 T1233 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 514558 T1262 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 514559 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 514560 T1227 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:28280_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28280/g_o"}
[junit4:junit4]   2> 514564 T1279 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 514565 T1279 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 514571 T1227 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:55641_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55641/g_o"}
[junit4:junit4]   2> 514571 T1227 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 514571 T1227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 514582 T1233 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> 514582 T1262 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> 514582 T1278 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> 514582 T1246 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> 514595 T1226 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> 515569 T1279 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-1370986218668/collection1
[junit4:junit4]   2> 515569 T1279 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 515571 T1279 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 515571 T1279 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 515573 T1279 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-1370986218668/collection1/'
[junit4:junit4]   2> 515574 T1279 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-1370986218668/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 515575 T1279 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-1370986218668/collection1/lib/README' to classloader
[junit4:junit4]   2> 515629 T1279 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 515690 T1279 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 515793 T1279 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 515800 T1279 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 516370 T1279 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 516374 T1279 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 516376 T1279 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 516382 T1279 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 516413 T1279 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 516413 T1279 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-1370986218668/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/
[junit4:junit4]   2> 516414 T1279 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@42f961d5
[junit4:junit4]   2> 516415 T1279 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 516416 T1279 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3
[junit4:junit4]   2> 516416 T1279 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index/
[junit4:junit4]   2> 516417 T1279 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 516417 T1279 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index
[junit4:junit4]   2> 516421 T1279 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5aac83ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a9a0656),segFN=segments_1,generation=1}
[junit4:junit4]   2> 516421 T1279 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 516425 T1279 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 516425 T1279 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 516426 T1279 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 516427 T1279 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 516428 T1279 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 516428 T1279 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 516429 T1279 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 516429 T1279 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 516430 T1279 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 516446 T1279 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 516454 T1279 oass.SolrIndexSearcher.<init> Opening Searcher@72bb66a6 main
[junit4:junit4]   2> 516454 T1279 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/tlog
[junit4:junit4]   2> 516455 T1279 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 516456 T1279 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 516461 T1280 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72bb66a6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 516464 T1279 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 516464 T1279 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55641/g_o collection:collection1 shard:shard1
[junit4:junit4]   2> 516469 T1279 oasc.ZkController.register We are http://127.0.0.1:55641/g_o/collection1/ and leader is http://127.0.0.1:18819/g_o/collection1/
[junit4:junit4]   2> 516469 T1279 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55641/g_o
[junit4:junit4]   2> 516470 T1279 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 516470 T1279 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C407 name=collection1 org.apache.solr.core.SolrCore@728f252a url=http://127.0.0.1:55641/g_o/collection1 node=127.0.0.1:55641_g_o C407_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:55641_g_o, base_url=http://127.0.0.1:55641/g_o}
[junit4:junit4]   2> 516470 T1281 C407 P55641 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 516471 T1279 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 516471 T1281 C407 P55641 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 516472 T1281 C407 P55641 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 516472 T1281 C407 P55641 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 516472 T1204 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> 516473 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 516473 T1281 C407 P55641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 516474 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 516499 T1236 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 516761 T1204 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 516764 T1204 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:31563
[junit4:junit4]   2> 516765 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 516765 T1204 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 516766 T1204 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-1370986222080
[junit4:junit4]   2> 516766 T1204 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-1370986222080/solr.xml
[junit4:junit4]   2> 516767 T1204 oasc.CoreContainer.<init> New CoreContainer 781455995
[junit4:junit4]   2> 516767 T1204 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-1370986222080/'
[junit4:junit4]   2> 516768 T1204 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-1370986222080/'
[junit4:junit4]   2> 516924 T1204 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 516925 T1204 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 516926 T1204 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 516926 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 516927 T1204 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 516927 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 516928 T1204 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 516929 T1204 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 516929 T1204 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 516930 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 516948 T1204 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 516949 T1204 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18789/solr
[junit4:junit4]   2> 516950 T1204 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 516951 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 516954 T1293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62cbbcef name:ZooKeeperConnection Watcher:127.0.0.1:18789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 516955 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 516965 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 516978 T1204 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 516981 T1295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38d0c925 name:ZooKeeperConnection Watcher:127.0.0.1:18789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 516981 T1204 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 516993 T1204 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 517599 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 517600 T1227 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:55641_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55641/g_o"}
[junit4:junit4]   2> 517641 T1233 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> 517641 T1295 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> 517641 T1262 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> 517641 T1278 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> 517641 T1246 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> 517641 T1226 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> 518000 T1204 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:31563_g_o
[junit4:junit4]   2> 518026 T1204 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:31563_g_o
[junit4:junit4]   2> 518030 T1233 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> 518030 T1262 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> 518030 T1246 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 518031 T1278 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 518031 T1246 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> 518031 T1226 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 518031 T1295 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 518031 T1226 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> 518031 T1278 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> 518032 T1233 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 518032 T1262 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 518032 T1295 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> 518038 T1296 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 518038 T1296 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 518501 T1236 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 518501 T1236 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:55641_g_o&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   2> 519149 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 519150 T1227 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:31563_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:31563/g_o"}
[junit4:junit4]   2> 519150 T1227 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 519151 T1227 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 519156 T1233 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> 519156 T1262 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> 519156 T1295 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> 519156 T1278 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> 519156 T1226 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> 519156 T1246 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> 520043 T1296 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-1370986222080/collection1
[junit4:junit4]   2> 520043 T1296 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 520044 T1296 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 520045 T1296 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 520046 T1296 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-1370986222080/collection1/'
[junit4:junit4]   2> 520048 T1296 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-1370986222080/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 520049 T1296 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-1370986222080/collection1/lib/README' to classloader
[junit4:junit4]   2> 520103 T1296 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 520179 T1296 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 520281 T1296 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 520288 T1296 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C408 name=collection1 org.apache.solr.core.SolrCore@728f252a url=http://127.0.0.1:55641/g_o/collection1 node=127.0.0.1:55641_g_o C408_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:55641_g_o, base_url=http://127.0.0.1:55641/g_o}
[junit4:junit4]   2> 520503 T1281 C408 P55641 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:18819/g_o/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 520503 T1281 C408 P55641 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:55641/g_o START replicas=[http://127.0.0.1:18819/g_o/collection1/] nUpdates=100
[junit4:junit4]   2> 520504 T1281 C408 P55641 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 520504 T1281 C408 P55641 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 520504 T1281 C408 P55641 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 520505 T1281 C408 P55641 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 520505 T1281 C408 P55641 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 520505 T1281 C408 P55641 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:18819/g_o/collection1/. core=collection1
[junit4:junit4]   2> 520506 T1281 C408 P55641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C409 name=collection1 org.apache.solr.core.SolrCore@55af2501 url=http://127.0.0.1:18819/g_o/collection1 node=127.0.0.1:18819_g_o C409_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:18819_g_o, base_url=http://127.0.0.1:18819/g_o, leader=true}
[junit4:junit4]   2> 520514 T1237 C409 P18819 oasc.SolrCore.execute [collection1] webapp=/g_o path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 520519 T1238 C409 P18819 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 520526 T1238 C409 P18819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@355ab50a lockFactory=org.apache.lucene.store.NativeFSLockFactory@7dfcc4fc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 520528 T1238 C409 P18819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 520528 T1238 C409 P18819 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@355ab50a lockFactory=org.apache.lucene.store.NativeFSLockFactory@7dfcc4fc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@355ab50a lockFactory=org.apache.lucene.store.NativeFSLockFactory@7dfcc4fc),segFN=segments_2,generation=2}
[junit4:junit4]   2> 520529 T1238 C409 P18819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 520530 T1238 C409 P18819 oass.SolrIndexSearcher.<init> Opening Searcher@4d7efd5e realtime
[junit4:junit4]   2> 520530 T1238 C409 P18819 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 520531 T1238 C409 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 520532 T1281 C408 P55641 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 520532 T1281 C408 P55641 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 520535 T1239 C409 P18819 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 520535 T1239 C409 P18819 oasc.SolrCore.execute [collection1] webapp=/g_o path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 520536 T1281 C408 P55641 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 520536 T1281 C408 P55641 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 520537 T1281 C408 P55641 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 520540 T1239 C409 P18819 oasc.SolrCore.execute [collection1] webapp=/g_o path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 520541 T1281 C408 P55641 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 520542 T1281 C408 P55641 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index.20130611213026123
[junit4:junit4]   2> 520542 T1281 C408 P55641 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e2b3ca1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15cf0a23) fullCopy=false
[junit4:junit4]   2> 520545 T1239 C409 P18819 oasc.SolrCore.execute [collection1] webapp=/g_o path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 520547 T1281 C408 P55641 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 520548 T1281 C408 P55641 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 520548 T1281 C408 P55641 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 520550 T1281 C408 P55641 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5aac83ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a9a0656),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5aac83ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a9a0656),segFN=segments_2,generation=2}
[junit4:junit4]   2> 520551 T1281 C408 P55641 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 520551 T1281 C408 P55641 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 520552 T1281 C408 P55641 oass.SolrIndexSearcher.<init> Opening Searcher@ab88cf3 main
[junit4:junit4]   2> 520553 T1280 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ab88cf3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 520554 T1281 C408 P55641 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index.20130611213026123 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index.20130611213026123;done=true>>]
[junit4:junit4]   2> 520554 T1281 C408 P55641 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index.20130611213026123
[junit4:junit4]   2> 520554 T1281 C408 P55641 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty3/index.20130611213026123
[junit4:junit4]   2> 520555 T1281 C408 P55641 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 520555 T1281 C408 P55641 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 520555 T1281 C408 P55641 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 520555 T1281 C408 P55641 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 520567 T1281 C408 P55641 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 520662 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 520663 T1227 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:55641_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55641/g_o"}
[junit4:junit4]   2> 520817 T1233 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> 520817 T1295 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> 520817 T1262 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> 520817 T1246 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> 520817 T1278 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> 520817 T1226 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> 520849 T1296 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 520853 T1296 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 520855 T1296 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 520861 T1296 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 520892 T1296 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 520892 T1296 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-1370986222080/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/
[junit4:junit4]   2> 520892 T1296 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@42f961d5
[junit4:junit4]   2> 520893 T1296 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 520894 T1296 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4
[junit4:junit4]   2> 520894 T1296 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index/
[junit4:junit4]   2> 520894 T1296 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 520897 T1296 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index
[junit4:junit4]   2> 520900 T1296 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41955132 lockFactory=org.apache.lucene.store.NativeFSLockFactory@666b8451),segFN=segments_1,generation=1}
[junit4:junit4]   2> 520901 T1296 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 520904 T1296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 520905 T1296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 520906 T1296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 520906 T1296 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 520907 T1296 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 520907 T1296 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 520909 T1296 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 520909 T1296 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 520910 T1296 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 520926 T1296 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 520934 T1296 oass.SolrIndexSearcher.<init> Opening Searcher@37c915cc main
[junit4:junit4]   2> 520934 T1296 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/tlog
[junit4:junit4]   2> 520935 T1296 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 520936 T1296 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 520941 T1299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@37c915cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 520944 T1296 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 520944 T1296 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:31563/g_o collection:collection1 shard:shard2
[junit4:junit4]   2> 520951 T1296 oasc.ZkController.register We are http://127.0.0.1:31563/g_o/collection1/ and leader is http://127.0.0.1:28280/g_o/collection1/
[junit4:junit4]   2> 520951 T1296 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:31563/g_o
[junit4:junit4]   2> 520951 T1296 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 520952 T1296 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C410 name=collection1 org.apache.solr.core.SolrCore@6ab27d4b url=http://127.0.0.1:31563/g_o/collection1 node=127.0.0.1:31563_g_o C410_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:31563_g_o, base_url=http://127.0.0.1:31563/g_o}
[junit4:junit4]   2> 520952 T1300 C410 P31563 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 520953 T1300 C410 P31563 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 520953 T1296 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 520953 T1300 C410 P31563 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 520954 T1300 C410 P31563 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 520955 T1204 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> 520955 T1204 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 520956 T1204 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 520987 T1300 C410 P31563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 520987 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 520988 T1204 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 520989 T1204 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 520990 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 521000 T1252 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 521992 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 522325 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 522326 T1227 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:31563_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:31563/g_o"}
[junit4:junit4]   2> 522345 T1233 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> 522345 T1262 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> 522345 T1295 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> 522345 T1278 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> 522345 T1246 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> 522345 T1226 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> 522996 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 523003 T1252 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 523003 T1252 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:31563_g_o&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   2> 524000 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 525003 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C410_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:31563_g_o, base_url=http://127.0.0.1:31563/g_o}
[junit4:junit4]   2> 525005 T1300 C410 P31563 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:28280/g_o/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 525005 T1300 C410 P31563 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:31563/g_o START replicas=[http://127.0.0.1:28280/g_o/collection1/] nUpdates=100
[junit4:junit4]   2> 525006 T1300 C410 P31563 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 525006 T1300 C410 P31563 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 525006 T1300 C410 P31563 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 525006 T1300 C410 P31563 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 525007 T1300 C410 P31563 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 525008 T1300 C410 P31563 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:28280/g_o/collection1/. core=collection1
[junit4:junit4]   2> 525008 T1300 C410 P31563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C411 name=collection1 org.apache.solr.core.SolrCore@d0a279b url=http://127.0.0.1:28280/g_o/collection1 node=127.0.0.1:28280_g_o C411_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:28280_g_o, base_url=http://127.0.0.1:28280/g_o, leader=true}
[junit4:junit4]   2> 525029 T1253 C411 P28280 oasc.SolrCore.execute [collection1] webapp=/g_o path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 525036 T1254 C411 P28280 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 525039 T1254 C411 P28280 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53f8e695 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cddbc7b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 525040 T1254 C411 P28280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 525041 T1254 C411 P28280 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53f8e695 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cddbc7b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53f8e695 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cddbc7b),segFN=segments_2,generation=2}
[junit4:junit4]   2> 525041 T1254 C411 P28280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 525042 T1254 C411 P28280 oass.SolrIndexSearcher.<init> Opening Searcher@16eb02f7 realtime
[junit4:junit4]   2> 525042 T1254 C411 P28280 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 525043 T1254 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o 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> ASYNC  NEW_CORE C412 name=collection1 org.apache.solr.core.SolrCore@6ab27d4b url=http://127.0.0.1:31563/g_o/collection1 node=127.0.0.1:31563_g_o C412_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:31563_g_o, base_url=http://127.0.0.1:31563/g_o}
[junit4:junit4]   2> 525044 T1300 C412 P31563 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 525044 T1300 C412 P31563 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 525047 T1255 C411 P28280 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 525047 T1255 C411 P28280 oasc.SolrCore.execute [collection1] webapp=/g_o path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 525048 T1300 C412 P31563 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 525048 T1300 C412 P31563 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 525048 T1300 C412 P31563 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 525051 T1255 C411 P28280 oasc.SolrCore.execute [collection1] webapp=/g_o path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 525052 T1300 C412 P31563 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 525053 T1300 C412 P31563 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index.20130611213030634
[junit4:junit4]   2> 525053 T1300 C412 P31563 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7f139040 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a454c02) fullCopy=false
[junit4:junit4]   2> 525056 T1255 C411 P28280 oasc.SolrCore.execute [collection1] webapp=/g_o path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 525057 T1300 C412 P31563 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 525058 T1300 C412 P31563 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 525059 T1300 C412 P31563 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 525060 T1300 C412 P31563 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41955132 lockFactory=org.apache.lucene.store.NativeFSLockFactory@666b8451),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41955132 lockFactory=org.apache.lucene.store.NativeFSLockFactory@666b8451),segFN=segments_2,generation=2}
[junit4:junit4]   2> 525061 T1300 C412 P31563 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 525061 T1300 C412 P31563 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 525062 T1300 C412 P31563 oass.SolrIndexSearcher.<init> Opening Searcher@67e7435c main
[junit4:junit4]   2> 525063 T1299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67e7435c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 525064 T1300 C412 P31563 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index.20130611213030634 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index.20130611213030634;done=true>>]
[junit4:junit4]   2> 525064 T1300 C412 P31563 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index.20130611213030634
[junit4:junit4]   2> 525064 T1300 C412 P31563 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index.20130611213030634
[junit4:junit4]   2> 525065 T1300 C412 P31563 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 525065 T1300 C412 P31563 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 525065 T1300 C412 P31563 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 525065 T1300 C412 P31563 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 525068 T1300 C412 P31563 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 525355 T1227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 525356 T1227 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:31563_g_o",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:31563/g_o"}
[junit4:junit4]   2> 525370 T1233 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> 525370 T1295 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> 525370 T1262 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> 525370 T1278 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> 525370 T1246 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> 525370 T1226 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> 526007 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 526009 T1204 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C413 name=collection1 org.apache.solr.core.SolrCore@19fb54cc url=http://127.0.0.1:18792/g_o/collection1 node=127.0.0.1:18792_g_o C413_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:18792_g_o, base_url=http://127.0.0.1:18792/g_o, leader=true}
[junit4:junit4]   2> 526018 T1216 C413 P18792 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 526021 T1216 C413 P18792 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@464d9ce9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ce4a515),segFN=segments_1,generation=1}
[junit4:junit4]   2> 526022 T1216 C413 P18792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 526023 T1216 C413 P18792 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@464d9ce9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ce4a515),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@464d9ce9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ce4a515),segFN=segments_2,generation=2}
[junit4:junit4]   2> 526023 T1216 C413 P18792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 526024 T1216 C413 P18792 oass.SolrIndexSearcher.<init> Opening Searcher@7bf85f2d main
[junit4:junit4]   2> 526025 T1216 C413 P18792 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 526026 T1230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bf85f2d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 526026 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> ASYNC  NEW_CORE C414 name=collection1 org.apache.solr.core.SolrCore@55af2501 url=http://127.0.0.1:18819/g_o/collection1 node=127.0.0.1:18819_g_o C414_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:18819_g_o, base_url=http://127.0.0.1:18819/g_o, leader=true}
[junit4:junit4]   2> 526038 T1240 C414 P18819 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 526039 T1240 C414 P18819 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@355ab50a lockFactory=org.apache.lucene.store.NativeFSLockFactory@7dfcc4fc),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@355ab50a lockFactory=org.apache.lucene.store.NativeFSLockFactory@7dfcc4fc),segFN=segments_3,generation=3}
[junit4:junit4]   2> 526040 T1240 C414 P18819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 526040 T1240 C414 P18819 oass.SolrIndexSearcher.<init> Opening Searcher@55679304 main
[junit4:junit4]   2> 526041 T1240 C414 P18819 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 526042 T1248 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55679304 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 526042 T1240 C414 P18819 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:55641/g_o/collection1/, StdNode: http://127.0.0.1:28280/g_o/collection1/, StdNode: http://127.0.0.1:31563/g_o/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 526045 T1256 C411 P28280 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 526046 T1256 C411 P28280 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53f8e695 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cddbc7b),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53f8e695 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5cddbc7b),segFN=segments_3,generation=3}
[junit4:junit4]   2> 526047 T1256 C411 P28280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 526048 T1256 C411 P28280 oass.SolrIndexSearcher.<init> Opening Searcher@5687418a main
[junit4:junit4]   2> 526048 T1256 C411 P28280 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 526049 T1264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5687418a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 526050 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> ASYNC  NEW_CORE C415 name=collection1 org.apache.solr.core.SolrCore@728f252a url=http://127.0.0.1:55641/g_o/collection1 node=127.0.0.1:55641_g_o C415_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:55641_g_o, base_url=http://127.0.0.1:55641/g_o}
[junit4:junit4]   2> 526052 T1268 C415 P55641 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C412_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:31563_g_o, base_url=http://127.0.0.1:31563/g_o}
[junit4:junit4]   2> 526052 T1285 C412 P31563 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 526054 T1268 C415 P55641 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5aac83ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a9a0656),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5aac83ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a9a0656),segFN=segments_3,generation=3}
[junit4:junit4]   2> 526055 T1285 C412 P31563 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41955132 lockFactory=org.apache.lucene.store.NativeFSLockFactory@666b8451),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41955132 lockFactory=org.apache.lucene.store.NativeFSLockFactory@666b8451),segFN=segments_3,generation=3}
[junit4:junit4]   2> 526055 T1268 C415 P55641 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 526055 T1285 C412 P31563 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 526056 T1268 C415 P55641 oass.SolrIndexSearcher.<init> Opening Searcher@4e5f5989 main
[junit4:junit4]   2> 526056 T1285 C412 P31563 oass.SolrIndexSearcher.<init> Opening Searcher@54e16aaa main
[junit4:junit4]   2> 526057 T1268 C415 P55641 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 526057 T1285 C412 P31563 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 526057 T1280 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e5f5989 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 526058 T1299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54e16aaa main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 526058 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 526059 T1285 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o 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> 526060 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   2> 526061 T1204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 526064 T1241 C414 P18819 oasc.SolrCore.execute [collection1] webapp=/g_o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 526066 T1269 C415 P55641 oasc.SolrCore.execute [collection1] webapp=/g_o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 526068 T1257 C411 P28280 oasc.SolrCore.execute [collection1] webapp=/g_o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 526070 T1286 C412 P31563 oasc.SolrCore.execute [collection1] webapp=/g_o path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 528078 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437583260945219584)} 0 2
[junit4:junit4]   2> 528087 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={update.distrib=FROMLEADER&_version_=-1437583260949413888&update.from=http://127.0.0.1:28280/g_o/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1437583260949413888)} 0 2
[junit4:junit4]   2> 528090 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={update.distrib=FROMLEADER&_version_=-1437583260953608192&update.from=http://127.0.0.1:18819/g_o/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1437583260953608192)} 0 1
[junit4:junit4]   2> 528091 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1437583260953608192)} 0 6
[junit4:junit4]   2> 528092 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437583260949413888)} 0 11
[junit4:junit4]   2> 528096 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[0 (1437583260964093952)]} 0 1
[junit4:junit4]   2> 528106 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1437583260970385408)]} 0 1
[junit4:junit4]   2> 528106 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[0 (1437583260970385408)]} 0 5
[junit4:junit4]   2> 528107 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[0]} 0 8
[junit4:junit4]   2> 528111 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[1 (1437583260979822592)]} 0 1
[junit4:junit4]   2> 528117 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1437583260982968320)]} 0 0
[junit4:junit4]   2> 528118 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[1 (1437583260982968320)]} 0 5
[junit4:junit4]   2> 528122 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[2 (1437583260991356928)]} 0 1
[junit4:junit4]   2> 528132 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1437583260997648384)]} 0 1
[junit4:junit4]   2> 528132 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1437583260997648384)]} 0 5
[junit4:junit4]   2> 528133 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[2]} 0 9
[junit4:junit4]   2> 528136 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[3 (1437583261007085568)]} 0 0
[junit4:junit4]   2> 528145 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1437583261012328448)]} 0 1
[junit4:junit4]   2> 528145 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1437583261012328448)]} 0 4
[junit4:junit4]   2> 528146 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[3]} 0 7
[junit4:junit4]   2> 528150 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[4 (1437583261020717056)]} 0 1
[junit4:junit4]   2> 528156 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1437583261023862784)]} 0 0
[junit4:junit4]   2> 528156 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[4 (1437583261023862784)]} 0 4
[junit4:junit4]   2> 528160 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[5 (1437583261031202816)]} 0 1
[junit4:junit4]   2> 528166 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1437583261034348544)]} 0 1
[junit4:junit4]   2> 528166 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[5 (1437583261034348544)]} 0 4
[junit4:junit4]   2> 528169 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[6 (1437583261041688576)]} 0 0
[junit4:junit4]   2> 528176 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1437583261044834304)]} 0 1
[junit4:junit4]   2> 528176 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[6 (1437583261044834304)]} 0 4
[junit4:junit4]   2> 528179 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[7 (1437583261052174336)]} 0 0
[junit4:junit4]   2> 528185 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1437583261055320064)]} 0 0
[junit4:junit4]   2> 528186 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[7 (1437583261055320064)]} 0 4
[junit4:junit4]   2> 528190 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[8 (1437583261063708672)]} 0 0
[junit4:junit4]   2> 528198 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1437583261068951552)]} 0 0
[junit4:junit4]   2> 528199 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1437583261068951552)]} 0 4
[junit4:junit4]   2> 528200 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[8]} 0 7
[junit4:junit4]   2> 528203 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[9 (1437583261077340160)]} 0 0
[junit4:junit4]   2> 528211 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1437583261082583040)]} 0 0
[junit4:junit4]   2> 528212 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1437583261082583040)]} 0 4
[junit4:junit4]   2> 528213 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[9]} 0 7
[junit4:junit4]   2> 528217 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[10 (1437583261090971648)]} 0 1
[junit4:junit4]   2> 528223 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1437583261094117376)]} 0 1
[junit4:junit4]   2> 528223 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[10 (1437583261094117376)]} 0 4
[junit4:junit4]   2> 528227 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[11 (1437583261101457408)]} 0 1
[junit4:junit4]   2> 528236 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1437583261107748864)]} 0 0
[junit4:junit4]   2> 528237 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1437583261107748864)]} 0 5
[junit4:junit4]   2> 528238 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[11]} 0 9
[junit4:junit4]   2> 528242 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[12 (1437583261117186048)]} 0 1
[junit4:junit4]   2> 528248 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1437583261120331776)]} 0 1
[junit4:junit4]   2> 528248 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[12 (1437583261120331776)]} 0 4
[junit4:junit4]   2> 528251 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[13 (1437583261127671808)]} 0 0
[junit4:junit4]   2> 528260 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1437583261132914688)]} 0 1
[junit4:junit4]   2> 528260 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1437583261132914688)]} 0 4
[junit4:junit4]   2> 528261 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[13]} 0 7
[junit4:junit4]   2> 528265 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[14 (1437583261141303296)]} 0 1
[junit4:junit4]   2> 528270 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1437583261144449024)]} 0 0
[junit4:junit4]   2> 528271 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[14 (1437583261144449024)]} 0 4
[junit4:junit4]   2> 528275 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[15 (1437583261151789056)]} 0 0
[junit4:junit4]   2> 528284 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1437583261158080512)]} 0 0
[junit4:junit4]   2> 528284 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1437583261158080512)]} 0 4
[junit4:junit4]   2> 528285 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[15]} 0 8
[junit4:junit4]   2> 528288 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[16 (1437583261166469120)]} 0 0
[junit4:junit4]   2> 528295 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1437583261169614848)]} 0 1
[junit4:junit4]   2> 528295 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[16 (1437583261169614848)]} 0 4
[junit4:junit4]   2> 528298 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[17 (1437583261176954880)]} 0 0
[junit4:junit4]   2> 528307 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1437583261182197760)]} 0 1
[junit4:junit4]   2> 528307 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[17 (1437583261182197760)]} 0 4
[junit4:junit4]   2> 528308 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[17]} 0 7
[junit4:junit4]   2> 528312 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[18 (1437583261190586368)]} 0 1
[junit4:junit4]   2> 528320 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1437583261195829248)]} 0 1
[junit4:junit4]   2> 528320 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[18 (1437583261195829248)]} 0 4
[junit4:junit4]   2> 528321 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[18]} 0 7
[junit4:junit4]   2> 528326 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[19 (1437583261205266432)]} 0 1
[junit4:junit4]   2> 528332 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1437583261208412160)]} 0 1
[junit4:junit4]   2> 528332 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[19 (1437583261208412160)]} 0 4
[junit4:junit4]   2> 528336 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[20 (1437583261215752192)]} 0 1
[junit4:junit4]   2> 528344 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1437583261220995072)]} 0 1
[junit4:junit4]   2> 528344 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[20 (1437583261220995072)]} 0 4
[junit4:junit4]   2> 528345 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[20]} 0 7
[junit4:junit4]   2> 528349 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[21 (1437583261229383680)]} 0 1
[junit4:junit4]   2> 528357 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1437583261234626560)]} 0 1
[junit4:junit4]   2> 528357 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1437583261234626560)]} 0 4
[junit4:junit4]   2> 528358 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[21]} 0 7
[junit4:junit4]   2> 528361 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[22 (1437583261243015168)]} 0 0
[junit4:junit4]   2> 528369 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1437583261247209472)]} 0 1
[junit4:junit4]   2> 528369 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[22 (1437583261247209472)]} 0 4
[junit4:junit4]   2> 528373 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[23 (1437583261254549504)]} 0 1
[junit4:junit4]   2> 528381 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1437583261260840960)]} 0 0
[junit4:junit4]   2> 528382 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[23 (1437583261260840960)]} 0 4
[junit4:junit4]   2> 528383 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[23]} 0 7
[junit4:junit4]   2> 528387 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[24 (1437583261269229568)]} 0 1
[junit4:junit4]   2> 528393 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1437583261272375296)]} 0 0
[junit4:junit4]   2> 528393 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[24 (1437583261272375296)]} 0 4
[junit4:junit4]   2> 528397 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[25 (1437583261280763904)]} 0 0
[junit4:junit4]   2> 528408 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1437583261288103936)]} 0 1
[junit4:junit4]   2> 528408 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1437583261288103936)]} 0 4
[junit4:junit4]   2> 528409 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[25]} 0 8
[junit4:junit4]   2> 528413 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[26 (1437583261296492544)]} 0 0
[junit4:junit4]   2> 528419 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1437583261299638272)]} 0 1
[junit4:junit4]   2> 528419 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[26 (1437583261299638272)]} 0 4
[junit4:junit4]   2> 528423 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[27 (1437583261306978304)]} 0 1
[junit4:junit4]   2> 528429 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1437583261310124032)]} 0 1
[junit4:junit4]   2> 528429 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[27 (1437583261310124032)]} 0 4
[junit4:junit4]   2> 528434 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[28 (1437583261318512640)]} 0 1
[junit4:junit4]   2> 528444 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1437583261325852672)]} 0 1
[junit4:junit4]   2> 528444 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[28 (1437583261325852672)]} 0 4
[junit4:junit4]   2> 528445 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[28]} 0 8
[junit4:junit4]   2> 528449 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[29 (1437583261334241280)]} 0 1
[junit4:junit4]   2> 528458 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1437583261340532736)]} 0 1
[junit4:junit4]   2> 528458 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1437583261340532736)]} 0 4
[junit4:junit4]   2> 528459 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[29]} 0 8
[junit4:junit4]   2> 528463 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[30 (1437583261348921344)]} 0 1
[junit4:junit4]   2> 528471 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1437583261354164224)]} 0 1
[junit4:junit4]   2> 528471 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[30 (1437583261354164224)]} 0 4
[junit4:junit4]   2> 528472 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[30]} 0 7
[junit4:junit4]   2> 528476 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[31 (1437583261362552832)]} 0 1
[junit4:junit4]   2> 528485 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1437583261369892864)]} 0 0
[junit4:junit4]   2> 528486 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1437583261369892864)]} 0 4
[junit4:junit4]   2> 528487 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[31]} 0 8
[junit4:junit4]   2> 528491 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[32 (1437583261378281472)]} 0 1
[junit4:junit4]   2> 528499 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1437583261384572928)]} 0 0
[junit4:junit4]   2> 528500 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[32 (1437583261384572928)]} 0 4
[junit4:junit4]   2> 528501 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[32]} 0 8
[junit4:junit4]   2> 528505 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[33 (1437583261392961536)]} 0 1
[junit4:junit4]   2> 528512 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1437583261397155840)]} 0 0
[junit4:junit4]   2> 528513 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[33 (1437583261397155840)]} 0 5
[junit4:junit4]   2> 528516 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[34 (1437583261405544448)]} 0 0
[junit4:junit4]   2> 528523 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1437583261408690176)]} 0 1
[junit4:junit4]   2> 528523 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[34 (1437583261408690176)]} 0 4
[junit4:junit4]   2> 528527 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[35 (1437583261416030208)]} 0 1
[junit4:junit4]   2> 528536 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1437583261422321664)]} 0 0
[junit4:junit4]   2> 528536 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1437583261422321664)]} 0 4
[junit4:junit4]   2> 528537 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[35]} 0 8
[junit4:junit4]   2> 528540 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[36 (1437583261430710272)]} 0 0
[junit4:junit4]   2> 528546 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1437583261433856000)]} 0 0
[junit4:junit4]   2> 528547 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[36 (1437583261433856000)]} 0 4
[junit4:junit4]   2> 528550 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[37 (1437583261441196032)]} 0 0
[junit4:junit4]   2> 528557 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1437583261445390336)]} 0 0
[junit4:junit4]   2> 528558 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[37 (1437583261445390336)]} 0 4
[junit4:junit4]   2> 528561 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[38 (1437583261452730368)]} 0 0
[junit4:junit4]   2> 528570 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1437583261457973248)]} 0 1
[junit4:junit4]   2> 528570 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[38 (1437583261457973248)]} 0 4
[junit4:junit4]   2> 528571 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[38]} 0 7
[junit4:junit4]   2> 528575 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[39 (1437583261466361856)]} 0 1
[junit4:junit4]   2> 528582 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1437583261471604736)]} 0 0
[junit4:junit4]   2> 528583 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[39 (1437583261471604736)]} 0 4
[junit4:junit4]   2> 528584 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[39]} 0 7
[junit4:junit4]   2> 528588 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[40 (1437583261479993344)]} 0 1
[junit4:junit4]   2> 528596 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1437583261486284800)]} 0 0
[junit4:junit4]   2> 528597 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[40 (1437583261486284800)]} 0 4
[junit4:junit4]   2> 528598 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[40]} 0 7
[junit4:junit4]   2> 528601 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[41 (1437583261494673408)]} 0 0
[junit4:junit4]   2> 528608 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1437583261497819136)]} 0 1
[junit4:junit4]   2> 528608 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[41 (1437583261497819136)]} 0 4
[junit4:junit4]   2> 528611 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[42 (1437583261505159168)]} 0 0
[junit4:junit4]   2> 528619 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1437583261510402048)]} 0 0
[junit4:junit4]   2> 528620 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[42 (1437583261510402048)]} 0 4
[junit4:junit4]   2> 528621 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[42]} 0 7
[junit4:junit4]   2> 528626 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[43 (1437583261519839232)]} 0 1
[junit4:junit4]   2> 528634 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1437583261526130688)]} 0 0
[junit4:junit4]   2> 528635 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[43 (1437583261526130688)]} 0 4
[junit4:junit4]   2> 528636 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[43]} 0 8
[junit4:junit4]   2> 528639 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[44 (1437583261534519296)]} 0 0
[junit4:junit4]   2> 528646 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1437583261537665024)]} 0 1
[junit4:junit4]   2> 528647 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[44 (1437583261537665024)]} 0 6
[junit4:junit4]   2> 528651 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[45 (1437583261546053632)]} 0 1
[junit4:junit4]   2> 528657 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1437583261549199360)]} 0 1
[junit4:junit4]   2> 528657 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[45 (1437583261549199360)]} 0 4
[junit4:junit4]   2> 528661 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[46 (1437583261556539392)]} 0 1
[junit4:junit4]   2> 528668 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1437583261560733696)]} 0 1
[junit4:junit4]   2> 528668 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[46 (1437583261560733696)]} 0 4
[junit4:junit4]   2> 528671 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[47 (1437583261568073728)]} 0 0
[junit4:junit4]   2> 528681 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1437583261574365184)]} 0 1
[junit4:junit4]   2> 528681 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[47 (1437583261574365184)]} 0 4
[junit4:junit4]   2> 528682 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[47]} 0 8
[junit4:junit4]   2> 528686 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[48 (1437583261582753792)]} 0 1
[junit4:junit4]   2> 528694 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1437583261587996672)]} 0 0
[junit4:junit4]   2> 528694 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[48 (1437583261587996672)]} 0 4
[junit4:junit4]   2> 528695 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[48]} 0 7
[junit4:junit4]   2> 528698 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[49 (1437583261596385280)]} 0 0
[junit4:junit4]   2> 528705 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1437583261599531008)]} 0 1
[junit4:junit4]   2> 528705 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[49 (1437583261599531008)]} 0 4
[junit4:junit4]   2> 528710 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[50 (1437583261607919616)]} 0 1
[junit4:junit4]   2> 528719 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1437583261614211072)]} 0 1
[junit4:junit4]   2> 528719 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[50 (1437583261614211072)]} 0 4
[junit4:junit4]   2> 528720 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[50]} 0 7
[junit4:junit4]   2> 528724 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[51 (1437583261622599680)]} 0 1
[junit4:junit4]   2> 528731 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1437583261626793984)]} 0 1
[junit4:junit4]   2> 528731 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[51 (1437583261626793984)]} 0 4
[junit4:junit4]   2> 528735 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[52 (1437583261634134016)]} 0 1
[junit4:junit4]   2> 528742 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1437583261639376896)]} 0 0
[junit4:junit4]   2> 528743 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[52 (1437583261639376896)]} 0 4
[junit4:junit4]   2> 528744 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[52]} 0 7
[junit4:junit4]   2> 528749 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[53 (1437583261648814080)]} 0 1
[junit4:junit4]   2> 528755 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1437583261651959808)]} 0 1
[junit4:junit4]   2> 528755 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[53 (1437583261651959808)]} 0 4
[junit4:junit4]   2> 528758 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[54 (1437583261659299840)]} 0 0
[junit4:junit4]   2> 528765 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1437583261662445568)]} 0 1
[junit4:junit4]   2> 528765 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[54 (1437583261662445568)]} 0 4
[junit4:junit4]   2> 528768 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[55 (1437583261669785600)]} 0 0
[junit4:junit4]   2> 528775 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1437583261672931328)]} 0 1
[junit4:junit4]   2> 528775 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[55 (1437583261672931328)]} 0 4
[junit4:junit4]   2> 528779 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[56 (1437583261680271360)]} 0 1
[junit4:junit4]   2> 528785 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1437583261683417088)]} 0 1
[junit4:junit4]   2> 528785 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[56 (1437583261683417088)]} 0 4
[junit4:junit4]   2> 528788 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[57 (1437583261690757120)]} 0 0
[junit4:junit4]   2> 528795 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1437583261693902848)]} 0 1
[junit4:junit4]   2> 528795 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[57 (1437583261693902848)]} 0 4
[junit4:junit4]   2> 528798 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[58 (1437583261701242880)]} 0 0
[junit4:junit4]   2> 528805 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1437583261704388608)]} 0 1
[junit4:junit4]   2> 528805 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[58 (1437583261704388608)]} 0 4
[junit4:junit4]   2> 528809 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[59 (1437583261711728640)]} 0 1
[junit4:junit4]   2> 528815 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1437583261715922944)]} 0 0
[junit4:junit4]   2> 528816 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[59 (1437583261715922944)]} 0 4
[junit4:junit4]   2> 528819 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[60 (1437583261723262976)]} 0 0
[junit4:junit4]   2> 528828 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1437583261729554432)]} 0 0
[junit4:junit4]   2> 528829 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[60 (1437583261729554432)]} 0 4
[junit4:junit4]   2> 528830 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[60]} 0 8
[junit4:junit4]   2> 528834 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[61 (1437583261737943040)]} 0 1
[junit4:junit4]   2> 528843 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1437583261743185920)]} 0 1
[junit4:junit4]   2> 528843 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[61 (1437583261743185920)]} 0 5
[junit4:junit4]   2> 528844 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[61]} 0 8
[junit4:junit4]   2> 528847 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[62 (1437583261752623104)]} 0 0
[junit4:junit4]   2> 528857 T1287 C412 P31563 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1437583261759963136)]} 0 0
[junit4:junit4]   2> 528858 T1256 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[62 (1437583261759963136)]} 0 4
[junit4:junit4]   2> 528859 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[62]} 0 8
[junit4:junit4]   2> 528863 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[63 (1437583261768351744)]} 0 1
[junit4:junit4]   2> 528871 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1437583261773594624)]} 0 1
[junit4:junit4]   2> 528871 T1242 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:28280/g_o/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[63 (1437583261773594624)]} 0 4
[junit4:junit4]   2> 528872 T1258 C411 P28280 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[63]} 0 7
[junit4:junit4]   2> 528876 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[64 (1437583261783031808)]} 0 0
[junit4:junit4]   2> 528882 T1268 C415 P55641 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={distrib.from=http://127.0.0.1:18819/g_o/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1437583261786177536)]} 0 0
[junit4:junit4]   2> 528883 T1240 C414 P18819 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[64 (1437583261786177536)]} 0 4
[junit4:junit4]   2> 528887 T1216 C413 P18792 oasup.LogUpdateProcessor.finish [collection1] webapp=/g_o path=/update params={wt=javabin&version=2} {add=[65 (1437583261793517568)]} 0 1
[junit4:junit4]   2> 528895 T1268 C415 P55641 oasup.LogUpdateProcessor.finish 

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

rchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 734054 T1204 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 759306 T1295 oasu.PeerSync.handleResponse WARN PeerSync: core=collection1 url=http://127.0.0.1:31563/g_o  couldn't connect to http://127.0.0.1:28280/g_o/collection1/, counting as success
[junit4:junit4]   2> 759306 T1295 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:31563/g_o DONE. sync succeeded
[junit4:junit4]   2> 759307 T1295 oasc.SyncStrategy.syncReplicas We have been closed, won't attempt to sync replicas back to leader
[junit4:junit4]   2> 759308 T1295 oasc.ShardLeaderElectionContext.runLeaderProcess Sync was not a success but no one else is active! I am the leader
[junit4:junit4]   2> 759308 T1295 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:31563/g_o/collection1/
[junit4:junit4]   2> 759308 T1295 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6ab27d4b
[junit4:junit4]   2> 759309 T1295 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=638,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 759310 T1295 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 759310 T1295 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 759310 T1295 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 759313 T1295 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 759314 T1295 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 759314 T1295 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4;done=false>>]
[junit4:junit4]   2> 759314 T1295 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4
[junit4:junit4]   2> 759314 T1295 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index;done=false>>]
[junit4:junit4]   2> 759315 T1295 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370986202333/jetty4/index
[junit4:junit4]   2> 759315 T1295 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 759315 T1295 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election/89848951756750860-5-n_0000000001
[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.delete(ZooKeeper.java:873)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:152)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:149)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:149)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:260)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[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> 759316 T1295 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 759316 T1295 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> 759317 T1295 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 759317 T1295 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> 759317 T1295 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 759317 T1295 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=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=MockSep), n_ti=PostingsFormat(name=Lucene41WithOrds)}, docValues:{}, sim=DefaultSimilarity, locale=ar_MA, timezone=Etc/UTC
[junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=16,threads=3,free=135542424,total=399507456
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestNumberUtils, DefaultValueUpdateProcessorTest, PingRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestSolrJ, TestSystemIdResolver, SolrCmdDistributorTest, CopyFieldTest, RequestHandlersTest, TestUniqueKeyFieldResource, TestBinaryField, TestClassNameShortening, TestJmxMonitoredMap, EchoParamsTest, HardAutoCommitTest, TestRangeQuery, HighlighterTest, TestDistributedSearch, TestCSVLoader, LeaderElectionIntegrationTest, TestDFRSimilarityFactory, TestPartialUpdateDeduplication, FileUtilsTest, TestAddFieldRealTimeGet, XsltUpdateRequestHandlerTest, TestDistributedGrouping, TestShardHandlerFactory, IndexSchemaRuntimeFieldTest, TestFiltering, TestOmitPositions, TestSolrQueryParserDefaultOperatorResource, TestDefaultSearchFieldResource, TestSolr4Spatial, PreAnalyzedUpdateProcessorTest, DocValuesMultiTest, TestSuggestSpellingConverter, BasicDistributedZk2Test, TestLMJelinekMercerSimilarityFactory, TestAnalyzedSuggestions, IndexReaderFactoryTest, TestCSVResponseWriter, ClusterStateTest, FullSolrCloudDistribCmdsTest, HighlighterConfigTest, TestJmxIntegration, TestMergePolicyConfig, TestDefaultSimilarityFactory, TestCollationField, TestFieldTypeCollectionResource, DOMUtilTest, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed on J1 in 263.37s, 1 test, 1 error <<< FAILURES!

[...truncated 555 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:385: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:365: 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:1240: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:884: There were test failures: 296 suites, 1243 tests, 1 error, 13 ignored (7 assumptions)

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