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/08/24 06:03:34 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b102) - Build # 7056 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/7056/
Java: 64bit/jdk1.8.0-ea-b102 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.SolrExampleXMLTest.testUnicode

Error Message:
IOException occured when talking to server at: https://127.0.0.1:54243/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54243/solr/collection1
	at __randomizedtesting.SeedInfo.seed([53FBA7ADD655F878:4A3713A774EF298F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:436)
	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.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.client.solrj.SolrExampleTests.testUnicode(SolrExampleTests.java:375)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	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:724)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	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)
	... 45 more




Build Log:
[...truncated 11031 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrExampleXMLTest
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> 3669 T13 oas.SolrJettyTestBase.beforeSolrJettyTestBase Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 3678 T13 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleXMLTest-1377316763878
   [junit4]   2> 3680 T13 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 3934 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4293 T13 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 4331 T13 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54243
   [junit4]   2> 4367 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 4404 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4405 T13 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
   [junit4]   2> 4406 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/'
   [junit4]   2> 4662 T13 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/solr.xml
   [junit4]   2> 4855 T13 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 4866 T13 oasc.CoreContainer.<init> New CoreContainer 1957448552
   [junit4]   2> 4867 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/]
   [junit4]   2> 4901 T13 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4902 T13 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 4903 T13 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4904 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4904 T13 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4905 T13 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4905 T13 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4905 T13 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4906 T13 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4921 T13 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 5080 T13 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
   [junit4]   2> 5121 T13 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/
   [junit4]   2> 5126 T13 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5129 T25 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1
   [junit4]   2> 5130 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/'
   [junit4]   2> 5263 T25 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 5265 T25 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 5265 T25 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 5266 T25 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 5266 T25 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 5266 T25 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 5267 T25 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 5267 T25 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 5268 T25 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 5336 T25 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 5347 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 5517 T25 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5531 T25 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5644 T25 oass.IndexSchema.readSchema [null] Schema name=example
   [junit4]   2> 6457 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6621 T25 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6643 T25 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6851 T25 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6867 T25 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/
   [junit4]   2> 6870 T25 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 6880 T25 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 6880 T25 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 6910 T25 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878
   [junit4]   2> 6911 T25 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/index/
   [junit4]   2> 6911 T25 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/index' doesn't exist. Creating new index...
   [junit4]   2> 6922 T25 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/index
   [junit4]   2> 6960 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1a8a1278
   [junit4]   2> 6962 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 6962 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: 0 msec to checkpoint
   [junit4]   2> 6963 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: init: create=true
   [junit4]   2> 6963 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: 
   [junit4]   2> 	dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247)
   [junit4]   2> 	index=
   [junit4]   2> 	version=4.5-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_45
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	readerTermsIndexDivisor=1
   [junit4]   2> 	termIndexInterval=32
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=CREATE
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene45
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@6b580bca
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 6964 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: now flush at close waitForMerges=true
   [junit4]   2> 6964 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 6965 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]:   index before flush 
   [junit4]   2> 6965 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: coreLoadExecutor-3-thread-1 startFullFlush
   [junit4]   2> 6966 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 6966 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: coreLoadExecutor-3-thread-1 finishFullFlush success=true
   [junit4]   2> 6967 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: apply all deletes during flush
   [junit4]   2> 6968 T25 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-3-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@3ddd7c49 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 6968 T25 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-3-thread-1]: now merge
   [junit4]   2> 6969 T25 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-3-thread-1]:   index: 
   [junit4]   2> 6969 T25 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-3-thread-1]:   no more merges pending; now return
   [junit4]   2> 6969 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: waitForMerges
   [junit4]   2> 6970 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: waitForMerges done
   [junit4]   2> 6970 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: now call final commit()
   [junit4]   2> 6971 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: commit: start
   [junit4]   2> 6971 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: commit: enter lock
   [junit4]   2> 6971 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: commit: now prepare
   [junit4]   2> 6972 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: prepareCommit: flush
   [junit4]   2> 6972 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]:   index before flush 
   [junit4]   2> 6972 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: coreLoadExecutor-3-thread-1 startFullFlush
   [junit4]   2> 6973 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 6973 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: apply all deletes during flush
   [junit4]   2> 6974 T25 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-3-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@3ddd7c49 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 6974 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: coreLoadExecutor-3-thread-1 finishFullFlush success=true
   [junit4]   2> 6975 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: startCommit(): start
   [junit4]   2> 6975 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 6980 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: done all syncs: []
   [junit4]   2> 6980 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: commit: pendingCommit != null
   [junit4]   2> 6981 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 6982 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 6987 T25 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_1,generation=1}
   [junit4]   2> 6988 T25 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6989 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: 7 msec to checkpoint
   [junit4]   2> 6989 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: commit: done
   [junit4]   2> 6990 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: at close: 
   [junit4]   2> 7002 T25 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 7002 T25 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 7004 T25 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 7016 T25 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 7017 T25 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 7366 T25 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7400 T25 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 7408 T25 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 7415 T25 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7416 T25 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 7426 T25 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7433 T25 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.JsonUpdateRequestHandler
   [junit4]   2> 7440 T25 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.CSVRequestHandler
   [junit4]   2> 7441 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 7443 T25 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 7445 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 7446 T25 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 7446 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 7447 T25 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 7476 T25 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 7481 T25 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 7486 T25 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 7501 T25 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7502 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 7502 T25 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 7502 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 7503 T25 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 7503 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.js.JavaScriptRequestHandler
   [junit4]   2> 7504 T25 oasc.RequestHandlers.initHandlersFromConfig created /js: org.apache.solr.handler.js.JavaScriptRequestHandler
   [junit4]   2> 7504 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 7504 T25 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 7505 T25 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 7505 T25 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 7551 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7561 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7563 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7608 T25 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 7609 T25 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7612 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1a8a1278
   [junit4]   2> 7613 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: init: load commit "segments_1"
   [junit4]   2> 7613 T25 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_1,generation=1}
   [junit4]   2> 7614 T25 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7614 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 7615 T25 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-3-thread-1]: 0 msec to checkpoint
   [junit4]   2> 7615 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: init: create=false
   [junit4]   2> 7616 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: 
   [junit4]   2> 	dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247)
   [junit4]   2> 	index=
   [junit4]   2> 	version=4.5-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_45
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	readerTermsIndexDivisor=1
   [junit4]   2> 	termIndexInterval=32
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=APPEND
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene45
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@6f6c8d18
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 7621 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: flush at getReader
   [junit4]   2> 7621 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: coreLoadExecutor-3-thread-1 startFullFlush
   [junit4]   2> 7622 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 7624 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: apply all deletes during flush
   [junit4]   2> 7624 T25 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-3-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 7629 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 7630 T25 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-3-thread-1]: coreLoadExecutor-3-thread-1 finishFullFlush success=true
   [junit4]   2> 7630 T25 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-3-thread-1]: getReader took 9 msec
   [junit4]   2> 7645 T25 oass.SolrIndexSearcher.<init> Opening Searcher@30bd98b1 main
   [junit4]   2> 7663 T25 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 7690 T25 oass.DirectSolrSpellChecker.init init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 7712 T25 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 7718 T25 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   2> 7799 T25 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 7800 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@30bd98b1 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 7801 T25 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7808 T13 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 7808 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7809 T13 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#54243
   [junit4]   2> 7871 T13 oas.SolrTestCaseJ4.setUp ###Starting testUnicode
   [junit4]   2> 7896 T13 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 7998 T26 C0 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=191 
   [junit4]   2> 8001 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8003 T26 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 8004 T26 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 8004 T26 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30bd98b1 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 8937 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 8944 T24 C1 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 8945 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 8947 T24 C1 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: flush at getReader
   [junit4]   2> 8947 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: qtp2057036254-24 startFullFlush
   [junit4]   2> 8948 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 8949 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: qtp2057036254-24: flush naked frozen global deletes
   [junit4]   2> 8960 T24 C1 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: push deletes  1 deleted queries bytesUsed=36 delGen=2 packetCount=1 totBytesUsed=36
   [junit4]   2> 8962 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: flush: push buffered deletes:  1 deleted queries bytesUsed=36
   [junit4]   2> 8963 T24 C1 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: apply all deletes during flush
   [junit4]   2> 8964 T24 C1 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=9223372036854775807 packetCount=1
   [junit4]   2> 8965 T24 C1 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 8966 T24 C1 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 8967 T24 C1 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: qtp2057036254-24 finishFullFlush success=true
   [junit4]   2> 8967 T24 C1 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: getReader took 20 msec
   [junit4]   2> 8973 T24 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1444221308381429760)} 0 339
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 9236 T24 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1444221308645670912), 1 (1444221308783034368), 2 (1444221308784082944), 3 (1444221308786180096), 4 (1444221308788277248), 5 (1444221308799811584), 6 (1444221308800860160), 7 (1444221308801908736), 8 (1444221308802957312), 9 (1444221308804005888), ... (28 adds)]} 0 180
   [junit4]   2> 9322 T19 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9323 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: start
   [junit4]   2> 9323 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: enter lock
   [junit4]   2> 9326 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: now prepare
   [junit4]   2> 9326 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: prepareCommit: flush
   [junit4]   2> 9327 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]:   index before flush 
   [junit4]   2> 9328 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 startFullFlush
   [junit4]   2> 9328 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=28 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9329 T19 C2 oasu.LoggingInfoStream.message [DWFC][qtp2057036254-19]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 27 deleted terms (unique count=27) bytesUsed=6201, segment=_0, aborting=false, numDocsInRAM=28, deleteQueue=DWDQ: [ generation: 2 ]]
   [junit4]   2> 9334 T19 C2 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flush postings as segment _0 numDocs=28
   [junit4]   2> 9395 T19 C2 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: new segment has 0 deleted docs
   [junit4]   2> 9396 T19 C2 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 9396 T19 C2 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flushedFiles=[_0.fnm, _0_Lucene41_0.doc, _0.fdx, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
   [junit4]   2> 9397 T19 C2 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flushed codec=Lucene45
   [junit4]   2> 9403 T19 C2 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flushed: segment=_0 ramUsed=0.071 MB newFlushedSize(includes docstores)=0.003 MB docs/MB=9,757.437
   [junit4]   2> 9409 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 9409 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: publishFlushedSegment
   [junit4]   2> 9410 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: push deletes  28 deleted terms (unique count=28) bytesUsed=1024 delGen=4 packetCount=1 totBytesUsed=1024
   [junit4]   2> 9410 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: publish sets newSegment delGen=5 seg=_0(4.5):C28
   [junit4]   2> 9411 T19 C2 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: now checkpoint "_0(4.5):C28" [1 segments ; isCommit = false]
   [junit4]   2> 9412 T19 C2 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: 0 msec to checkpoint
   [junit4]   2> 9412 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: apply all deletes during flush
   [junit4]   2> 9413 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes: infos=[_0(4.5):C28] packetCount=1
   [junit4]   2> 9413 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes took 0 msec
   [junit4]   2> 9414 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=6 packetCount=1
   [junit4]   2> 9414 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9415 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 finishFullFlush success=true
   [junit4]   2> 9417 T19 C2 oasu.LoggingInfoStream.message [TMP][qtp2057036254-19]: findMerges: 1 segments
   [junit4]   2> 9420 T19 C2 oasu.LoggingInfoStream.message [TMP][qtp2057036254-19]:   seg=_0(4.5):C28 size=0.003 MB [floored]
   [junit4]   2> 9421 T19 C2 oasu.LoggingInfoStream.message [TMP][qtp2057036254-19]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 9422 T19 C2 oasu.LoggingInfoStream.message [CMS][qtp2057036254-19]: now merge
   [junit4]   2> 9422 T19 C2 oasu.LoggingInfoStream.message [CMS][qtp2057036254-19]:   index: _0(4.5):C28
   [junit4]   2> 9423 T19 C2 oasu.LoggingInfoStream.message [CMS][qtp2057036254-19]:   no more merges pending; now return
   [junit4]   2> 9423 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: startCommit(): start
   [junit4]   2> 9424 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: startCommit index=_0(4.5):C28 changeCount=3
   [junit4]   2> 9428 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: done all syncs: [_0.fnm, _0_Lucene41_0.doc, _0.fdx, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
   [junit4]   2> 9428 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: pendingCommit != null
   [junit4]   2> 9429 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: wrote segments file "segments_2"
   [junit4]   2> 9430 T19 C2 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: now checkpoint "_0(4.5):C28" [1 segments ; isCommit = true]
   [junit4]   2> 9430 T19 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_2,generation=2}
   [junit4]   2> 9431 T19 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 9431 T19 C2 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 9432 T19 C2 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "segments_1"
   [junit4]   2> 9432 T19 C2 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: 2 msec to checkpoint
   [junit4]   2> 9432 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: done
   [junit4]   2> 9433 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9433 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 9434 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: flush at getReader
   [junit4]   2> 9434 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 startFullFlush
   [junit4]   2> 9434 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9435 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: apply all deletes during flush
   [junit4]   2> 9435 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes: no deletes; skipping
   [junit4]   2> 9436 T19 C2 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=6 packetCount=0
   [junit4]   2> 9460 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: return reader version=3 reader=StandardDirectoryReader(segments_2:3:nrt _0(4.5):C28)
   [junit4]   2> 9461 T19 C2 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 finishFullFlush success=true
   [junit4]   2> 9461 T19 C2 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: getReader took 27 msec
   [junit4]   2> 9462 T19 C2 oass.SolrIndexSearcher.<init> Opening Searcher@2f3b089f main
   [junit4]   2> 9465 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2f3b089f main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C28)}
   [junit4]   2> 9465 T19 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9465 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9466 T26 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f3b089f main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C28)}
   [junit4]   2> 9466 T19 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 145
   [junit4]   2> 9491 T24 C2 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=28} hits=28 status=0 QTime=14 
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 9525 T19 C3 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9526 T19 C3 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 9526 T19 C3 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9526 T19 C3 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: flush at getReader
   [junit4]   2> 9527 T19 C3 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 startFullFlush
   [junit4]   2> 9527 T19 C3 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 9528 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19: flush naked frozen global deletes
   [junit4]   2> 9541 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: push deletes  1 deleted queries bytesUsed=36 delGen=8 packetCount=1 totBytesUsed=36
   [junit4]   2> 9541 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: flush: push buffered deletes:  1 deleted queries bytesUsed=36
   [junit4]   2> 9542 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: apply all deletes during flush
   [junit4]   2> 9542 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes: infos=[_0(4.5):C28] packetCount=1
   [junit4]   2> 9610 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: seg=_0(4.5):C28 segGen=6 coalesced deletes=[CoalescedDeletes(termSets=1,queries=1)] newDelCount=28 100% deleted
   [junit4]   2> 9610 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes took 68 msec
   [junit4]   2> 9611 T19 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: now checkpoint "_0(4.5):C28/28" [1 segments ; isCommit = false]
   [junit4]   2> 9611 T19 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: 0 msec to checkpoint
   [junit4]   2> 9612 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: drop 100% deleted segments: _0(4.5):C28/28
   [junit4]   2> 9613 T19 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 9613 T19 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: 0 msec to checkpoint
   [junit4]   2> 9614 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=9223372036854775807 packetCount=1
   [junit4]   2> 9614 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9615 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: return reader version=5 reader=StandardDirectoryReader(segments_2:5:nrt)
   [junit4]   2> 9615 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 finishFullFlush success=true
   [junit4]   2> 9616 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: getReader took 90 msec
   [junit4]   2> 9616 T19 C4 oass.SolrIndexSearcher.<init> Opening Searcher@fd48054 realtime
   [junit4]   2> 9617 T19 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1444221309129064448)} 0 93
   [junit4]   2> 9657 T24 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1444221309261185024), 1 (1444221309263282176), 2 (1444221309264330752), 3 (1444221309265379328), 4 (1444221309265379329), 5 (1444221309266427904), 6 (1444221309267476480)]} 0 7
   [junit4]   2> 9670 T23 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9671 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: commit: start
   [junit4]   2> 9672 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: commit: enter lock
   [junit4]   2> 9672 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: commit: now prepare
   [junit4]   2> 9672 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: prepareCommit: flush
   [junit4]   2> 9672 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]:   index before flush 
   [junit4]   2> 9673 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: qtp2057036254-23 startFullFlush
   [junit4]   2> 9673 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: anyChanges? numDocsInRam=7 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9673 T23 C4 oasu.LoggingInfoStream.message [DWFC][qtp2057036254-23]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 6 deleted terms (unique count=6) bytesUsed=1374, segment=_1, aborting=false, numDocsInRAM=7, deleteQueue=DWDQ: [ generation: 5 ]]
   [junit4]   2> 9674 T23 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-23]: flush postings as segment _1 numDocs=7
   [junit4]   2> 9677 T23 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-23]: new segment has 0 deleted docs
   [junit4]   2> 9678 T23 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-23]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 9678 T23 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-23]: flushedFiles=[_1.fdx, _1_Lucene41_0.doc, _1.fdt, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1.fnm]
   [junit4]   2> 9679 T23 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-23]: flushed codec=Lucene45
   [junit4]   2> 9679 T23 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-23]: flushed: segment=_1 ramUsed=0.065 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=5,465.4
   [junit4]   2> 9679 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 9680 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: publishFlushedSegment
   [junit4]   2> 9680 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: push deletes  7 deleted terms (unique count=7) bytesUsed=1024 delGen=10 packetCount=1 totBytesUsed=1024
   [junit4]   2> 9681 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: publish sets newSegment delGen=11 seg=_1(4.5):C7
   [junit4]   2> 9681 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: now checkpoint "_1(4.5):C7" [1 segments ; isCommit = false]
   [junit4]   2> 9681 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: 0 msec to checkpoint
   [junit4]   2> 9682 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: apply all deletes during flush
   [junit4]   2> 9682 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: applyDeletes: infos=[_1(4.5):C7] packetCount=1
   [junit4]   2> 9682 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: applyDeletes took 0 msec
   [junit4]   2> 9683 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=12 packetCount=1
   [junit4]   2> 9683 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9683 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: qtp2057036254-23 finishFullFlush success=true
   [junit4]   2> 9684 T23 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-23]: findMerges: 1 segments
   [junit4]   2> 9685 T23 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-23]:   seg=_1(4.5):C7 size=0.001 MB [floored]
   [junit4]   2> 9685 T23 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-23]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 9686 T23 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-23]: now merge
   [junit4]   2> 9686 T23 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-23]:   index: _1(4.5):C7
   [junit4]   2> 9687 T23 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-23]:   no more merges pending; now return
   [junit4]   2> 9687 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: startCommit(): start
   [junit4]   2> 9688 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: startCommit index=_1(4.5):C7 changeCount=8
   [junit4]   2> 9689 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: done all syncs: [_1.fdx, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1.fnm]
   [junit4]   2> 9689 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: commit: pendingCommit != null
   [junit4]   2> 9690 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: commit: wrote segments file "segments_3"
   [junit4]   2> 9690 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: now checkpoint "_1(4.5):C7" [1 segments ; isCommit = true]
   [junit4]   2> 9691 T23 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_3,generation=3}
   [junit4]   2> 9691 T23 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 9692 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: deleteCommits: now decRef commit "segments_2"
   [junit4]   2> 9692 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0.fnm"
   [junit4]   2> 9692 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0_Lucene41_0.doc"
   [junit4]   2> 9694 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: unable to remove file "_0_Lucene41_0.doc": java.io.IOException: MockDirectoryWrapper: file "_0_Lucene41_0.doc" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9694 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "segments_2"
   [junit4]   2> 9695 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0.fdx"
   [junit4]   2> 9695 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0.si"
   [junit4]   2> 9695 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0_Lucene41_0.tim"
   [junit4]   2> 9696 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: unable to remove file "_0_Lucene41_0.tim": java.io.IOException: MockDirectoryWrapper: file "_0_Lucene41_0.tim" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9696 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0.fdt"
   [junit4]   2> 9696 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: unable to remove file "_0.fdt": java.io.IOException: MockDirectoryWrapper: file "_0.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9697 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0_Lucene41_0.tip"
   [junit4]   2> 9697 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: 7 msec to checkpoint
   [junit4]   2> 9697 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: commit: done
   [junit4]   2> 9698 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9698 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 9698 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: flush at getReader
   [junit4]   2> 9699 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: qtp2057036254-23 startFullFlush
   [junit4]   2> 9699 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9699 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: apply all deletes during flush
   [junit4]   2> 9700 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: applyDeletes: no deletes; skipping
   [junit4]   2> 9700 T23 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-23]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=12 packetCount=0
   [junit4]   2> 9702 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: return reader version=7 reader=StandardDirectoryReader(segments_3:7:nrt _1(4.5):C7)
   [junit4]   2> 9703 T23 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-23]: qtp2057036254-23 finishFullFlush success=true
   [junit4]   2> 9703 T23 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-23]: getReader took 5 msec
   [junit4]   2> 9704 T23 C4 oass.SolrIndexSearcher.<init> Opening Searcher@2737bd91 main
   [junit4]   2> 9704 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete pending file _0_Lucene41_0.doc
   [junit4]   2> 9705 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0_Lucene41_0.doc"
   [junit4]   2> 9705 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: unable to remove file "_0_Lucene41_0.doc": java.io.IOException: MockDirectoryWrapper: file "_0_Lucene41_0.doc" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9706 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete pending file _0_Lucene41_0.tim
   [junit4]   2> 9706 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0_Lucene41_0.tim"
   [junit4]   2> 9707 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: unable to remove file "_0_Lucene41_0.tim": java.io.IOException: MockDirectoryWrapper: file "_0_Lucene41_0.tim" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9707 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete pending file _0.fdt
   [junit4]   2> 9708 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: delete "_0.fdt"
   [junit4]   2> 9708 T23 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-23]: unable to remove file "_0.fdt": java.io.IOException: MockDirectoryWrapper: file "_0.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9709 T23 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9709 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2737bd91 main{StandardDirectoryReader(segments_3:7:nrt _1(4.5):C7)}
   [junit4]   2> 9710 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9710 T26 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2737bd91 main{StandardDirectoryReader(segments_3:7:nrt _1(4.5):C7)}
   [junit4]   2> 9711 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete pending file _0_Lucene41_0.doc
   [junit4]   2> 9711 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete "_0_Lucene41_0.doc"
   [junit4]   2> 9711 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete pending file _0_Lucene41_0.tim
   [junit4]   2> 9712 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete "_0_Lucene41_0.tim"
   [junit4]   2> 9712 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete pending file _0.fdt
   [junit4]   2> 9712 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete "_0.fdt"
   [junit4]   2> 9712 T23 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 42
   [junit4]   2> 9718 T19 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=7} hits=7 status=0 QTime=0 
   [junit4]   2> 9732 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9733 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 9733 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9734 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: flush at getReader
   [junit4]   2> 9734 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18 startFullFlush
   [junit4]   2> 9735 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9735 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18: flush naked frozen global deletes
   [junit4]   2> 9736 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: push deletes  1 deleted queries bytesUsed=36 delGen=14 packetCount=1 totBytesUsed=36
   [junit4]   2> 9736 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: flush: push buffered deletes:  1 deleted queries bytesUsed=36
   [junit4]   2> 9737 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: apply all deletes during flush
   [junit4]   2> 9737 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: applyDeletes: infos=[_1(4.5):C7] packetCount=1
   [junit4]   2> 9742 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: seg=_1(4.5):C7 segGen=12 coalesced deletes=[CoalescedDeletes(termSets=1,queries=1)] newDelCount=7 100% deleted
   [junit4]   2> 9742 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: applyDeletes took 5 msec
   [junit4]   2> 9743 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: now checkpoint "_1(4.5):C7/7" [1 segments ; isCommit = false]
   [junit4]   2> 9743 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: 0 msec to checkpoint
   [junit4]   2> 9744 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: drop 100% deleted segments: _1(4.5):C7/7
   [junit4]   2> 9744 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 9745 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: 0 msec to checkpoint
   [junit4]   2> 9746 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=9223372036854775807 packetCount=1
   [junit4]   2> 9746 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9747 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: return reader version=9 reader=StandardDirectoryReader(segments_3:9:nrt)
   [junit4]   2> 9747 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18 finishFullFlush success=true
   [junit4]   2> 9748 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: getReader took 14 msec
   [junit4]   2> 9748 T18 C4 oass.SolrIndexSearcher.<init> Opening Searcher@2074f4a8 realtime
   [junit4]   2> 9749 T18 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1444221309345071104)} 0 19
   [junit4]   2> 9802 T19 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1444221309376528384), 1 (1444221309381771264), 2 (1444221309382819840), 3 (1444221309383868416), 4 (1444221309384916992), 5 (1444221309384916993), 6 (1444221309385965568), 7 (1444221309391208448), 8 (1444221309393305600), 9 (1444221309396451328), ... (28 adds)]} 0 42
   [junit4]   2> 9811 T18 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9812 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: commit: start
   [junit4]   2> 9812 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: commit: enter lock
   [junit4]   2> 9813 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: commit: now prepare
   [junit4]   2> 9813 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: prepareCommit: flush
   [junit4]   2> 9814 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]:   index before flush 
   [junit4]   2> 9814 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18 startFullFlush
   [junit4]   2> 9815 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: anyChanges? numDocsInRam=28 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9815 T18 C4 oasu.LoggingInfoStream.message [DWFC][qtp2057036254-18]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 27 deleted terms (unique count=27) bytesUsed=6201, segment=_2, aborting=false, numDocsInRAM=28, deleteQueue=DWDQ: [ generation: 8 ]]
   [junit4]   2> 9816 T18 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-18]: flush postings as segment _2 numDocs=28
   [junit4]   2> 9848 T18 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-18]: new segment has 0 deleted docs
   [junit4]   2> 9849 T18 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-18]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 9849 T18 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-18]: flushedFiles=[_2_Lucene41_0.tim, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm]
   [junit4]   2> 9849 T18 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-18]: flushed codec=Lucene45
   [junit4]   2> 9857 T18 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-18]: flushed: segment=_2 ramUsed=0.071 MB newFlushedSize(includes docstores)=0.003 MB docs/MB=8,886.237
   [junit4]   2> 9858 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 9858 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: publishFlushedSegment
   [junit4]   2> 9858 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: push deletes  28 deleted terms (unique count=28) bytesUsed=1024 delGen=16 packetCount=1 totBytesUsed=1024
   [junit4]   2> 9859 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: publish sets newSegment delGen=17 seg=_2(4.5):C28
   [junit4]   2> 9859 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: now checkpoint "_2(4.5):C28" [1 segments ; isCommit = false]
   [junit4]   2> 9860 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: 0 msec to checkpoint
   [junit4]   2> 9860 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: apply all deletes during flush
   [junit4]   2> 9861 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: applyDeletes: infos=[_2(4.5):C28] packetCount=1
   [junit4]   2> 9861 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: applyDeletes took 0 msec
   [junit4]   2> 9862 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=18 packetCount=1
   [junit4]   2> 9862 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9863 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18 finishFullFlush success=true
   [junit4]   2> 9863 T18 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-18]: findMerges: 1 segments
   [junit4]   2> 9868 T18 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-18]:   seg=_2(4.5):C28 size=0.003 MB [floored]
   [junit4]   2> 9869 T18 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-18]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 9870 T18 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-18]: now merge
   [junit4]   2> 9870 T18 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-18]:   index: _2(4.5):C28
   [junit4]   2> 9871 T18 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-18]:   no more merges pending; now return
   [junit4]   2> 9871 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: startCommit(): start
   [junit4]   2> 9872 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: startCommit index=_2(4.5):C28 changeCount=13
   [junit4]   2> 9877 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: done all syncs: [_2.si, _2_Lucene41_0.tim, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm]
   [junit4]   2> 9878 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: commit: pendingCommit != null
   [junit4]   2> 9879 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: commit: wrote segments file "segments_4"
   [junit4]   2> 9879 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: now checkpoint "_2(4.5):C28" [1 segments ; isCommit = true]
   [junit4]   2> 9880 T18 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_4,generation=4}
   [junit4]   2> 9880 T18 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 9881 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: deleteCommits: now decRef commit "segments_3"
   [junit4]   2> 9881 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1.fdx"
   [junit4]   2> 9893 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1_Lucene41_0.doc"
   [junit4]   2> 9894 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: unable to remove file "_1_Lucene41_0.doc": java.io.IOException: MockDirectoryWrapper: file "_1_Lucene41_0.doc" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9894 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1.fdt"
   [junit4]   2> 9895 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: unable to remove file "_1.fdt": java.io.IOException: MockDirectoryWrapper: file "_1.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9895 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1.si"
   [junit4]   2> 9896 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1_Lucene41_0.tim"
   [junit4]   2> 9896 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: unable to remove file "_1_Lucene41_0.tim": java.io.IOException: MockDirectoryWrapper: file "_1_Lucene41_0.tim" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9897 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1_Lucene41_0.tip"
   [junit4]   2> 9897 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1.fnm"
   [junit4]   2> 9898 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "segments_3"
   [junit4]   2> 9898 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: 18 msec to checkpoint
   [junit4]   2> 9898 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: commit: done
   [junit4]   2> 9899 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9899 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 9900 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: flush at getReader
   [junit4]   2> 9900 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18 startFullFlush
   [junit4]   2> 9901 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9901 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: apply all deletes during flush
   [junit4]   2> 9902 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: applyDeletes: no deletes; skipping
   [junit4]   2> 9902 T18 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-18]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=18 packetCount=0
   [junit4]   2> 9915 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: return reader version=11 reader=StandardDirectoryReader(segments_4:11:nrt _2(4.5):C28)
   [junit4]   2> 9916 T18 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-18]: qtp2057036254-18 finishFullFlush success=true
   [junit4]   2> 9916 T18 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-18]: getReader took 16 msec
   [junit4]   2> 9917 T18 C4 oass.SolrIndexSearcher.<init> Opening Searcher@6ed96483 main
   [junit4]   2> 9917 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete pending file _1_Lucene41_0.doc
   [junit4]   2> 9918 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1_Lucene41_0.doc"
   [junit4]   2> 9918 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: unable to remove file "_1_Lucene41_0.doc": java.io.IOException: MockDirectoryWrapper: file "_1_Lucene41_0.doc" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9919 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete pending file _1.fdt
   [junit4]   2> 9919 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1.fdt"
   [junit4]   2> 9920 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: unable to remove file "_1.fdt": java.io.IOException: MockDirectoryWrapper: file "_1.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9920 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete pending file _1_Lucene41_0.tim
   [junit4]   2> 9921 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: delete "_1_Lucene41_0.tim"
   [junit4]   2> 9921 T18 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-18]: unable to remove file "_1_Lucene41_0.tim": java.io.IOException: MockDirectoryWrapper: file "_1_Lucene41_0.tim" is still open: cannot delete; Will re-try later.
   [junit4]   2> 9922 T18 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9922 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6ed96483 main{StandardDirectoryReader(segments_4:11:nrt _2(4.5):C28)}
   [junit4]   2> 9922 T26 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9923 T26 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ed96483 main{StandardDirectoryReader(segments_4:11:nrt _2(4.5):C28)}
   [junit4]   2> 9923 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete pending file _1_Lucene41_0.doc
   [junit4]   2> 9924 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete "_1_Lucene41_0.doc"
   [junit4]   2> 9924 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete pending file _1.fdt
   [junit4]   2> 9924 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete "_1.fdt"
   [junit4]   2> 9925 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete pending file _1_Lucene41_0.tim
   [junit4]   2> 9925 T26 oasu.LoggingInfoStream.message [IFD][searcherExecutor-4-thread-1]: delete "_1_Lucene41_0.tim"
   [junit4]   2> 9925 T18 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 114
   [junit4]   2> 9934 T19 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=28} hits=28 status=0 QTime=1 
   [junit4]   2> 9965 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9966 T24 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 9966 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9967 T24 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: flush at getReader
   [junit4]   2> 9967 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: qtp2057036254-24 startFullFlush
   [junit4]   2> 9968 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9968 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: qtp2057036254-24: flush naked frozen global deletes
   [junit4]   2> 9969 T24 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: push deletes  1 deleted queries bytesUsed=36 delGen=20 packetCount=1 totBytesUsed=36
   [junit4]   2> 9969 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: flush: push buffered deletes:  1 deleted queries bytesUsed=36
   [junit4]   2> 9970 T24 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: apply all deletes during flush
   [junit4]   2> 9970 T24 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: applyDeletes: infos=[_2(4.5):C28] packetCount=1
   [junit4]   2> 9983 T24 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: seg=_2(4.5):C28 segGen=18 coalesced deletes=[CoalescedDeletes(termSets=1,queries=1)] newDelCount=28 100% deleted
   [junit4]   2> 9983 T24 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: applyDeletes took 13 msec
   [junit4]   2> 9984 T24 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-24]: now checkpoint "_2(4.5):C28/28" [1 segments ; isCommit = false]
   [junit4]   2> 9984 T24 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-24]: 0 msec to checkpoint
   [junit4]   2> 9985 T24 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: drop 100% deleted segments: _2(4.5):C28/28
   [junit4]   2> 9985 T24 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-24]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 9986 T24 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-24]: 0 msec to checkpoint
   [junit4]   2> 9986 T24 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=9223372036854775807 packetCount=1
   [junit4]   2> 9987 T24 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-24]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9993 T24 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: return reader version=13 reader=StandardDirectoryReader(segments_4:13:nrt)
   [junit4]   2> 9994 T24 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-24]: qtp2057036254-24 finishFullFlush success=true
   [junit4]   2> 9994 T24 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-24]: getReader took 27 msec
   [junit4]   2> 9994 T24 C4 oass.SolrIndexSearcher.<init> Opening Searcher@72d0f346 realtime
   [junit4]   2> 9995 T24 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1444221309590437888)} 0 31
   [junit4]   2> 10014 T23 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1444221309633429504), 1 (1444221309635526656), 2 (1444221309636575232), 3 (1444221309637623808), 4 (1444221309637623809), 5 (1444221309638672384), 6 (1444221309638672385), 7 (1444221309639720960), 8 (1444221309640769536), 9 (1444221309640769537), ... (12 adds)]} 0 9
   [junit4]   2> 10022 T19 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10023 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: start
   [junit4]   2> 10023 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: enter lock
   [junit4]   2> 10023 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: now prepare
   [junit4]   2> 10024 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: prepareCommit: flush
   [junit4]   2> 10024 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]:   index before flush 
   [junit4]   2> 10024 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 startFullFlush
   [junit4]   2> 10025 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=12 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10025 T19 C4 oasu.LoggingInfoStream.message [DWFC][qtp2057036254-19]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 11 deleted terms (unique count=11) bytesUsed=2521, segment=_3, aborting=false, numDocsInRAM=12, deleteQueue=DWDQ: [ generation: 11 ]]
   [junit4]   2> 10026 T19 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flush postings as segment _3 numDocs=12
   [junit4]   2> 10032 T19 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: new segment has 0 deleted docs
   [junit4]   2> 10032 T19 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 10033 T19 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flushedFiles=[_3.fdx, _3_Lucene41_0.doc, _3_Lucene41_0.tip, _3.fnm, _3_Lucene41_0.tim, _3.fdt]
   [junit4]   2> 10033 T19 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flushed codec=Lucene45
   [junit4]   2> 10034 T19 C4 oasu.LoggingInfoStream.message [DWPT][qtp2057036254-19]: flushed: segment=_3 ramUsed=0.066 MB newFlushedSize(includes docstores)=0.002 MB docs/MB=7,943.758
   [junit4]   2> 10034 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 10035 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: publishFlushedSegment
   [junit4]   2> 10035 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: push deletes  12 deleted terms (unique count=12) bytesUsed=1024 delGen=22 packetCount=1 totBytesUsed=1024
   [junit4]   2> 10036 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: publish sets newSegment delGen=23 seg=_3(4.5):C12
   [junit4]   2> 10036 T19 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: now checkpoint "_3(4.5):C12" [1 segments ; isCommit = false]
   [junit4]   2> 10037 T19 C4 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: 0 msec to checkpoint
   [junit4]   2> 10037 T19 C4 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: apply all deletes during flush
   [junit4]   2> 10038 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes: infos=[_3(4.5):C12] packetCount=1
   [junit4]   2> 10038 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes took 0 msec
   [junit4]   2> 10039 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=24 packetCount=1
   [junit4]   2> 10039 T19 C4 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 10039 T19 C4 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 finishFullFlush success=true
   [junit4]   2> 10040 T19 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-19]: findMerges: 1 segments
   [junit4]   2> 10040 T19 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-19]:   seg=_3(4.5):C12 size=0.001 MB [floored]
   [junit4]   2> 10041 T19 C4 oasu.LoggingInfoStream.message [TMP][qtp2057036254-19]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 10041 T19 C4 oasu.LoggingInfoStream.message [CMS][qtp2057036254-19]: now merge
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 10058 T19 C5 oasu.LoggingInfoStream.message [CMS][qtp2057036254-19]:   index: _3(4.5):C12
   [junit4]   2> 10059 T19 C5 oasu.LoggingInfoStream.message [CMS][qtp2057036254-19]:   no more merges pending; now return
   [junit4]   2> 10059 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: startCommit(): start
   [junit4]   2> 10060 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: startCommit index=_3(4.5):C12 changeCount=18
   [junit4]   2> 10060 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: done all syncs: [_3.fdx, _3_Lucene41_0.doc, _3_Lucene41_0.tip, _3.si, _3.fdt, _3_Lucene41_0.tim, _3.fnm]
   [junit4]   2> 10061 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: pendingCommit != null
   [junit4]   2> 10061 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: wrote segments file "segments_5"
   [junit4]   2> 10062 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: now checkpoint "_3(4.5):C12" [1 segments ; isCommit = true]
   [junit4]   2> 10062 T19 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e8f3037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69147247),segFN=segments_5,generation=5}
   [junit4]   2> 10063 T19 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 10063 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: deleteCommits: now decRef commit "segments_4"
   [junit4]   2> 10064 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2.si"
   [junit4]   2> 10064 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2_Lucene41_0.tim"
   [junit4]   2> 10065 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: unable to remove file "_2_Lucene41_0.tim": java.io.IOException: MockDirectoryWrapper: file "_2_Lucene41_0.tim" is still open: cannot delete; Will re-try later.
   [junit4]   2> 10065 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2.fdt"
   [junit4]   2> 10065 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: unable to remove file "_2.fdt": java.io.IOException: MockDirectoryWrapper: file "_2.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 10066 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2_Lucene41_0.doc"
   [junit4]   2> 10066 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: unable to remove file "_2_Lucene41_0.doc": java.io.IOException: MockDirectoryWrapper: file "_2_Lucene41_0.doc" is still open: cannot delete; Will re-try later.
   [junit4]   2> 10067 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2_Lucene41_0.tip"
   [junit4]   2> 10067 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2.fdx"
   [junit4]   2> 10068 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "_2.fnm"
   [junit4]   2> 10068 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: delete "segments_4"
   [junit4]   2> 10069 T19 C5 oasu.LoggingInfoStream.message [IFD][qtp2057036254-19]: 6 msec to checkpoint
   [junit4]   2> 10069 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: commit: done
   [junit4]   2> 10069 T19 C5 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10070 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 10070 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: flush at getReader
   [junit4]   2> 10071 T19 C5 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 startFullFlush
   [junit4]   2> 10071 T19 C5 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10072 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: apply all deletes during flush
   [junit4]   2> 10072 T19 C5 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: applyDeletes: no deletes; skipping
   [junit4]   2> 10072 T19 C5 oasu.LoggingInfoStream.message [BD][qtp2057036254-19]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=24 packetCount=0
   [junit4]   2> 10124 T19 C5 oasu.LoggingInfoStream.message [IW][qtp2057036254-19]: return reader version=15 reader=StandardDirectoryReader(segments_5:15:nrt _3(4.5):C12)
   [junit4]   2> 10125 T19 C5 oasu.LoggingInfoStream.message [DW][qtp2057036254-19]: qtp2057036254-19 finishFullFlush success=true
   [

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

rdDirectoryReader(segments_1r:175:nrt _1b(4.5):C5)}
   [junit4]   2> 217551 T23 C25 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&echoParams=ALL&commit=true&a=?&wt=xml&version=2.2&softCommit=false} {add=[SP2514N (1444221527223435264), 6H500F0 (1444221527229726720), TWINX2048-3200PRO (1444221527231823872), VS1GB400C3 (1444221527238115328), VDBDB1A16 (1444221527239163904)],commit=} 0 38
   [junit4]   2> 217554 T18 C25 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=5 status=0 QTime=0 
   [junit4]   2> 217558 T13 oas.SolrTestCaseJ4.tearDown ###Ending testMultiContentStreamRequest
   [junit4]   2> 217625 T13 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1957448552
   [junit4]   2> 217625 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d5c9dd3
   [junit4]   2> 217626 T13 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=66,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=338,cumulative_deletesById=5,cumulative_deletesByQuery=34,cumulative_errors=1}
   [junit4]   2> 217627 T13 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 217628 T13 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 217628 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 217629 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: now flush at close waitForMerges=true
   [junit4]   2> 217630 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]:   start flush: applyAllDeletes=true
   [junit4]   2> 217631 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]:   index before flush _1b(4.5):C5
   [junit4]   2> 217631 T13 C25 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker startFullFlush
   [junit4]   2> 217631 T13 C25 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 217632 T13 C25 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker finishFullFlush success=true
   [junit4]   2> 217632 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: apply all deletes during flush
   [junit4]   2> 217633 T13 C25 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 217633 T13 C25 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=275 packetCount=0
   [junit4]   2> 217634 T13 C25 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: now merge
   [junit4]   2> 217634 T13 C25 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]:   index: _1b(4.5):C5
   [junit4]   2> 217635 T13 C25 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]:   no more merges pending; now return
   [junit4]   2> 217635 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: waitForMerges
   [junit4]   2> 217636 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: waitForMerges done
   [junit4]   2> 217636 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: now call final commit()
   [junit4]   2> 217637 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: commit: start
   [junit4]   2> 217637 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: commit: enter lock
   [junit4]   2> 217637 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: commit: now prepare
   [junit4]   2> 217638 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: prepareCommit: flush
   [junit4]   2> 217639 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]:   index before flush _1b(4.5):C5
   [junit4]   2> 217639 T13 C25 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker startFullFlush
   [junit4]   2> 217640 T13 C25 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 217640 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: apply all deletes during flush
   [junit4]   2> 217641 T13 C25 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 217641 T13 C25 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@50a0c567 minGen=275 packetCount=0
   [junit4]   2> 217642 T13 C25 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker finishFullFlush success=true
   [junit4]   2> 217642 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: startCommit(): start
   [junit4]   2> 217643 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 217643 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 217644 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: commit: done
   [junit4]   2> 217644 T13 C25 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[53FBA7ADD655F878]-worker]: at close: _1b(4.5):C5
   [junit4]   2> 217646 T13 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 217646 T13 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 217648 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/index;done=false>>]
   [junit4]   2> 217648 T13 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878/index
   [junit4]   2> 217649 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878;done=false>>]
   [junit4]   2> 217650 T13 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1377316763878
   [junit4]   2> 217651 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 217705 T13 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene45: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=en_SG, timezone=Japan
   [junit4]   2> NOTE: Linux 3.2.0-52-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=23668816,total=50331648
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest]
   [junit4] Completed on J0 in 218.19s, 26 tests, 1 error <<< FAILURES!

[...truncated 43 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:395: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:375: 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:194: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:450: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1233: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:876: There were test failures: 46 suites, 272 tests, 1 error

Total time: 40 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0-ea-b102 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk6) - Build # 7057 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/7057/
Java: 32bit/ibm-j9-jdk6 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:57251/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:57251/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([2416C0F927E482AC:A5F04EE150BBE290]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:88)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	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:738)




Build Log:
[...truncated 9238 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> 601137 T1839 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 601143 T1839 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1377322012740
   [junit4]   2> 601145 T1839 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 601146 T1840 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 601247 T1839 oasc.ZkTestServer.run start zk server on port:48496
   [junit4]   2> 601248 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 601274 T1846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a781a78 name:ZooKeeperConnection Watcher:127.0.0.1:48496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601275 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 601276 T1839 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 601287 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 601306 T1848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@636c636c name:ZooKeeperConnection Watcher:127.0.0.1:48496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601307 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 601308 T1839 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 601317 T1839 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 601327 T1839 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 601335 T1839 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 601375 T1839 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]   2> 601377 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 601403 T1839 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 601404 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 601425 T1839 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 601427 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 601436 T1839 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]   2> 601437 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 601455 T1839 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]   2> 601457 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 601466 T1839 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]   2> 601467 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 601474 T1839 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]   2> 601476 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 601486 T1839 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]   2> 601487 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 601496 T1839 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]   2> 601498 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 601508 T1839 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]   2> 601509 T1839 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 601734 T1839 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 601738 T1839 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50194
   [junit4]   2> 601739 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 601740 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 601740 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114
   [junit4]   2> 601741 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/'
   [junit4]   2> 601756 T1839 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/solr.xml
   [junit4]   2> 601829 T1839 oasc.CoreContainer.<init> New CoreContainer 796995457
   [junit4]   2> 601830 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/]
   [junit4]   2> 601833 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 601834 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 601835 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 601836 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 601838 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 601839 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 601840 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 601841 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 601843 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 601844 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 601856 T1839 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48496/solr
   [junit4]   2> 601858 T1839 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 601859 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 601863 T1859 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49cf49cf name:ZooKeeperConnection Watcher:127.0.0.1:48496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601865 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 601874 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 601883 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 601886 T1861 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7010701 name:ZooKeeperConnection Watcher:127.0.0.1:48496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601887 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 601892 T1839 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 601911 T1839 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 601928 T1839 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 601937 T1839 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50194_
   [junit4]   2> 601940 T1839 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50194_
   [junit4]   2> 601957 T1839 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 601980 T1839 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 602005 T1839 oasc.Overseer.start Overseer (id=90264175427256323-127.0.0.1:50194_-n_0000000000) starting
   [junit4]   2> 602024 T1839 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 602042 T1863 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 602047 T1839 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 602062 T1839 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 602071 T1839 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 602089 T1862 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 602091 T1864 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 602092 T1864 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 602096 T1864 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 603607 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 603610 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50194",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:50194_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 603610 T1862 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 603611 T1862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 603654 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 604098 T1864 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 604098 T1864 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/collection1
   [junit4]   2> 604099 T1864 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 604101 T1864 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 604102 T1864 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 604106 T1864 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/collection1/'
   [junit4]   2> 604108 T1864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/collection1/lib/classes/' to classloader
   [junit4]   2> 604109 T1864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/collection1/lib/README' to classloader
   [junit4]   2> 604191 T1864 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 604232 T1864 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 604238 T1864 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 604250 T1864 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 604803 T1864 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 604804 T1864 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 604805 T1864 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 604814 T1864 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 604820 T1864 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 604886 T1864 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 604912 T1864 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 604921 T1864 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 604928 T1864 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 604929 T1864 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 604930 T1864 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 604935 T1864 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 604935 T1864 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 604936 T1864 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 604937 T1864 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377322013114/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/control/data/
   [junit4]   2> 604937 T1864 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57cd57cd
   [junit4]   2> 604939 T1864 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/control/data
   [junit4]   2> 604939 T1864 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/control/data/index/
   [junit4]   2> 604940 T1864 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 604940 T1864 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/control/data/index
   [junit4]   2> 604941 T1864 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=2.3876953125, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=24.903532628249987, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 604942 T1864 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e787e78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf05cf),segFN=segments_1,generation=1}
   [junit4]   2> 604943 T1864 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 604950 T1864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 604950 T1864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 604951 T1864 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 604952 T1864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 604952 T1864 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 604953 T1864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 604954 T1864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 604954 T1864 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 604955 T1864 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 604956 T1864 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 604957 T1864 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 604957 T1864 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 604959 T1864 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 604960 T1864 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 604960 T1864 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 604962 T1864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 604966 T1864 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 604966 T1864 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 604968 T1864 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=56.4580078125, floorSegmentMB=1.732421875, forceMergeDeletesPctAllowed=27.99239792980498, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3718539493133459
   [junit4]   2> 604969 T1864 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e787e78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cf05cf),segFN=segments_1,generation=1}
   [junit4]   2> 604970 T1864 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 604971 T1864 oass.SolrIndexSearcher.<init> Opening Searcher@40144014 main
   [junit4]   2> 604977 T1865 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40144014 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 604982 T1864 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 604983 T1864 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50194 collection:control_collection shard:shard1
   [junit4]   2> 604996 T1864 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 605005 T1864 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 605033 T1864 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 605041 T1864 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 605042 T1864 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 605043 T1864 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50194/collection1/
   [junit4]   2> 605043 T1864 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 605044 T1864 oasc.SyncStrategy.syncToMe http://127.0.0.1:50194/collection1/ has no replicas
   [junit4]   2> 605044 T1864 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50194/collection1/ shard1
   [junit4]   2> 605045 T1864 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 605175 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 605214 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 605297 T1864 oasc.ZkController.register We are http://127.0.0.1:50194/collection1/ and leader is http://127.0.0.1:50194/collection1/
   [junit4]   2> 605298 T1864 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50194
   [junit4]   2> 605299 T1864 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 605299 T1864 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 605300 T1864 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 605306 T1864 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 605309 T1839 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 605310 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 605311 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 605318 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 605319 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 605322 T1868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3db03db0 name:ZooKeeperConnection Watcher:127.0.0.1:48496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 605322 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 605326 T1839 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 605335 T1839 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 605562 T1839 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 605565 T1839 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51895
   [junit4]   2> 605566 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 605568 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 605569 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930
   [junit4]   2> 605570 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/'
   [junit4]   2> 605586 T1839 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/solr.xml
   [junit4]   2> 605627 T1839 oasc.CoreContainer.<init> New CoreContainer 1047346797
   [junit4]   2> 605629 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/]
   [junit4]   2> 605631 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 605632 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 605633 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 605634 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 605634 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 605635 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 605636 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 605637 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 605637 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 605638 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 605650 T1839 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48496/solr
   [junit4]   2> 605651 T1839 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 605653 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 605673 T1879 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bdb7bdb name:ZooKeeperConnection Watcher:127.0.0.1:48496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 605674 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 605679 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 605686 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 605696 T1881 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26262626 name:ZooKeeperConnection Watcher:127.0.0.1:48496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 605698 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 605718 T1839 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 606733 T1839 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51895_
   [junit4]   2> 606737 T1839 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51895_
   [junit4]   2> 606744 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 606748 T1868 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 606749 T1881 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 606753 T1861 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 606768 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 606768 T1882 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 606770 T1882 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 606770 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50194",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:50194_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 606814 T1882 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 606838 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51895",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51895_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 606839 T1862 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 606839 T1862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 606853 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 606853 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 606854 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 607814 T1882 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 607815 T1882 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/collection1
   [junit4]   2> 607816 T1882 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 607818 T1882 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 607819 T1882 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 607823 T1882 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/collection1/'
   [junit4]   2> 607825 T1882 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/collection1/lib/classes/' to classloader
   [junit4]   2> 607826 T1882 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/collection1/lib/README' to classloader
   [junit4]   2> 607894 T1882 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 607937 T1882 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 607942 T1882 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 607952 T1882 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 608446 T1882 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 608447 T1882 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 608448 T1882 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 608453 T1882 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 608457 T1882 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 608495 T1882 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 608503 T1882 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 608516 T1882 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 608522 T1882 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 608523 T1882 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 608523 T1882 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 608529 T1882 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 608530 T1882 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 608531 T1882 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 608532 T1882 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377322016930/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty1/
   [junit4]   2> 608533 T1882 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57cd57cd
   [junit4]   2> 608535 T1882 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty1
   [junit4]   2> 608536 T1882 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty1/index/
   [junit4]   2> 608536 T1882 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 608537 T1882 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty1/index
   [junit4]   2> 608538 T1882 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=2.3876953125, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=24.903532628249987, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 608540 T1882 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@37ae37ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@226b226b),segFN=segments_1,generation=1}
   [junit4]   2> 608541 T1882 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 608576 T1882 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 608576 T1882 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 608577 T1882 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 608578 T1882 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 608578 T1882 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 608579 T1882 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 608580 T1882 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 608580 T1882 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 608581 T1882 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 608582 T1882 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 608583 T1882 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 608584 T1882 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 608584 T1882 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 608585 T1882 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 608586 T1882 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 608588 T1882 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 608592 T1882 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 608592 T1882 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 608594 T1882 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=56.4580078125, floorSegmentMB=1.732421875, forceMergeDeletesPctAllowed=27.99239792980498, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3718539493133459
   [junit4]   2> 608595 T1882 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@37ae37ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@226b226b),segFN=segments_1,generation=1}
   [junit4]   2> 608595 T1882 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 608596 T1882 oass.SolrIndexSearcher.<init> Opening Searcher@be00be0 main
   [junit4]   2> 608602 T1883 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@be00be0 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 608607 T1882 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 608608 T1882 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51895 collection:collection1 shard:shard1
   [junit4]   2> 608608 T1882 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 608617 T1882 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 608640 T1882 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 608649 T1882 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 608650 T1882 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 608651 T1882 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51895/collection1/
   [junit4]   2> 608652 T1882 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 608654 T1882 oasc.SyncStrategy.syncToMe http://127.0.0.1:51895/collection1/ has no replicas
   [junit4]   2> 608655 T1882 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51895/collection1/ shard1
   [junit4]   2> 608655 T1882 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 609892 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 609934 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 609934 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 609935 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 609948 T1882 oasc.ZkController.register We are http://127.0.0.1:51895/collection1/ and leader is http://127.0.0.1:51895/collection1/
   [junit4]   2> 609948 T1882 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51895
   [junit4]   2> 609949 T1882 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 609950 T1882 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 609950 T1882 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 609959 T1882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 609966 T1839 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 609967 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 609969 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 610243 T1839 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 610244 T1839 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57251
   [junit4]   2> 610245 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 610246 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 610247 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570
   [junit4]   2> 610248 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/'
   [junit4]   2> 610261 T1839 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/solr.xml
   [junit4]   2> 610317 T1839 oasc.CoreContainer.<init> New CoreContainer 847917706
   [junit4]   2> 610318 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/]
   [junit4]   2> 610320 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 610320 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 610321 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 610322 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 610324 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 610325 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 610326 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 610327 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 610328 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 610329 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 610340 T1839 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48496/solr
   [junit4]   2> 610341 T1839 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 610342 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 610345 T1895 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b9b6b9b name:ZooKeeperConnection Watcher:127.0.0.1:48496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 610346 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 610351 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 610358 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 610360 T1897 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1deb1deb name:ZooKeeperConnection Watcher:127.0.0.1:48496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 610361 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 610375 T1839 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 611387 T1839 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57251_
   [junit4]   2> 611389 T1839 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57251_
   [junit4]   2> 611397 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 611415 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 611416 T1868 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 611415 T1897 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 611416 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 611424 T1861 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 611428 T1881 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 611438 T1898 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 611438 T1898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 611441 T1898 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 611459 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 611461 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51895",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51895_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 611475 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57251",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "node_name":"127.0.0.1:57251_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 611475 T1862 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 611476 T1862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 611487 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 611487 T1897 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 611487 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 611488 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 612441 T1898 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 612442 T1898 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/collection1
   [junit4]   2> 612443 T1898 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 612445 T1898 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 612446 T1898 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 612451 T1898 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/collection1/'
   [junit4]   2> 612452 T1898 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/collection1/lib/classes/' to classloader
   [junit4]   2> 612453 T1898 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/collection1/lib/README' to classloader
   [junit4]   2> 612498 T1898 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 612564 T1898 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 612576 T1898 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 612585 T1898 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 613121 T1898 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 613122 T1898 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 613123 T1898 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 613131 T1898 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 613134 T1898 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 613188 T1898 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 613195 T1898 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 613203 T1898 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 613207 T1898 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 613208 T1898 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 613209 T1898 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 613213 T1898 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 613214 T1898 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 613214 T1898 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 613215 T1898 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377322021570/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty2/
   [junit4]   2> 613215 T1898 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57cd57cd
   [junit4]   2> 613217 T1898 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty2
   [junit4]   2> 613217 T1898 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty2/index/
   [junit4]   2> 613218 T1898 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 613219 T1898 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty2/index
   [junit4]   2> 613220 T1898 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=2.3876953125, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=24.903532628249987, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 613221 T1898 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a824a82 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bd52bd5),segFN=segments_1,generation=1}
   [junit4]   2> 613222 T1898 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 613231 T1898 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 613231 T1898 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 613232 T1898 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 613233 T1898 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 613233 T1898 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 613234 T1898 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 613235 T1898 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 613235 T1898 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 613236 T1898 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 613237 T1898 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 613238 T1898 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 613239 T1898 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 613240 T1898 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 613241 T1898 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 613241 T1898 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 613243 T1898 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 613247 T1898 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 613247 T1898 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 613248 T1898 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=56.4580078125, floorSegmentMB=1.732421875, forceMergeDeletesPctAllowed=27.99239792980498, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3718539493133459
   [junit4]   2> 613249 T1898 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a824a82 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bd52bd5),segFN=segments_1,generation=1}
   [junit4]   2> 613250 T1898 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 613251 T1898 oass.SolrIndexSearcher.<init> Opening Searcher@457b457b main
   [junit4]   2> 613257 T1899 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@457b457b main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 613262 T1898 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 613262 T1898 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57251 collection:collection1 shard:shard2
   [junit4]   2> 613263 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 613301 T1898 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 613327 T1898 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 613335 T1898 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 613336 T1898 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 613336 T1898 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57251/collection1/
   [junit4]   2> 613337 T1898 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 613337 T1898 oasc.SyncStrategy.syncToMe http://127.0.0.1:57251/collection1/ has no replicas
   [junit4]   2> 613338 T1898 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57251/collection1/ shard2
   [junit4]   2> 613339 T1898 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 614580 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 614655 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 614655 T1897 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 614655 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 614656 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 614698 T1898 oasc.ZkController.register We are http://127.0.0.1:57251/collection1/ and leader is http://127.0.0.1:57251/collection1/
   [junit4]   2> 614699 T1898 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57251
   [junit4]   2> 614700 T1898 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 614701 T1898 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 614701 T1898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 614707 T1898 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 614710 T1839 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 614711 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 614712 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 614952 T1839 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 614954 T1839 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42329
   [junit4]   2> 614955 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 614955 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 614956 T1839 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.BasicDistributedZk2Test-jetty3-1377322026315
   [junit4]   2> 614957 T1839 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.BasicDistributedZk2Test-jetty3-1377322026315/'
   [junit4]   2> 614970 T1839 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377322026315/solr.xml
   [junit4]   2> 615024 T1839 oasc.CoreContainer.<init> New CoreContainer 327685000
   [junit4]   2> 615025 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377322026315/]
   [junit4]   2> 615027 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 615027 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 615028 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 615029 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 615030 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 615031 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 615032 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 615033 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 615035 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 615036 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 615044 T1839 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48496/solr
   [junit4]   2> 615046 T1839 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 615048 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 615056 T1911 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d855d85 name:ZooKeeperConnection Watcher:127.0.0.1:48496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615057 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 615065 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 615074 T1839 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 615076 T1913 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34cb34cb name:ZooKeeperConnection Watcher:127.0.0.1:48496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615077 T1839 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 615092 T1839 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 616104 T1839 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42329_
   [junit4]   2> 616107 T1839 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42329_
   [junit4]   2> 616116 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 616117 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 616117 T1897 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 616173 T1861 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 616173 T1913 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 616174 T1868 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 616176 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 616180 T1881 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 616185 T1897 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 616196 T1862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 616199 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57251",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "node_name":"127.0.0.1:57251_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 616204 T1914 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 616205 T1914 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 616209 T1914 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 616215 T1862 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42329",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "node_name":"127.0.0.1:42329_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 616215 T1862 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 616216 T1862 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 616234 T1868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 616234 T1881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 616234 T1897 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 616236 T1861 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 616239 T1913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 617210 T1914 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 617211 T1914 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.BasicDistributedZk2Test-jetty3-1377322026315/collection1
   [junit4]   2> 617212 T1914 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 617215 T1914 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 617216 T1914 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 617221 T1914 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.BasicDistributedZk2Test-jetty3-1377322026315/collection1/'
   [junit4]   2> 617223 T1914 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377322026315/collection1/lib/classes/' to classloader
   [junit4]   2> 617224 T1914 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377322026315/collection1/lib/README' to classloader
   [junit4]   2> 617277 T1914 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 617334 T1914 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 617338 T1914 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 617345 T1914 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 617896 T1914 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 617897 T1914 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 617898 T1914 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 617904 T1914 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 617907 T1914 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 617945 T1914 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 617952 T1914 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 617971 T1914 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 617975 T1914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 617976 T1914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 617976 T1914 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 617980 T1914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 617981 T1914 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 617982 T1914 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 617982 T1914 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.BasicDistributedZk2Test-jetty3-1377322026315/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty3/
   [junit4]   2> 617983 T1914 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57cd57cd
   [junit4]   2> 617985 T1914 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty3
   [junit4]   2> 617985 T1914 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty3/index/
   [junit4]   2> 617986 T1914 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 617986 T1914 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377322012739/jetty3/index
   [junit4]   2> 617987 T1914 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=2.3876953125, floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=24.903532628249987, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 617988 T1914 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@20c620c6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f716f7),segFN=segments_1,generation=1}
   [junit4]   2> 617989 T1914 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 618000 T1914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 618000 T1914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 618001 T1914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 618002 T1914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 618002 T1914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 618003 T1914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 618004 T1914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 618004 T1914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 618005 T1914 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 618006 T1914 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 618008 T1914 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 618008 T1914 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 618010 T1914 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 618011 T1914 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 618013 T1914 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 618015 T1914 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 618020 T1914 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 618021 T1914 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 618023 T1914 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=56.4580078125, floorSegmentMB=1.732421875, forceMergeDeletesPctAllowed=27.99239792980498, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3718539493133459
   [junit4]   2> 618024 T1914 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@20c620c6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f716f7),segFN=segments_1,generation=1}
   [junit4]   2> 618025 T1914 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 618027 T1914 oass.SolrIndexSearcher.<init> Opening Searcher@2ce02ce0 main
   [junit4]   2> 618034 T1915 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ce02ce0 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 618041 T1914 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 618042 T1914 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42329 collection:collection1 shard:shard1
   [junit4]   2> 618043 T1914 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 618062 T1914 oasc.ZkController.register We are http://127.0.0.1:42329/collection1/ and leader is http://127.0.0.1:51895/collection1/
   [junit4]   2> 618063 T1914 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42329
   [junit4]   2> 618064 T1914 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 618064 T1914 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C7059 name=collection1 org.apache.solr.core.SolrCore@5ace5ace url=http://127.0.0.1:42329/collection1 node=127.0.0.1:42329_ C7059_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:42329, state=down, node_name=127.0.0.1:42329_, core=collection1}
   [junit4]   2> 618066 T1916 C7059 P42329 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 618067 T1916 C7059 P42329 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 618068 T1914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 618068 T1916 C7059 P42329 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 618069 T1916 C7059 P42329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 618072 T1839 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 618072 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 618073 T1916 C7059 P42329 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 618074 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 618097 T1874 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 618335 T1839 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 618337 T1839 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47792
   [junit4]   2> 618338 T1839 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 618339 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 618340 T1839 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.BasicDistributedZk2Test-jetty4-1377322029678
   [junit4]   2> 618341 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucen

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

collection1/leaders/shard2 (0)
   [junit4]   1>      DATA:
   [junit4]   1>          {
   [junit4]   1>            "base_url":"http://127.0.0.1:57251",
   [junit4]   1>            "node_name":"127.0.0.1:57251_",
   [junit4]   1>            "core":"collection1"}
   [junit4]   1>     /solr/collections/collection1/shards (0)
   [junit4]   1>    /solr/collections/onenodecollection (2)
   [junit4]   1>    DATA:
   [junit4]   1>        {
   [junit4]   1>          "router":"compositeId",
   [junit4]   1>          "configName":"conf1"}
   [junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
   [junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
   [junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/90264175427256326-core_node1-n_0000000000 (0)
   [junit4]   1>     /solr/collections/onenodecollection/leaders (1)
   [junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
   [junit4]   1>      DATA:
   [junit4]   1>          {
   [junit4]   1>            "base_url":"http://127.0.0.1:51895",
   [junit4]   1>            "node_name":"127.0.0.1:51895_",
   [junit4]   1>            "core":"onenodecollectioncore"}
   [junit4]   1>   /solr/aliases.json (0)
   [junit4]   1>   /solr/live_nodes (5)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:42329_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:57251_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:50194_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:51895_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:47792_ (0)
   [junit4]   1>   /solr/clusterstate.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {
   [junit4]   1>         "control_collection":{
   [junit4]   1>           "shards":{"shard1":{
   [junit4]   1>               "range":"80000000-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{"core_node1":{
   [junit4]   1>                   "base_url":"http://127.0.0.1:50194",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "node_name":"127.0.0.1:50194_",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "leader":"true"}}}},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "router":"compositeId",
   [junit4]   1>           "replicationFactor":"1"},
   [junit4]   1>         "onenodecollection":{
   [junit4]   1>           "shards":{"shard1":{
   [junit4]   1>               "range":"80000000-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{"core_node1":{
   [junit4]   1>                   "base_url":"http://127.0.0.1:51895",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "node_name":"127.0.0.1:51895_",
   [junit4]   1>                   "roles":"none",
   [junit4]   1>                   "core":"onenodecollectioncore",
   [junit4]   1>                   "leader":"true"}}}},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "router":"compositeId",
   [junit4]   1>           "replicationFactor":"1"},
   [junit4]   1>         "collection1":{
   [junit4]   1>           "shards":{
   [junit4]   1>             "shard1":{
   [junit4]   1>               "range":"80000000-ffffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node1":{
   [junit4]   1>                   "base_url":"http://127.0.0.1:51895",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "node_name":"127.0.0.1:51895_",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "base_url":"http://127.0.0.1:42329",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "node_name":"127.0.0.1:42329_",
   [junit4]   1>                   "core":"collection1"}}},
   [junit4]   1>             "shard2":{
   [junit4]   1>               "range":"0-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node2":{
   [junit4]   1>                   "base_url":"http://127.0.0.1:57251",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "node_name":"127.0.0.1:57251_",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node4":{
   [junit4]   1>                   "base_url":"http://127.0.0.1:47792",
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "node_name":"127.0.0.1:47792_",
   [junit4]   1>                   "core":"collection1"}}}},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "router":"compositeId",
   [junit4]   1>           "replicationFactor":"1"}}
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=2416C0F927E482AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_CL -Dtests.timezone=Europe/Samara -Dtests.file.encoding=UTF-8
   [junit4] ERROR   35.1s J1 | BasicDistributedZk2Test.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:57251/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2416C0F927E482AC:A5F04EE150BBE290]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:88)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:738)
   [junit4]   2> 636202 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 35113 T1838 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 636931 T1930 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 636932 T1930 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene45: {}, docValues:{}, sim=DefaultSimilarity, locale=es_CL, timezone=Europe/Samara
   [junit4]   2> NOTE: Linux 3.2.0-52-generic x86/IBM Corporation 1.6.0 (32-bit)/cpus=8,threads=1,free=27319008,total=48815616
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, OpenExchangeRatesOrgProviderTest, SolrPluginUtilsTest, XmlUpdateRequestHandlerTest, TestBinaryField, TestWordDelimiterFilterFactory, SolrTestCaseJ4Test, TestFastOutputStream, SolrRequestParserTest, TestSolrCoreProperties, NumericFieldsTest, OutputWriterTest, StatsComponentTest, CollectionsAPIDistributedZkTest, TestOmitPositions, TestManagedSchemaFieldResource, BadIndexSchemaTest, TestUtils, TestPartialUpdateDeduplication, BlockCacheTest, TestFoldingMultitermQuery, JSONWriterTest, ChaosMonkeyNothingIsSafeTest, TestCoreDiscovery, CustomCollectionTest, TestSolrJ, SpellCheckCollatorTest, TestRangeQuery, DisMaxRequestHandlerTest, TestSolrXmlPersistence, PingRequestHandlerTest, SignatureUpdateProcessorFactoryTest, TestLazyCores, SuggesterWFSTTest, TestBinaryResponseWriter, TestRandomFaceting, TestSolrDeletionPolicy2, AlternateDirectoryTest, HighlighterConfigTest, TestCSVResponseWriter, OpenCloseCoreStressTest, TestIndexingPerformance, BasicDistributedZk2Test]
   [junit4] Completed on J1 in 35.91s, 1 test, 1 error <<< FAILURES!

[...truncated 615 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:395: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:388: 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:450: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1233: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:876: There were test failures: 325 suites, 1409 tests, 1 error, 36 ignored (7 assumptions)

Total time: 52 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/ibm-j9-jdk6 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure