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/17 08:41:53 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6964/
Java: 32bit/jdk1.8.0-ea-b102 -server -XX:+UseParallelGC

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:45321/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:45321/solr/collection1
	at __randomizedtesting.SeedInfo.seed([7CB1CD9E4FF16089:657D7994ED4BB17E]: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 10993 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrExampleXMLTest
   [junit4]   2> 72259 T235 oas.SolrJettyTestBase.beforeSolrJettyTestBase Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 72259 T235 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./solrtest-SolrExampleXMLTest-1376721503088
   [junit4]   2> 72260 T235 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 72260 T235 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 72296 T235 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 72299 T235 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:45321
   [junit4]   2> 72299 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 72300 T235 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 72300 T235 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
   [junit4]   2> 72300 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/'
   [junit4]   2> 72314 T235 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/solr.xml
   [junit4]   2> 72325 T235 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 72325 T235 oasc.CoreContainer.<init> New CoreContainer 33536171
   [junit4]   2> 72326 T235 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/]
   [junit4]   2> 72326 T235 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 72327 T235 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 72327 T235 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 72327 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 72334 T235 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 72334 T235 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 72335 T235 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 72335 T235 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 72335 T235 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 72336 T235 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 72339 T235 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
   [junit4]   2> 72340 T235 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/
   [junit4]   2> 72348 T235 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 72349 T245 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1
   [junit4]   2> 72349 T245 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/'
   [junit4]   2> 72379 T245 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 72380 T245 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> 72380 T245 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> 72380 T245 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> 72380 T245 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> 72381 T245 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> 72381 T245 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> 72381 T245 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> 72382 T245 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> 72404 T245 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 72406 T245 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 72441 T245 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 72442 T245 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 72457 T245 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 72674 T245 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 72688 T245 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 72692 T245 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 72716 T245 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 72716 T245 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/J1/solrtest-SolrExampleXMLTest-1376721503088/
   [junit4]   2> 72716 T245 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19c3430
   [junit4]   2> 72717 T245 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 72717 T245 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 72718 T245 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088
   [junit4]   2> 72718 T245 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088/index/
   [junit4]   2> 72718 T245 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088/index' doesn't exist. Creating new index...
   [junit4]   2> 72719 T245 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088/index
   [junit4]   2> 72720 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@13ca77d
   [junit4]   2> 72720 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 72720 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: 0 msec to checkpoint
   [junit4]   2> 72721 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: init: create=true
   [junit4]   2> 72721 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: 
   [junit4]   2> 	dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415)
   [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=Lucene42
   [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@1fc67ac
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 72721 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: now flush at close waitForMerges=true
   [junit4]   2> 72721 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 72722 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]:   index before flush 
   [junit4]   2> 72722 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: coreLoadExecutor-137-thread-1 startFullFlush
   [junit4]   2> 72722 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72722 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: coreLoadExecutor-137-thread-1 finishFullFlush success=true
   [junit4]   2> 72722 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: apply all deletes during flush
   [junit4]   2> 72723 T245 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-137-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@14c109a minGen=9223372036854775807 packetCount=0
   [junit4]   2> 72723 T245 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-137-thread-1]: now merge
   [junit4]   2> 72723 T245 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-137-thread-1]:   index: 
   [junit4]   2> 72723 T245 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-137-thread-1]:   no more merges pending; now return
   [junit4]   2> 72723 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: waitForMerges
   [junit4]   2> 72724 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: waitForMerges done
   [junit4]   2> 72724 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: now call final commit()
   [junit4]   2> 72724 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: commit: start
   [junit4]   2> 72724 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: commit: enter lock
   [junit4]   2> 72724 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: commit: now prepare
   [junit4]   2> 72724 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: prepareCommit: flush
   [junit4]   2> 72725 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]:   index before flush 
   [junit4]   2> 72725 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: coreLoadExecutor-137-thread-1 startFullFlush
   [junit4]   2> 72725 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72725 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: apply all deletes during flush
   [junit4]   2> 72725 T245 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-137-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@14c109a minGen=9223372036854775807 packetCount=0
   [junit4]   2> 72726 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: coreLoadExecutor-137-thread-1 finishFullFlush success=true
   [junit4]   2> 72726 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: startCommit(): start
   [junit4]   2> 72726 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 72726 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: done all syncs: []
   [junit4]   2> 72727 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: commit: pendingCommit != null
   [junit4]   2> 72727 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 72727 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 72727 T245 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_1,generation=1}
   [junit4]   2> 72728 T245 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 72728 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: 0 msec to checkpoint
   [junit4]   2> 72728 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: commit: done
   [junit4]   2> 72728 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: at close: 
   [junit4]   2> 72729 T245 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 72729 T245 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 72729 T245 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 72729 T245 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 72729 T245 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 72731 T245 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 72732 T245 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 72732 T245 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 72732 T245 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 72733 T245 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 72733 T245 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 72734 T245 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.JsonUpdateRequestHandler
   [junit4]   2> 72734 T245 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.CSVRequestHandler
   [junit4]   2> 72734 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 72734 T245 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 72735 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 72735 T245 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 72735 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 72735 T245 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 72736 T245 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 72736 T245 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 72736 T245 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 72737 T245 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 72737 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 72737 T245 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 72737 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.js.JavaScriptRequestHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig created /js: org.apache.solr.handler.js.JavaScriptRequestHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 72738 T245 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 72740 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72740 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72741 T245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72743 T245 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 72743 T245 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 72744 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@13ca77d
   [junit4]   2> 72744 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: init: load commit "segments_1"
   [junit4]   2> 72745 T245 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_1,generation=1}
   [junit4]   2> 72745 T245 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 72745 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 72745 T245 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-137-thread-1]: 0 msec to checkpoint
   [junit4]   2> 72745 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: init: create=false
   [junit4]   2> 72746 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: 
   [junit4]   2> 	dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415)
   [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=Lucene42
   [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@1ada05d
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 72746 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: flush at getReader
   [junit4]   2> 72746 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: coreLoadExecutor-137-thread-1 startFullFlush
   [junit4]   2> 72746 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72747 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: apply all deletes during flush
   [junit4]   2> 72747 T245 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-137-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=9223372036854775807 packetCount=0
   [junit4]   2> 72747 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 72747 T245 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-137-thread-1]: coreLoadExecutor-137-thread-1 finishFullFlush success=true
   [junit4]   2> 72747 T245 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-137-thread-1]: getReader took 1 msec
   [junit4]   2> 72748 T245 oass.SolrIndexSearcher.<init> Opening Searcher@2b5a53 main
   [junit4]   2> 72748 T245 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 72748 T245 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> 72749 T245 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 72749 T245 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   2> 72757 T245 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 72763 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2b5a53 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> ASYNC  NEW_CORE C53 name=collection1 org.apache.solr.core.SolrCore@1e8fa16
   [junit4]   2> 72765 T246 C53 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=2 
   [junit4]   2> 72765 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 72765 T246 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 72765 T246 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 72766 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b5a53 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 72766 T245 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 72767 T235 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 72767 T235 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 72767 T235 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#45321
   [junit4]   2> 72772 T235 oas.SolrTestCaseJ4.setUp ###Starting testPivotFacetsMissing
   [junit4]   2> 72773 T235 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 72851 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72852 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 72852 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72853 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: flush at getReader
   [junit4]   2> 72853 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 startFullFlush
   [junit4]   2> 72853 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72854 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242: flush naked frozen global deletes
   [junit4]   2> 72854 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: push deletes  1 deleted queries bytesUsed=32 delGen=2 packetCount=1 totBytesUsed=32
   [junit4]   2> 72855 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: flush: push buffered deletes:  1 deleted queries bytesUsed=32
   [junit4]   2> 72855 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: apply all deletes during flush
   [junit4]   2> 72855 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=9223372036854775807 packetCount=1
   [junit4]   2> 72856 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 72856 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 72856 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 finishFullFlush success=true
   [junit4]   2> 72857 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: getReader took 4 msec
   [junit4]   2> 72857 T242 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1443597127440662528)} 0 8
   [junit4]   2> 72866 T243 C53 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 72866 T243 C53 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 72867 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72867 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: nrtIsCurrent: infoVersion matches: true; DW changes: false; BD changes: false
   [junit4]   2> 72867 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72868 T243 C53 oass.SolrIndexSearcher.<init> Opening Searcher@b71dfa main
   [junit4]   2> 72868 T243 C53 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 72868 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@b71dfa main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 72869 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 72870 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b71dfa main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 72870 T243 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 4
   [junit4]   2> 72873 T241 C53 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 72884 T242 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[1 (1443597127473168384), 2 (1443597127474216960), 3 (1443597127475265536), 4 (1443597127475265537), 5 (1443597127476314112), 6 (1443597127476314113), 7 (1443597127476314114), 8 (1443597127476314115), 9 (1443597127476314116), 10 (1443597127477362688), ... (12 adds)]} 0 5
   [junit4]   2> 72888 T243 C53 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 72889 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: commit: start
   [junit4]   2> 72889 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: commit: enter lock
   [junit4]   2> 72890 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: commit: now prepare
   [junit4]   2> 72892 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: prepareCommit: flush
   [junit4]   2> 72892 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]:   index before flush 
   [junit4]   2> 72893 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: qtp17866754-243 startFullFlush
   [junit4]   2> 72893 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: anyChanges? numDocsInRam=12 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72893 T243 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-243]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 11 deleted terms (unique count=11) bytesUsed=1510, segment=_0, aborting=false, numDocsInRAM=12, deleteQueue=DWDQ: [ generation: 2 ]]
   [junit4]   2> 72894 T243 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-243]: flush postings as segment _0 numDocs=12
   [junit4]   2> 72896 T243 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-243]: new segment has 0 deleted docs
   [junit4]   2> 72896 T243 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-243]: new segment has no vectors; norms; no docValues; prox; freqs
   [junit4]   2> 72897 T243 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-243]: flushedFiles=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0.fdx, _0.nvm, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
   [junit4]   2> 72897 T243 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-243]: flushed codec=Lucene42
   [junit4]   2> 72898 T243 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-243]: flushed: segment=_0 ramUsed=0.081 MB newFlushedSize(includes docstores)=0.002 MB docs/MB=7,315.647
   [junit4]   2> 72898 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 72899 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: publishFlushedSegment
   [junit4]   2> 72899 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: push deletes  12 deleted terms (unique count=12) bytesUsed=1024 delGen=4 packetCount=1 totBytesUsed=1024
   [junit4]   2> 72899 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: publish sets newSegment delGen=5 seg=_0(4.5):C12
   [junit4]   2> 72900 T243 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-243]: now checkpoint "_0(4.5):C12" [1 segments ; isCommit = false]
   [junit4]   2> 72900 T243 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-243]: 0 msec to checkpoint
   [junit4]   2> 72900 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: apply all deletes during flush
   [junit4]   2> 72901 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: applyDeletes: infos=[_0(4.5):C12] packetCount=1
   [junit4]   2> 72901 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: applyDeletes took 0 msec
   [junit4]   2> 72901 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=6 packetCount=1
   [junit4]   2> 72902 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 72902 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: qtp17866754-243 finishFullFlush success=true
   [junit4]   2> 72903 T243 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-243]: findMerges: 1 segments
   [junit4]   2> 72903 T243 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-243]:   seg=_0(4.5):C12 size=0.002 MB [floored]
   [junit4]   2> 72903 T243 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-243]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 72905 T243 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-243]: now merge
   [junit4]   2> 72906 T243 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-243]:   index: _0(4.5):C12
   [junit4]   2> 72914 T243 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-243]:   no more merges pending; now return
   [junit4]   2> 72914 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: startCommit(): start
   [junit4]   2> 72915 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: startCommit index=_0(4.5):C12 changeCount=3
   [junit4]   2> 72920 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: done all syncs: [_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
   [junit4]   2> 72920 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: commit: pendingCommit != null
   [junit4]   2> 72921 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: commit: wrote segments file "segments_2"
   [junit4]   2> 72921 T243 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-243]: now checkpoint "_0(4.5):C12" [1 segments ; isCommit = true]
   [junit4]   2> 72922 T243 C53 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_2,generation=2}
   [junit4]   2> 72922 T243 C53 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 72923 T243 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-243]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 72923 T243 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-243]: delete "segments_1"
   [junit4]   2> 72923 T243 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-243]: 2 msec to checkpoint
   [junit4]   2> 72924 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: commit: done
   [junit4]   2> 72924 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72924 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 72925 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: flush at getReader
   [junit4]   2> 72925 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: qtp17866754-243 startFullFlush
   [junit4]   2> 72925 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72926 T243 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-243]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 3 ]]
   [junit4]   2> 72926 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: apply all deletes during flush
   [junit4]   2> 72927 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: applyDeletes: no deletes; skipping
   [junit4]   2> 72927 T243 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-243]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=6 packetCount=0
   [junit4]   2> 72932 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: return reader version=3 reader=StandardDirectoryReader(segments_2:3:nrt _0(4.5):C12)
   [junit4]   2> 72933 T243 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-243]: qtp17866754-243 finishFullFlush success=true
   [junit4]   2> 72933 T243 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-243]: getReader took 8 msec
   [junit4]   2> 72933 T243 C53 oass.SolrIndexSearcher.<init> Opening Searcher@1a928b9 main
   [junit4]   2> 72934 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1a928b9 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C12)}
   [junit4]   2> 72934 T243 C53 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 72934 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 72936 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a928b9 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C12)}
   [junit4]   2> 72939 T243 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 51
   [junit4]   2> 72942 T243 C53 oasr.UnInvertedField.<init> UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
   [junit4]   2> 72943 T243 C53 oasr.UnInvertedField.<init> UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
   [junit4]   2> 72948 T243 C53 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={facet.missing=true&facet=true&facet.mincount=0&q=*:*&wt=xml&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2.2&rows=0} hits=12 status=0 QTime=6 
   [junit4]   2> 72962 T244 C53 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=xml&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2.2&rows=0} hits=11 status=0 QTime=6 
   [junit4]   2> 72963 T235 oas.SolrTestCaseJ4.tearDown ###Ending testPivotFacetsMissing
   [junit4]   2> 72967 T235 oas.SolrTestCaseJ4.setUp ###Starting testUpdateMultiValuedField
   [junit4]   2> 72970 T241 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1443597127566491648)]} 0 1
   [junit4]   2> 72974 T242 C53 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 72974 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: start
   [junit4]   2> 72975 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: enter lock
   [junit4]   2> 72975 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: now prepare
   [junit4]   2> 72975 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: prepareCommit: flush
   [junit4]   2> 72976 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]:   index before flush _0(4.5):C12
   [junit4]   2> 72976 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 startFullFlush
   [junit4]   2> 72977 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72977 T242 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-242]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_1, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 4 ]]
   [junit4]   2> 72977 T242 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-242]: flush postings as segment _1 numDocs=1
   [junit4]   2> 72979 T242 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-242]: new segment has 0 deleted docs
   [junit4]   2> 72979 T242 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-242]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 72979 T242 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-242]: flushedFiles=[_1.fdx, _1_Lucene41_0.doc, _1.fdt, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1.fnm]
   [junit4]   2> 72980 T242 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-242]: flushed codec=Lucene42
   [junit4]   2> 72980 T242 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-242]: flushed: segment=_1 ramUsed=0.063 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=1,833.175
   [junit4]   2> 72981 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 72981 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: publishFlushedSegment
   [junit4]   2> 72981 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=8 packetCount=1 totBytesUsed=1024
   [junit4]   2> 72982 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: publish sets newSegment delGen=9 seg=_1(4.5):C1
   [junit4]   2> 72982 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: now checkpoint "_0(4.5):C12 _1(4.5):C1" [2 segments ; isCommit = false]
   [junit4]   2> 72983 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: 0 msec to checkpoint
   [junit4]   2> 72983 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: apply all deletes during flush
   [junit4]   2> 72983 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: applyDeletes: infos=[_0(4.5):C12, _1(4.5):C1] packetCount=1
   [junit4]   2> 72984 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: seg=_0(4.5):C12 segGen=6 coalesced deletes=[CoalescedDeletes(termSets=1,queries=0)] newDelCount=0
   [junit4]   2> 72984 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: applyDeletes took 1 msec
   [junit4]   2> 72984 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=10 packetCount=1
   [junit4]   2> 72984 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 72985 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 finishFullFlush success=true
   [junit4]   2> 72985 T242 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-242]: findMerges: 2 segments
   [junit4]   2> 72985 T242 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-242]:   seg=_0(4.5):C12 size=0.002 MB [floored]
   [junit4]   2> 72986 T242 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-242]:   seg=_1(4.5):C1 size=0.000 MB [floored]
   [junit4]   2> 72986 T242 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-242]:   allowedSegmentCount=1 vs count=2 (eligible count=2) tooBigCount=0
   [junit4]   2> 72986 T242 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-242]: now merge
   [junit4]   2> 72986 T242 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-242]:   index: _0(4.5):C12 _1(4.5):C1
   [junit4]   2> 72987 T242 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-242]:   no more merges pending; now return
   [junit4]   2> 72987 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: startCommit(): start
   [junit4]   2> 72987 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: startCommit index=_0(4.5):C12 _1(4.5):C1 changeCount=6
   [junit4]   2> 72987 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: done all syncs: [_1_Lucene41_0.doc, _0.fnm, _0_Lucene41_0.pos, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
   [junit4]   2> 72988 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: pendingCommit != null
   [junit4]   2> 72988 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: wrote segments file "segments_3"
   [junit4]   2> 72988 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: now checkpoint "_0(4.5):C12 _1(4.5):C1" [2 segments ; isCommit = true]
   [junit4]   2> 72988 T242 C53 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_3,generation=3}
   [junit4]   2> 72989 T242 C53 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 72989 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: deleteCommits: now decRef commit "segments_2"
   [junit4]   2> 72989 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: delete "segments_2"
   [junit4]   2> 72989 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: 1 msec to checkpoint
   [junit4]   2> 72990 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: done
   [junit4]   2> 72990 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72990 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 72990 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: flush at getReader
   [junit4]   2> 72991 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 startFullFlush
   [junit4]   2> 72991 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 72991 T242 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-242]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 5 ]]
   [junit4]   2> 72991 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: apply all deletes during flush
   [junit4]   2> 72992 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: applyDeletes: no deletes; skipping
   [junit4]   2> 72992 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=10 packetCount=0
   [junit4]   2> 72992 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: return reader version=5 reader=StandardDirectoryReader(segments_3:5:nrt _0(4.5):C12 _1(4.5):C1)
   [junit4]   2> 72993 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 finishFullFlush success=true
   [junit4]   2> 72993 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: getReader took 3 msec
   [junit4]   2> 72993 T242 C53 oass.SolrIndexSearcher.<init> Opening Searcher@8b6df1 main
   [junit4]   2> 72994 T242 C53 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 72994 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@8b6df1 main{StandardDirectoryReader(segments_3:5:nrt _0(4.5):C12 _1(4.5):C1)}
   [junit4]   2> 72994 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 72995 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8b6df1 main{StandardDirectoryReader(segments_3:5:nrt _0(4.5):C12 _1(4.5):C1)}
   [junit4]   2> 72996 T242 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 22
   [junit4]   2> 72999 T243 C53 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 73002 T244 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1443597127601094656)]} 0 1
   [junit4]   2> 73006 T241 C53 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 73007 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: start
   [junit4]   2> 73007 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: enter lock
   [junit4]   2> 73007 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: now prepare
   [junit4]   2> 73008 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: prepareCommit: flush
   [junit4]   2> 73008 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]:   index before flush _0(4.5):C12 _1(4.5):C1
   [junit4]   2> 73008 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 startFullFlush
   [junit4]   2> 73009 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73009 T241 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-241]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_2, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 6 ]]
   [junit4]   2> 73010 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flush postings as segment _2 numDocs=1
   [junit4]   2> 73011 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: new segment has 0 deleted docs
   [junit4]   2> 73011 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 73011 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flushedFiles=[_2_Lucene41_0.tim, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm]
   [junit4]   2> 73012 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flushed codec=Lucene42
   [junit4]   2> 73012 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flushed: segment=_2 ramUsed=0.063 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=1,409.376
   [junit4]   2> 73012 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 73013 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: publishFlushedSegment
   [junit4]   2> 73013 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=12 packetCount=1 totBytesUsed=1024
   [junit4]   2> 73013 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: publish sets newSegment delGen=13 seg=_2(4.5):C1
   [junit4]   2> 73014 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _1(4.5):C1 _2(4.5):C1" [3 segments ; isCommit = false]
   [junit4]   2> 73014 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 0 msec to checkpoint
   [junit4]   2> 73015 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: apply all deletes during flush
   [junit4]   2> 73015 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: applyDeletes: infos=[_0(4.5):C12, _1(4.5):C1, _2(4.5):C1] packetCount=1
   [junit4]   2> 73015 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: seg=_1(4.5):C1 segGen=10 coalesced deletes=[CoalescedDeletes(termSets=1,queries=0)] newDelCount=1 100% deleted
   [junit4]   2> 73016 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: seg=_0(4.5):C12 segGen=10 coalesced deletes=[CoalescedDeletes(termSets=1,queries=0)] newDelCount=0
   [junit4]   2> 73016 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: applyDeletes took 1 msec
   [junit4]   2> 73016 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _1(4.5):C1/1 _2(4.5):C1" [3 segments ; isCommit = false]
   [junit4]   2> 73017 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 0 msec to checkpoint
   [junit4]   2> 73017 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: drop 100% deleted segments: _1(4.5):C1/1
   [junit4]   2> 73018 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _2(4.5):C1" [2 segments ; isCommit = false]
   [junit4]   2> 73018 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 0 msec to checkpoint
   [junit4]   2> 73018 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=14 packetCount=1
   [junit4]   2> 73019 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 73019 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 finishFullFlush success=true
   [junit4]   2> 73019 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]: findMerges: 2 segments
   [junit4]   2> 73020 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]:   seg=_0(4.5):C12 size=0.002 MB [floored]
   [junit4]   2> 73020 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]:   seg=_2(4.5):C1 size=0.001 MB [floored]
   [junit4]   2> 73020 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]:   allowedSegmentCount=1 vs count=2 (eligible count=2) tooBigCount=0
   [junit4]   2> 73021 T241 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-241]: now merge
   [junit4]   2> 73021 T241 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-241]:   index: _0(4.5):C12 _2(4.5):C1
   [junit4]   2> 73021 T241 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-241]:   no more merges pending; now return
   [junit4]   2> 73021 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: startCommit(): start
   [junit4]   2> 73021 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: startCommit index=_0(4.5):C12 _2(4.5):C1 changeCount=11
   [junit4]   2> 73022 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: done all syncs: [_2.si, _0.fnm, _2_Lucene41_0.tim, _0_Lucene41_0.pos, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _0.nvm, _2.fdx, _2.fnm, _0_Lucene41_0.doc, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
   [junit4]   2> 73022 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: pendingCommit != null
   [junit4]   2> 73022 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: wrote segments file "segments_4"
   [junit4]   2> 73023 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _2(4.5):C1" [2 segments ; isCommit = true]
   [junit4]   2> 73023 T241 C53 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_4,generation=4}
   [junit4]   2> 73023 T241 C53 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 73023 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: deleteCommits: now decRef commit "segments_3"
   [junit4]   2> 73024 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1_Lucene41_0.doc"
   [junit4]   2> 73024 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 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> 73024 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1_Lucene41_0.tim"
   [junit4]   2> 73025 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 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> 73025 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1_Lucene41_0.tip"
   [junit4]   2> 73025 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1.fnm"
   [junit4]   2> 73025 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1.fdx"
   [junit4]   2> 73026 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1.fdt"
   [junit4]   2> 73026 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: unable to remove file "_1.fdt": java.io.IOException: MockDirectoryWrapper: file "_1.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 73026 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_1.si"
   [junit4]   2> 73027 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "segments_3"
   [junit4]   2> 73027 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 4 msec to checkpoint
   [junit4]   2> 73027 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: done
   [junit4]   2> 73028 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73028 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 73028 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: flush at getReader
   [junit4]   2> 73029 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 startFullFlush
   [junit4]   2> 73029 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73029 T241 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-241]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 7 ]]
   [junit4]   2> 73030 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: apply all deletes during flush
   [junit4]   2> 73030 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: applyDeletes: no deletes; skipping
   [junit4]   2> 73030 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=14 packetCount=0
   [junit4]   2> 73031 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: return reader version=9 reader=StandardDirectoryReader(segments_4:9:nrt _0(4.5):C12 _2(4.5):C1)
   [junit4]   2> 73031 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 finishFullFlush success=true
   [junit4]   2> 73031 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: getReader took 3 msec
   [junit4]   2> 73032 T241 C53 oass.SolrIndexSearcher.<init> Opening Searcher@87f261 main
   [junit4]   2> 73032 T241 C53 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 73032 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@87f261 main{StandardDirectoryReader(segments_4:9:nrt _0(4.5):C12 _2(4.5):C1)}
   [junit4]   2> 73032 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 73034 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@87f261 main{StandardDirectoryReader(segments_4:9:nrt _0(4.5):C12 _2(4.5):C1)}
   [junit4]   2> 73034 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete pending file _1_Lucene41_0.doc
   [junit4]   2> 73034 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete "_1_Lucene41_0.doc"
   [junit4]   2> 73034 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete pending file _1_Lucene41_0.tim
   [junit4]   2> 73035 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete "_1_Lucene41_0.tim"
   [junit4]   2> 73035 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete pending file _1.fdt
   [junit4]   2> 73035 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete "_1.fdt"
   [junit4]   2> 73035 T241 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 29
   [junit4]   2> 73038 T243 C53 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 73043 T244 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1443597127643037696)]} 0 1
   [junit4]   2> 73047 T241 C53 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 73047 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: start
   [junit4]   2> 73048 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: enter lock
   [junit4]   2> 73048 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: now prepare
   [junit4]   2> 73048 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: prepareCommit: flush
   [junit4]   2> 73049 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]:   index before flush _0(4.5):C12 _2(4.5):C1
   [junit4]   2> 73049 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 startFullFlush
   [junit4]   2> 73049 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73049 T241 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-241]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_3, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 8 ]]
   [junit4]   2> 73050 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flush postings as segment _3 numDocs=1
   [junit4]   2> 73051 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: new segment has 0 deleted docs
   [junit4]   2> 73051 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 73052 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flushedFiles=[_3.fdx, _3_Lucene41_0.doc, _3_Lucene41_0.tip, _3.fnm, _3_Lucene41_0.tim, _3.fdt]
   [junit4]   2> 73052 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flushed codec=Lucene42
   [junit4]   2> 73052 T241 C53 oasu.LoggingInfoStream.message [DWPT][qtp17866754-241]: flushed: segment=_3 ramUsed=0.063 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=1,353.001
   [junit4]   2> 73053 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: publishFlushedSegment seg-private deletes=null
   [junit4]   2> 73053 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: publishFlushedSegment
   [junit4]   2> 73053 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=16 packetCount=1 totBytesUsed=1024
   [junit4]   2> 73054 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: publish sets newSegment delGen=17 seg=_3(4.5):C1
   [junit4]   2> 73054 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _2(4.5):C1 _3(4.5):C1" [3 segments ; isCommit = false]
   [junit4]   2> 73054 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 0 msec to checkpoint
   [junit4]   2> 73055 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: apply all deletes during flush
   [junit4]   2> 73055 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: applyDeletes: infos=[_0(4.5):C12, _2(4.5):C1, _3(4.5):C1] packetCount=1
   [junit4]   2> 73055 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: seg=_2(4.5):C1 segGen=14 coalesced deletes=[CoalescedDeletes(termSets=1,queries=0)] newDelCount=1 100% deleted
   [junit4]   2> 73056 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: seg=_0(4.5):C12 segGen=14 coalesced deletes=[CoalescedDeletes(termSets=1,queries=0)] newDelCount=0
   [junit4]   2> 73056 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: applyDeletes took 1 msec
   [junit4]   2> 73057 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _2(4.5):C1/1 _3(4.5):C1" [3 segments ; isCommit = false]
   [junit4]   2> 73057 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 0 msec to checkpoint
   [junit4]   2> 73057 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: drop 100% deleted segments: _2(4.5):C1/1
   [junit4]   2> 73058 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _3(4.5):C1" [2 segments ; isCommit = false]
   [junit4]   2> 73058 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 0 msec to checkpoint
   [junit4]   2> 73058 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=18 packetCount=1
   [junit4]   2> 73059 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 73059 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 finishFullFlush success=true
   [junit4]   2> 73059 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]: findMerges: 2 segments
   [junit4]   2> 73060 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]:   seg=_0(4.5):C12 size=0.002 MB [floored]
   [junit4]   2> 73060 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]:   seg=_3(4.5):C1 size=0.001 MB [floored]
   [junit4]   2> 73060 T241 C53 oasu.LoggingInfoStream.message [TMP][qtp17866754-241]:   allowedSegmentCount=1 vs count=2 (eligible count=2) tooBigCount=0
   [junit4]   2> 73061 T241 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-241]: now merge
   [junit4]   2> 73061 T241 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-241]:   index: _0(4.5):C12 _3(4.5):C1
   [junit4]   2> 73061 T241 C53 oasu.LoggingInfoStream.message [CMS][qtp17866754-241]:   no more merges pending; now return
   [junit4]   2> 73062 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: startCommit(): start
   [junit4]   2> 73062 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: startCommit index=_0(4.5):C12 _3(4.5):C1 changeCount=16
   [junit4]   2> 73062 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: done all syncs: [_0.fnm, _0_Lucene41_0.pos, _3.fdt, _3.fnm, _0.nvm, _3.fdx, _3_Lucene41_0.doc, _0_Lucene41_0.doc, _3_Lucene41_0.tip, _0.nvd, _3.si, _0.fdx, _3_Lucene41_0.tim, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
   [junit4]   2> 73063 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: pendingCommit != null
   [junit4]   2> 73063 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: wrote segments file "segments_5"
   [junit4]   2> 73063 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: now checkpoint "_0(4.5):C12 _3(4.5):C1" [2 segments ; isCommit = true]
   [junit4]   2> 73064 T241 C53 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_5,generation=5}
   [junit4]   2> 73064 T241 C53 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 73064 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: deleteCommits: now decRef commit "segments_4"
   [junit4]   2> 73065 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2.si"
   [junit4]   2> 73065 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2_Lucene41_0.tim"
   [junit4]   2> 73065 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 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> 73066 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2.fdt"
   [junit4]   2> 73066 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: unable to remove file "_2.fdt": java.io.IOException: MockDirectoryWrapper: file "_2.fdt" is still open: cannot delete; Will re-try later.
   [junit4]   2> 73066 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2_Lucene41_0.doc"
   [junit4]   2> 73067 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 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> 73067 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2_Lucene41_0.tip"
   [junit4]   2> 73067 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2.fdx"
   [junit4]   2> 73068 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "_2.fnm"
   [junit4]   2> 73068 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: delete "segments_4"
   [junit4]   2> 73068 T241 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-241]: 4 msec to checkpoint
   [junit4]   2> 73068 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: commit: done
   [junit4]   2> 73069 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73069 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 73069 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: flush at getReader
   [junit4]   2> 73070 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 startFullFlush
   [junit4]   2> 73070 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73070 T241 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-241]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 9 ]]
   [junit4]   2> 73071 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: apply all deletes during flush
   [junit4]   2> 73071 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: applyDeletes: no deletes; skipping
   [junit4]   2> 73071 T241 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-241]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=18 packetCount=0
   [junit4]   2> 73072 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: return reader version=13 reader=StandardDirectoryReader(segments_5:13:nrt _0(4.5):C12 _3(4.5):C1)
   [junit4]   2> 73073 T241 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-241]: qtp17866754-241 finishFullFlush success=true
   [junit4]   2> 73073 T241 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-241]: getReader took 4 msec
   [junit4]   2> 73073 T241 C53 oass.SolrIndexSearcher.<init> Opening Searcher@128f785 main
   [junit4]   2> 73074 T241 C53 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 73074 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@128f785 main{StandardDirectoryReader(segments_5:13:nrt _0(4.5):C12 _3(4.5):C1)}
   [junit4]   2> 73074 T246 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 73075 T246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@128f785 main{StandardDirectoryReader(segments_5:13:nrt _0(4.5):C12 _3(4.5):C1)}
   [junit4]   2> 73076 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete pending file _2_Lucene41_0.tim
   [junit4]   2> 73076 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete "_2_Lucene41_0.tim"
   [junit4]   2> 73076 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete pending file _2.fdt
   [junit4]   2> 73076 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete "_2.fdt"
   [junit4]   2> 73077 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete pending file _2_Lucene41_0.doc
   [junit4]   2> 73077 T246 oasu.LoggingInfoStream.message [IFD][searcherExecutor-138-thread-1]: delete "_2_Lucene41_0.doc"
   [junit4]   2> 73077 T241 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 30
   [junit4]   2> 73080 T243 C53 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 73082 T235 oas.SolrTestCaseJ4.tearDown ###Ending testUpdateMultiValuedField
   [junit4]   2> 73089 T235 oas.SolrTestCaseJ4.setUp ###Starting testStreamingRequest
   [junit4]   2> 73092 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73093 T244 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-244]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 73093 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73093 T244 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-244]: flush at getReader
   [junit4]   2> 73094 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: qtp17866754-244 startFullFlush
   [junit4]   2> 73094 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73094 T244 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-244]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 10 ]]
   [junit4]   2> 73095 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: qtp17866754-244: flush naked frozen global deletes
   [junit4]   2> 73095 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: push deletes  1 deleted queries bytesUsed=32 delGen=20 packetCount=1 totBytesUsed=32
   [junit4]   2> 73095 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: flush: push buffered deletes:  1 deleted queries bytesUsed=32
   [junit4]   2> 73096 T244 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-244]: apply all deletes during flush
   [junit4]   2> 73096 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: applyDeletes: infos=[_0(4.5):C12, _3(4.5):C1] packetCount=1
   [junit4]   2> 73097 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: seg=_3(4.5):C1 segGen=18 coalesced deletes=[CoalescedDeletes(termSets=1,queries=1)] newDelCount=1 100% deleted
   [junit4]   2> 73097 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: seg=_0(4.5):C12 segGen=18 coalesced deletes=[CoalescedDeletes(termSets=1,queries=1)] newDelCount=12 100% deleted
   [junit4]   2> 73097 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: applyDeletes took 1 msec
   [junit4]   2> 73098 T244 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-244]: now checkpoint "_0(4.5):C12/12 _3(4.5):C1/1" [2 segments ; isCommit = false]
   [junit4]   2> 73098 T244 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-244]: 0 msec to checkpoint
   [junit4]   2> 73099 T244 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-244]: drop 100% deleted segments: _3(4.5):C1/1 _0(4.5):C12/12
   [junit4]   2> 73099 T244 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-244]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 73099 T244 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-244]: 0 msec to checkpoint
   [junit4]   2> 73100 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=9223372036854775807 packetCount=1
   [junit4]   2> 73100 T244 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-244]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 73100 T244 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-244]: return reader version=15 reader=StandardDirectoryReader(segments_5:15:nrt)
   [junit4]   2> 73101 T244 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-244]: qtp17866754-244 finishFullFlush success=true
   [junit4]   2> 73101 T244 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-244]: getReader took 8 msec
   [junit4]   2> 73101 T244 C53 oass.SolrIndexSearcher.<init> Opening Searcher@6067ab realtime
   [junit4]   2> 73102 T244 C53 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1443597127695466496)} 0 11
   [junit4]   2> 73105 T242 C53 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 73105 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: start
   [junit4]   2> 73106 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: enter lock
   [junit4]   2> 73106 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: now prepare
   [junit4]   2> 73106 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: prepareCommit: flush
   [junit4]   2> 73106 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]:   index before flush 
   [junit4]   2> 73106 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 startFullFlush
   [junit4]   2> 73107 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 73107 T242 C53 oasu.LoggingInfoStream.message [DWFC][qtp17866754-242]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 11 ]]
   [junit4]   2> 73107 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: apply all deletes during flush
   [junit4]   2> 73107 T242 C53 oasu.LoggingInfoStream.message [BD][qtp17866754-242]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=9223372036854775807 packetCount=0
   [junit4]   2> 73108 T242 C53 oasu.LoggingInfoStream.message [DW][qtp17866754-242]: qtp17866754-242 finishFullFlush success=true
   [junit4]   2> 73108 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: startCommit(): start
   [junit4]   2> 73108 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: startCommit index= changeCount=19
   [junit4]   2> 73108 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: done all syncs: []
   [junit4]   2> 73109 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: pendingCommit != null
   [junit4]   2> 73109 T242 C53 oasu.LoggingInfoStream.message [IW][qtp17866754-242]: commit: wrote segments file "segments_6"
   [junit4]   2> 73109 T242 C53 oasu.LoggingInfoStream.message [IFD][qtp17866754-242]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 73109 T242 C53 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4ef79 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e3415),segFN=segments_5,generat

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

unt=-1&q=*:*&facet.field=features&wt=xml&fq=features:two&version=2.2&rows=0} hits=5 status=0 QTime=0 
   [junit4]   2> 278886 T235 oas.SolrTestCaseJ4.tearDown ###Ending testFaceting
   [junit4]   2> 278948 T235 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=33536171
   [junit4]   2> 278949 T235 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e8fa16
   [junit4]   2> 278959 T235 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=60,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=175,cumulative_deletesById=5,cumulative_deletesByQuery=28,cumulative_errors=1}
   [junit4]   2> 278959 T235 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 278959 T235 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 278960 T235 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 278960 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: now flush at close waitForMerges=true
   [junit4]   2> 278960 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]:   start flush: applyAllDeletes=true
   [junit4]   2> 278960 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]:   index before flush _15(4.5):C10
   [junit4]   2> 278961 T235 C54 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker startFullFlush
   [junit4]   2> 278961 T235 C54 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 278961 T235 C54 oasu.LoggingInfoStream.message [DWFC][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=null, aborting=false, numDocsInRAM=0, deleteQueue=DWDQ: [ generation: 130 ]]
   [junit4]   2> 278961 T235 C54 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker finishFullFlush success=true
   [junit4]   2> 278961 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: apply all deletes during flush
   [junit4]   2> 278962 T235 C54 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 278962 T235 C54 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=239 packetCount=0
   [junit4]   2> 278962 T235 C54 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: now merge
   [junit4]   2> 278962 T235 C54 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]:   index: _15(4.5):C10
   [junit4]   2> 278963 T235 C54 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]:   no more merges pending; now return
   [junit4]   2> 278963 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: waitForMerges
   [junit4]   2> 278963 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: waitForMerges done
   [junit4]   2> 278963 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: now call final commit()
   [junit4]   2> 278964 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: commit: start
   [junit4]   2> 278964 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: commit: enter lock
   [junit4]   2> 278964 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: commit: now prepare
   [junit4]   2> 278964 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: prepareCommit: flush
   [junit4]   2> 278964 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]:   index before flush _15(4.5):C10
   [junit4]   2> 278965 T235 C54 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker startFullFlush
   [junit4]   2> 278965 T235 C54 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 278965 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: apply all deletes during flush
   [junit4]   2> 278965 T235 C54 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 278966 T235 C54 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@172523c minGen=239 packetCount=0
   [junit4]   2> 278966 T235 C54 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker finishFullFlush success=true
   [junit4]   2> 278966 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: startCommit(): start
   [junit4]   2> 278966 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 278967 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 278967 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: commit: done
   [junit4]   2> 278967 T235 C54 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[7CB1CD9E4FF16089]-worker]: at close: _15(4.5):C10
   [junit4]   2> 278968 T235 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 278968 T235 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 278968 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088/index;done=false>>]
   [junit4]   2> 278969 T235 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088/index
   [junit4]   2> 278969 T235 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088;done=false>>]
   [junit4]   2> 278969 T235 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleXMLTest-1376721503088
   [junit4]   2> 278969 T235 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 279021 T235 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=en_SG, timezone=Asia/Vientiane
   [junit4]   2> NOTE: Linux 3.2.0-51-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=60312408,total=202899456
   [junit4]   2> NOTE: All tests run in this JVM: [MergeIndexesEmbeddedTest, SolrDocumentTest, TestLBHttpSolrServer, NamedListTest, SolrQueryTest, FacetFieldTest, IteratorChainTest, SolrExampleBinaryTest, SolrExampleJettyTest, MultiCoreEmbeddedTest, SolrExampleXMLTest]
   [junit4] Completed on J1 in 206.79s, 26 tests, 1 error <<< FAILURES!

[...truncated 10 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: 42 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b102 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6966/
Java: 64bit/jdk1.8.0-ea-b102 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sat Aug 17 05:33:40 AST 2013

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sat Aug 17 05:33:40 AST 2013
	at __randomizedtesting.SeedInfo.seed([29FA4CC2FB396F45:F2514C04FE1106F6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1513)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:817)
	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)




Build Log:
[...truncated 9944 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 537591 T1542 oas.SolrTestCaseJ4.setUp ###Starting testNoWriter
   [junit4]   2> 537595 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 537597 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44500
   [junit4]   2> 537598 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 537598 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 537598 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master
   [junit4]   2> 537599 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/'
   [junit4]   2> 537616 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/solr.xml
   [junit4]   2> 537617 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/solr.xml does not exist, using default configuration
   [junit4]   2> 537627 T1542 oasc.CoreContainer.<init> New CoreContainer 995755945
   [junit4]   2> 537628 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/]
   [junit4]   2> 537628 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 537629 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 537629 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 537629 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 537630 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 537630 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 537630 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 537631 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 537631 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 537631 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 537637 T1552 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1
   [junit4]   2> 537638 T1552 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/'
   [junit4]   2> 537655 T1552 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 537662 T1552 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 537662 T1552 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 537664 T1552 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 537667 T1552 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 537668 T1552 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 537668 T1552 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/
   [junit4]   2> 537668 T1552 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 537669 T1552 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data
   [junit4]   2> 537669 T1552 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index/
   [junit4]   2> 537669 T1552 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 537670 T1552 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index
   [junit4]   2> 537670 T1552 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8267677479279375]
   [junit4]   2> 537671 T1552 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@413a4761 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14c8f788; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 537671 T1552 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537672 T1552 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 537672 T1552 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 537673 T1552 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 537673 T1552 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 537673 T1552 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 537673 T1552 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 537673 T1552 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 537675 T1552 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 537676 T1552 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 537676 T1552 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 537676 T1552 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4285780737803514]
   [junit4]   2> 537676 T1552 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@413a4761 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14c8f788; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 537677 T1552 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537677 T1552 oass.SolrIndexSearcher.<init> Opening Searcher@3cf6ccdc main
   [junit4]   2> 537677 T1552 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 537677 T1552 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 537677 T1552 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 537677 T1553 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cf6ccdc main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 537678 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 537678 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 537678 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 537683 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 537685 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34952
   [junit4]   2> 537685 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 537686 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 537686 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave
   [junit4]   2> 537686 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/'
   [junit4]   2> 537694 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/solr.xml
   [junit4]   2> 537695 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/solr.xml does not exist, using default configuration
   [junit4]   2> 537702 T1542 oasc.CoreContainer.<init> New CoreContainer 280754709
   [junit4]   2> 537702 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/]
   [junit4]   2> 537703 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 537703 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 537703 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 537703 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 537704 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 537704 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 537704 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 537704 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 537704 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 537705 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 537708 T1564 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1
   [junit4]   2> 537709 T1564 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/'
   [junit4]   2> 537723 T1564 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 537730 T1564 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 537730 T1564 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 537732 T1564 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 537734 T1564 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 537735 T1564 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 537735 T1564 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/
   [junit4]   2> 537735 T1564 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 537736 T1564 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data
   [junit4]   2> 537736 T1564 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index/
   [junit4]   2> 537736 T1564 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 537736 T1564 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index
   [junit4]   2> 537742 T1564 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8267677479279375]
   [junit4]   2> 537743 T1564 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@f5d2ae9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d850ec9; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 537743 T1564 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537744 T1564 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 537744 T1564 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 537744 T1564 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 537744 T1564 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 537744 T1564 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 537745 T1564 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 537745 T1564 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 537746 T1564 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 537747 T1564 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 537747 T1564 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 537747 T1564 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4285780737803514]
   [junit4]   2> 537748 T1564 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@f5d2ae9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d850ec9; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 537748 T1564 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537748 T1564 oass.SolrIndexSearcher.<init> Opening Searcher@3c615291 main
   [junit4]   2> 537750 T1564 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
   [junit4]   2> 537750 T1565 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c615291 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 537750 T1564 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 537751 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 537751 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 537751 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 537775 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=280754709
   [junit4]   2> 537775 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a3b0e44
   [junit4]   2> 537776 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 537776 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 537776 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 537776 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 537777 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 537777 T1542 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 537778 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data;done=false>>]
   [junit4]   2> 537778 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data
   [junit4]   2> 537778 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index;done=false>>]
   [junit4]   2> 537779 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index
   [junit4]   2> 537779 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 537852 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=995755945
   [junit4]   2> 537852 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6fb834ea
   [junit4]   2> 537853 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 537853 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 537853 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 537853 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 537854 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 537854 T1542 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 537855 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index;done=false>>]
   [junit4]   2> 537855 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index
   [junit4]   2> 537855 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data;done=false>>]
   [junit4]   2> 537855 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data
   [junit4]   2> 537856 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 537908 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 537910 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34952
   [junit4]   2> 537910 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 537911 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 537911 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave
   [junit4]   2> 537911 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/'
   [junit4]   2> 537919 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/solr.xml
   [junit4]   2> 537920 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/solr.xml does not exist, using default configuration
   [junit4]   2> 537927 T1542 oasc.CoreContainer.<init> New CoreContainer 1674563932
   [junit4]   2> 537928 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/]
   [junit4]   2> 537928 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 537929 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 537929 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 537929 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 537930 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 537930 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 537930 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 537930 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 537931 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 537931 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 537935 T1577 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1
   [junit4]   2> 537935 T1577 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/'
   [junit4]   2> 537972 T1577 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 537980 T1577 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 537980 T1577 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 537982 T1577 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 537984 T1577 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 537985 T1577 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 537985 T1577 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/
   [junit4]   2> 537985 T1577 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 537986 T1577 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data
   [junit4]   2> 537986 T1577 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index/
   [junit4]   2> 537986 T1577 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 537986 T1577 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index
   [junit4]   2> 537987 T1577 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=32.4892578125, floorSegmentMB=1.7138671875, forceMergeDeletesPctAllowed=6.967983838744331, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2888640138225719
   [junit4]   2> 537998 T1577 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@180ce8c4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 537998 T1577 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537999 T1577 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 537999 T1577 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 537999 T1577 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 537999 T1577 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 537999 T1577 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 538000 T1577 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 538000 T1577 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 538001 T1577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 538002 T1577 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 538002 T1577 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 538003 T1577 oass.SolrIndexSearcher.<init> Opening Searcher@2b5ad548 main
   [junit4]   2> 538003 T1577 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
   [junit4]   2> 538003 T1577 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 538003 T1578 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b5ad548 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 538004 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538004 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 538005 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 538006 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44500
   [junit4]   2> 538006 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 538007 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538007 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master
   [junit4]   2> 538007 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/'
   [junit4]   2> 538017 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/solr.xml
   [junit4]   2> 538018 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/solr.xml does not exist, using default configuration
   [junit4]   2> 538025 T1542 oasc.CoreContainer.<init> New CoreContainer 1983294002
   [junit4]   2> 538026 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/]
   [junit4]   2> 538026 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 538026 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 538027 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 538027 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 538027 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 538027 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 538027 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 538028 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 538028 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 538028 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 538032 T1590 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1
   [junit4]   2> 538032 T1590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/'
   [junit4]   2> 538046 T1590 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 538053 T1590 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 538054 T1590 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 538055 T1590 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 538058 T1590 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 538059 T1590 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 538059 T1590 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/
   [junit4]   2> 538059 T1590 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 538060 T1590 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data
   [junit4]   2> 538060 T1590 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index/
   [junit4]   2> 538060 T1590 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 538060 T1590 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index
   [junit4]   2> 538061 T1590 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=32.4892578125, floorSegmentMB=1.7138671875, forceMergeDeletesPctAllowed=6.967983838744331, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2888640138225719
   [junit4]   2> 538064 T1590 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@471988e0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 538064 T1590 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 538065 T1590 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 538065 T1590 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 538065 T1590 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 538065 T1590 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 538065 T1590 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 538066 T1590 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 538066 T1590 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 538067 T1590 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 538068 T1590 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 538068 T1590 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 538069 T1590 oass.SolrIndexSearcher.<init> Opening Searcher@6c8b740d main
   [junit4]   2> 538069 T1590 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 538069 T1590 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 538069 T1590 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 538069 T1591 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c8b740d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 538070 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538070 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C569 name=collection1 org.apache.solr.core.SolrCore@3495544e
   [junit4]   2> 538073 T1573 C569 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=32.4892578125, floorSegmentMB=1.7138671875, forceMergeDeletesPctAllowed=6.967983838744331, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2888640138225719
   [junit4]   2> 538074 T1573 C569 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@180ce8c4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 538074 T1573 C569 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 538075 T1573 C569 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123456]} 0 3
   [junit4]   2> 538077 T1574 C569 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 538096 T1574 C569 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@180ce8c4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@180ce8c4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 538096 T1574 C569 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 538099 T1574 C569 oass.SolrIndexSearcher.<init> Opening Searcher@300cb46a main
   [junit4]   2> 538099 T1574 C569 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 538099 T1578 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@300cb46a main{StandardDirectoryReader(segments_2:3 _0(4.5):C1)}
   [junit4]   2> 538099 T1574 C569 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
   [junit4]   2> 538121 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1674563932
   [junit4]   2> 538122 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3495544e
   [junit4]   2> 538123 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 538123 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 538123 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 538123 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 538125 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 538125 T1542 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 538125 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index;done=false>>]
   [junit4]   2> 538126 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index
   [junit4]   2> 538126 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data;done=false>>]
   [junit4]   2> 538126 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data
   [junit4]   2> 538127 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 538178 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 538180 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34952
   [junit4]   2> 538180 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 538181 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538181 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave
   [junit4]   2> 538181 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/'
   [junit4]   2> 538193 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/solr.xml
   [junit4]   2> 538194 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/solr.xml does not exist, using default configuration
   [junit4]   2> 538201 T1542 oasc.CoreContainer.<init> New CoreContainer 775328551
   [junit4]   2> 538202 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/]
   [junit4]   2> 538202 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 538202 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 538202 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 538203 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 538203 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 538203 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 538203 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 538203 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 538204 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 538204 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 538208 T1602 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1
   [junit4]   2> 538208 T1602 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/'
   [junit4]   2> 538222 T1602 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 538229 T1602 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 538229 T1602 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 538231 T1602 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 538234 T1602 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 538234 T1602 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 538234 T1602 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/
   [junit4]   2> 538235 T1602 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 538235 T1602 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data
   [junit4]   2> 538235 T1602 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index/
   [junit4]   2> 538236 T1602 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 538236 T1602 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 538236 T1602 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 538236 T1602 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 538236 T1602 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 538236 T1602 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 538237 T1602 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 538238 T1602 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 538239 T1602 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 538239 T1602 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 538239 T1602 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index
   [junit4]   2> 538241 T1602 oass.SolrIndexSearcher.<init> Opening Searcher@767e2321 main
   [junit4]   2> 538241 T1602 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
   [junit4]   2> 538241 T1602 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 538241 T1603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@767e2321 main{StandardDirectoryReader(segments_2:3 _0(4.5):C1)}
   [junit4]   2> 538242 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538242 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 538248 T1606 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 538248 T1606 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> ASYNC  NEW_CORE C570 name=collection1 org.apache.solr.core.SolrCore@78000391
   [junit4]   2> 538250 T1586 C570 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C571 name=collection1 org.apache.solr.core.SolrCore@37c1eef5
   [junit4]   2> 538251 T1598 C571 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:44500/solr/replication&command=fetchindex&wait=true} status=0 QTime=7 
   [junit4]   2> 538253 T1542 oas.SolrTestCaseJ4.tearDown ###Ending testNoWriter
   [junit4]   2> 538276 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1983294002
   [junit4]   2> 538277 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@78000391
   [junit4]   2> 538277 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 538277 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 538278 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 538278 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 538278 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 538279 T1542 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 538279 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data;done=false>>]
   [junit4]   2> 538279 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data
   [junit4]   2> 538279 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index;done=false>>]
   [junit4]   2> 538280 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015201/master/collection1/data/index
   [junit4]   2> 538280 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 538353 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=775328551
   [junit4]   2> 538354 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@37c1eef5
   [junit4]   2> 538354 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 538354 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 538355 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 538355 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 538355 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 538356 T1542 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 538356 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data;done=false>>]
   [junit4]   2> 538356 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data
   [junit4]   2> 538357 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index;done=false>>]
   [junit4]   2> 538357 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732015289/slave/collection1/data/index
   [junit4]   2> 538357 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 538415 T1542 oas.SolrTestCaseJ4.setUp ###Starting testEmptyCommits
   [junit4]   2> 538418 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 538419 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39100
   [junit4]   2> 538420 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 538420 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538420 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master
   [junit4]   2> 538420 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/'
   [junit4]   2> 538430 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/solr.xml
   [junit4]   2> 538431 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/solr.xml does not exist, using default configuration
   [junit4]   2> 538439 T1542 oasc.CoreContainer.<init> New CoreContainer 2143523648
   [junit4]   2> 538439 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/]
   [junit4]   2> 538439 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 538440 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 538440 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 538440 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 538440 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 538440 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 538441 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 538441 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 538441 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 538441 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 538445 T1617 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1
   [junit4]   2> 538446 T1617 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/'
   [junit4]   2> 538459 T1617 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 538496 T1617 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 538496 T1617 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 538498 T1617 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 538501 T1617 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 538501 T1617 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 538501 T1617 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/data/
   [junit4]   2> 538501 T1617 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 538502 T1617 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/data
   [junit4]   2> 538502 T1617 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/data/index/
   [junit4]   2> 538502 T1617 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 538502 T1617 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016024/master/collection1/data/index
   [junit4]   2> 538503 T1617 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8267677479279375]
   [junit4]   2> 538503 T1617 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@18e7aaa7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f09fa27; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 538503 T1617 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 538504 T1617 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 538504 T1617 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 538504 T1617 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 538504 T1617 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 538505 T1617 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 538505 T1617 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 538505 T1617 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 538506 T1617 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 538507 T1617 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 538507 T1617 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 538507 T1617 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4285780737803514]
   [junit4]   2> 538508 T1617 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@18e7aaa7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f09fa27; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 538508 T1617 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 538508 T1617 oass.SolrIndexSearcher.<init> Opening Searcher@9b87d28 main
   [junit4]   2> 538508 T1617 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 538509 T1617 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 538509 T1617 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 538509 T1618 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9b87d28 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 538509 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538509 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 538510 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 538514 T1542 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 538516 T1542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33331
   [junit4]   2> 538517 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 538517 T1542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538517 T1542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave
   [junit4]   2> 538518 T1542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/'
   [junit4]   2> 538528 T1542 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/solr.xml
   [junit4]   2> 538528 T1542 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/solr.xml does not exist, using default configuration
   [junit4]   2> 538535 T1542 oasc.CoreContainer.<init> New CoreContainer 1136734950
   [junit4]   2> 538536 T1542 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/]
   [junit4]   2> 538536 T1542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 538536 T1542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 538537 T1542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 538537 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 538537 T1542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 538537 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 538538 T1542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 538538 T1542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 538538 T1542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 538538 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 538542 T1629 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1
   [junit4]   2> 538542 T1629 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/'
   [junit4]   2> 538556 T1629 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 538563 T1629 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 538563 T1629 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 538565 T1629 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 538568 T1629 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 538568 T1629 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 538568 T1629 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data/
   [junit4]   2> 538568 T1629 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 538569 T1629 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data
   [junit4]   2> 538569 T1629 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data/index/
   [junit4]   2> 538569 T1629 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 538569 T1629 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data/index
   [junit4]   2> 538570 T1629 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8267677479279375]
   [junit4]   2> 538570 T1629 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5560fee3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c644443; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 538570 T1629 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 538571 T1629 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 538571 T1629 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 538571 T1629 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 538571 T1629 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 538571 T1629 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 538572 T1629 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 538572 T1629 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 538573 T1629 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 538573 T1629 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 538573 T1629 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 538574 T1629 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4285780737803514]
   [junit4]   2> 538574 T1629 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5560fee3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c644443; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 538574 T1629 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 538574 T1629 oass.SolrIndexSearcher.<init> Opening Searcher@67763641 main
   [junit4]   2> 538575 T1629 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
   [junit4]   2> 538575 T1629 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 538575 T1630 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67763641 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 538575 T1542 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538576 T1542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 538576 T1542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> ASYNC  NEW_CORE C572 name=collection1 org.apache.solr.core.SolrCore@2b850292
   [junit4]   2> 538580 T1613 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={sort=id+desc&q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 538583 T1614 C572 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 1
   [junit4]   2> 538585 T1615 C572 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 538587 T1615 C572 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@18e7aaa7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f09fa27; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@18e7aaa7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f09fa27; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_2,generation=2}
   [junit4]   2> 538587 T1615 C572 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 538588 T1615 C572 oass.SolrIndexSearcher.<init> Opening Searcher@31cf9b21 main
   [junit4]   2> 538589 T1615 C572 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 538589 T1618 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31cf9b21 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C1)}
   [junit4]   2> 538589 T1615 C572 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&wt=javabin&version=2} {commit=} 0 4
   [junit4]   2> 538591 T1633 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 538592 T1633 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 538593 T1616 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 538593 T1633 oash.SnapPuller.fetchLatestIndex Master's generation: 2
   [junit4]   2> 538593 T1633 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
   [junit4]   2> 538593 T1633 oash.SnapPuller.fetchLatestIndex Starting replication process
   [junit4]   2> 538597 T1613 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
   [junit4]   2> 538598 T1633 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 11
   [junit4]   2> 538598 T1633 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data/index.20130817053336207
   [junit4]   2> 538598 T1633 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@47241516 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@336ed022) fullCopy=false
   [junit4]   2> 538600 T1614 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockRandom_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538603 T1615 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538606 T1616 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
   [junit4]   2> 538608 T1613 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538611 T1614 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538613 T1615 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538615 T1616 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0_MockRandom_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538617 T1613 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538619 T1614 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538622 T1615 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538624 T1616 C572 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
   [junit4]   2> 538643 T1633 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
   [junit4]   2> 538644 T1633 oasu.DefaultSolrCoreState.closeIndexWriter Closing IndexWriter...
   [junit4]   2> 538644 T1633 oasu.DefaultSolrCoreState.closeIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 538644 T1633 oasu.DefaultSolrCoreState.closeIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 538645 T1633 oasu.DefaultSolrCoreState.openIndexWriter Creating new IndexWriter...
   [junit4]   2> 538645 T1633 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8433932142806739]
   [junit4]   2> 538646 T1633 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5560fee3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c644443; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5560fee3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c644443; maxCacheMB=0.2314453125 maxMergeSizeMB=0.7568359375)),segFN=segments_2,generation=2}
   [junit4]   2> 538646 T1633 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 538646 T1633 oasu.DefaultSolrCoreState.openIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 538647 T1633 oass.SolrIndexSearcher.<init> Opening Searcher@220407a9 main
   [junit4]   2> 538647 T1630 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@220407a9 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C1)}
   [junit4]   2> 538647 T1633 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732016121/slave/collection1/data/index.20130817053336207 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrI

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

on: Server refused connection at: http://127.0.0.1:59646/solr
   [junit4]   2> 598078 T2209 C635 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
   [junit4]   2> 598079 T2220 oash.SnapShooter.createSnapshot Creating backup snapshot...
   [junit4]   2> 598078 T2208 C635 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={numberToKeep=1&command=backup} status=0 QTime=0 
   [junit4]   2> 598281 T2210 C635 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
   [junit4]   2> 598289 T1542 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
   [junit4]   2> 598310 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=530242747
   [junit4]   2> 598311 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ad32823
   [junit4]   2> 598312 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=492,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 598313 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 598313 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 598314 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 598315 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 598316 T1542 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 598317 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073282/master/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073282/master/collection1/data/index;done=false>>]
   [junit4]   2> 598317 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073282/master/collection1/data/index
   [junit4]   2> 598318 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073282/master/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073282/master/collection1/data;done=false>>]
   [junit4]   2> 598319 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073282/master/collection1/data
   [junit4]   2> 598320 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 598392 T2201 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:59646/solr is not available. Index fetch failed. Exception: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:59646/solr
   [junit4]   2> 598393 T1542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=350572747
   [junit4]   2> 598394 T1542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@428d1e6c
   [junit4]   2> 598395 T1542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 598395 T1542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 598396 T1542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 598396 T1542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 598397 T1542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 598398 T1542 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 598399 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073354/slave/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073354/slave/collection1/data/index;done=false>>]
   [junit4]   2> 598399 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073354/slave/collection1/data/index
   [junit4]   2> 598400 T1542 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073354/slave/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073354/slave/collection1/data;done=false>>]
   [junit4]   2> 598401 T1542 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1376732073354/slave/collection1/data
   [junit4]   2> 598402 T1542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 598460 T1542 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {newname=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), name=PostingsFormat(name=MockRandom)}, docValues:{}, sim=DefaultSimilarity, locale=es_BO, timezone=America/Kralendijk
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=243160176,total=438304768
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisAfterCoreReloadTest, UnloadDistributedZkTest, TestPHPSerializedResponseWriter, BinaryUpdateRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, LegacyHTMLStripCharFilterTest, TestSolrIndexConfig, HdfsCollectionsAPIDistributedZkTest, ScriptEngineTest, IndexSchemaTest, UUIDFieldTest, AliasIntegrationTest, TestSolrQueryParser, SolrXmlInZkTest, PeerSyncTest, ClusterStateUpdateTest, SolrCoreTest, DateMathParserTest, DocValuesTest, HdfsRecoveryZkTest, PrimitiveFieldTypeTest, PreAnalyzedUpdateProcessorTest, SolrIndexSplitterTest, TestJoin, ZkControllerTest, BasicFunctionalityTest, URLClassifyProcessorTest, OverseerCollectionProcessorTest, ResponseLogComponentTest, TestSchemaSimilarityResource, TestConfig, DistributedSpellCheckComponentTest, TestRemoteStreaming, TestFieldResource, RecoveryZkTest, TestPseudoReturnFields, CoreAdminHandlerTest, TestDynamicFieldCollectionResource, TestReversedWildcardFilterFactory, TestStressVersions, TestRandomDVFaceting, TestFieldTypeResource, QueryEqualityTest, LoggingHandlerTest, TestCharFilters, ExternalFileFieldSortTest, LukeRequestHandlerTest, TestClassNameShortening, TestBM25SimilarityFactory, BlockDirectoryTest, BlockCacheTest, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, TestSystemIdResolver, WordBreakSolrSpellCheckerTest, TermVectorComponentTest, DOMUtilTest, HdfsSyncSliceTest, ShowFileRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, ShardSplitTest, CircularListTest, TestTrie, SliceStateUpdateTest, TestSearchPerf, CachingDirectoryFactoryTest, SpellPossibilityIteratorTest, AutoCommitTest, SyncSliceTest, StatelessScriptUpdateProcessorFactoryTest, SOLR749Test, TestInfoStreamLogging, TestReplicationHandler]
   [junit4] Completed on J0 in 60.89s, 14 tests, 1 failure <<< FAILURES!

[...truncated 498 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: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: 322 suites, 1375 tests, 1 failure, 38 ignored (6 assumptions)

Total time: 40 minutes 13 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 (64bit/jdk1.6.0_45) - Build # 6965 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6965/
Java: 64bit/jdk1.6.0_45 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([2C78AB741C72B822:EDB07632BD14698B]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:493)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:214)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46663/solr
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:431)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:446)
	... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	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)
	... 42 more




Build Log:
[...truncated 10154 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   2> 4740 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 5866 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6048 T11 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50885
   [junit4]   2> 6160 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6428 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6429 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10
   [junit4]   2> 6430 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/'
   [junit4]   2> 6830 T11 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/solr.xml
   [junit4]   2> 6832 T11 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/solr.xml does not exist, using default configuration
   [junit4]   2> 7460 T11 oasc.CoreContainer.<init> New CoreContainer 996627145
   [junit4]   2> 7461 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/]
   [junit4]   2> 7690 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 7691 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 7695 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 7696 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7697 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7698 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7699 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7700 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7701 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7702 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 8481 T23 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1
   [junit4]   2> 8482 T23 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/'
   [junit4]   2> 8610 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 9148 T23 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 9230 T23 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 9239 T23 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 9629 T23 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 10091 T23 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 10180 T23 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/
   [junit4]   2> 10181 T23 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 10450 T23 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data
   [junit4]   2> 10451 T23 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index/
   [junit4]   2> 10452 T23 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 10510 T23 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index
   [junit4]   2> 11440 T23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5d3ac0),segFN=segments_1,generation=1}
   [junit4]   2> 11450 T23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 13301 T23 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 13430 T23 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 13432 T23 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 13432 T23 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 13440 T23 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 13470 T23 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 13541 T23 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 13585 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13662 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 13663 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 13680 T23 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5d3ac0),segFN=segments_1,generation=1}
   [junit4]   2> 13681 T23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 13800 T23 oass.SolrIndexSearcher.<init> Opening Searcher@1a2e34bf main
   [junit4]   2> 14080 T23 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 14081 T23 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 14081 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a2e34bf main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 14101 T11 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 14102 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@2f984f7d
   [junit4]   2> 15190 T21 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 719
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@2f984f7d
   [junit4]   2> 15294 T19 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16472 T19 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5d3ac0),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5d3ac0),segFN=segments_2,generation=2}
   [junit4]   2> 16474 T19 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 16871 T19 C1 oass.SolrIndexSearcher.<init> Opening Searcher@da8e53c main
   [junit4]   2> 16880 T19 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 16891 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@da8e53c main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   2> 16892 T19 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 1598
   [junit4]   2> 16898 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 16901 T11 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41380
   [junit4]   2> 16906 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 16906 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 16907 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11
   [junit4]   2> 16908 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/'
   [junit4]   2> 16925 T11 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/solr.xml
   [junit4]   2> 16926 T11 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/solr.xml does not exist, using default configuration
   [junit4]   2> 16999 T11 oasc.CoreContainer.<init> New CoreContainer 487663350
   [junit4]   2> 17000 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/]
   [junit4]   2> 17003 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 17004 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 17005 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 17005 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 17006 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 17007 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 17008 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 17009 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 17010 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 17011 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 17022 T35 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1
   [junit4]   2> 17023 T35 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/'
   [junit4]   2> 17092 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 17185 T35 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 17186 T35 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 17194 T35 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 17214 T35 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 17216 T35 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 17217 T35 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/
   [junit4]   2> 17217 T35 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 17219 T35 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data
   [junit4]   2> 17219 T35 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index/
   [junit4]   2> 17220 T35 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 17221 T35 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index
   [junit4]   2> 17224 T35 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f2f8a84),segFN=segments_1,generation=1}
   [junit4]   2> 17225 T35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 17227 T35 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 17227 T35 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 17228 T35 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 17228 T35 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 17229 T35 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 17229 T35 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 17230 T35 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 17233 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17239 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 17240 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 17244 T35 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f2f8a84),segFN=segments_1,generation=1}
   [junit4]   2> 17244 T35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 17245 T35 oass.SolrIndexSearcher.<init> Opening Searcher@2a47cc3 main
   [junit4]   2> 17246 T35 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 17247 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a47cc3 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 17247 T35 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 17248 T11 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 17249 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@5d0e2c9
   [junit4]   2> 17274 T32 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 7
   [junit4]   2> 17279 T33 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 17356 T33 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f2f8a84),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f2f8a84),segFN=segments_2,generation=2}
   [junit4]   2> 17356 T33 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 17421 T33 C2 oass.SolrIndexSearcher.<init> Opening Searcher@2630a895 main
   [junit4]   2> 17422 T33 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 17422 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2630a895 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   2> 17424 T33 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> 17429 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 17432 T11 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46663
   [junit4]   2> 17433 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 17433 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 17434 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12
   [junit4]   2> 17434 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/'
   [junit4]   2> 17449 T11 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/solr.xml
   [junit4]   2> 17450 T11 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/solr.xml does not exist, using default configuration
   [junit4]   2> 17516 T11 oasc.CoreContainer.<init> New CoreContainer 603110531
   [junit4]   2> 17517 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/]
   [junit4]   2> 17520 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 17521 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 17522 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 17523 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 17523 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 17524 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 17525 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 17526 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 17527 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 17528 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 17542 T47 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1
   [junit4]   2> 17543 T47 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/'
   [junit4]   2> 17603 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 17670 T47 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 17671 T47 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 17681 T47 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 17708 T47 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 17711 T47 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 17712 T47 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/
   [junit4]   2> 17712 T47 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 17714 T47 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data
   [junit4]   2> 17715 T47 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index/
   [junit4]   2> 17715 T47 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 17716 T47 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index
   [junit4]   2> 17720 T47 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b0e2558),segFN=segments_1,generation=1}
   [junit4]   2> 17721 T47 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 17723 T47 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 17724 T47 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 17725 T47 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 17726 T47 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 17726 T47 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 17727 T47 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 17728 T47 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 17731 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17736 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 17737 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 17741 T47 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b0e2558),segFN=segments_1,generation=1}
   [junit4]   2> 17742 T47 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 17743 T47 oass.SolrIndexSearcher.<init> Opening Searcher@71e13a2c main
   [junit4]   2> 17744 T47 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 17745 T47 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 17745 T48 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71e13a2c main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 17746 T11 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 17746 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@3484fdbc
   [junit4]   2> 17761 T43 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
   [junit4]   2> 17765 T44 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 17936 T44 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b0e2558),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b0e2558),segFN=segments_2,generation=2}
   [junit4]   2> 17937 T44 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 17993 T44 C3 oass.SolrIndexSearcher.<init> Opening Searcher@1f6b69d7 main
   [junit4]   2> 17994 T44 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 17994 T48 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f6b69d7 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   2> 17995 T44 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 230
   [junit4]   2> 18002 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=250&socketTimeout=250
   [junit4]   2> 18025 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=487663350
   [junit4]   2> 18026 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d0e2c9
   [junit4]   2> 18027 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 18028 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 18028 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 18029 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 18031 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 18033 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 18035 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data;done=false>>]
   [junit4]   2> 18036 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data
   [junit4]   2> 18038 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   2> 18038 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206198/solr/collection11/collection1/data/index
   [junit4]   2> 18232 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 18925 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=996627145
   [junit4]   2> 18926 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@2f984f7d
   [junit4]   2> 18993 T21 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=698 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@3484fdbc
   [junit4]   2> 18993 T46 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=340 
   [junit4]   2> 19026 T11 oejut.QueuedThreadPool.doStop WARN 1 threads could not be stopped
   [junit4]   2> 19027 T11 oejut.QueuedThreadPool.doStop Couldn't stop Thread[qtp991552899-21,5,TGRP-TestLBHttpSolrServer]
   [junit4]   2> 19028 T11 oejut.QueuedThreadPool.doStop  at java.io.FileInputStream.readBytes(Native Method)
   [junit4]   2> 19029 T11 oejut.QueuedThreadPool.doStop  at java.io.FileInputStream.read(FileInputStream.java:220)
   [junit4]   2> 19029 T11 oejut.QueuedThreadPool.doStop  at sun.misc.Resource.getBytes(Resource.java:108)
   [junit4]   2> 19030 T11 oejut.QueuedThreadPool.doStop  at java.net.URLClassLoader.defineClass(URLClassLoader.java:257)
   [junit4]   2> 19031 T11 oejut.QueuedThreadPool.doStop  at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
   [junit4]   2> 19031 T21 C4 oasc.SolrException.log ERROR null:org.eclipse.jetty.io.EofException
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:95)
   [junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:684)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 19032 T11 oejut.QueuedThreadPool.doStop  at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
   [junit4]   2> 19033 T11 oejut.QueuedThreadPool.doStop  at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 19034 T21 C4 oasc.SolrException.log ERROR null:org.eclipse.jetty.io.EofException
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:95)
   [junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:684)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 19034 T11 oejut.QueuedThreadPool.doStop  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   [junit4]   2> 19038 T11 oejut.QueuedThreadPool.doStop  at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   [junit4]   2> 19038 T11 oejut.QueuedThreadPool.doStop  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   [junit4]   2> 19039 T11 oejut.QueuedThreadPool.doStop  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   [junit4]   2> 19040 T11 oejut.QueuedThreadPool.doStop  at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:676)
   [junit4]   2> 19041 T11 oejut.QueuedThreadPool.doStop  at org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:734)
   [junit4]   2> 19041 T11 oejut.QueuedThreadPool.doStop  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 19042 T21 C4 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2f984f7d
   [junit4]   2> 19042 T11 oejut.QueuedThreadPool.doStop  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
   [junit4]   2> 19043 T21 C4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 19044 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 19045 T21 C4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 19046 T11 oejut.QueuedThreadPool.doStop  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
   [junit4]   2> 19046 T21 C4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 19048 T21 C4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 19047 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 19052 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 19052 T21 C4 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 19053 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 19054 T21 C4 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 19055 T21 C4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 19056 T21 C4 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data
   [junit4]   2> 19054 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 19057 T21 C4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 19058 T21 C4 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index
   [junit4]   2> 19057 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 19059 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 19060 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 19060 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 19061 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 19062 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 19062 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 19062 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 19063 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 19063 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 19064 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 19064 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 19065 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 19066 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 19066 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 19067 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 19068 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 19068 T21 C4 oasc.SolrException.log ERROR Error closing directory:java.lang.RuntimeException: CheckIndex failed
   [junit4]   2> 		at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
   [junit4]   2> 		at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:658)
   [junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:305)
   [junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:271)
   [junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1036)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 19068 T11 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 19070 T11 oejut.QueuedThreadPool.doStop  at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 19100 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=603110531
   [junit4]   2> 19101 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3484fdbc
   [junit4]   2> 19102 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 19102 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 19103 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 19103 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 19105 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 19106 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 19107 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data;done=false>>]
   [junit4]   2> 19107 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data
   [junit4]   2> 19108 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   2> 19108 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727206729/solr/collection12/collection1/data/index
   [junit4]   2> 19132 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> CheckIndex failed
   [junit4]   1> ERROR: could not read any segments file in directory
   [junit4]   1> java.io.IOException: null: NIOFSIndexInput(path="/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727194046/solr/collection10/collection1/data/index/segments_2")
   [junit4]   1> 	at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:179)
   [junit4]   1> 	at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:271)
   [junit4]   1> 	at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:51)
   [junit4]   1> 	at org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:112)
   [junit4]   1> 	at org.apache.lucene.store.ChecksumIndexInput.readByte(ChecksumIndexInput.java:41)
   [junit4]   1> 	at org.apache.lucene.store.DataInput.readInt(DataInput.java:84)
   [junit4]   1> 	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:320)
   [junit4]   1> 	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:380)
   [junit4]   1> 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:812)
   [junit4]   1> 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:663)
   [junit4]   1> 	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:376)
   [junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:393)
   [junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:658)
   [junit4]   1> 	at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:305)
   [junit4]   1> 	at org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:271)
   [junit4]   1> 	at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
   [junit4]   1> 	at org.apache.solr.core.SolrCore.close(SolrCore.java:1036)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   1> Caused by: java.nio.channels.ClosedByInterruptException
   [junit4]   1> 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
   [junit4]   1> 	at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:617)
   [junit4]   1> 	at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:169)
   [junit4]   1> 	... 44 more
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability -Dtests.seed=2C78AB741C72B822 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=America/Montserrat -Dtests.file.encoding=UTF-8
   [junit4] ERROR   15.1s J1 | TestLBHttpSolrServer.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2C78AB741C72B822:EDB07632BD14698B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:493)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:214)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:662)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46663/solr
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:431)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:446)
   [junit4]    > 	... 40 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:129)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 42 more
   [junit4]   2> 19256 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 19263 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 19266 T11 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51861
   [junit4]   2> 19266 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 19267 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 19268 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10
   [junit4]   2> 19269 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/'
   [junit4]   2> 19287 T11 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/solr.xml
   [junit4]   2> 19288 T11 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/solr.xml does not exist, using default configuration
   [junit4]   2> 19343 T11 oasc.CoreContainer.<init> New CoreContainer 335711194
   [junit4]   2> 19344 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/]
   [junit4]   2> 19346 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 19347 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 19347 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 19348 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 19349 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 19349 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 19350 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 19350 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 19351 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 19351 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 19359 T60 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1
   [junit4]   2> 19359 T60 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/'
   [junit4]   2> 19410 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 19452 T60 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 19452 T60 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 19460 T60 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 19475 T60 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 19476 T60 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 19476 T60 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/
   [junit4]   2> 19477 T60 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 19478 T60 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data
   [junit4]   2> 19478 T60 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index/
   [junit4]   2> 19479 T60 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 19479 T60 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index
   [junit4]   2> 19482 T60 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11652e61),segFN=segments_1,generation=1}
   [junit4]   2> 19483 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19484 T60 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 19484 T60 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 19485 T60 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 19485 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 19486 T60 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 19486 T60 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 19486 T60 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 19488 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 19491 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 19492 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 19494 T60 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11652e61),segFN=segments_1,generation=1}
   [junit4]   2> 19495 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19495 T60 oass.SolrIndexSearcher.<init> Opening Searcher@2e8cd4db main
   [junit4]   2> 19496 T60 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 19496 T61 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e8cd4db main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 19496 T60 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 19498 T11 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 19498 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@315cb235
   [junit4]   2> 19517 T56 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 7
   [junit4]   2> 19522 T57 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 19538 T57 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11652e61),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208562/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11652e61),segFN=segments_2,generation=2}
   [junit4]   2> 19539 T57 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 19542 T57 C6 oass.SolrIndexSearcher.<init> Opening Searcher@d054f93 main
   [junit4]   2> 19543 T57 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 19543 T61 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d054f93 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   2> 19544 T57 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 23
   [junit4]   2> 19548 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 19551 T11 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52805
   [junit4]   2> 19552 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 19553 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 19553 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11
   [junit4]   2> 19554 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/'
   [junit4]   2> 19574 T11 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/solr.xml
   [junit4]   2> 19575 T11 oasc.ConfigSolr.fromFile /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/solr.xml does not exist, using default configuration
   [junit4]   2> 19642 T11 oasc.CoreContainer.<init> New CoreContainer 786093240
   [junit4]   2> 19643 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/]
   [junit4]   2> 19645 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 19646 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 19646 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 19647 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 19647 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 19648 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 19649 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 19649 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 19650 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 19651 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 19660 T72 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1
   [junit4]   2> 19661 T72 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/'
   [junit4]   2> 19704 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 19754 T72 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 19755 T72 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 19761 T72 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 19781 T72 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 19783 T72 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 19783 T72 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/
   [junit4]   2> 19784 T72 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 19785 T72 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data
   [junit4]   2> 19786 T72 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/index/
   [junit4]   2> 19786 T72 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 19787 T72 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/index
   [junit4]   2> 19789 T72 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ec44aaf),segFN=segments_1,generation=1}
   [junit4]   2> 19790 T72 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19791 T72 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 19792 T72 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 19792 T72 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 19793 T72 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 19793 T72 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 19794 T72 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 19794 T72 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 19796 T72 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 19799 T72 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 19799 T72 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 19802 T72 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ec44aaf),segFN=segments_1,generation=1}
   [junit4]   2> 19802 T72 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19803 T72 oass.SolrIndexSearcher.<init> Opening Searcher@59fe1da2 main
   [junit4]   2> 19804 T72 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 19804 T72 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 19804 T73 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59fe1da2 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 19805 T11 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 19805 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@473eae6e
   [junit4]   2> 19818 T68 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 5
   [junit4]   2> 19822 T69 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 28200 T69 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727208849/solr/collection11/collection1/data/index lockFactory=or

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

olr.StandardRequestHandler
   [junit4]   2> 31775 T146 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 31776 T146 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 31776 T146 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 31777 T146 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 31778 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 31781 T146 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 31782 T146 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 31783 T146 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data/index
   [junit4]   2> 31789 T146 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f156508),segFN=segments_2,generation=2}
   [junit4]   2> 31790 T146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 31792 T146 oass.SolrIndexSearcher.<init> Opening Searcher@734893da main
   [junit4]   2> 31793 T146 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 31794 T147 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@734893da main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   2> 31794 T146 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 31795 T11 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 31796 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@bee145b
   [junit4]   2> 31940 T142 C19 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=1 
   [junit4]   2> 33000 T143 C19 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 33026 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=307869988
   [junit4]   2> 33029 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@bee145b
   [junit4]   2> 33030 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 33031 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 33031 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33032 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33034 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33035 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33036 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 33037 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data
   [junit4]   2> 33038 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 33038 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727219724/solr/collection10/collection1/data/index
   [junit4]   2> 33098 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 33179 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1087402605
   [junit4]   2> 33179 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b8845af
   [junit4]   2> 33180 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 33180 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 33181 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33181 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33183 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33184 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33184 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727220355/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727220355/solr/collection12/collection1/data;done=false>>]
   [junit4]   2> 33185 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727220355/solr/collection12/collection1/data
   [junit4]   2> 33185 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727220355/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727220355/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   2> 33186 T11 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1376727220355/solr/collection12/collection1/data/index
   [junit4]   2> 33196 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=MockRandom), name=PostingsFormat(name=MockRandom)}, docValues:{}, sim=DefaultSimilarity, locale=zh_CN, timezone=America/Montserrat
   [junit4]   2> NOTE: Linux 3.2.0-51-generic amd64/Sun Microsystems Inc. 1.6.0_45 (64-bit)/cpus=8,threads=3,free=56028656,total=85000192
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
   [junit4] Completed on J1 in 32.33s, 3 tests, 1 error <<< FAILURES!

[...truncated 127 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: 46 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.6.0_45 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure