You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/05/31 19:14:33 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 5856 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5856/
Java: 32bit/jdk1.6.0_45 -client -XX:+UseParallelGC

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

Error Message:
Server refused connection at: http://127.0.0.1:42912/csq/hc/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:42912/csq/hc/collection1
	at __randomizedtesting.SeedInfo.seed([57612632233FE039:D687A82A54608005]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:146)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:662)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:42912 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 46 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 53 more




Build Log:
[...truncated 9560 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2> 1186699 T3859 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /csq/hc
[junit4:junit4]   2> 1186702 T3859 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyShardSplitTest-1370020300364
[junit4:junit4]   2> 1186703 T3859 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 1186704 T3860 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 1186804 T3859 oasc.ZkTestServer.run start zk server on port:42235
[junit4:junit4]   2> 1186806 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1186830 T3866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12f47d3 name:ZooKeeperConnection Watcher:127.0.0.1:42235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1186831 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1186831 T3859 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1186836 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1186837 T3868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aec147 name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1186837 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1186838 T3859 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1186840 T3859 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1186841 T3859 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1186843 T3859 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1186844 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1186845 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1186848 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1186848 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1186852 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1186852 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1186854 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1186855 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1186856 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1186857 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1186859 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1186859 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1186861 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1186861 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1186863 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1186864 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1186866 T3859 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1186866 T3859 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1186929 T3859 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1186932 T3859 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46725
[junit4:junit4]   2> 1186933 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1186933 T3859 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1186934 T3859 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529
[junit4:junit4]   2> 1186934 T3859 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/solr.xml
[junit4:junit4]   2> 1186934 T3859 oasc.CoreContainer.<init> New CoreContainer 17028523
[junit4:junit4]   2> 1186935 T3859 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/'
[junit4:junit4]   2> 1186935 T3859 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/'
[junit4:junit4]   2> 1186987 T3859 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1186988 T3859 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1186988 T3859 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1186989 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1186989 T3859 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1186989 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1186990 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1186990 T3859 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1186991 T3859 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1186991 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1186994 T3859 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1186995 T3859 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42235/solr
[junit4:junit4]   2> 1186995 T3859 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1186996 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1186997 T3879 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@176cb5a name:ZooKeeperConnection Watcher:127.0.0.1:42235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1186997 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1186999 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1187003 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1187005 T3881 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3edf4 name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1187005 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1187006 T3859 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1187009 T3859 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1187011 T3859 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1187012 T3859 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46725_csq%2Fhc
[junit4:junit4]   2> 1187013 T3859 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46725_csq%2Fhc
[junit4:junit4]   2> 1187015 T3859 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1187018 T3859 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1187019 T3859 oasc.Overseer.start Overseer (id=89785650404851715-127.0.0.1:46725_csq%2Fhc-n_0000000000) starting
[junit4:junit4]   2> 1187022 T3859 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1187025 T3859 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1187025 T3883 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1187026 T3859 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1187028 T3859 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1187029 T3882 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1187032 T3884 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/collection1
[junit4:junit4]   2> 1187032 T3884 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1187033 T3884 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1187033 T3884 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1187034 T3884 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/collection1/'
[junit4:junit4]   2> 1187034 T3884 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/collection1/lib/README' to classloader
[junit4:junit4]   2> 1187035 T3884 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1187065 T3884 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 1187106 T3884 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1187107 T3884 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1187111 T3884 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1187486 T3884 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1187489 T3884 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1187490 T3884 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1187494 T3884 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1187508 T3884 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1187509 T3884 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370020300529/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/control/data/
[junit4:junit4]   2> 1187509 T3884 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8aeed0
[junit4:junit4]   2> 1187509 T3884 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1187510 T3884 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/control/data
[junit4:junit4]   2> 1187510 T3884 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/control/data/index/
[junit4:junit4]   2> 1187510 T3884 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1187511 T3884 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/control/data/index
[junit4:junit4]   2> 1187512 T3884 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362304tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e59b49),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1187513 T3884 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1187514 T3884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1187514 T3884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1187515 T3884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1187515 T3884 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1187516 T3884 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1187516 T3884 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1187516 T3884 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1187517 T3884 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1187517 T3884 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1187519 T3884 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1187522 T3884 oass.SolrIndexSearcher.<init> Opening Searcher@1e48ef8 main
[junit4:junit4]   2> 1187522 T3884 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/control/data/tlog
[junit4:junit4]   2> 1187522 T3884 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1187523 T3884 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1187527 T3885 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e48ef8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1187529 T3884 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1187530 T3884 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1188532 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1188532 T3882 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:46725_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46725/csq/hc"}
[junit4:junit4]   2> 1188533 T3882 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1188533 T3882 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1188535 T3881 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> 1189532 T3884 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1189532 T3884 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46725/csq/hc collection:control_collection shard:shard1
[junit4:junit4]   2> 1189533 T3884 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1189539 T3884 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1189541 T3884 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1189541 T3884 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1189542 T3884 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46725/csq/hc/collection1/
[junit4:junit4]   2> 1189542 T3884 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1189542 T3884 oasc.SyncStrategy.syncToMe http://127.0.0.1:46725/csq/hc/collection1/ has no replicas
[junit4:junit4]   2> 1189543 T3884 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46725/csq/hc/collection1/
[junit4:junit4]   2> 1189543 T3884 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1190039 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1190044 T3881 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> 1190048 T3884 oasc.ZkController.register We are http://127.0.0.1:46725/csq/hc/collection1/ and leader is http://127.0.0.1:46725/csq/hc/collection1/
[junit4:junit4]   2> 1190049 T3884 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46725/csq/hc
[junit4:junit4]   2> 1190049 T3884 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1190049 T3884 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1190050 T3884 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1190051 T3884 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1190052 T3859 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1190053 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1190053 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1190056 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1190057 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1190058 T3888 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a191b name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1190059 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1190060 T3859 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1190062 T3859 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1190123 T3859 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1190125 T3859 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42912
[junit4:junit4]   2> 1190126 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1190126 T3859 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1190127 T3859 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723
[junit4:junit4]   2> 1190127 T3859 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/solr.xml
[junit4:junit4]   2> 1190127 T3859 oasc.CoreContainer.<init> New CoreContainer 1050108
[junit4:junit4]   2> 1190128 T3859 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/'
[junit4:junit4]   2> 1190128 T3859 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/'
[junit4:junit4]   2> 1190184 T3859 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1190184 T3859 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1190185 T3859 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1190185 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1190185 T3859 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1190186 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1190186 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1190186 T3859 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1190187 T3859 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1190187 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1190190 T3859 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1190191 T3859 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42235/solr
[junit4:junit4]   2> 1190191 T3859 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1190193 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1190194 T3899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@645265 name:ZooKeeperConnection Watcher:127.0.0.1:42235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1190194 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1190195 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1190199 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1190200 T3901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ad7cb name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1190201 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1190203 T3859 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1191206 T3859 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42912_csq%2Fhc
[junit4:junit4]   2> 1191207 T3859 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42912_csq%2Fhc
[junit4:junit4]   2> 1191209 T3888 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1191209 T3901 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1191209 T3881 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1191210 T3881 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> 1191214 T3902 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/collection1
[junit4:junit4]   2> 1191214 T3902 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1191215 T3902 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1191215 T3902 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1191216 T3902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/collection1/'
[junit4:junit4]   2> 1191217 T3902 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/collection1/lib/README' to classloader
[junit4:junit4]   2> 1191217 T3902 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1191250 T3902 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 1191292 T3902 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1191294 T3902 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1191298 T3902 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1191547 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1191548 T3882 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:46725_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46725/csq/hc"}
[junit4:junit4]   2> 1191552 T3901 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> 1191552 T3881 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> 1191552 T3888 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> 1191675 T3902 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1191678 T3902 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1191680 T3902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1191683 T3902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1191703 T3902 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1191703 T3902 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370020303723/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty1/
[junit4:junit4]   2> 1191704 T3902 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8aeed0
[junit4:junit4]   2> 1191704 T3902 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1191704 T3902 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty1
[junit4:junit4]   2> 1191705 T3902 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty1/index/
[junit4:junit4]   2> 1191705 T3902 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1191706 T3902 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty1/index
[junit4:junit4]   2> 1191707 T3902 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362305tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@eda122),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1191707 T3902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1191709 T3902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1191709 T3902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1191710 T3902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1191710 T3902 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1191711 T3902 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1191711 T3902 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1191712 T3902 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1191712 T3902 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1191712 T3902 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1191714 T3902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1191717 T3902 oass.SolrIndexSearcher.<init> Opening Searcher@874c5d main
[junit4:junit4]   2> 1191718 T3902 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty1/tlog
[junit4:junit4]   2> 1191718 T3902 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1191718 T3902 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1191723 T3903 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@874c5d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1191725 T3902 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1191725 T3902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1193055 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1193056 T3882 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:42912_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42912/csq/hc"}
[junit4:junit4]   2> 1193056 T3882 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 1193057 T3882 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1193061 T3888 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> 1193061 T3881 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> 1193061 T3901 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> 1193726 T3902 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1193727 T3902 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42912/csq/hc collection:collection1 shard:shard1
[junit4:junit4]   2> 1193728 T3902 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 1193734 T3902 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1193736 T3902 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1193737 T3902 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1193737 T3902 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42912/csq/hc/collection1/
[junit4:junit4]   2> 1193737 T3902 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1193737 T3902 oasc.SyncStrategy.syncToMe http://127.0.0.1:42912/csq/hc/collection1/ has no replicas
[junit4:junit4]   2> 1193737 T3902 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42912/csq/hc/collection1/
[junit4:junit4]   2> 1193738 T3902 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 1194565 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1194572 T3881 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> 1194572 T3901 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> 1194573 T3888 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> 1194594 T3902 oasc.ZkController.register We are http://127.0.0.1:42912/csq/hc/collection1/ and leader is http://127.0.0.1:42912/csq/hc/collection1/
[junit4:junit4]   2> 1194595 T3902 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42912/csq/hc
[junit4:junit4]   2> 1194595 T3902 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1194595 T3902 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1194595 T3902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1194597 T3902 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1194598 T3859 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1194599 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1194599 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1194666 T3859 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1194670 T3859 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48816
[junit4:junit4]   2> 1194670 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1194671 T3859 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1194671 T3859 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263
[junit4:junit4]   2> 1194672 T3859 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/solr.xml
[junit4:junit4]   2> 1194672 T3859 oasc.CoreContainer.<init> New CoreContainer 11299658
[junit4:junit4]   2> 1194672 T3859 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/'
[junit4:junit4]   2> 1194673 T3859 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/'
[junit4:junit4]   2> 1194724 T3859 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1194724 T3859 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1194725 T3859 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1194725 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1194726 T3859 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1194726 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1194726 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1194727 T3859 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1194727 T3859 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1194728 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1194730 T3859 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1194731 T3859 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42235/solr
[junit4:junit4]   2> 1194731 T3859 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1194732 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1194734 T3915 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@414f8a name:ZooKeeperConnection Watcher:127.0.0.1:42235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1194734 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1194735 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1194739 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1194740 T3917 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16eb4d3 name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1194740 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1194743 T3859 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1195745 T3859 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48816_csq%2Fhc
[junit4:junit4]   2> 1195746 T3859 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48816_csq%2Fhc
[junit4:junit4]   2> 1195749 T3888 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> 1195749 T3901 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1195750 T3881 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1195749 T3917 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1195750 T3881 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> 1195750 T3901 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> 1195750 T3888 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 1195754 T3918 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/collection1
[junit4:junit4]   2> 1195754 T3918 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1195755 T3918 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1195755 T3918 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1195756 T3918 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/collection1/'
[junit4:junit4]   2> 1195757 T3918 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/collection1/lib/README' to classloader
[junit4:junit4]   2> 1195757 T3918 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1195787 T3918 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 1195826 T3918 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1195828 T3918 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1195832 T3918 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1196076 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1196077 T3882 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:42912_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42912/csq/hc"}
[junit4:junit4]   2> 1196079 T3901 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> 1196079 T3881 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> 1196079 T3917 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> 1196079 T3888 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> 1196210 T3918 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1196213 T3918 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1196215 T3918 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1196218 T3918 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1196234 T3918 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1196234 T3918 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370020308263/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty2/
[junit4:junit4]   2> 1196234 T3918 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8aeed0
[junit4:junit4]   2> 1196235 T3918 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1196235 T3918 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty2
[junit4:junit4]   2> 1196236 T3918 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty2/index/
[junit4:junit4]   2> 1196236 T3918 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1196237 T3918 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty2/index
[junit4:junit4]   2> 1196238 T3918 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362306tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc0cbf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1196239 T3918 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1196240 T3918 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1196241 T3918 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1196241 T3918 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1196242 T3918 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1196242 T3918 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1196242 T3918 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1196243 T3918 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1196243 T3918 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1196244 T3918 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1196246 T3918 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1196251 T3918 oass.SolrIndexSearcher.<init> Opening Searcher@341868 main
[junit4:junit4]   2> 1196252 T3918 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty2/tlog
[junit4:junit4]   2> 1196252 T3918 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1196253 T3918 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1196258 T3919 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@341868 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1196260 T3918 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1196260 T3918 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1197583 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1197584 T3882 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:48816_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48816/csq/hc"}
[junit4:junit4]   2> 1197584 T3882 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 1197584 T3882 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 1197739 T3901 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> 1197739 T3881 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> 1197739 T3917 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> 1197739 T3888 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> 1198262 T3918 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1198262 T3918 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48816/csq/hc collection:collection1 shard:shard2
[junit4:junit4]   2> 1198263 T3918 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 1198267 T3918 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1198269 T3918 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1198269 T3918 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1198269 T3918 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48816/csq/hc/collection1/
[junit4:junit4]   2> 1198270 T3918 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1198270 T3918 oasc.SyncStrategy.syncToMe http://127.0.0.1:48816/csq/hc/collection1/ has no replicas
[junit4:junit4]   2> 1198270 T3918 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48816/csq/hc/collection1/
[junit4:junit4]   2> 1198270 T3918 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 1199245 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1199250 T3901 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> 1199250 T3917 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> 1199250 T3881 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> 1199250 T3888 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> 1199276 T3918 oasc.ZkController.register We are http://127.0.0.1:48816/csq/hc/collection1/ and leader is http://127.0.0.1:48816/csq/hc/collection1/
[junit4:junit4]   2> 1199277 T3918 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48816/csq/hc
[junit4:junit4]   2> 1199277 T3918 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1199277 T3918 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1199277 T3918 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1199279 T3918 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1199280 T3859 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1199281 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1199281 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1199357 T3859 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1199359 T3859 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40650
[junit4:junit4]   2> 1199360 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1199360 T3859 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1199361 T3859 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945
[junit4:junit4]   2> 1199361 T3859 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/solr.xml
[junit4:junit4]   2> 1199362 T3859 oasc.CoreContainer.<init> New CoreContainer 25450555
[junit4:junit4]   2> 1199362 T3859 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/'
[junit4:junit4]   2> 1199363 T3859 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/'
[junit4:junit4]   2> 1199421 T3859 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1199421 T3859 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1199422 T3859 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1199422 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1199423 T3859 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1199423 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1199423 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1199424 T3859 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1199424 T3859 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1199425 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1199428 T3859 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1199428 T3859 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42235/solr
[junit4:junit4]   2> 1199429 T3859 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1199430 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1199431 T3931 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c85f6d name:ZooKeeperConnection Watcher:127.0.0.1:42235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1199431 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1199432 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1199435 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1199437 T3933 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b4abe name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1199437 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1199439 T3859 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1200442 T3859 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40650_csq%2Fhc
[junit4:junit4]   2> 1200443 T3859 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40650_csq%2Fhc
[junit4:junit4]   2> 1200445 T3888 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> 1200446 T3881 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1200446 T3881 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> 1200446 T3901 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1200446 T3917 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1200447 T3917 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> 1200447 T3901 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> 1200446 T3933 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1200448 T3888 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 1200451 T3934 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/collection1
[junit4:junit4]   2> 1200451 T3934 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1200452 T3934 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1200452 T3934 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1200453 T3934 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/collection1/'
[junit4:junit4]   2> 1200454 T3934 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/collection1/lib/README' to classloader
[junit4:junit4]   2> 1200454 T3934 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1200485 T3934 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 1200525 T3934 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1200527 T3934 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1200531 T3934 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1200754 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1200755 T3882 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:48816_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48816/csq/hc"}
[junit4:junit4]   2> 1200758 T3888 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> 1200758 T3901 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> 1200758 T3933 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> 1200758 T3881 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> 1200758 T3917 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> 1200909 T3934 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1200913 T3934 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1200914 T3934 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1200917 T3934 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1200934 T3934 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1200935 T3934 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370020312945/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/
[junit4:junit4]   2> 1200935 T3934 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8aeed0
[junit4:junit4]   2> 1200935 T3934 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1200936 T3934 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3
[junit4:junit4]   2> 1200936 T3934 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index/
[junit4:junit4]   2> 1200936 T3934 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1200937 T3934 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index
[junit4:junit4]   2> 1200939 T3934 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362307tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@b3f444),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1200940 T3934 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1200942 T3934 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1200943 T3934 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1200943 T3934 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1200944 T3934 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1200945 T3934 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1200946 T3934 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1200946 T3934 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1200947 T3934 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1200948 T3934 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1200951 T3934 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1200956 T3934 oass.SolrIndexSearcher.<init> Opening Searcher@17afc8a main
[junit4:junit4]   2> 1200956 T3934 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/tlog
[junit4:junit4]   2> 1200957 T3934 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1200957 T3934 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1200964 T3935 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17afc8a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1200967 T3934 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1200967 T3934 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1202262 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1202263 T3882 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:40650_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40650/csq/hc"}
[junit4:junit4]   2> 1202263 T3882 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 1202263 T3882 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 1202268 T3901 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> 1202268 T3917 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> 1202268 T3888 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> 1202268 T3881 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> 1202268 T3933 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> 1202969 T3934 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1202969 T3934 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40650/csq/hc collection:collection1 shard:shard1
[junit4:junit4]   2> 1202972 T3934 oasc.ZkController.register We are http://127.0.0.1:40650/csq/hc/collection1/ and leader is http://127.0.0.1:42912/csq/hc/collection1/
[junit4:junit4]   2> 1202972 T3934 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40650/csq/hc
[junit4:junit4]   2> 1202972 T3934 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1202972 T3934 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1468 name=collection1 org.apache.solr.core.SolrCore@291ecc url=http://127.0.0.1:40650/csq/hc/collection1 node=127.0.0.1:40650_csq%2Fhc C1468_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:40650_csq%2Fhc, base_url=http://127.0.0.1:40650/csq/hc}
[junit4:junit4]   2> 1202973 T3936 C1468 P40650 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1202973 T3934 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1202974 T3936 C1468 P40650 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1202974 T3936 C1468 P40650 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1202974 T3936 C1468 P40650 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1202974 T3859 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1202975 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1202975 T3936 C1468 P40650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1202976 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1202981 T3895 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1203040 T3859 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 1203043 T3859 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56987
[junit4:junit4]   2> 1203044 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1203044 T3859 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1203044 T3859 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641
[junit4:junit4]   2> 1203045 T3859 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/solr.xml
[junit4:junit4]   2> 1203045 T3859 oasc.CoreContainer.<init> New CoreContainer 4169276
[junit4:junit4]   2> 1203045 T3859 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/'
[junit4:junit4]   2> 1203046 T3859 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/'
[junit4:junit4]   2> 1203099 T3859 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1203099 T3859 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1203100 T3859 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1203100 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1203100 T3859 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1203101 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1203101 T3859 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1203101 T3859 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1203102 T3859 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1203102 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1203105 T3859 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 1203106 T3859 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42235/solr
[junit4:junit4]   2> 1203106 T3859 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1203107 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1203108 T3948 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a96050 name:ZooKeeperConnection Watcher:127.0.0.1:42235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1203109 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1203110 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1203114 T3859 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1203114 T3950 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1edbef3 name:ZooKeeperConnection Watcher:127.0.0.1:42235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1203115 T3859 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1203117 T3859 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1203771 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1203772 T3882 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:40650_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40650/csq/hc"}
[junit4:junit4]   2> 1203775 T3901 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> 1203776 T3881 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> 1203776 T3950 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> 1203776 T3933 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> 1203776 T3917 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> 1203776 T3888 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> 1203982 T3895 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 1203982 T3895 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:40650_csq%252Fhc&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 1204120 T3859 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56987_csq%2Fhc
[junit4:junit4]   2> 1204122 T3859 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56987_csq%2Fhc
[junit4:junit4]   2> 1204123 T3888 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> 1204124 T3901 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1204124 T3881 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1204124 T3950 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1204124 T3901 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> 1204124 T3933 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1204124 T3950 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> 1204124 T3917 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1204124 T3881 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> 1204125 T3917 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> 1204125 T3888 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 1204125 T3933 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> 1204130 T3951 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/collection1
[junit4:junit4]   2> 1204130 T3951 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 1204131 T3951 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1204131 T3951 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 1204132 T3951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/collection1/'
[junit4:junit4]   2> 1204132 T3951 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/collection1/lib/README' to classloader
[junit4:junit4]   2> 1204133 T3951 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1204163 T3951 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 1204213 T3951 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1204215 T3951 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 1204219 T3951 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 1204598 T3951 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1204601 T3951 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1204603 T3951 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1204606 T3951 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1204621 T3951 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1204621 T3951 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370020316641/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/
[junit4:junit4]   2> 1204622 T3951 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8aeed0
[junit4:junit4]   2> 1204622 T3951 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1204622 T3951 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4
[junit4:junit4]   2> 1204623 T3951 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index/
[junit4:junit4]   2> 1204623 T3951 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1204624 T3951 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index
[junit4:junit4]   2> 1204625 T3951 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362308tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dd6c24),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1204625 T3951 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1204627 T3951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1204627 T3951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1204628 T3951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1204628 T3951 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1204629 T3951 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1204629 T3951 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1204629 T3951 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1204630 T3951 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1204630 T3951 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1204632 T3951 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1204635 T3951 oass.SolrIndexSearcher.<init> Opening Searcher@71df7f main
[junit4:junit4]   2> 1204636 T3951 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/tlog
[junit4:junit4]   2> 1204636 T3951 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1204636 T3951 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1204643 T3952 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71df7f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1204646 T3951 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1204646 T3951 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1205279 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1205280 T3882 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:56987_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56987/csq/hc"}
[junit4:junit4]   2> 1205280 T3882 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 1205280 T3882 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 1205283 T3933 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> 1205283 T3888 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> 1205283 T3881 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> 1205283 T3901 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> 1205283 T3917 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> 1205283 T3950 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> 1205648 T3951 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1205648 T3951 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56987/csq/hc collection:collection1 shard:shard2
[junit4:junit4]   2> 1205651 T3951 oasc.ZkController.register We are http://127.0.0.1:56987/csq/hc/collection1/ and leader is http://127.0.0.1:48816/csq/hc/collection1/
[junit4:junit4]   2> 1205651 T3951 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56987/csq/hc
[junit4:junit4]   2> 1205651 T3951 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 1205651 T3951 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1469 name=collection1 org.apache.solr.core.SolrCore@12de0a8 url=http://127.0.0.1:56987/csq/hc/collection1 node=127.0.0.1:56987_csq%2Fhc C1469_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:56987_csq%2Fhc, base_url=http://127.0.0.1:56987/csq/hc}
[junit4:junit4]   2> 1205652 T3953 C1469 P56987 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 1205652 T3951 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1205653 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 1205653 T3953 C1469 P56987 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 1205653 T3953 C1469 P56987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1205653 T3859 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1205654 T3859 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1205655 T3859 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1205656 T3953 C1469 P56987 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1205660 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1205660 T3911 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 1205661 T3859 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 1205661 T3859 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 1205662 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C1470 name=collection1 org.apache.solr.core.SolrCore@291ecc url=http://127.0.0.1:40650/csq/hc/collection1 node=127.0.0.1:40650_csq%2Fhc C1470_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:40650_csq%2Fhc, base_url=http://127.0.0.1:40650/csq/hc}
[junit4:junit4]   2> 1205984 T3936 C1470 P40650 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:42912/csq/hc/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1205984 T3936 C1470 P40650 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40650/csq/hc START replicas=[http://127.0.0.1:42912/csq/hc/collection1/] nUpdates=100
[junit4:junit4]   2> 1205985 T3936 C1470 P40650 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1205985 T3936 C1470 P40650 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1205986 T3936 C1470 P40650 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1205986 T3936 C1470 P40650 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1205986 T3936 C1470 P40650 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1205986 T3936 C1470 P40650 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:42912/csq/hc/collection1/. core=collection1
[junit4:junit4]   2> 1205987 T3936 C1470 P40650 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C1471 name=collection1 org.apache.solr.core.SolrCore@1a56752 url=http://127.0.0.1:42912/csq/hc/collection1 node=127.0.0.1:42912_csq%2Fhc C1471_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:42912_csq%2Fhc, base_url=http://127.0.0.1:42912/csq/hc, leader=true}
[junit4:junit4]   2> 1205990 T3895 C1471 P42912 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1205991 T3897 C1471 P42912 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1205993 T3897 C1471 P42912 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362305tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@eda122),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1205993 T3897 C1471 P42912 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1205994 T3897 C1471 P42912 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362305tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@eda122),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362305tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@eda122),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1205994 T3897 C1471 P42912 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1205995 T3897 C1471 P42912 oass.SolrIndexSearcher.<init> Opening Searcher@565b20 realtime
[junit4:junit4]   2> 1205995 T3897 C1471 P42912 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1205996 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 1205996 T3936 C1470 P40650 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1205997 T3936 C1470 P40650 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1205998 T3896 C1471 P42912 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1205999 T3896 C1471 P42912 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1205999 T3936 C1470 P40650 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1205999 T3936 C1470 P40650 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1206000 T3936 C1470 P40650 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1206001 T3895 C1471 P42912 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1206002 T3936 C1470 P40650 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1206002 T3936 C1470 P40650 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index.20130531181159663
[junit4:junit4]   2> 1206003 T3936 C1470 P40650 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@2dbdcd lockFactory=org.apache.lucene.store.NativeFSLockFactory@a560ce) fullCopy=false
[junit4:junit4]   2> 1206005 T3897 C1471 P42912 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1206006 T3936 C1470 P40650 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1206007 T3936 C1470 P40650 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1206007 T3936 C1470 P40650 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1206008 T3936 C1470 P40650 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362307tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@b3f444),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362307tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@b3f444),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1206008 T3936 C1470 P40650 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1206009 T3936 C1470 P40650 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1206009 T3936 C1470 P40650 oass.SolrIndexSearcher.<init> Opening Searcher@484d5d main
[junit4:junit4]   2> 1206010 T3935 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@484d5d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1206011 T3936 C1470 P40650 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index.20130531181159663 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index.20130531181159663;done=true>>]
[junit4:junit4]   2> 1206011 T3936 C1470 P40650 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index.20130531181159663
[junit4:junit4]   2> 1206012 T3936 C1470 P40650 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty3/index.20130531181159663
[junit4:junit4]   2> 1206012 T3936 C1470 P40650 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1206012 T3936 C1470 P40650 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1206012 T3936 C1470 P40650 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1206012 T3936 C1470 P40650 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1206013 T3936 C1470 P40650 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1206664 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1206791 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1206792 T3882 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:56987_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56987/csq/hc"}
[junit4:junit4]   2> 1206795 T3882 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:40650_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40650/csq/hc"}
[junit4:junit4]   2> 1206797 T3933 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> 1206798 T3881 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> 1206798 T3888 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> 1206798 T3950 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> 1206798 T3917 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> 1206798 T3901 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> 1207661 T3911 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 1207662 T3911 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:56987_csq%252Fhc&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   2> 1207665 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1208666 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C1469_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:56987_csq%2Fhc, base_url=http://127.0.0.1:56987/csq/hc}
[junit4:junit4]   2> 1209663 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48816/csq/hc/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 1209663 T3953 C1469 P56987 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:56987/csq/hc START replicas=[http://127.0.0.1:48816/csq/hc/collection1/] nUpdates=100
[junit4:junit4]   2> 1209664 T3953 C1469 P56987 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 1209664 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 1209664 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 1209664 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 1209664 T3953 C1469 P56987 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 1209665 T3953 C1469 P56987 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48816/csq/hc/collection1/. core=collection1
[junit4:junit4]   2> 1209665 T3953 C1469 P56987 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1209668 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C1472 name=collection1 org.apache.solr.core.SolrCore@1c1049b url=http://127.0.0.1:48816/csq/hc/collection1 node=127.0.0.1:48816_csq%2Fhc C1472_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:48816_csq%2Fhc, base_url=http://127.0.0.1:48816/csq/hc, leader=true}
[junit4:junit4]   2> 1209672 T3911 C1472 P48816 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1209677 T3912 C1472 P48816 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1209679 T3912 C1472 P48816 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362306tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc0cbf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1209680 T3912 C1472 P48816 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1209681 T3912 C1472 P48816 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362306tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc0cbf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362306tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc0cbf),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1209682 T3912 C1472 P48816 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1209682 T3912 C1472 P48816 oass.SolrIndexSearcher.<init> Opening Searcher@1fd9dcd realtime
[junit4:junit4]   2> 1209683 T3912 C1472 P48816 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1209683 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 1209684 T3953 C1469 P56987 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1209684 T3953 C1469 P56987 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 1209685 T3910 C1472 P48816 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 1209686 T3910 C1472 P48816 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1209686 T3953 C1469 P56987 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 1209687 T3953 C1469 P56987 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 1209687 T3953 C1469 P56987 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 1209689 T3911 C1472 P48816 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 1209689 T3953 C1469 P56987 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 1209690 T3953 C1469 P56987 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index.20130531181203350
[junit4:junit4]   2> 1209690 T3953 C1469 P56987 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@f1d329 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ede378) fullCopy=false
[junit4:junit4]   2> 1209692 T3912 C1472 P48816 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 1209693 T3953 C1469 P56987 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 1209694 T3953 C1469 P56987 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1209694 T3953 C1469 P56987 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1209696 T3953 C1469 P56987 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362308tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dd6c24),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362308tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dd6c24),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1209696 T3953 C1469 P56987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1209696 T3953 C1469 P56987 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1209696 T3953 C1469 P56987 oass.SolrIndexSearcher.<init> Opening Searcher@ad95ed main
[junit4:junit4]   2> 1209697 T3952 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ad95ed main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1209698 T3953 C1469 P56987 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index.20130531181203350 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index.20130531181203350;done=true>>]
[junit4:junit4]   2> 1209698 T3953 C1469 P56987 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index.20130531181203350
[junit4:junit4]   2> 1209698 T3953 C1469 P56987 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index.20130531181203350
[junit4:junit4]   2> 1209699 T3953 C1469 P56987 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 1209699 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 1209699 T3953 C1469 P56987 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1209699 T3953 C1469 P56987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1209701 T3953 C1469 P56987 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 1209804 T3882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1209805 T3882 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:56987_csq%2Fhc",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56987/csq/hc"}
[junit4:junit4]   2> 1209808 T3888 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> 1209808 T3881 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> 1209808 T3950 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> 1209808 T3917 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> 1209808 T3933 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> 1209808 T3901 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> 1210669 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1210670 T3859 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C1473 name=collection1 org.apache.solr.core.SolrCore@c474d1 url=http://127.0.0.1:46725/csq/hc/collection1 node=127.0.0.1:46725_csq%2Fhc C1473_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:46725_csq%2Fhc, base_url=http://127.0.0.1:46725/csq/hc, leader=true}
[junit4:junit4]   2> 1210678 T3877 C1473 P46725 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1210681 T3877 C1473 P46725 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362304tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e59b49),segFN=segments_1,generation=1}
[junit4:junit4]   2> 1210681 T3877 C1473 P46725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 1210683 T3877 C1473 P46725 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362304tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e59b49),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362304tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e59b49),segFN=segments_2,generation=2}
[junit4:junit4]   2> 1210684 T3877 C1473 P46725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 1210684 T3877 C1473 P46725 oass.SolrIndexSearcher.<init> Opening Searcher@e06da3 main
[junit4:junit4]   2> 1210685 T3877 C1473 P46725 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1210686 T3885 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e06da3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1210686 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 1210689 T3912 C1472 P48816 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1210690 T3912 C1472 P48816 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362306tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc0cbf),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362306tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc0cbf),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1210691 T3912 C1472 P48816 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1210691 T3912 C1472 P48816 oass.SolrIndexSearcher.<init> Opening Searcher@de3bb0 main
[junit4:junit4]   2> 1210692 T3912 C1472 P48816 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1210692 T3919 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@de3bb0 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1210693 T3912 C1472 P48816 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:42912/csq/hc/collection1/, StdNode: http://127.0.0.1:40650/csq/hc/collection1/, StdNode: http://127.0.0.1:56987/csq/hc/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 1210695 T3896 C1471 P42912 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1210696 T3896 C1471 P42912 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362305tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@eda122),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362305tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@eda122),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1210696 T3896 C1471 P42912 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1210697 T3896 C1471 P42912 oass.SolrIndexSearcher.<init> Opening Searcher@461148 main
[junit4:junit4]   2> 1210697 T3896 C1471 P42912 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1210700 T3903 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@461148 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1210701 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc 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>  C1470_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:40650_csq%2Fhc, base_url=http://127.0.0.1:40650/csq/hc}
[junit4:junit4]   2> 1210704 T3929 C1470 P40650 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C1469_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56987_csq%2Fhc, base_url=http://127.0.0.1:56987/csq/hc}
[junit4:junit4]   2> 1210704 T3946 C1469 P56987 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1210705 T3929 C1470 P40650 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362307tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@b3f444),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362307tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@b3f444),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1210706 T3929 C1470 P40650 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1210706 T3946 C1469 P56987 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362308tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dd6c24),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6229362308tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dd6c24),segFN=segments_3,generation=3}
[junit4:junit4]   2> 1210707 T3946 C1469 P56987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 1210706 T3929 C1470 P40650 oass.SolrIndexSearcher.<init> Opening Searcher@26d53e main
[junit4:junit4]   2> 1210707 T3946 C1469 P56987 oass.SolrIndexSearcher.<init> Opening Searcher@1a9b654 main
[junit4:junit4]   2> 1210707 T3929 C1470 P40650 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1210708 T3946 C1469 P56987 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1210708 T3935 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26d53e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1210709 T3952 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a9b654 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 1210709 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc 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> 1210709 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc 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> 1210710 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   2> 1210711 T3859 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1210713 T3897 C1471 P42912 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1210714 T3926 C1470 P40650 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1210715 T3910 C1472 P48816 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1210716 T3945 C1469 P56987 oasc.SolrCore.execute [collection1] webapp=/csq/hc path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1212719 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1436570433754234880)} 0 0
[junit4:junit4]   2> 1212724 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={update.distrib=FROMLEADER&_version_=-1436570433757380608&update.from=http://127.0.0.1:48816/csq/hc/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1436570433757380608)} 0 0
[junit4:junit4]   2> 1212727 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={update.distrib=FROMLEADER&_version_=-1436570433759477760&update.from=http://127.0.0.1:42912/csq/hc/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1436570433759477760)} 0 1
[junit4:junit4]   2> 1212727 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1436570433759477760)} 0 3
[junit4:junit4]   2> 1212728 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1436570433757380608)} 0 6
[junit4:junit4]   2> 1212731 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[0 (1436570433765769216)]} 0 1
[junit4:junit4]   2> 1212735 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1436570433767866368)]} 0 0
[junit4:junit4]   2> 1212736 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[0 (1436570433767866368)]} 0 4
[junit4:junit4]   2> 1212738 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[1 (1436570433774157824)]} 0 0
[junit4:junit4]   2> 1212743 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1436570433778352128)]} 0 0
[junit4:junit4]   2> 1212744 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1436570433778352128)]} 0 2
[junit4:junit4]   2> 1212745 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[1]} 0 5
[junit4:junit4]   2> 1212747 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[2 (1436570433783595008)]} 0 0
[junit4:junit4]   2> 1212752 T3944 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1436570433786740736)]} 0 0
[junit4:junit4]   2> 1212753 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1436570433786740736)]} 0 3
[junit4:junit4]   2> 1212753 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[2]} 0 4
[junit4:junit4]   2> 1212756 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[3 (1436570433793032192)]} 0 1
[junit4:junit4]   2> 1212760 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1436570433795129344)]} 0 1
[junit4:junit4]   2> 1212760 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[3 (1436570433795129344)]} 0 2
[junit4:junit4]   2> 1212762 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[4 (1436570433799323648)]} 0 0
[junit4:junit4]   2> 1212767 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1436570433803517952)]} 0 0
[junit4:junit4]   2> 1212768 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1436570433803517952)]} 0 2
[junit4:junit4]   2> 1212769 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[4]} 0 5
[junit4:junit4]   2> 1212770 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[5 (1436570433807712256)]} 0 0
[junit4:junit4]   2> 1212776 T3943 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1436570433811906560)]} 0 1
[junit4:junit4]   2> 1212776 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1436570433811906560)]} 0 2
[junit4:junit4]   2> 1212777 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[5]} 0 5
[junit4:junit4]   2> 1212779 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[6 (1436570433817149440)]} 0 0
[junit4:junit4]   2> 1212784 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1436570433820295168)]} 0 0
[junit4:junit4]   2> 1212785 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1436570433820295168)]} 0 3
[junit4:junit4]   2> 1212786 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[6]} 0 5
[junit4:junit4]   2> 1212788 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[7 (1436570433826586624)]} 0 0
[junit4:junit4]   2> 1212792 T3944 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1436570433828683776)]} 0 0
[junit4:junit4]   2> 1212792 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[7 (1436570433828683776)]} 0 2
[junit4:junit4]   2> 1212795 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[8 (1436570433832878080)]} 0 1
[junit4:junit4]   2> 1212800 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1436570433837072384)]} 0 0
[junit4:junit4]   2> 1212800 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1436570433837072384)]} 0 2
[junit4:junit4]   2> 1212801 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[8]} 0 4
[junit4:junit4]   2> 1212803 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[9 (1436570433842315264)]} 0 0
[junit4:junit4]   2> 1212807 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1436570433844412416)]} 0 0
[junit4:junit4]   2> 1212807 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[9 (1436570433844412416)]} 0 2
[junit4:junit4]   2> 1212809 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[10 (1436570433848606720)]} 0 0
[junit4:junit4]   2> 1212814 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1436570433852801024)]} 0 0
[junit4:junit4]   2> 1212815 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1436570433852801024)]} 0 2
[junit4:junit4]   2> 1212815 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[10]} 0 4
[junit4:junit4]   2> 1212817 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[11 (1436570433856995328)]} 0 0
[junit4:junit4]   2> 1212821 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1436570433859092480)]} 0 0
[junit4:junit4]   2> 1212821 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[11 (1436570433859092480)]} 0 2
[junit4:junit4]   2> 1212823 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[12 (1436570433863286784)]} 0 0
[junit4:junit4]   2> 1212827 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1436570433865383936)]} 0 0
[junit4:junit4]   2> 1212828 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[12 (1436570433865383936)]} 0 3
[junit4:junit4]   2> 1212830 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[13 (1436570433870626816)]} 0 0
[junit4:junit4]   2> 1212834 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1436570433872723968)]} 0 1
[junit4:junit4]   2> 1212834 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[13 (1436570433872723968)]} 0 2
[junit4:junit4]   2> 1212836 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[14 (1436570433876918272)]} 0 0
[junit4:junit4]   2> 1212841 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1436570433880064000)]} 0 0
[junit4:junit4]   2> 1212842 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[14 (1436570433880064000)]} 0 3
[junit4:junit4]   2> 1212842 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[14]} 0 4
[junit4:junit4]   2> 1212844 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[15 (1436570433885306880)]} 0 0
[junit4:junit4]   2> 1212849 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1436570433889501184)]} 0 0
[junit4:junit4]   2> 1212850 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1436570433889501184)]} 0 2
[junit4:junit4]   2> 1212851 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[15]} 0 5
[junit4:junit4]   2> 1212853 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[16 (1436570433893695488)]} 0 1
[junit4:junit4]   2> 1212858 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1436570433897889792)]} 0 1
[junit4:junit4]   2> 1212858 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[16 (1436570433897889792)]} 0 2
[junit4:junit4]   2> 1212859 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[16]} 0 5
[junit4:junit4]   2> 1212861 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[17 (1436570433903132672)]} 0 0
[junit4:junit4]   2> 1212865 T3943 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1436570433905229824)]} 0 1
[junit4:junit4]   2> 1212865 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[17 (1436570433905229824)]} 0 2
[junit4:junit4]   2> 1212867 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[18 (1436570433909424128)]} 0 0
[junit4:junit4]   2> 1212872 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1436570433913618432)]} 0 0
[junit4:junit4]   2> 1212873 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[18 (1436570433913618432)]} 0 3
[junit4:junit4]   2> 1212873 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[18]} 0 4
[junit4:junit4]   2> 1212876 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[19 (1436570433917812736)]} 0 1
[junit4:junit4]   2> 1212881 T3944 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1436570433922007040)]} 0 0
[junit4:junit4]   2> 1212881 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[19 (1436570433922007040)]} 0 2
[junit4:junit4]   2> 1212882 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[19]} 0 4
[junit4:junit4]   2> 1212884 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[20 (1436570433926201344)]} 0 1
[junit4:junit4]   2> 1212889 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1436570433930395648)]} 0 0
[junit4:junit4]   2> 1212889 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[20 (1436570433930395648)]} 0 2
[junit4:junit4]   2> 1212890 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[20]} 0 4
[junit4:junit4]   2> 1212892 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[21 (1436570433935638528)]} 0 0
[junit4:junit4]   2> 1212897 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1436570433939832832)]} 0 0
[junit4:junit4]   2> 1212898 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1436570433939832832)]} 0 2
[junit4:junit4]   2> 1212898 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[21]} 0 4
[junit4:junit4]   2> 1212901 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[22 (1436570433945075712)]} 0 1
[junit4:junit4]   2> 1212904 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1436570433947172864)]} 0 0
[junit4:junit4]   2> 1212905 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[22 (1436570433947172864)]} 0 2
[junit4:junit4]   2> 1212907 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[23 (1436570433951367168)]} 0 0
[junit4:junit4]   2> 1212911 T3943 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1436570433953464320)]} 0 0
[junit4:junit4]   2> 1212912 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[23 (1436570433953464320)]} 0 3
[junit4:junit4]   2> 1212914 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[24 (1436570433958707200)]} 0 0
[junit4:junit4]   2> 1212919 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1436570433961852928)]} 0 1
[junit4:junit4]   2> 1212919 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[24 (1436570433961852928)]} 0 2
[junit4:junit4]   2> 1212919 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[24]} 0 3
[junit4:junit4]   2> 1212921 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[25 (1436570433966047232)]} 0 0
[junit4:junit4]   2> 1212926 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1436570433969192960)]} 0 0
[junit4:junit4]   2> 1212927 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1436570433969192960)]} 0 3
[junit4:junit4]   2> 1212927 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[25]} 0 4
[junit4:junit4]   2> 1212930 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[26 (1436570433974435840)]} 0 1
[junit4:junit4]   2> 1212933 T3944 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1436570433977581568)]} 0 0
[junit4:junit4]   2> 1212934 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[26 (1436570433977581568)]} 0 2
[junit4:junit4]   2> 1212936 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[27 (1436570433981775872)]} 0 0
[junit4:junit4]   2> 1212940 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1436570433983873024)]} 0 0
[junit4:junit4]   2> 1212940 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[27 (1436570433983873024)]} 0 2
[junit4:junit4]   2> 1212942 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[28 (1436570433988067328)]} 0 0
[junit4:junit4]   2> 1212946 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1436570433990164480)]} 0 0
[junit4:junit4]   2> 1212947 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[28 (1436570433990164480)]} 0 3
[junit4:junit4]   2> 1212949 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[29 (1436570433995407360)]} 0 0
[junit4:junit4]   2> 1212952 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1436570433997504512)]} 0 0
[junit4:junit4]   2> 1212953 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[29 (1436570433997504512)]} 0 2
[junit4:junit4]   2> 1212955 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[30 (1436570434001698816)]} 0 0
[junit4:junit4]   2> 1212960 T3943 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1436570434005893120)]} 0 0
[junit4:junit4]   2> 1212961 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[30 (1436570434005893120)]} 0 2
[junit4:junit4]   2> 1212962 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[30]} 0 5
[junit4:junit4]   2> 1212964 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[31 (1436570434011136000)]} 0 0
[junit4:junit4]   2> 1212969 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1436570434014281728)]} 0 1
[junit4:junit4]   2> 1212969 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1436570434014281728)]} 0 2
[junit4:junit4]   2> 1212970 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[31]} 0 5
[junit4:junit4]   2> 1212972 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[32 (1436570434019524608)]} 0 0
[junit4:junit4]   2> 1212977 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1436570434022670336)]} 0 0
[junit4:junit4]   2> 1212978 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[32 (1436570434022670336)]} 0 3
[junit4:junit4]   2> 1212978 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[32]} 0 4
[junit4:junit4]   2> 1212980 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[33 (1436570434027913216)]} 0 0
[junit4:junit4]   2> 1212985 T3944 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1436570434031058944)]} 0 0
[junit4:junit4]   2> 1212986 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[33 (1436570434031058944)]} 0 3
[junit4:junit4]   2> 1212986 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[33]} 0 4
[junit4:junit4]   2> 1212988 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[34 (1436570434036301824)]} 0 0
[junit4:junit4]   2> 1212993 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1436570434040496128)]} 0 0
[junit4:junit4]   2> 1212994 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[34 (1436570434040496128)]} 0 2
[junit4:junit4]   2> 1212995 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[34]} 0 5
[junit4:junit4]   2> 1212997 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[35 (1436570434045739008)]} 0 0
[junit4:junit4]   2> 1213002 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1436570434048884736)]} 0 0
[junit4:junit4]   2> 1213003 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1436570434048884736)]} 0 3
[junit4:junit4]   2> 1213003 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[35]} 0 4
[junit4:junit4]   2> 1213005 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[36 (1436570434054127616)]} 0 0
[junit4:junit4]   2> 1213010 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1436570434058321920)]} 0 0
[junit4:junit4]   2> 1213011 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[36 (1436570434058321920)]} 0 2
[junit4:junit4]   2> 1213012 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[36]} 0 5
[junit4:junit4]   2> 1213014 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[37 (1436570434062516224)]} 0 1
[junit4:junit4]   2> 1213017 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1436570434064613376)]} 0 0
[junit4:junit4]   2> 1213018 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[37 (1436570434064613376)]} 0 3
[junit4:junit4]   2> 1213020 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[38 (1436570434069856256)]} 0 0
[junit4:junit4]   2> 1213025 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1436570434073001984)]} 0 0
[junit4:junit4]   2> 1213026 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[38 (1436570434073001984)]} 0 3
[junit4:junit4]   2> 1213026 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[38]} 0 4
[junit4:junit4]   2> 1213028 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[39 (1436570434078244864)]} 0 0
[junit4:junit4]   2> 1213034 T3943 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1436570434082439168)]} 0 1
[junit4:junit4]   2> 1213034 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[39 (1436570434082439168)]} 0 2
[junit4:junit4]   2> 1213035 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[39]} 0 5
[junit4:junit4]   2> 1213037 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[40 (1436570434087682048)]} 0 0
[junit4:junit4]   2> 1213042 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1436570434091876352)]} 0 0
[junit4:junit4]   2> 1213043 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[40 (1436570434091876352)]} 0 2
[junit4:junit4]   2> 1213043 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[40]} 0 4
[junit4:junit4]   2> 1213045 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[41 (1436570434096070656)]} 0 0
[junit4:junit4]   2> 1213049 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1436570434098167808)]} 0 0
[junit4:junit4]   2> 1213049 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[41 (1436570434098167808)]} 0 2
[junit4:junit4]   2> 1213051 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[42 (1436570434102362112)]} 0 0
[junit4:junit4]   2> 1213055 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1436570434104459264)]} 0 0
[junit4:junit4]   2> 1213056 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[42 (1436570434104459264)]} 0 3
[junit4:junit4]   2> 1213058 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[43 (1436570434109702144)]} 0 1
[junit4:junit4]   2> 1213063 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1436570434112847872)]} 0 0
[junit4:junit4]   2> 1213064 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[43 (1436570434112847872)]} 0 3
[junit4:junit4]   2> 1213064 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[43]} 0 4
[junit4:junit4]   2> 1213066 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[44 (1436570434118090752)]} 0 0
[junit4:junit4]   2> 1213070 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1436570434120187904)]} 0 0
[junit4:junit4]   2> 1213071 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[44 (1436570434120187904)]} 0 3
[junit4:junit4]   2> 1213073 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[45 (1436570434125430784)]} 0 1
[junit4:junit4]   2> 1213078 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1436570434128576512)]} 0 0
[junit4:junit4]   2> 1213079 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[45 (1436570434128576512)]} 0 3
[junit4:junit4]   2> 1213079 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[45]} 0 4
[junit4:junit4]   2> 1213081 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[46 (1436570434133819392)]} 0 0
[junit4:junit4]   2> 1213085 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1436570434135916544)]} 0 0
[junit4:junit4]   2> 1213085 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[46 (1436570434135916544)]} 0 2
[junit4:junit4]   2> 1213088 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[47 (1436570434140110848)]} 0 1
[junit4:junit4]   2> 1213093 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1436570434144305152)]} 0 1
[junit4:junit4]   2> 1213093 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[47 (1436570434144305152)]} 0 2
[junit4:junit4]   2> 1213094 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[47]} 0 5
[junit4:junit4]   2> 1213096 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[48 (1436570434149548032)]} 0 0
[junit4:junit4]   2> 1213100 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1436570434151645184)]} 0 1
[junit4:junit4]   2> 1213100 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[48 (1436570434151645184)]} 0 2
[junit4:junit4]   2> 1213103 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[49 (1436570434155839488)]} 0 1
[junit4:junit4]   2> 1213106 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1436570434158985216)]} 0 0
[junit4:junit4]   2> 1213107 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[49 (1436570434158985216)]} 0 3
[junit4:junit4]   2> 1213109 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[50 (1436570434163179520)]} 0 0
[junit4:junit4]   2> 1213113 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1436570434165276672)]} 0 1
[junit4:junit4]   2> 1213113 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[50 (1436570434165276672)]} 0 2
[junit4:junit4]   2> 1213115 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[51 (1436570434169470976)]} 0 0
[junit4:junit4]   2> 1213126 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1436570434178908160)]} 0 0
[junit4:junit4]   2> 1213127 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[51 (1436570434178908160)]} 0 3
[junit4:junit4]   2> 1213128 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[51]} 0 5
[junit4:junit4]   2> 1213130 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[52 (1436570434185199616)]} 0 1
[junit4:junit4]   2> 1213133 T3926 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1436570434187296768)]} 0 0
[junit4:junit4]   2> 1213134 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[52 (1436570434187296768)]} 0 2
[junit4:junit4]   2> 1213136 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[53 (1436570434191491072)]} 0 0
[junit4:junit4]   2> 1213141 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1436570434194636800)]} 0 0
[junit4:junit4]   2> 1213142 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[53 (1436570434194636800)]} 0 3
[junit4:junit4]   2> 1213142 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[53]} 0 4
[junit4:junit4]   2> 1213144 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[54 (1436570434199879680)]} 0 0
[junit4:junit4]   2> 1213148 T3927 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1436570434201976832)]} 0 0
[junit4:junit4]   2> 1213149 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[54 (1436570434201976832)]} 0 3
[junit4:junit4]   2> 1213151 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[55 (1436570434207219712)]} 0 1
[junit4:junit4]   2> 1213154 T3929 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1436570434209316864)]} 0 0
[junit4:junit4]   2> 1213155 T3896 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[55 (1436570434209316864)]} 0 2
[junit4:junit4]   2> 1213157 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[56 (1436570434213511168)]} 0 0
[junit4:junit4]   2> 1213161 T3945 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1436570434215608320)]} 0 1
[junit4:junit4]   2> 1213161 T3910 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[56 (1436570434215608320)]} 0 2
[junit4:junit4]   2> 1213163 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[57 (1436570434219802624)]} 0 0
[junit4:junit4]   2> 1213169 T3944 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1436570434223996928)]} 0 0
[junit4:junit4]   2> 1213169 T3912 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[57 (1436570434223996928)]} 0 2
[junit4:junit4]   2> 1213170 T3897 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[57]} 0 5
[junit4:junit4]   2> 1213172 T3876 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[58 (1436570434229239808)]} 0 0
[junit4:junit4]   2> 1213176 T3943 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1436570434231336960)]} 0 0
[junit4:junit4]   2> 1213176 T3911 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[58 (1436570434231336960)]} 0 2
[junit4:junit4]   2> 1213178 T3874 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[59 (1436570434235531264)]} 0 0
[junit4:junit4]   2> 1213182 T3928 C1470 P40650 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1436570434237628416)]} 0 0
[junit4:junit4]   2> 1213182 T3895 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[59 (1436570434237628416)]} 0 2
[junit4:junit4]   2> 1213184 T3877 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[60 (1436570434241822720)]} 0 0
[junit4:junit4]   2> 1213189 T3946 C1469 P56987 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:48816/csq/hc/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1436570434246017024)]} 0 0
[junit4:junit4]   2> 1213190 T3913 C1472 P48816 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={distrib.from=http://127.0.0.1:42912/csq/hc/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[60 (1436570434246017024)]} 0 2
[junit4:junit4]   2> 1213191 T3894 C1471 P42912 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update params={wt=javabin&version=2} {add=[60]} 0 5
[junit4:junit4]   2> 1213193 T3875 C1473 P46725 oasup.LogUpdateProcessor.finish [collection1] webapp=/csq/hc path=/update param

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

e=false>>]
[junit4:junit4]   2> 1340376 T3859 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364/jetty4/index
[junit4:junit4]   2> 1340377 T3993 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89785650404851724-127.0.0.1:56987_csq%2Fhc-n_0000000004) am no longer a leader.
[junit4:junit4]   2> 1340398 T3859 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/csq/hc,null}
[junit4:junit4]   2> 1340458 T3859 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 1340459 T3859 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42235 42235
[junit4:junit4]   2> 1340503 T3859 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 46725
[junit4:junit4]   2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370020300364 FAILED !!!!!
[junit4:junit4]   2> 1340504 T3859 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 1340504 T3859 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42235 42235
[junit4:junit4]   2> 1340533 T3933 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1340534 T3933 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> 1340534 T3933 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=57612632233FE039 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=GB -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR    154s J1 | ChaosMonkeyShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:42912/csq/hc/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([57612632233FE039:D687A82A54608005]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
[junit4:junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:42912 refused
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]    > Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]    > 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
[junit4:junit4]    > 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
[junit4:junit4]    > 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
[junit4:junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
[junit4:junit4]    > 	at java.net.Socket.connect(Socket.java:529)
[junit4:junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]    > 	... 53 more
[junit4:junit4]   2> 1341059 T3859 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 154364 T3858 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 1341678 T3950 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1341678 T3950 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> 1341678 T3950 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=MockFixedIntBlock(blockSize=1765)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_ZA, timezone=GB
[junit4:junit4]   2> NOTE: Linux 3.2.0-44-generic i386/Sun Microsystems Inc. 1.6.0_45 (32-bit)/cpus=8,threads=4,free=182773848,total=286195712
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSolrXMLSerializer, TermVectorComponentDistributedTest, TestAtomicUpdateErrorCases, ZkNodePropsTest, IndexReaderFactoryTest, ShardRoutingCustomTest, TestHashPartitioner, SignatureUpdateProcessorFactoryTest, DateMathParserTest, ConvertedLegacyTest, HighlighterConfigTest, TestReload, DefaultValueUpdateProcessorTest, TestElisionMultitermQuery, CollectionsAPIDistributedZkTest, TestSolrXml, URLClassifyProcessorTest, TestRecovery, PingRequestHandlerTest, SpellCheckCollatorTest, TestIndexingPerformance, XsltUpdateRequestHandlerTest, TestSolrJ, TestComponentsName, TestBinaryField, TestDynamicFieldCollectionResource, SimplePostToolTest, TestAddFieldRealTimeGet, DOMUtilTest, TestRTGBase, DirectUpdateHandlerTest, TestPostingsSolrHighlighter, TestLMJelinekMercerSimilarityFactory, TestStressReorder, TestJmxMonitoredMap, TestQuerySenderNoQuery, NumericFieldsTest, TestSchemaSimilarityResource, TestSolr4Spatial, XmlUpdateRequestHandlerTest, TestIndexSearcher, TestDistributedSearch, TestUniqueKeyFieldResource, SuggesterTSTTest, TestFoldingMultitermQuery, TestShardHandlerFactory, CoreContainerCoreInitFailuresTest, StandardRequestHandlerTest, NoCacheHeaderTest, TestSolrQueryParserResource, TimeZoneUtilsTest, FieldAnalysisRequestHandlerTest, TestDefaultSearchFieldResource, TestDFRSimilarityFactory, RequestHandlersTest, TestJmxIntegration, ChaosMonkeySafeLeaderTest, FullSolrCloudDistribCmdsTest, TestOmitPositions, TestZkChroot, TestCSVResponseWriter, OutputWriterTest, TestQueryTypes, TestFastOutputStream, TestRangeQuery, HardAutoCommitTest, JSONWriterTest, TestUpdate, UpdateParamsTest, SolrCmdDistributorTest, SolrTestCaseJ4Test, TestAnalyzedSuggestions, DistanceFunctionTest, BasicDistributedZkTest, BasicDistributedZk2Test, LeaderElectionIntegrationTest, TestReplicationHandler, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, TestFaceting, TestJoin, SpellCheckComponentTest, BadIndexSchemaTest, TestFiltering, TestCoreDiscovery, CoreAdminHandlerTest, TestStressLucene, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, DebugComponentTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FastVectorHighlighterTest, LoggingHandlerTest, TestCollationField, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, TestLFUCache, AlternateDirectoryTest, ResponseLogComponentTest, TestStressRecovery, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed on J1 in 155.15s, 1 test, 1 error <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:386: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:366: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 296 suites, 1235 tests, 1 error, 13 ignored (7 assumptions)

Total time: 42 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.6.0_45 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure