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/03/01 04:38:21 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 4526 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4526/
Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testAddDelete

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:41038/solr
	at __randomizedtesting.SeedInfo.seed([4879C3E78A517214:8099BEED7BF9A1C2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:417)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:256)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.SolrExampleTests.testAddDelete(SolrExampleTests.java:738)
	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:474)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
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:353)
	... 46 more




Build Log:
[...truncated 10010 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest
[junit4:junit4]   2> 1 T95 oas.SolrJettyTestBase.beforeSolrJettyTestBase Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   2> 1 T95 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/./solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2 T95 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 4 T95 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 26 T95 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[junit4:junit4]   2> 36 T95 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41038
[junit4:junit4]   2> 37 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 37 T95 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 38 T95 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   2> 38 T95 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/solr.xml
[junit4:junit4]   2> 38 T95 oasc.CoreContainer.<init> New CoreContainer 723223090
[junit4:junit4]   2> 39 T95 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   2> 39 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   2> 74 T95 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 75 T95 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 75 T95 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 75 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 76 T95 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 76 T95 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 76 T95 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 76 T95 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 77 T95 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 77 T95 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 93 T95 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 117 T105 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   2> 118 T105 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/'
[junit4:junit4]   2> 132 T105 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
[junit4:junit4]   2> 167 T105 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 208 T105 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 208 T105 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 213 T105 oass.IndexSchema.readSchema Schema name=example
[junit4:junit4]   2> 654 T105 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 661 T105 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 664 T105 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 684 T105 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/
[junit4:junit4]   2> 684 T105 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36a13f03
[junit4:junit4]   2> 685 T105 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   2> 685 T105 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
[junit4:junit4]   2> 686 T105 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 686 T105 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189 forceNew:false
[junit4:junit4]   2> 687 T105 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 687 T105 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index/
[junit4:junit4]   2> 687 T105 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 688 T105 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index forceNew:false
[junit4:junit4]   2> 690 T105 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 691 T105 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 691 T105 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 691 T105 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 692 T105 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   2> 692 T105 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
[junit4:junit4]   2> 692 T105 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
[junit4:junit4]   2> 692 T105 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
[junit4:junit4]   2> 693 T105 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 694 T105 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
[junit4:junit4]   2> 694 T105 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 694 T105 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
[junit4:junit4]   2> 695 T105 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 695 T105 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   2> 695 T105 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   2> 695 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   2> 696 T105 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   2> 696 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 696 T105 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 696 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   2> 697 T105 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   2> 697 T105 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 698 T105 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 698 T105 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 698 T105 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 698 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 699 T105 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
[junit4:junit4]   2> 699 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 699 T105 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
[junit4:junit4]   2> 699 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 699 T105 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
[junit4:junit4]   2> 700 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 700 T105 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
[junit4:junit4]   2> 702 T105 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 703 T105 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 705 T105 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 708 T105 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 708 T105 oass.SolrIndexSearcher.<init> Opening Searcher@79201208 main
[junit4:junit4]   2> 708 T105 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/tlog
[junit4:junit4]   2> 709 T105 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   2> 709 T105 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 709 T105 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 710 T105 oass.DirectSolrSpellChecker.init init: {name=default,field=name,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   2> 710 T105 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 711 T105 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   2> 736 T105 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 737 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@79201208 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 738 T105 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@22b43518
[junit4:junit4]   2> 741 T106 C5 REQ [collection1] webapp=null path=null params={event=firstSearcher&distrib=false&q=static+firstSearcher+warming+in+solrconfig.xml} hits=0 status=0 QTime=4 
[junit4:junit4]   2> 741 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 741 T106 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
[junit4:junit4]   2> 741 T106 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
[junit4:junit4]   2> 742 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79201208 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 745 T105 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 746 T105 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 747 T95 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1
[junit4:junit4]   2> 747 T95 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 748 T95 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#41038
[junit4:junit4]   2> 752 T95 oas.SolrTestCaseJ4.setUp ###Starting testRealtimeGet
[junit4:junit4]   2> 753 T95 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 834 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 836 T103 C5 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 840 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 841 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 843 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@4b9e3acd realtime
[junit4:junit4]   2> 844 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274677832220672)} 0 10
[junit4:junit4]   2> 845 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5fe8d552
[junit4:junit4]   2> 1103 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[DOCID (1428274677852143616)]} 0 250
[junit4:junit4]   2> 1104 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: DOCID is 200
[junit4:junit4]   2> 1104 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5fe8d552
[junit4:junit4]   2> 1107 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1113 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_2,generation=2,filenames=[_0_Pulsing41_0.doc, _0_SimpleText_0.pst, _0_Direct_0.pos, _0.nvm, _0.fdt, _0_Direct_0.tim, _0_Pulsing41_0.pos, segments_2, _0_Pulsing41_0.tim, _0.fnm, _0.nvd, _0.si, _0_Direct_0.tip, _0_Pulsing41_0.tip, _0.fdx, _0_Direct_0.doc]
[junit4:junit4]   2> 1114 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Pulsing41_0.doc, _0_SimpleText_0.pst, _0_Direct_0.pos, _0.nvm, _0.fdt, _0_Direct_0.tim, _0_Pulsing41_0.pos, segments_2, _0_Pulsing41_0.tim, _0.fnm, _0.nvd, _0.si, _0_Direct_0.tip, _0_Pulsing41_0.tip, _0.fdx, _0_Direct_0.doc]
[junit4:junit4]   2> 1114 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1116 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5c365a8e main
[junit4:junit4]   2> 1117 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1117 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c365a8e main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 1117 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1117 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1118 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c365a8e main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 1118 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1119 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 13
[junit4:junit4]   2> 1127 T103 C5 REQ [collection1] webapp=/solr path=/get params={id=DOCID&qt=/get&wt=javabin&fl=id,name,aaa:[value+v%3Daaa]&version=2} status=0 QTime=4 
[junit4:junit4]   2> 1130 T101 C5 REQ [collection1] webapp=/solr path=/get params={id=DOCID&qt=/get&wt=xml&fl=id,name,aaa:[value+v%3Daaa]&version=2.2} status=0 QTime=0 
[junit4:junit4]   2> 1133 T95 oas.SolrTestCaseJ4.tearDown ###Ending testRealtimeGet
[junit4:junit4]   2> 1140 T95 oas.SolrTestCaseJ4.setUp ###Starting testExampleConfig
[junit4:junit4]   2> 1144 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1145 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@72961b60 realtime
[junit4:junit4]   2> 1146 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274678156230656)} 0 3
[junit4:junit4]   2> 1147 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5cdf7665
[junit4:junit4]   2> 1400 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1112211111 (1428274678163570688)]} 0 250
[junit4:junit4]   2> 1400 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 1112211111 is 200
[junit4:junit4]   2> 1401 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5cdf7665
[junit4:junit4]   2> 1403 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1405 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_2,generation=2,filenames=[_0_Pulsing41_0.doc, _0_SimpleText_0.pst, _0_Direct_0.pos, _0.nvm, _0.fdt, _0_Direct_0.tim, _0_Pulsing41_0.pos, segments_2, _0_Pulsing41_0.tim, _0.fnm, _0.nvd, _0.si, _0_Direct_0.tip, _0_Pulsing41_0.tip, _0.fdx, _0_Direct_0.doc]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_3,generation=3,filenames=[_1_Direct_0.pos, _1_Direct_0.tip, _1_SimpleText_0.pst, _1.nvd, _1_Pulsing41_0.doc, _1_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Direct_0.tim, _1.si, _1.nvm, segments_3, _1_Pulsing41_0.tim, _1_Pulsing41_0.pos, _1.fnm]
[junit4:junit4]   2> 1406 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_Direct_0.pos, _1_Direct_0.tip, _1_SimpleText_0.pst, _1.nvd, _1_Pulsing41_0.doc, _1_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Direct_0.tim, _1.si, _1.nvm, segments_3, _1_Pulsing41_0.tim, _1_Pulsing41_0.pos, _1.fnm]
[junit4:junit4]   2> 1407 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1408 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@12256c4b main
[junit4:junit4]   2> 1409 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1410 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@12256c4b main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
[junit4:junit4]   2> 1410 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1410 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1411 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12256c4b main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
[junit4:junit4]   2> 1411 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1411 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 8
[junit4:junit4]   2> 1415 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1416 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_3,generation=3,filenames=[_1_Direct_0.pos, _1_Direct_0.tip, _1_SimpleText_0.pst, _1.nvd, _1_Pulsing41_0.doc, _1_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Direct_0.tim, _1.si, _1.nvm, segments_3, _1_Pulsing41_0.tim, _1_Pulsing41_0.pos, _1.fnm]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_4,generation=4,filenames=[segments_4, _1_Direct_0.pos, _1_Direct_0.tip, _1_SimpleText_0.pst, _1.nvd, _1_Pulsing41_0.doc, _1_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Direct_0.tim, _1.si, _1.nvm, _1_Pulsing41_0.tim, _1_Pulsing41_0.pos, _1.fnm]
[junit4:junit4]   2> 1417 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4, _1_Direct_0.pos, _1_Direct_0.tip, _1_SimpleText_0.pst, _1.nvd, _1_Pulsing41_0.doc, _1_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Direct_0.tim, _1.si, _1.nvm, _1_Pulsing41_0.tim, _1_Pulsing41_0.pos, _1.fnm]
[junit4:junit4]   2> 1417 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1418 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5290e804 main
[junit4:junit4]   2> 1418 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1418 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5290e804 main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
[junit4:junit4]   2> 1419 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1420 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5290e804 main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
[junit4:junit4]   2> 1420 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1421 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&maxSegments=1&version=2&optimize=true} {optimize=} 0 6
[junit4:junit4]   2> 1424 T103 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:1112211111&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1425 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@277088f5
[junit4:junit4]   2> 1678 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 (1428274678456123392), 3 (1428274678458220544), 4 (1428274678459269120), 5 (1428274678459269121)]} 0 250
[junit4:junit4]   2> 1679 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 2 is 200
[junit4:junit4]   2> 1679 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@277088f5
[junit4:junit4]   2> 1681 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1685 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_4,generation=4,filenames=[segments_4, _1_Direct_0.pos, _1_Direct_0.tip, _1_SimpleText_0.pst, _1.nvd, _1_Pulsing41_0.doc, _1_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Direct_0.tim, _1.si, _1.nvm, _1_Pulsing41_0.tim, _1_Pulsing41_0.pos, _1.fnm]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_5,generation=5,filenames=[_2.nvd, _2_MockFixedIntBlock_0.tib, _2_Direct_0.tim, _1_Direct_0.pos, _1_SimpleText_0.pst, _1_Direct_0.tip, _2.nvm, _1.nvd, _2_SimpleText_0.pst, _1_Direct_0.doc, _1_Pulsing41_0.doc, _2_MockFixedIntBlock_0.skp, segments_5, _1_Pulsing41_0.tip, _2_MockFixedIntBlock_0.doc, _1_Direct_0.tim, _2_Pulsing41_0.pos, _2.fnm, _2_Pulsing41_0.doc, _2_MockFixedIntBlock_0.tii, _2.fdx, _2.si, _1.fdx, _2_MockFixedIntBlock_0.frq, _2_MockFixedIntBlock_0.pyl, _1.fdt, _2_Direct_0.pos, _2_Pulsing41_0.tim, _2.fdt, _1.si, _2_MockFixedIntBlock_0.pos, _2_Direct_0.tip, _2_Direct_0.doc, _1.nvm, _1_Pulsing41_0.pos, _1_Pulsing41_0.tim, _2_Pulsing41_0.tip, _1.fnm]
[junit4:junit4]   2> 1685 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[_2.nvd, _2_MockFixedIntBlock_0.tib, _2_Direct_0.tim, _1_Direct_0.pos, _1_SimpleText_0.pst, _1_Direct_0.tip, _2.nvm, _1.nvd, _2_SimpleText_0.pst, _1_Direct_0.doc, _1_Pulsing41_0.doc, _2_MockFixedIntBlock_0.skp, segments_5, _1_Pulsing41_0.tip, _2_MockFixedIntBlock_0.doc, _1_Direct_0.tim, _2_Pulsing41_0.pos, _2.fnm, _2_Pulsing41_0.doc, _2_MockFixedIntBlock_0.tii, _2.fdx, _2.si, _1.fdx, _2_MockFixedIntBlock_0.frq, _2_MockFixedIntBlock_0.pyl, _1.fdt, _2_Direct_0.pos, _2_Pulsing41_0.tim, _2.fdt, _1.si, _2_MockFixedIntBlock_0.pos, _2_Direct_0.tip, _2_Direct_0.doc, _1.nvm, _1_Pulsing41_0.pos, _1_Pulsing41_0.tim, _2_Pulsing41_0.tip, _1.fnm]
[junit4:junit4]   2> 1686 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1687 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@798651f9 main
[junit4:junit4]   2> 1688 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1688 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@798651f9 main{StandardDirectoryReader(segments_5:9:nrt _1(5.0):C1 _2(5.0):C4)}
[junit4:junit4]   2> 1688 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1689 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@798651f9 main{StandardDirectoryReader(segments_5:9:nrt _1(5.0):C1 _2(5.0):C4)}
[junit4:junit4]   2> 1689 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1690 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 9
[junit4:junit4]   2> 1693 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1714 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_5,generation=5,filenames=[_2.nvd, _2_MockFixedIntBlock_0.tib, _2_Direct_0.tim, _1_Direct_0.pos, _1_SimpleText_0.pst, _1_Direct_0.tip, _2.nvm, _1.nvd, _2_SimpleText_0.pst, _1_Direct_0.doc, _1_Pulsing41_0.doc, _2_MockFixedIntBlock_0.skp, segments_5, _1_Pulsing41_0.tip, _2_MockFixedIntBlock_0.doc, _1_Direct_0.tim, _2_Pulsing41_0.pos, _2.fnm, _2_Pulsing41_0.doc, _2_MockFixedIntBlock_0.tii, _2.fdx, _2.si, _1.fdx, _2_MockFixedIntBlock_0.frq, _2_MockFixedIntBlock_0.pyl, _1.fdt, _2_Direct_0.pos, _2_Pulsing41_0.tim, _2.fdt, _1.si, _2_MockFixedIntBlock_0.pos, _2_Direct_0.tip, _2_Direct_0.doc, _1.nvm, _1_Pulsing41_0.pos, _1_Pulsing41_0.tim, _2_Pulsing41_0.tip, _1.fnm]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_6,generation=6,filenames=[segments_6, _3_Direct_0.tip, _3_Pulsing41_0.pos, _3_SimpleText_0.pst, _3_Pulsing41_0.tim, _3.fdx, _3_MockFixedIntBlock_0.tib, _3_MockFixedIntBlock_0.skp, _3_MockFixedIntBlock_0.pos, _3.fdt, _3_Pulsing41_0.doc, _3.si, _3.fnm, _3_MockFixedIntBlock_0.doc, _3_Direct_0.tim, _3.nvd, _3_MockFixedIntBlock_0.tii, _3.nvm, _3_MockFixedIntBlock_0.frq, _3_MockFixedIntBlock_0.pyl, _3_Direct_0.pos, _3_Direct_0.doc, _3_Pulsing41_0.tip]
[junit4:junit4]   2> 1715 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[segments_6, _3_Direct_0.tip, _3_Pulsing41_0.pos, _3_SimpleText_0.pst, _3_Pulsing41_0.tim, _3.fdx, _3_MockFixedIntBlock_0.tib, _3_MockFixedIntBlock_0.skp, _3_MockFixedIntBlock_0.pos, _3.fdt, _3_Pulsing41_0.doc, _3.si, _3.fnm, _3_MockFixedIntBlock_0.doc, _3_Direct_0.tim, _3.nvd, _3_MockFixedIntBlock_0.tii, _3.nvm, _3_MockFixedIntBlock_0.frq, _3_MockFixedIntBlock_0.pyl, _3_Direct_0.pos, _3_Direct_0.doc, _3_Pulsing41_0.tip]
[junit4:junit4]   2> 1716 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1722 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@72304a9e main
[junit4:junit4]   2> 1723 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@72304a9e main{StandardDirectoryReader(segments_6:11:nrt _3(5.0):C5)}
[junit4:junit4]   2> 1723 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1723 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1724 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72304a9e main{StandardDirectoryReader(segments_6:11:nrt _3(5.0):C5)}
[junit4:junit4]   2> 1725 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1725 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&waitSearcher=true&maxSegments=1&version=2&optimize=true} {optimize=} 0 32
[junit4:junit4]   2> 1739 T101 C5 REQ [collection1] webapp=/solr path=/select params={facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&facet=true&q=*:*&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&version=2} hits=5 status=0 QTime=11 
[junit4:junit4]   2> 1746 T104 C5 REQ [collection1] webapp=/solr path=/select params={fq=inStock:true&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&facet=true&q=*:*&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   2> 1754 T102 C5 REQ [collection1] webapp=/solr path=/select params={fq={!field+f%3DinStock}true&fq={!term+f%3Dname}hoss&wt=javabin&facet=true&q=foo&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&version=2} hits=0 status=0 QTime=4 
[junit4:junit4]   2> 1756 T95 oas.SolrTestCaseJ4.tearDown ###Ending testExampleConfig
[junit4:junit4]   2> 1765 T95 oas.SolrTestCaseJ4.setUp ###Starting testContentStreamRequest
[junit4:junit4]   2> 1768 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1769 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@3bbc58a7 realtime
[junit4:junit4]   2> 1770 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274678811590656)} 0 2
[junit4:junit4]   2> 1773 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1774 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_6,generation=6,filenames=[segments_6, _3_Direct_0.tip, _3_Pulsing41_0.pos, _3_SimpleText_0.pst, _3_Pulsing41_0.tim, _3.fdx, _3_MockFixedIntBlock_0.tib, _3_MockFixedIntBlock_0.skp, _3_MockFixedIntBlock_0.pos, _3.fdt, _3_Pulsing41_0.doc, _3.si, _3.fnm, _3_MockFixedIntBlock_0.doc, _3_Direct_0.tim, _3.nvd, _3_MockFixedIntBlock_0.tii, _3.nvm, _3_MockFixedIntBlock_0.frq, _3_MockFixedIntBlock_0.pyl, _3_Direct_0.pos, _3_Direct_0.doc, _3_Pulsing41_0.tip]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_7,generation=7,filenames=[segments_7]
[junit4:junit4]   2> 1774 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 7[segments_7]
[junit4:junit4]   2> 1775 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1776 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@40873594 main
[junit4:junit4]   2> 1776 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1777 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1777 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@40873594 main{StandardDirectoryReader(segments_6:13:nrt)}
[junit4:junit4]   2> 1777 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1778 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40873594 main{StandardDirectoryReader(segments_6:13:nrt)}
[junit4:junit4]   2> 1779 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1779 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 6
[junit4:junit4]   2> 1782 T104 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1792 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1801 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_7,generation=7,filenames=[segments_7]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_8,generation=8,filenames=[_4_Pulsing41_0.pos, _4_MockFixedIntBlock_0.tii, _4.fnm, _4_Pulsing41_0.tim, _4_MockFixedIntBlock_0.skp, _4_Direct_0.tip, _4_MockFixedIntBlock_0.frq, _4_Pulsing41_0.doc, _4_MockFixedIntBlock_0.pyl, _4_Pulsing41_0.tip, _4_MockFixedIntBlock_0.pos, _4.si, _4.nvm, _4_SimpleText_0.pst, _4.nvd, _4_MockFixedIntBlock_0.tib, _4_Direct_0.doc, _4.fdt, segments_8, _4.fdx, _4_Direct_0.tim, _4_MockFixedIntBlock_0.doc, _4_Direct_0.pos]
[junit4:junit4]   2> 1801 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 8[_4_Pulsing41_0.pos, _4_MockFixedIntBlock_0.tii, _4.fnm, _4_Pulsing41_0.tim, _4_MockFixedIntBlock_0.skp, _4_Direct_0.tip, _4_MockFixedIntBlock_0.frq, _4_Pulsing41_0.doc, _4_MockFixedIntBlock_0.pyl, _4_Pulsing41_0.tip, _4_MockFixedIntBlock_0.pos, _4.si, _4.nvm, _4_SimpleText_0.pst, _4.nvd, _4_MockFixedIntBlock_0.tib, _4_Direct_0.doc, _4.fdt, segments_8, _4.fdx, _4_Direct_0.tim, _4_MockFixedIntBlock_0.doc, _4_Direct_0.pos]
[junit4:junit4]   2> 1802 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1805 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@58f0d593 main
[junit4:junit4]   2> 1806 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@58f0d593 main{StandardDirectoryReader(segments_8:15:nrt _4(5.0):C10)}
[junit4:junit4]   2> 1806 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1806 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1807 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58f0d593 main{StandardDirectoryReader(segments_8:15:nrt _4(5.0):C10)}
[junit4:junit4]   2> 1808 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 1810 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {add=[0553573403 (1428274678831513600), 0553579908 (1428274678833610752), 055357342X (1428274678833610753), 0553293354 (1428274678833610754), 0812521390 (1428274678834659328), 0812550706 (1428274678834659329), 0441385532 (1428274678835707904), 0380014300 (1428274678835707905), 0805080481 (1428274678835707906), 080508049X (1428274678836756480)],commit=} 0 24
[junit4:junit4]   2> 1814 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   2> 1816 T95 oas.SolrTestCaseJ4.tearDown ###Ending testContentStreamRequest
[junit4:junit4]   2> 1824 T95 oas.SolrTestCaseJ4.setUp ###Starting testLukeHandler
[junit4:junit4]   2> 1828 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 1829 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@178178af realtime
[junit4:junit4]   2> 1830 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274678873456640)} 0 3
[junit4:junit4]   2> 1831 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@351a3537
[junit4:junit4]   2> 1832 T110 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1b2ae35d
[junit4:junit4]   2> 1833 T112 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@79df6e03
[junit4:junit4]   2> 1833 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@10cd263e
[junit4:junit4]   2> 1834 T113 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@25d4cfde
[junit4:junit4]   2> 1836 T113 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@25d4cfde
[junit4:junit4]   2> 2087 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID0 (1428274678882893824), ID3 (1428274678883942400)]} 0 251
[junit4:junit4]   2> 2088 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: ID0 is 200
[junit4:junit4]   2> 2088 T108 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@351a3537
[junit4:junit4]   2> 2094 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID1 (1428274678896525312)]} 0 245
[junit4:junit4]   2> 2095 T110 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: ID1 is 200
[junit4:junit4]   2> 2095 T110 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1b2ae35d
[junit4:junit4]   2> 2099 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID2 (1428274678896525313)]} 0 250
[junit4:junit4]   2> 2100 T112 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: ID2 is 200
[junit4:junit4]   2> 2100 T112 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@79df6e03
[junit4:junit4]   2> 2103 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID4 (1428274678900719616)]} 0 250
[junit4:junit4]   2> 2103 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: ID4 is 200
[junit4:junit4]   2> 2103 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@10cd263e
[junit4:junit4]   2> 2106 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2108 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_8,generation=8,filenames=[_4_Pulsing41_0.pos, _4_MockFixedIntBlock_0.tii, _4.fnm, _4_Pulsing41_0.tim, _4_MockFixedIntBlock_0.skp, _4_Direct_0.tip, _4_MockFixedIntBlock_0.frq, _4_Pulsing41_0.doc, _4_MockFixedIntBlock_0.pyl, _4_Pulsing41_0.tip, _4_MockFixedIntBlock_0.pos, _4.si, _4.nvm, _4_SimpleText_0.pst, _4.nvd, _4_MockFixedIntBlock_0.tib, _4_Direct_0.doc, _4.fdt, segments_8, _4.fdx, _4_Direct_0.tim, _4_MockFixedIntBlock_0.doc, _4_Direct_0.pos]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_9,generation=9,filenames=[_5_Direct_0.tim, segments_9, _5_Direct_0.doc, _5.si, _5_Pulsing41_0.doc, _5.fdt, _5_Direct_0.tip, _5_Pulsing41_0.tim, _5_Pulsing41_0.tip, _5.fnm, _5.fdx]
[junit4:junit4]   2> 2109 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 9[_5_Direct_0.tim, segments_9, _5_Direct_0.doc, _5.si, _5_Pulsing41_0.doc, _5.fdt, _5_Direct_0.tip, _5_Pulsing41_0.tim, _5_Pulsing41_0.tip, _5.fnm, _5.fdx]
[junit4:junit4]   2> 2110 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2111 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5cd7221 main
[junit4:junit4]   2> 2112 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2112 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5cd7221 main{StandardDirectoryReader(segments_9:19:nrt _5(5.0):C5)}
[junit4:junit4]   2> 2112 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2112 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 2113 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cd7221 main{StandardDirectoryReader(segments_9:19:nrt _5(5.0):C5)}
[junit4:junit4]   2> 2114 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2114 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 8
[junit4:junit4]   2> 2117 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=5 status=0 QTime=0 
[junit4:junit4]   2> 2121 T103 C5 REQ [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2127 T104 C5 REQ [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2&show=schema} status=0 QTime=2 
[junit4:junit4]   2> 2134 T95 oas.SolrTestCaseJ4.tearDown ###Ending testLukeHandler
[junit4:junit4]   2> 2142 T95 oas.SolrTestCaseJ4.setUp ###Starting testAddRetrieve
[junit4:junit4]   2> 2146 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2147 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@39794292 realtime
[junit4:junit4]   2> 2148 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274679206903808)} 0 3
[junit4:junit4]   2> 2149 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@48019cb8
[junit4:junit4]   2> 2403 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1428274679213195264), id2 (1428274679214243840)]} 0 252
[junit4:junit4]   2> 2404 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: id1 is 200
[junit4:junit4]   2> 2405 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@48019cb8
[junit4:junit4]   2> 2407 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2411 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_9,generation=9,filenames=[_5_Direct_0.tim, segments_9, _5_Direct_0.doc, _5.si, _5_Pulsing41_0.doc, _5.fdt, _5_Direct_0.tip, _5_Pulsing41_0.tim, _5_Pulsing41_0.tip, _5.fnm, _5.fdx]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_a,generation=10,filenames=[_6_MockFixedIntBlock_0.pyl, _6_Direct_0.tip, _6_Pulsing41_0.tim, _6_MockFixedIntBlock_0.tib, _6_MockFixedIntBlock_0.frq, _6.fdt, _6.fdx, _6_Direct_0.doc, _6_SimpleText_0.pst, _6.nvd, _6.nvm, _6_Pulsing41_0.tip, _6_Pulsing41_0.doc, _6_MockFixedIntBlock_0.skp, _6_Direct_0.tim, _6_MockFixedIntBlock_0.tii, segments_a, _6.fnm, _6_Direct_0.pos, _6_MockFixedIntBlock_0.doc, _6_Pulsing41_0.pos, _6.si, _6_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 2412 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 10[_6_MockFixedIntBlock_0.pyl, _6_Direct_0.tip, _6_Pulsing41_0.tim, _6_MockFixedIntBlock_0.tib, _6_MockFixedIntBlock_0.frq, _6.fdt, _6.fdx, _6_Direct_0.doc, _6_SimpleText_0.pst, _6.nvd, _6.nvm, _6_Pulsing41_0.tip, _6_Pulsing41_0.doc, _6_MockFixedIntBlock_0.skp, _6_Direct_0.tim, _6_MockFixedIntBlock_0.tii, segments_a, _6.fnm, _6_Direct_0.pos, _6_MockFixedIntBlock_0.doc, _6_Pulsing41_0.pos, _6.si, _6_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 2413 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2415 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@36bc2602 main
[junit4:junit4]   2> 2416 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2417 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@36bc2602 main{StandardDirectoryReader(segments_a:23:nrt _6(5.0):C2)}
[junit4:junit4]   2> 2417 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 2418 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36bc2602 main{StandardDirectoryReader(segments_a:23:nrt _6(5.0):C2)}
[junit4:junit4]   2> 2419 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2419 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2419 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 12
[junit4:junit4]   2> 2424 T104 C5 REQ [collection1] webapp=/solr path=/select params={sort=price+asc&wt=javabin&q=*:*&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   2> 2431 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@149b5c66
[junit4:junit4]   2> 2684 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1428274679509942272), id2 (1428274679510990848)]} 0 250
[junit4:junit4]   2> 2685 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: id1 is 200
[junit4:junit4]   2> 2685 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@149b5c66
[junit4:junit4]   2> 2687 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2690 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_a,generation=10,filenames=[_6_MockFixedIntBlock_0.pyl, _6_Direct_0.tip, _6_Pulsing41_0.tim, _6_MockFixedIntBlock_0.tib, _6_MockFixedIntBlock_0.frq, _6.fdt, _6.fdx, _6_Direct_0.doc, _6_SimpleText_0.pst, _6.nvd, _6.nvm, _6_Pulsing41_0.tip, _6_Pulsing41_0.doc, _6_MockFixedIntBlock_0.skp, _6_Direct_0.tim, _6_MockFixedIntBlock_0.tii, segments_a, _6.fnm, _6_Direct_0.pos, _6_MockFixedIntBlock_0.doc, _6_Pulsing41_0.pos, _6.si, _6_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_b,generation=11,filenames=[_7_SimpleText_0.pst, _7.fdx, _7_MockFixedIntBlock_0.frq, _7_Direct_0.tip, segments_b, _7_Pulsing41_0.tip, _7_Pulsing41_0.pos, _7.fdt, _7_Pulsing41_0.tim, _7.nvd, _7_Direct_0.tim, _7_Direct_0.doc, _7_MockFixedIntBlock_0.pyl, _7_Direct_0.pos, _7_MockFixedIntBlock_0.pos, _7.nvm, _7_MockFixedIntBlock_0.tii, _7_MockFixedIntBlock_0.tib, _7_MockFixedIntBlock_0.skp, _7.fnm, _7_MockFixedIntBlock_0.doc, _7.si, _7_Pulsing41_0.doc]
[junit4:junit4]   2> 2691 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 11[_7_SimpleText_0.pst, _7.fdx, _7_MockFixedIntBlock_0.frq, _7_Direct_0.tip, segments_b, _7_Pulsing41_0.tip, _7_Pulsing41_0.pos, _7.fdt, _7_Pulsing41_0.tim, _7.nvd, _7_Direct_0.tim, _7_Direct_0.doc, _7_MockFixedIntBlock_0.pyl, _7_Direct_0.pos, _7_MockFixedIntBlock_0.pos, _7.nvm, _7_MockFixedIntBlock_0.tii, _7_MockFixedIntBlock_0.tib, _7_MockFixedIntBlock_0.skp, _7.fnm, _7_MockFixedIntBlock_0.doc, _7.si, _7_Pulsing41_0.doc]
[junit4:junit4]   2> 2691 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2692 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@1f81b67d main
[junit4:junit4]   2> 2693 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2693 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1f81b67d main{StandardDirectoryReader(segments_b:27:nrt _7(5.0):C2)}
[junit4:junit4]   2> 2693 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 2695 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f81b67d main{StandardDirectoryReader(segments_b:27:nrt _7(5.0):C2)}
[junit4:junit4]   2> 2695 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2696 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 8
[junit4:junit4]   2> 2699 T101 C5 REQ [collection1] webapp=/solr path=/select params={sort=price+asc&wt=javabin&q=*:*&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   2> 2703 T103 C5 REQ [collection1] webapp=/solr path=/select params={sort=price+asc&wt=javabin&q=name:h𩬅llo&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 2704 T95 oas.SolrTestCaseJ4.tearDown ###Ending testAddRetrieve
[junit4:junit4]   2> 2710 T95 oas.SolrTestCaseJ4.setUp ###Starting testUpdateField
[junit4:junit4]   2> 2713 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2714 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@770aa75e realtime
[junit4:junit4]   2> 2714 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274679801446400)} 0 2
[junit4:junit4]   2> 2717 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2717 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_b,generation=11,filenames=[_7_SimpleText_0.pst, _7.fdx, _7_MockFixedIntBlock_0.frq, _7_Direct_0.tip, segments_b, _7_Pulsing41_0.tip, _7_Pulsing41_0.pos, _7.fdt, _7_Pulsing41_0.tim, _7.nvd, _7_Direct_0.tim, _7_Direct_0.doc, _7_MockFixedIntBlock_0.pyl, _7_Direct_0.pos, _7_MockFixedIntBlock_0.pos, _7.nvm, _7_MockFixedIntBlock_0.tii, _7_MockFixedIntBlock_0.tib, _7_MockFixedIntBlock_0.skp, _7.fnm, _7_MockFixedIntBlock_0.doc, _7.si, _7_Pulsing41_0.doc]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_c,generation=12,filenames=[segments_c]
[junit4:junit4]   2> 2718 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 12[segments_c]
[junit4:junit4]   2> 2718 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2719 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5fa711a3 main
[junit4:junit4]   2> 2719 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2719 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2719 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5fa711a3 main{StandardDirectoryReader(segments_b:29:nrt)}
[junit4:junit4]   2> 2720 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 2720 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5fa711a3 main{StandardDirectoryReader(segments_b:29:nrt)}
[junit4:junit4]   2> 2721 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2721 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 4
[junit4:junit4]   2> 2722 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@51771564
[junit4:junit4]   2> 2974 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1428274679814029312)]} 0 250
[junit4:junit4]   2> 2975 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: unique is 200
[junit4:junit4]   2> 2975 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@51771564
[junit4:junit4]   2> 2978 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2981 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_c,generation=12,filenames=[segments_c]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_d,generation=13,filenames=[_8_Direct_0.tip, _8_MockFixedIntBlock_0.frq, _8.nvm, _8_SimpleText_0.pst, _8_MockFixedIntBlock_0.skp, _8.fdt, _8_MockFixedIntBlock_0.pyl, _8.nvd, _8_Direct_0.pos, _8_Pulsing41_0.pos, _8_MockFixedIntBlock_0.doc, _8_MockFixedIntBlock_0.tii, _8_Direct_0.tim, _8_MockFixedIntBlock_0.tib, segments_d, _8_Pulsing41_0.doc, _8_MockFixedIntBlock_0.pos, _8_Pulsing41_0.tip, _8.fdx, _8_Pulsing41_0.tim, _8.fnm, _8_Direct_0.doc, _8.si]
[junit4:junit4]   2> 2981 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 13[_8_Direct_0.tip, _8_MockFixedIntBlock_0.frq, _8.nvm, _8_SimpleText_0.pst, _8_MockFixedIntBlock_0.skp, _8.fdt, _8_MockFixedIntBlock_0.pyl, _8.nvd, _8_Direct_0.pos, _8_Pulsing41_0.pos, _8_MockFixedIntBlock_0.doc, _8_MockFixedIntBlock_0.tii, _8_Direct_0.tim, _8_MockFixedIntBlock_0.tib, segments_d, _8_Pulsing41_0.doc, _8_MockFixedIntBlock_0.pos, _8_Pulsing41_0.tip, _8.fdx, _8_Pulsing41_0.tim, _8.fnm, _8_Direct_0.doc, _8.si]
[junit4:junit4]   2> 2982 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 2989 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@be7500f main
[junit4:junit4]   2> 2990 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@be7500f main{StandardDirectoryReader(segments_d:31:nrt _8(5.0):C1)}
[junit4:junit4]   2> 2990 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2990 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 2991 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@be7500f main{StandardDirectoryReader(segments_d:31:nrt _8(5.0):C1)}
[junit4:junit4]   2> 2991 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 2991 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 14
[junit4:junit4]   2> 2994 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&fl=id,price_f,name,_version_&q=*:*&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 2995 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@7f390ee3
[junit4:junit4]   2> 2998 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 3247 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: unique is 409
[junit4:junit4]   2> 3248 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@7f390ee3
[junit4:junit4]   2> 3250 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 3251 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_d,generation=13,filenames=[_8_Direct_0.tip, _8_MockFixedIntBlock_0.frq, _8.nvm, _8_SimpleText_0.pst, _8_MockFixedIntBlock_0.skp, _8.fdt, _8_MockFixedIntBlock_0.pyl, _8.nvd, _8_Direct_0.pos, _8_Pulsing41_0.pos, _8_MockFixedIntBlock_0.doc, _8_MockFixedIntBlock_0.tii, _8_Direct_0.tim, _8_MockFixedIntBlock_0.tib, segments_d, _8_Pulsing41_0.doc, _8_MockFixedIntBlock_0.pos, _8_Pulsing41_0.tip, _8.fdx, _8_Pulsing41_0.tim, _8.fnm, _8_Direct_0.doc, _8.si]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_e,generation=14,filenames=[_8_Direct_0.tip, _8_MockFixedIntBlock_0.frq, _8.nvm, _8_SimpleText_0.pst, _8_MockFixedIntBlock_0.skp, segments_e, _8.fdt, _8_MockFixedIntBlock_0.pyl, _8.nvd, _8_Direct_0.pos, _8_Pulsing41_0.pos, _8_MockFixedIntBlock_0.doc, _8_MockFixedIntBlock_0.tii, _8_Direct_0.tim, _8_MockFixedIntBlock_0.tib, _8_Pulsing41_0.doc, _8_MockFixedIntBlock_0.pos, _8_Pulsing41_0.tip, _8.fdx, _8_Pulsing41_0.tim, _8.fnm, _8_Direct_0.doc, _8.si]
[junit4:junit4]   2> 3251 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 14[_8_Direct_0.tip, _8_MockFixedIntBlock_0.frq, _8.nvm, _8_SimpleText_0.pst, _8_MockFixedIntBlock_0.skp, segments_e, _8.fdt, _8_MockFixedIntBlock_0.pyl, _8.nvd, _8_Direct_0.pos, _8_Pulsing41_0.pos, _8_MockFixedIntBlock_0.doc, _8_MockFixedIntBlock_0.tii, _8_Direct_0.tim, _8_MockFixedIntBlock_0.tib, _8_Pulsing41_0.doc, _8_MockFixedIntBlock_0.pos, _8_Pulsing41_0.tip, _8.fdx, _8_Pulsing41_0.tim, _8.fnm, _8_Direct_0.doc, _8.si]
[junit4:junit4]   2> 3252 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 3252 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@446e3aba main
[junit4:junit4]   2> 3253 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@446e3aba main{StandardDirectoryReader(segments_d:31:nrt _8(5.0):C1)}
[junit4:junit4]   2> 3253 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3253 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 3254 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@446e3aba main{StandardDirectoryReader(segments_d:31:nrt _8(5.0):C1)}
[junit4:junit4]   2> 3254 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 3254 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 4
[junit4:junit4]   2> 3256 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@20d1ac6f
[junit4:junit4]   2> 3508 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1428274680373968896)]} 0 251
[junit4:junit4]   2> 3508 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: unique is 200
[junit4:junit4]   2> 3509 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@20d1ac6f
[junit4:junit4]   2> 3511 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 3514 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_e,generation=14,filenames=[_8_Direct_0.tip, _8_MockFixedIntBlock_0.frq, _8.nvm, _8_SimpleText_0.pst, _8_MockFixedIntBlock_0.skp, segments_e, _8.fdt, _8_MockFixedIntBlock_0.pyl, _8.nvd, _8_Direct_0.pos, _8_Pulsing41_0.pos, _8_MockFixedIntBlock_0.doc, _8_MockFixedIntBlock_0.tii, _8_Direct_0.tim, _8_MockFixedIntBlock_0.tib, _8_Pulsing41_0.doc, _8_MockFixedIntBlock_0.pos, _8_Pulsing41_0.tip, _8.fdx, _8_Pulsing41_0.tim, _8.fnm, _8_Direct_0.doc, _8.si]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_f,generation=15,filenames=[_9_MockFixedIntBlock_0.pyl, _9_Direct_0.doc, _9_MockFixedIntBlock_0.doc, _9_Pulsing41_0.tim, _9.si, _9.nvm, _9.nvd, _9_MockFixedIntBlock_0.skp, _9_Pulsing41_0.doc, _9.fnm, _9_MockFixedIntBlock_0.tib, _9_MockFixedIntBlock_0.tii, _9_Pulsing41_0.tip, _9.fdx, _9_SimpleText_0.pst, _9_Direct_0.tim, _9_MockFixedIntBlock_0.frq, _9_Direct_0.tip, _9_Direct_0.pos, _9_MockFixedIntBlock_0.pos, _9_Pulsing41_0.pos, _9.fdt, segments_f]
[junit4:junit4]   2> 3515 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 15[_9_MockFixedIntBlock_0.pyl, _9_Direct_0.doc, _9_MockFixedIntBlock_0.doc, _9_Pulsing41_0.tim, _9.si, _9.nvm, _9.nvd, _9_MockFixedIntBlock_0.skp, _9_Pulsing41_0.doc, _9.fnm, _9_MockFixedIntBlock_0.tib, _9_MockFixedIntBlock_0.tii, _9_Pulsing41_0.tip, _9.fdx, _9_SimpleText_0.pst, _9_Direct_0.tim, _9_MockFixedIntBlock_0.frq, _9_Direct_0.tip, _9_Direct_0.pos, _9_MockFixedIntBlock_0.pos, _9_Pulsing41_0.pos, _9.fdt, segments_f]
[junit4:junit4]   2> 3516 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 3518 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@6505c3a9 main
[junit4:junit4]   2> 3519 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6505c3a9 main{StandardDirectoryReader(segments_f:35:nrt _9(5.0):C1)}
[junit4:junit4]   2> 3519 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 3519 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3520 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6505c3a9 main{StandardDirectoryReader(segments_f:35:nrt _9(5.0):C1)}
[junit4:junit4]   2> 3520 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 3520 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 9
[junit4:junit4]   2> 3524 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&fl=id,price_f,name,_version_&q=*:*&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 3525 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5d70c00f
[junit4:junit4]   2> 3777 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1428274680656035840)]} 0 250
[junit4:junit4]   2> 3778 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: unique is 200
[junit4:junit4]   2> 3778 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5d70c00f
[junit4:junit4]   2> 3780 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 3783 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_f,generation=15,filenames=[_9_MockFixedIntBlock_0.pyl, _9_Direct_0.doc, _9_MockFixedIntBlock_0.doc, _9_Pulsing41_0.tim, _9.si, _9.nvm, _9.nvd, _9_MockFixedIntBlock_0.skp, _9_Pulsing41_0.doc, _9.fnm, _9_MockFixedIntBlock_0.tib, _9_MockFixedIntBlock_0.tii, _9_Pulsing41_0.tip, _9.fdx, _9_SimpleText_0.pst, _9_Direct_0.tim, _9_MockFixedIntBlock_0.frq, _9_Direct_0.tip, _9_Direct_0.pos, _9_MockFixedIntBlock_0.pos, _9_Pulsing41_0.pos, _9.fdt, segments_f]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_g,generation=16,filenames=[_a_Pulsing41_0.pos, _a_Pulsing41_0.tim, _a_MockFixedIntBlock_0.tii, _a_Direct_0.doc, _a_MockFixedIntBlock_0.doc, _a.si, _a.fdt, _a_Direct_0.tim, _a_SimpleText_0.pst, _a_MockFixedIntBlock_0.frq, _a.fdx, _a_MockFixedIntBlock_0.tib, _a_Direct_0.tip, _a.nvd, _a_MockFixedIntBlock_0.skp, _a_Direct_0.pos, _a.nvm, _a_Pulsing41_0.tip, _a_MockFixedIntBlock_0.pyl, _a.fnm, _a_Pulsing41_0.doc, segments_g, _a_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 3783 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 16[_a_Pulsing41_0.pos, _a_Pulsing41_0.tim, _a_MockFixedIntBlock_0.tii, _a_Direct_0.doc, _a_MockFixedIntBlock_0.doc, _a.si, _a.fdt, _a_Direct_0.tim, _a_SimpleText_0.pst, _a_MockFixedIntBlock_0.frq, _a.fdx, _a_MockFixedIntBlock_0.tib, _a_Direct_0.tip, _a.nvd, _a_MockFixedIntBlock_0.skp, _a_Direct_0.pos, _a.nvm, _a_Pulsing41_0.tip, _a_MockFixedIntBlock_0.pyl, _a.fnm, _a_Pulsing41_0.doc, segments_g, _a_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 3784 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 3785 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@3a87e281 main
[junit4:junit4]   2> 3785 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3a87e281 main{StandardDirectoryReader(segments_g:39:nrt _a(5.0):C1)}
[junit4:junit4]   2> 3785 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 3785 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3786 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a87e281 main{StandardDirectoryReader(segments_g:39:nrt _a(5.0):C1)}
[junit4:junit4]   2> 3787 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 3787 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 7
[junit4:junit4]   2> 3790 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&fl=id,price_f,name,_version_&q=*:*&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 3791 T95 oas.SolrTestCaseJ4.tearDown ###Ending testUpdateField
[junit4:junit4]   2> 3797 T95 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithinOnAdd
[junit4:junit4]   2> 3800 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 3802 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@30a7803e realtime
[junit4:junit4]   2> 3802 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274680942297088)} 0 2
[junit4:junit4]   2> 3805 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 3806 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_g,generation=16,filenames=[_a_Pulsing41_0.pos, _a_Pulsing41_0.tim, _a_MockFixedIntBlock_0.tii, _a_Direct_0.doc, _a_MockFixedIntBlock_0.doc, _a.si, _a.fdt, _a_Direct_0.tim, _a_SimpleText_0.pst, _a_MockFixedIntBlock_0.frq, _a.fdx, _a_MockFixedIntBlock_0.tib, _a_Direct_0.tip, _a.nvd, _a_MockFixedIntBlock_0.skp, _a_Direct_0.pos, _a.nvm, _a_Pulsing41_0.tip, _a_MockFixedIntBlock_0.pyl, _a.fnm, _a_Pulsing41_0.doc, segments_g, _a_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_h,generation=17,filenames=[segments_h]
[junit4:junit4]   2> 3806 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 17[segments_h]
[junit4:junit4]   2> 3807 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 3808 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@23a4a9c3 main
[junit4:junit4]   2> 3808 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 3809 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@23a4a9c3 main{StandardDirectoryReader(segments_g:41:nrt)}
[junit4:junit4]   2> 3809 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 3809 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3810 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23a4a9c3 main{StandardDirectoryReader(segments_g:41:nrt)}
[junit4:junit4]   2> 3810 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 3810 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 5
[junit4:junit4]   2> 3813 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3814 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@f85537d
[junit4:junit4]   2> 3816 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4067 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1428274680960122880)]} 0 250
[junit4:junit4]   2> 4068 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: id3 is 200
[junit4:junit4]   2> 4068 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@f85537d
[junit4:junit4]   2> 4318 T114 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 4318 T114 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 4322 T114 oass.SolrIndexSearcher.<init> Opening Searcher@5c99e1fe main
[junit4:junit4]   2> 4322 T114 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4322 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c99e1fe main{StandardDirectoryReader(segments_h:43:nrt _b(5.0):C1)}
[junit4:junit4]   2> 4322 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 4323 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c99e1fe main{StandardDirectoryReader(segments_h:43:nrt _b(5.0):C1)}
[junit4:junit4]   2> 4324 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 4821 T103 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 4822 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@60938447
[junit4:junit4]   2> 5074 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 (1428274682016038912)]} 0 251
[junit4:junit4]   2> 5074 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: id4 is 200
[junit4:junit4]   2> 5075 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@60938447
[junit4:junit4]   2> 5324 T114 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 5324 T114 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 5329 T114 oass.SolrIndexSearcher.<init> Opening Searcher@49a52bf3 main
[junit4:junit4]   2> 5330 T114 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 5330 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@49a52bf3 main{StandardDirectoryReader(segments_h:45:nrt _b(5.0):C1 _c(5.0):C1)}
[junit4:junit4]   2> 5331 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 5331 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49a52bf3 main{StandardDirectoryReader(segments_h:45:nrt _b(5.0):C1 _c(5.0):C1)}
[junit4:junit4]   2> 5332 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 5824 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id4&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 5825 T95 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithinOnAdd
[junit4:junit4]   2> 5829 T95 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithinOnDelete
[junit4:junit4]   2> 5832 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 5833 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5b47aae8 realtime
[junit4:junit4]   2> 5833 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274683073003520)} 0 2
[junit4:junit4]   2> 5836 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 5837 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_h,generation=17,filenames=[segments_h]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_i,generation=18,filenames=[segments_i]
[junit4:junit4]   2> 5837 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 18[segments_i]
[junit4:junit4]   2> 5838 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 5838 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@65aa7f85 main
[junit4:junit4]   2> 5838 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 5839 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@65aa7f85 main{StandardDirectoryReader(segments_h:47:nrt)}
[junit4:junit4]   2> 5839 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 5839 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 5840 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65aa7f85 main{StandardDirectoryReader(segments_h:47:nrt)}
[junit4:junit4]   2> 5841 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 5841 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 5
[junit4:junit4]   2> 5844 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5845 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1c9a28e8
[junit4:junit4]   2> 6097 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1428274683088732160)]} 0 250
[junit4:junit4]   2> 6098 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: id3 is 200
[junit4:junit4]   2> 6098 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1c9a28e8
[junit4:junit4]   2> 6100 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 6103 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_i,generation=18,filenames=[segments_i]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_j,generation=19,filenames=[_d.fnm, _d.nvm, _d_Direct_0.tip, _d.nvd, _d.si, _d_Direct_0.doc, segments_j, _d_MockFixedIntBlock_0.pyl, _d_MockFixedIntBlock_0.frq, _d_Pulsing41_0.tim, _d_MockFixedIntBlock_0.skp, _d_Pulsing41_0.pos, _d_MockFixedIntBlock_0.tii, _d_Direct_0.pos, _d.fdt, _d.fdx, _d_Direct_0.tim, _d_Pulsing41_0.tip, _d_MockFixedIntBlock_0.doc, _d_SimpleText_0.pst, _d_Pulsing41_0.doc, _d_MockFixedIntBlock_0.tib, _d_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 6103 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 19[_d.fnm, _d.nvm, _d_Direct_0.tip, _d.nvd, _d.si, _d_Direct_0.doc, segments_j, _d_MockFixedIntBlock_0.pyl, _d_MockFixedIntBlock_0.frq, _d_Pulsing41_0.tim, _d_MockFixedIntBlock_0.skp, _d_Pulsing41_0.pos, _d_MockFixedIntBlock_0.tii, _d_Direct_0.pos, _d.fdt, _d.fdx, _d_Direct_0.tim, _d_Pulsing41_0.tip, _d_MockFixedIntBlock_0.doc, _d_SimpleText_0.pst, _d_Pulsing41_0.doc, _d_MockFixedIntBlock_0.tib, _d_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 6104 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 6105 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@713b6f83 main
[junit4:junit4]   2> 6106 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@713b6f83 main{StandardDirectoryReader(segments_j:49:nrt _d(5.0):C1)}
[junit4:junit4]   2> 6106 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 6106 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 6107 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@713b6f83 main{StandardDirectoryReader(segments_j:49:nrt _d(5.0):C1)}
[junit4:junit4]   2> 6107 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 6107 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 7
[junit4:junit4]   2> 6110 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 6114 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1428274683367653376)]} 0 1
[junit4:junit4]   2> 6116 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 6369 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 6622 T104 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 6876 T103 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 7114 T114 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 7114 T114 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7115 T114 oass.SolrIndexSearcher.<init> Opening Searcher@1681998f main
[junit4:junit4]   2> 7115 T114 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7115 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1681998f main{StandardDirectoryReader(segments_j:51:nrt)}
[junit4:junit4]   2> 7115 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 7116 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1681998f main{StandardDirectoryReader(segments_j:51:nrt)}
[junit4:junit4]   2> 7117 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 7129 T102 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:id3&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 7130 T95 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithinOnDelete
[junit4:junit4]   2> 7135 T95 oas.SolrTestCaseJ4.setUp ###Starting testPivotFacetsMissing
[junit4:junit4]   2> 7138 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7138 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274684441395200)} 0 1
[junit4:junit4]   2> 7141 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 7142 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_j,generation=19,filenames=[_d.fnm, _d.nvm, _d_Direct_0.tip, _d.nvd, _d.si, _d_Direct_0.doc, segments_j, _d_MockFixedIntBlock_0.pyl, _d_MockFixedIntBlock_0.frq, _d_Pulsing41_0.tim, _d_MockFixedIntBlock_0.skp, _d_Pulsing41_0.pos, _d_MockFixedIntBlock_0.tii, _d_Direct_0.pos, _d.fdt, _d.fdx, _d_Direct_0.tim, _d_Pulsing41_0.tip, _d_MockFixedIntBlock_0.doc, _d_SimpleText_0.pst, _d_Pulsing41_0.doc, _d_MockFixedIntBlock_0.tib, _d_MockFixedIntBlock_0.pos]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_k,generation=20,filenames=[segments_k]
[junit4:junit4]   2> 7142 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 20[segments_k]
[junit4:junit4]   2> 7142 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7143 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@148887c2 main
[junit4:junit4]   2> 7143 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@148887c2 main{StandardDirectoryReader(segments_j:51:nrt)}
[junit4:junit4]   2> 7143 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7143 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 7145 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@148887c2 main{StandardDirectoryReader(segments_j:51:nrt)}
[junit4:junit4]   2> 7145 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 7145 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 4
[junit4:junit4]   2> 7149 T104 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 7150 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@f88dc16
[junit4:junit4]   2> 7402 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1428274684457123840), 2 (1428274684458172416), 3 (1428274684458172417), 4 (1428274684458172418), 5 (1428274684458172419), 6 (1428274684458172420), 7 (1428274684459220992), 8 (1428274684459220993), 9 (1428274684459220994), 10 (1428274684459220995), ... (12 adds)]} 0 250
[junit4:junit4]   2> 7403 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 1 is 200
[junit4:junit4]   2> 7404 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@f88dc16
[junit4:junit4]   2> 7406 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 7411 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_k,generation=20,filenames=[segments_k]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_l,generation=21,filenames=[_e_Pulsing41_0.pos, _e_MockFixedIntBlock_0.tii, _e_Pulsing41_0.tim, _e_MockFixedIntBlock_0.skp, _e_Pulsing41_0.tip, _e_MockFixedIntBlock_0.pos, segments_l, _e_SimpleText_0.pst, _e.fdx, _e.si, _e_MockFixedIntBlock_0.frq, _e.nvd, _e_Direct_0.pos, _e.fnm, _e_Direct_0.tip, _e.nvm, _e.fdt, _e_Pulsing41_0.doc, _e_Direct_0.tim, _e_Direct_0.doc, _e_MockFixedIntBlock_0.doc, _e_MockFixedIntBlock_0.tib, _e_MockFixedIntBlock_0.pyl]
[junit4:junit4]   2> 7412 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 21[_e_Pulsing41_0.pos, _e_MockFixedIntBlock_0.tii, _e_Pulsing41_0.tim, _e_MockFixedIntBlock_0.skp, _e_Pulsing41_0.tip, _e_MockFixedIntBlock_0.pos, segments_l, _e_SimpleText_0.pst, _e.fdx, _e.si, _e_MockFixedIntBlock_0.frq, _e.nvd, _e_Direct_0.pos, _e.fnm, _e_Direct_0.tip, _e.nvm, _e.fdt, _e_Pulsing41_0.doc, _e_Direct_0.tim, _e_Direct_0.doc, _e_MockFixedIntBlock_0.doc, _e_MockFixedIntBlock_0.tib, _e_MockFixedIntBlock_0.pyl]
[junit4:junit4]   2> 7413 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7418 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@44d14f1e main
[junit4:junit4]   2> 7419 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@44d14f1e main{StandardDirectoryReader(segments_l:53:nrt _e(5.0):C12)}
[junit4:junit4]   2> 7419 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 7419 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7421 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44d14f1e main{StandardDirectoryReader(segments_l:53:nrt _e(5.0):C12)}
[junit4:junit4]   2> 7422 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 7422 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 16
[junit4:junit4]   2> 7426 T101 C5 oasr.UnInvertedField.<init> UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   2> 7427 T101 C5 oasr.UnInvertedField.<init> UnInverted multi-valued field {field=cat,memSize=4474,tindexSize=0,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   2> 7430 T101 C5 REQ [collection1] webapp=/solr path=/select params={rows=0&wt=javabin&facet=true&q=*:*&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&facet.mincount=0&facet.missing=true} hits=12 status=0 QTime=5 
[junit4:junit4]   2> 7435 T104 C5 REQ [collection1] webapp=/solr path=/select params={fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&rows=0&wt=javabin&facet=true&q=*:*&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&facet.mincount=0} hits=11 status=0 QTime=2 
[junit4:junit4]   2> 7436 T95 oas.SolrTestCaseJ4.tearDown ###Ending testPivotFacetsMissing
[junit4:junit4]   2> 7441 T95 oas.SolrTestCaseJ4.setUp ###Starting testPingHandler
[junit4:junit4]   2> 7444 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7445 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@1b7b186a realtime
[junit4:junit4]   2> 7446 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274684763308032)} 0 2
[junit4:junit4]   2> 7449 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 7449 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_l,generation=21,filenames=[_e_Pulsing41_0.pos, _e_MockFixedIntBlock_0.tii, _e_Pulsing41_0.tim, _e_MockFixedIntBlock_0.skp, _e_Pulsing41_0.tip, _e_MockFixedIntBlock_0.pos, segments_l, _e_SimpleText_0.pst, _e.fdx, _e.si, _e_MockFixedIntBlock_0.frq, _e.nvd, _e_Direct_0.pos, _e.fnm, _e_Direct_0.tip, _e.nvm, _e.fdt, _e_Pulsing41_0.doc, _e_Direct_0.tim, _e_Direct_0.doc, _e_MockFixedIntBlock_0.doc, _e_MockFixedIntBlock_0.tib, _e_MockFixedIntBlock_0.pyl]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_m,generation=22,filenames=[segments_m]
[junit4:junit4]   2> 7450 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 22[segments_m]
[junit4:junit4]   2> 7450 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7451 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@1ae39f21 main
[junit4:junit4]   2> 7451 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 7451 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1ae39f21 main{StandardDirectoryReader(segments_l:55:nrt)}
[junit4:junit4]   2> 7452 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 7452 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7453 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ae39f21 main{StandardDirectoryReader(segments_l:55:nrt)}
[junit4:junit4]   2> 7453 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 7453 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 4
[junit4:junit4]   2> 7456 T101 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 7459 T104 C5 REQ [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 7460 T104 C5 REQ [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 7460 T95 oas.SolrTestCaseJ4.tearDown ###Ending testPingHandler
[junit4:junit4]   2> 7465 T95 oas.SolrTestCaseJ4.setUp ###Starting testAugmentFields
[junit4:junit4]   2> 7468 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7469 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274684788473856)} 0 2
[junit4:junit4]   2> 7470 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1cedb15a
[junit4:junit4]   2> 7722 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111 (1428274684792668160)]} 0 250
[junit4:junit4]   2> 7723 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 111 is 200
[junit4:junit4]   2> 7723 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1cedb15a
[junit4:junit4]   2> 7726 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 7730 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_m,generation=22,filenames=[segments_m]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_n,generation=23,filenames=[_f_MockFixedIntBlock_0.pos, _f_Pulsing41_0.tip, _f_MockFixedIntBlock_0.doc, _f_Direct_0.doc, _f.fnm, _f.fdt, _f.fdx, _f_MockFixedIntBlock_0.tib, _f_SimpleText_0.pst, _f.si, _f_Direct_0.tim, _f_Direct_0.pos, _f_MockFixedIntBlock_0.tii, _f.nvd, _f_Pulsing41_0.pos, _f.nvm, segments_n, _f_MockFixedIntBlock_0.frq, _f_Direct_0.tip, _f_MockFixedIntBlock_0.skp, _f_MockFixedIntBlock_0.pyl, _f_Pulsing41_0.tim, _f_Pulsing41_0.doc]
[junit4:junit4]   2> 7731 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 23[_f_MockFixedIntBlock_0.pos, _f_Pulsing41_0.tip, _f_MockFixedIntBlock_0.doc, _f_Direct_0.doc, _f.fnm, _f.fdt, _f.fdx, _f_MockFixedIntBlock_0.tib, _f_SimpleText_0.pst, _f.si, _f_Direct_0.tim, _f_Direct_0.pos, _f_MockFixedIntBlock_0.tii, _f.nvd, _f_Pulsing41_0.pos, _f.nvm, segments_n, _f_MockFixedIntBlock_0.frq, _f_Direct_0.tip, _f_MockFixedIntBlock_0.skp, _f_MockFixedIntBlock_0.pyl, _f_Pulsing41_0.tim, _f_Pulsing41_0.doc]
[junit4:junit4]   2> 7732 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 7734 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@a7f5681 main
[junit4:junit4]   2> 7735 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@a7f5681 main{StandardDirectoryReader(segments_n:57:nrt _f(5.0):C1)}
[junit4:junit4]   2> 7735 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 7735 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7737 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a7f5681 main{StandardDirectoryReader(segments_n:57:nrt _f(5.0):C1)}
[junit4:junit4]   2> 7737 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 7738 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 12
[junit4:junit4]   2> 7739 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2e083489
[junit4:junit4]   2> 7992 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222 (1428274685075783680)]} 0 250
[junit4:junit4]   2> 7993 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 222 is 200
[junit4:junit4]   2> 7993 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2e083489
[junit4:junit4]   2> 7995 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 7999 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_n,generation=23,filenames=[_f_MockFixedIntBlock_0.pos, _f_Pulsing41_0.tip, _f_MockFixedIntBlock_0.doc, _f_Direct_0.doc, _f.fnm, _f.fdt, _f.fdx, _f_MockFixedIntBlock_0.tib, _f_SimpleText_0.pst, _f.si, _f_Direct_0.tim, _f_Direct_0.pos, _f_MockFixedIntBlock_0.tii, _f.nvd, _f_Pulsing41_0.pos, _f.nvm, segments_n, _f_MockFixedIntBlock_0.frq, _f_Direct_0.tip, _f_MockFixedIntBlock_0.skp, _f_MockFixedIntBlock_0.pyl, _f_Pulsing41_0.tim, _f_Pulsing41_0.doc]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_o,generation=24,filenames=[_f_MockFixedIntBlock_0.pos, _g_MockFixedIntBlock_0.skp, _g_Pulsing41_0.pos, _f_MockFixedIntBlock_0.doc, _f_Pulsing41_0.tip, _f.fdt, _f.fnm, _g_MockFixedIntBlock_0.doc, _f.fdx, _g_MockFixedIntBlock_0.tii, _f_MockFixedIntBlock_0.tib, _g_Pulsing41_0.tim, _g_Pulsing41_0.doc, _f.nvd, _g_MockFixedIntBlock_0.pos, _g.nvd, _g.si, _g.nvm, _g_Direct_0.doc, _g_MockFixedIntBlock_0.tib, _f.nvm, segments_o, _g.fdx, _g_MockFixedIntBlock_0.frq, _f_MockFixedIntBlock_0.pyl, _g_MockFixedIntBlock_0.pyl, _g_Direct_0.tip, _f_Direct_0.doc, _g.fnm, _f_SimpleText_0.pst, _f.si, _f_Direct_0.pos, _f_Direct_0.tim, _g_SimpleText_0.pst, _g_Direct_0.pos, _f_MockFixedIntBlock_0.tii, _g.fdt, _g_Direct_0.tim, _f_Pulsing41_0.pos, _f_MockFixedIntBlock_0.frq, _f_MockFixedIntBlock_0.skp, _f_Direct_0.tip, _g_Pulsing41_0.tip, _f_Pulsing41_0.doc, _f_Pulsing41_0.tim]
[junit4:junit4]   2> 8000 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 24[_f_MockFixedIntBlock_0.pos, _g_MockFixedIntBlock_0.skp, _g_Pulsing41_0.pos, _f_MockFixedIntBlock_0.doc, _f_Pulsing41_0.tip, _f.fdt, _f.fnm, _g_MockFixedIntBlock_0.doc, _f.fdx, _g_MockFixedIntBlock_0.tii, _f_MockFixedIntBlock_0.tib, _g_Pulsing41_0.tim, _g_Pulsing41_0.doc, _f.nvd, _g_MockFixedIntBlock_0.pos, _g.nvd, _g.si, _g.nvm, _g_Direct_0.doc, _g_MockFixedIntBlock_0.tib, _f.nvm, segments_o, _g.fdx, _g_MockFixedIntBlock_0.frq, _f_MockFixedIntBlock_0.pyl, _g_MockFixedIntBlock_0.pyl, _g_Direct_0.tip, _f_Direct_0.doc, _g.fnm, _f_SimpleText_0.pst, _f.si, _f_Direct_0.pos, _f_Direct_0.tim, _g_SimpleText_0.pst, _g_Direct_0.pos, _f_MockFixedIntBlock_0.tii, _g.fdt, _g_Direct_0.tim, _f_Pulsing41_0.pos, _f_MockFixedIntBlock_0.frq, _f_MockFixedIntBlock_0.skp, _f_Direct_0.tip, _g_Pulsing41_0.tip, _f_Pulsing41_0.doc, _f_Pulsing41_0.tim]
[junit4:junit4]   2> 8001 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8003 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@40f421a5 main
[junit4:junit4]   2> 8003 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@40f421a5 main{StandardDirectoryReader(segments_o:59:nrt _f(5.0):C1 _g(5.0):C1)}
[junit4:junit4]   2> 8003 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 8003 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 8005 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40f421a5 main{StandardDirectoryReader(segments_o:59:nrt _f(5.0):C1 _g(5.0):C1)}
[junit4:junit4]   2> 8005 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8005 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 10
[junit4:junit4]   2> 8009 T104 C5 REQ [collection1] webapp=/solr path=/select params={sort=price+asc&wt=javabin&fl=id,price,[docid],[explain+style%3Dnl],score,aaa:[value+v%3Daaa],ten:[value+v%3D10+t%3Dint]&q=*:*&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   2> 8010 T95 oas.SolrTestCaseJ4.tearDown ###Ending testAugmentFields
[junit4:junit4]   2> 8016 T95 oas.SolrTestCaseJ4.setUp ###Starting testUnicode
[junit4:junit4]   2> 8019 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8020 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@375ef754 realtime
[junit4:junit4]   2> 8020 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274685366239232)} 0 2
[junit4:junit4]   2> 8021 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@3bbfc832
[junit4:junit4]   2> 8274 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274685371482112), 1 (1428274685371482113), 2 (1428274685371482114), 3 (1428274685371482115), 4 (1428274685372530688), 5 (1428274685372530689), 6 (1428274685372530690), 7 (1428274685372530691), 8 (1428274685372530692), 9 (1428274685372530693), ... (15 adds)]} 0 250
[junit4:junit4]   2> 8275 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 8275 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@3bbfc832
[junit4:junit4]   2> 8277 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 8279 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_o,generation=24,filenames=[_f_MockFixedIntBlock_0.pos, _g_MockFixedIntBlock_0.skp, _g_Pulsing41_0.pos, _f_MockFixedIntBlock_0.doc, _f_Pulsing41_0.tip, _f.fdt, _f.fnm, _g_MockFixedIntBlock_0.doc, _f.fdx, _g_MockFixedIntBlock_0.tii, _f_MockFixedIntBlock_0.tib, _g_Pulsing41_0.tim, _g_Pulsing41_0.doc, _f.nvd, _g_MockFixedIntBlock_0.pos, _g.nvd, _g.si, _g.nvm, _g_Direct_0.doc, _g_MockFixedIntBlock_0.tib, _f.nvm, segments_o, _g.fdx, _g_MockFixedIntBlock_0.frq, _f_MockFixedIntBlock_0.pyl, _g_MockFixedIntBlock_0.pyl, _g_Direct_0.tip, _f_Direct_0.doc, _g.fnm, _f_SimpleText_0.pst, _f.si, _f_Direct_0.pos, _f_Direct_0.tim, _g_SimpleText_0.pst, _g_Direct_0.pos, _f_MockFixedIntBlock_0.tii, _g.fdt, _g_Direct_0.tim, _f_Pulsing41_0.pos, _f_MockFixedIntBlock_0.frq, _f_MockFixedIntBlock_0.skp, _f_Direct_0.tip, _g_Pulsing41_0.tip, _f_Pulsing41_0.doc, _f_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_p,generation=25,filenames=[_h.fdx, _h_Pulsing41_0.doc, _h_Pulsing41_0.tip, _h.si, _h_Direct_0.tip, _h.fdt, _h_Direct_0.doc, segments_p, _h_Direct_0.tim, _h.fnm, _h_SimpleText_0.pst, _h_Pulsing41_0.tim]
[junit4:junit4]   2> 8279 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 25[_h.fdx, _h_Pulsing41_0.doc, _h_Pulsing41_0.tip, _h.si, _h_Direct_0.tip, _h.fdt, _h_Direct_0.doc, segments_p, _h_Direct_0.tim, _h.fnm, _h_SimpleText_0.pst, _h_Pulsing41_0.tim]
[junit4:junit4]   2> 8282 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8283 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@303f8b main
[junit4:junit4]   2> 8284 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8284 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 8285 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@303f8b main{StandardDirectoryReader(segments_p:63:nrt _h(5.0):C15)}
[junit4:junit4]   2> 8285 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 8286 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@303f8b main{StandardDirectoryReader(segments_p:63:nrt _h(5.0):C15)}
[junit4:junit4]   2> 8287 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8287 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 10
[junit4:junit4]   2> 8290 T101 C5 REQ [collection1] webapp=/solr path=/select params={rows=15&wt=javabin&q=*:*&version=2} hits=15 status=0 QTime=0 
[junit4:junit4]   2> 8294 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8295 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@364211d7 realtime
[junit4:junit4]   2> 8295 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274685653549056)} 0 2
[junit4:junit4]   2> 8297 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2ba15615
[junit4:junit4]   2> 8549 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274685659840512), 1 (1428274685659840513), 2 (1428274685659840514), 3 (1428274685659840515), 4 (1428274685659840516), 5 (1428274685659840517), 6 (1428274685659840518), 7 (1428274685659840519), 8 (1428274685660889088), 9 (1428274685660889089), ... (25 adds)]} 0 250
[junit4:junit4]   2> 8550 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 8550 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2ba15615
[junit4:junit4]   2> 8553 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 8556 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_p,generation=25,filenames=[_h.fdx, _h_Pulsing41_0.doc, _h_Pulsing41_0.tip, _h.si, _h_Direct_0.tip, _h.fdt, _h_Direct_0.doc, segments_p, _h_Direct_0.tim, _h.fnm, _h_SimpleText_0.pst, _h_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_q,generation=26,filenames=[_i.si, _i.fnm, _i_SimpleText_0.pst, _i_Pulsing41_0.tip, segments_q, _i_Pulsing41_0.tim, _i_Direct_0.tip, _i_Direct_0.tim, _i.fdx, _i_Direct_0.doc, _i.fdt, _i_Pulsing41_0.doc]
[junit4:junit4]   2> 8556 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 26[_i.si, _i.fnm, _i_SimpleText_0.pst, _i_Pulsing41_0.tip, segments_q, _i_Pulsing41_0.tim, _i_Direct_0.tip, _i_Direct_0.tim, _i.fdx, _i_Direct_0.doc, _i.fdt, _i_Pulsing41_0.doc]
[junit4:junit4]   2> 8557 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8558 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@7dad547d main
[junit4:junit4]   2> 8559 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8560 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7dad547d main{StandardDirectoryReader(segments_q:67:nrt _i(5.0):C25)}
[junit4:junit4]   2> 8560 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 8560 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 8561 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7dad547d main{StandardDirectoryReader(segments_q:67:nrt _i(5.0):C25)}
[junit4:junit4]   2> 8561 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8562 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 10
[junit4:junit4]   2> 8565 T101 C5 REQ [collection1] webapp=/solr path=/select params={rows=25&wt=javabin&q=*:*&version=2} hits=25 status=0 QTime=0 
[junit4:junit4]   2> 8569 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8570 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@66b05d6 realtime
[junit4:junit4]   2> 8571 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274685941907456)} 0 3
[junit4:junit4]   2> 8572 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5c4c27e4
[junit4:junit4]   2> 8824 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274685948198912), 1 (1428274685948198913), 2 (1428274685948198914), 3 (1428274685948198915), 4 (1428274685948198916), 5 (1428274685949247488), 6 (1428274685949247489), 7 (1428274685949247490), 8 (1428274685949247491), 9 (1428274685949247492), ... (16 adds)]} 0 250
[junit4:junit4]   2> 8825 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 8825 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5c4c27e4
[junit4:junit4]   2> 8827 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 8829 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_q,generation=26,filenames=[_i.si, _i.fnm, _i_SimpleText_0.pst, _i_Pulsing41_0.tip, segments_q, _i_Pulsing41_0.tim, _i_Direct_0.tip, _i_Direct_0.tim, _i.fdx, _i_Direct_0.doc, _i.fdt, _i_Pulsing41_0.doc]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_r,generation=27,filenames=[_j_Pulsing41_0.tim, _j_Pulsing41_0.tip, _j.fdx, _j_Direct_0.tim, segments_r, _j.si, _j_Direct_0.tip, _j.fnm, _j.fdt, _j_SimpleText_0.pst, _j_Pulsing41_0.doc, _j_Direct_0.doc]
[junit4:junit4]   2> 8829 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 27[_j_Pulsing41_0.tim, _j_Pulsing41_0.tip, _j.fdx, _j_Direct_0.tim, segments_r, _j.si, _j_Direct_0.tip, _j.fnm, _j.fdt, _j_SimpleText_0.pst, _j_Pulsing41_0.doc, _j_Direct_0.doc]
[junit4:junit4]   2> 8830 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8830 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@46921b16 main
[junit4:junit4]   2> 8831 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8831 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@46921b16 main{StandardDirectoryReader(segments_r:71:nrt _j(5.0):C16)}
[junit4:junit4]   2> 8831 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 8831 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 8832 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46921b16 main{StandardDirectoryReader(segments_r:71:nrt _j(5.0):C16)}
[junit4:junit4]   2> 8833 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 8833 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 6
[junit4:junit4]   2> 8836 T104 C5 REQ [collection1] webapp=/solr path=/select params={rows=16&wt=javabin&q=*:*&version=2} hits=16 status=0 QTime=1 
[junit4:junit4]   2> 8840 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 8840 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@30297f31 realtime
[junit4:junit4]   2> 8841 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274686226071552)} 0 2
[junit4:junit4]   2> 8842 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@745d82aa
[junit4:junit4]   2> 9094 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274686231314432), 1 (1428274686232363008), 2 (1428274686232363009), 3 (1428274686232363010), 4 (1428274686232363011), 5 (1428274686232363012), 6 (1428274686232363013), 7 (1428274686232363014), 8 (1428274686232363015), 9 (1428274686232363016), ... (17 adds)]} 0 250
[junit4:junit4]   2> 9095 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 9095 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@745d82aa
[junit4:junit4]   2> 9098 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 9100 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_r,generation=27,filenames=[_j_Pulsing41_0.tim, _j_Pulsing41_0.tip, _j.fdx, _j_Direct_0.tim, segments_r, _j.si, _j_Direct_0.tip, _j.fnm, _j.fdt, _j_SimpleText_0.pst, _j_Pulsing41_0.doc, _j_Direct_0.doc]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_s,generation=28,filenames=[_k_Direct_0.tip, _k.si, _k_Pulsing41_0.doc, _k.fdx, segments_s, _k_Direct_0.doc, _k.fnm, _k_Pulsing41_0.tip, _k_SimpleText_0.pst, _k.fdt, _k_Pulsing41_0.tim, _k_Direct_0.tim]
[junit4:junit4]   2> 9100 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 28[_k_Direct_0.tip, _k.si, _k_Pulsing41_0.doc, _k.fdx, segments_s, _k_Direct_0.doc, _k.fnm, _k_Pulsing41_0.tip, _k_SimpleText_0.pst, _k.fdt, _k_Pulsing41_0.tim, _k_Direct_0.tim]
[junit4:junit4]   2> 9101 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9102 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5cdb8e99 main
[junit4:junit4]   2> 9102 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9103 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5cdb8e99 main{StandardDirectoryReader(segments_s:75:nrt _k(5.0):C17)}
[junit4:junit4]   2> 9103 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 9103 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9104 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cdb8e99 main{StandardDirectoryReader(segments_s:75:nrt _k(5.0):C17)}
[junit4:junit4]   2> 9104 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9105 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 8
[junit4:junit4]   2> 9108 T104 C5 REQ [collection1] webapp=/solr path=/select params={rows=17&wt=javabin&q=*:*&version=2} hits=17 status=0 QTime=0 
[junit4:junit4]   2> 9119 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9119 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@7ea98aca realtime
[junit4:junit4]   2> 9120 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274686518624256)} 0 2
[junit4:junit4]   2> 9121 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2cd714bd
[junit4:junit4]   2> 9373 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274686523867136), 1 (1428274686523867137), 2 (1428274686523867138), 3 (1428274686523867139), 4 (1428274686523867140), 5 (1428274686524915712), 6 (1428274686524915713), 7 (1428274686524915714), 8 (1428274686524915715), 9 (1428274686524915716), ... (28 adds)]} 0 250
[junit4:junit4]   2> 9374 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 9375 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2cd714bd
[junit4:junit4]   2> 9377 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 9382 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_s,generation=28,filenames=[_k_Direct_0.tip, _k.si, _k_Pulsing41_0.doc, _k.fdx, segments_s, _k_Direct_0.doc, _k.fnm, _k_Pulsing41_0.tip, _k_SimpleText_0.pst, _k.fdt, _k_Pulsing41_0.tim, _k_Direct_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_t,generation=29,filenames=[_l_Direct_0.tim, _l_Pulsing41_0.tim, _l.si, _l.fnm, _l_Direct_0.doc, _l_SimpleText_0.pst, _l.fdx, segments_t, _l_Pulsing41_0.tip, _l.fdt, _l_Pulsing41_0.doc, _l_Direct_0.tip]
[junit4:junit4]   2> 9383 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 29[_l_Direct_0.tim, _l_Pulsing41_0.tim, _l.si, _l.fnm, _l_Direct_0.doc, _l_SimpleText_0.pst, _l.fdx, segments_t, _l_Pulsing41_0.tip, _l.fdt, _l_Pulsing41_0.doc, _l_Direct_0.tip]
[junit4:junit4]   2> 9384 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9385 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@63a7de79 main
[junit4:junit4]   2> 9385 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9386 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@63a7de79 main{StandardDirectoryReader(segments_t:79:nrt _l(5.0):C28)}
[junit4:junit4]   2> 9386 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 9386 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9387 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63a7de79 main{StandardDirectoryReader(segments_t:79:nrt _l(5.0):C28)}
[junit4:junit4]   2> 9387 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9387 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 10
[junit4:junit4]   2> 9391 T101 C5 REQ [collection1] webapp=/solr path=/select params={rows=28&wt=javabin&q=*:*&version=2} hits=28 status=0 QTime=1 
[junit4:junit4]   2> 9396 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9397 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@1b3a3182 realtime
[junit4:junit4]   2> 9397 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274686809079808)} 0 3
[junit4:junit4]   2> 9398 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@9885bc5
[junit4:junit4]   2> 9650 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274686814322688), 1 (1428274686815371264), 2 (1428274686815371265)]} 0 250
[junit4:junit4]   2> 9651 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 9651 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@9885bc5
[junit4:junit4]   2> 9653 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 9655 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_t,generation=29,filenames=[_l_Direct_0.tim, _l_Pulsing41_0.tim, _l.si, _l.fnm, _l_Direct_0.doc, _l_SimpleText_0.pst, _l.fdx, segments_t, _l_Pulsing41_0.tip, _l.fdt, _l_Pulsing41_0.doc, _l_Direct_0.tip]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_u,generation=30,filenames=[_m.fdx, _m_SimpleText_0.pst, _m_Pulsing41_0.doc, _m_Pulsing41_0.tip, _m.si, _m.fdt, _m_Pulsing41_0.tim, _m_Direct_0.tim, _m.fnm, segments_u, _m_Direct_0.doc, _m_Direct_0.tip]
[junit4:junit4]   2> 9656 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 30[_m.fdx, _m_SimpleText_0.pst, _m_Pulsing41_0.doc, _m_Pulsing41_0.tip, _m.si, _m.fdt, _m_Pulsing41_0.tim, _m_Direct_0.tim, _m.fnm, segments_u, _m_Direct_0.doc, _m_Direct_0.tip]
[junit4:junit4]   2> 9656 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9657 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@705e4f14 main
[junit4:junit4]   2> 9657 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9658 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@705e4f14 main{StandardDirectoryReader(segments_u:83:nrt _m(5.0):C3)}
[junit4:junit4]   2> 9658 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9658 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 9659 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@705e4f14 main{StandardDirectoryReader(segments_u:83:nrt _m(5.0):C3)}
[junit4:junit4]   2> 9659 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9660 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 7
[junit4:junit4]   2> 9663 T103 C5 REQ [collection1] webapp=/solr path=/select params={rows=3&wt=javabin&q=*:*&version=2} hits=3 status=0 QTime=1 
[junit4:junit4]   2> 9666 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9667 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@7fdb9526 realtime
[junit4:junit4]   2> 9668 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274687093243904)} 0 3
[junit4:junit4]   2> 9669 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@291d335e
[junit4:junit4]   2> 9921 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274687098486784), 1 (1428274687098486785), 2 (1428274687098486786), 3 (1428274687098486787), 4 (1428274687098486788), 5 (1428274687099535360), 6 (1428274687099535361), 7 (1428274687099535362), 8 (1428274687099535363), 9 (1428274687099535364), ... (13 adds)]} 0 250
[junit4:junit4]   2> 9922 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 9923 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@291d335e
[junit4:junit4]   2> 9925 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 9928 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_u,generation=30,filenames=[_m.fdx, _m_SimpleText_0.pst, _m_Pulsing41_0.doc, _m_Pulsing41_0.tip, _m.si, _m.fdt, _m_Pulsing41_0.tim, _m_Direct_0.tim, _m.fnm, segments_u, _m_Direct_0.doc, _m_Direct_0.tip]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_v,generation=31,filenames=[_n_Pulsing41_0.doc, _n_Direct_0.tip, _n_SimpleText_0.pst, _n.fdx, _n.fdt, _n.si, _n_Direct_0.tim, _n_Pulsing41_0.tim, _n_Direct_0.doc, _n.fnm, segments_v, _n_Pulsing41_0.tip]
[junit4:junit4]   2> 9929 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 31[_n_Pulsing41_0.doc, _n_Direct_0.tip, _n_SimpleText_0.pst, _n.fdx, _n.fdt, _n.si, _n_Direct_0.tim, _n_Pulsing41_0.tim, _n_Direct_0.doc, _n.fnm, segments_v, _n_Pulsing41_0.tip]
[junit4:junit4]   2> 9930 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9932 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@67c7ba62 main
[junit4:junit4]   2> 9933 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9933 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@67c7ba62 main{StandardDirectoryReader(segments_v:87:nrt _n(5.0):C13)}
[junit4:junit4]   2> 9933 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9934 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 9935 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67c7ba62 main{StandardDirectoryReader(segments_v:87:nrt _n(5.0):C13)}
[junit4:junit4]   2> 9936 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 9936 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 11
[junit4:junit4]   2> 9940 T104 C5 REQ [collection1] webapp=/solr path=/select params={rows=13&wt=javabin&q=*:*&version=2} hits=13 status=0 QTime=1 
[junit4:junit4]   2> 9945 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 9946 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@e6476d3 realtime
[junit4:junit4]   2> 9947 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274687384748032)} 0 3
[junit4:junit4]   2> 9948 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@65b51e06
[junit4:junit4]   2> 10201 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274687392088064), 1 (1428274687393136640), 2 (1428274687393136641), 3 (1428274687393136642), 4 (1428274687393136643), 5 (1428274687393136644), 6 (1428274687393136645), 7 (1428274687393136646), 8 (1428274687394185216), 9 (1428274687394185217), ... (21 adds)]} 0 250
[junit4:junit4]   2> 10202 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 10202 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@65b51e06
[junit4:junit4]   2> 10206 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 10209 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_v,generation=31,filenames=[_n_Pulsing41_0.doc, _n_Direct_0.tip, _n_SimpleText_0.pst, _n.fdx, _n.fdt, _n.si, _n_Direct_0.tim, _n_Pulsing41_0.tim, _n_Direct_0.doc, _n.fnm, segments_v, _n_Pulsing41_0.tip]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_w,generation=32,filenames=[_o.fdx, _o_Pulsing41_0.doc, _o_Pulsing41_0.tim, _o_Pulsing41_0.tip, _o.si, _o.fnm, segments_w, _o_Direct_0.doc, _o_SimpleText_0.pst, _o.fdt, _o_Direct_0.tip, _o_Direct_0.tim]
[junit4:junit4]   2> 10210 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 32[_o.fdx, _o_Pulsing41_0.doc, _o_Pulsing41_0.tim, _o_Pulsing41_0.tip, _o.si, _o.fnm, segments_w, _o_Direct_0.doc, _o_SimpleText_0.pst, _o.fdt, _o_Direct_0.tip, _o_Direct_0.tim]
[junit4:junit4]   2> 10211 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 10212 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@3346c7ff main
[junit4:junit4]   2> 10213 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 10214 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3346c7ff main{StandardDirectoryReader(segments_w:91:nrt _o(5.0):C21)}
[junit4:junit4]   2> 10214 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 10214 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 10217 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3346c7ff main{StandardDirectoryReader(segments_w:91:nrt _o(5.0):C21)}
[junit4:junit4]   2> 10218 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 10218 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 12
[junit4:junit4]   2> 10222 T104 C5 REQ [collection1] webapp=/solr path=/select params={rows=21&wt=javabin&q=*:*&version=2} hits=21 status=0 QTime=0 
[junit4:junit4]   2> 10227 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 10227 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@7fcc5d6b realtime
[junit4:junit4]   2> 10228 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274687680446464)} 0 2
[junit4:junit4]   2> 10229 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@42095d59
[junit4:junit4]   2> 10481 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274687685689344), 1 (1428274687685689345), 2 (1428274687685689346), 3 (1428274687685689347), 4 (1428274687685689348), 5 (1428274687685689349), 6 (1428274687685689350), 7 (1428274687686737920), 8 (1428274687686737921), 9 (1428274687686737922), ... (25 adds)]} 0 250
[junit4:junit4]   2> 10483 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 10483 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@42095d59
[junit4:junit4]   2> 10486 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 10489 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_w,generation=32,filenames=[_o.fdx, _o_Pulsing41_0.doc, _o_Pulsing41_0.tim, _o_Pulsing41_0.tip, _o.si, _o.fnm, segments_w, _o_Direct_0.doc, _o_SimpleText_0.pst, _o.fdt, _o_Direct_0.tip, _o_Direct_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_x,generation=33,filenames=[_p_Pulsing41_0.tip, _p.fdt, _p_Direct_0.doc, _p_Pulsing41_0.doc, _p.si, _p.fnm, _p_Direct_0.tip, _p_Direct_0.tim, segments_x, _p.fdx, _p_Pulsing41_0.tim, _p_SimpleText_0.pst]
[junit4:junit4]   2> 10490 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 33[_p_Pulsing41_0.tip, _p.fdt, _p_Direct_0.doc, _p_Pulsing41_0.doc, _p.si, _p.fnm, _p_Direct_0.tip, _p_Direct_0.tim, segments_x, _p.fdx, _p_Pulsing41_0.tim, _p_SimpleText_0.pst]
[junit4:junit4]   2> 10490 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 10492 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@2f69dc6b main
[junit4:junit4]   2> 10493 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 10494 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2f69dc6b main{StandardDirectoryReader(segments_x:95:nrt _p(5.0):C25)}
[junit4:junit4]   2> 10494 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 10494 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 10496 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f69dc6b main{StandardDirectoryReader(segments_x:95:nrt _p(5.0):C25)}
[junit4:junit4]   2> 10497 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 10497 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 11
[junit4:junit4]   2> 10501 T102 C5 REQ [collection1] webapp=/solr path=/select params={rows=25&wt=javabin&q=*:*&version=2} hits=25 status=0 QTime=1 
[junit4:junit4]   2> 10506 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 10507 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@691935a1 realtime
[junit4:junit4]   2> 10508 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274687972999168)} 0 3
[junit4:junit4]   2> 10509 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@761012ee
[junit4:junit4]   2> 10762 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274687980339200), 1 (1428274687981387776), 2 (1428274687981387777), 3 (1428274687981387778), 4 (1428274687981387779), 5 (1428274687981387780), 6 (1428274687981387781)]} 0 250
[junit4:junit4]   2> 10763 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 10763 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@761012ee
[junit4:junit4]   2> 10765 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 10767 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_x,generation=33,filenames=[_p_Pulsing41_0.tip, _p.fdt, _p_Direct_0.doc, _p_Pulsing41_0.doc, _p.si, _p.fnm, _p_Direct_0.tip, _p_Direct_0.tim, segments_x, _p.fdx, _p_Pulsing41_0.tim, _p_SimpleText_0.pst]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_y,generation=34,filenames=[_q_Direct_0.doc, _q.fnm, _q.fdx, _q_SimpleText_0.pst, _q_Direct_0.tip, segments_y, _q.si, _q_Pulsing41_0.tim, _q_Pulsing41_0.tip, _q_Direct_0.tim, _q.fdt, _q_Pulsing41_0.doc]
[junit4:junit4]   2> 10768 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 34[_q_Direct_0.doc, _q.fnm, _q.fdx, _q_SimpleText_0.pst, _q_Direct_0.tip, segments_y, _q.si, _q_Pulsing41_0.tim, _q_Pulsing41_0.tip, _q_Direct_0.tim, _q.fdt, _q_Pulsing41_0.doc]
[junit4:junit4]   2> 10768 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 10770 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@701fe2e3 main
[junit4:junit4]   2> 10770 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 10771 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@701fe2e3 main{StandardDirectoryReader(segments_y:99:nrt _q(5.0):C7)}
[junit4:junit4]   2> 10771 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 10771 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 10772 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@701fe2e3 main{StandardDirectoryReader(segments_y:99:nrt _q(5.0):C7)}
[junit4:junit4]   2> 10772 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 10773 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 8
[junit4:junit4]   2> 10776 T101 C5 REQ [collection1] webapp=/solr path=/select params={rows=7&wt=javabin&q=*:*&version=2} hits=7 status=0 QTime=0 
[junit4:junit4]   2> 10779 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 10781 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@6fc9e7cb realtime
[junit4:junit4]   2> 10781 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1428274688260308992)} 0 2
[junit4:junit4]   2> 10782 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@3090f9c3
[junit4:junit4]   2> 11034 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1428274688265551872), 1 (1428274688265551873), 2 (1428274688265551874), 3 (1428274688266600448), 4 (1428274688266600449), 5 (1428274688266600450), 6 (1428274688266600451), 7 (1428274688266600452), 8 (1428274688266600453), 9 (1428274688266600454), ... (21 adds)]} 0 250
[junit4:junit4]   2> 11035 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 0 is 200
[junit4:junit4]   2> 11035 T111 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@3090f9c3
[junit4:junit4]   2> 11037 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11039 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_y,generation=34,filenames=[_q_Direct_0.doc, _q.fnm, _q.fdx, _q_SimpleText_0.pst, _q_Direct_0.tip, segments_y, _q.si, _q_Pulsing41_0.tim, _q_Pulsing41_0.tip, _q_Direct_0.tim, _q.fdt, _q_Pulsing41_0.doc]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_z,generation=35,filenames=[_r_Direct_0.tim, _r_Direct_0.tip, _r_SimpleText_0.pst, _r_Pulsing41_0.tip, _r_Direct_0.doc, _r_Pulsing41_0.doc, _r.fnm, _r.si, segments_z, _r.fdt, _r.fdx, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11041 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 35[_r_Direct_0.tim, _r_Direct_0.tip, _r_SimpleText_0.pst, _r_Pulsing41_0.tip, _r_Direct_0.doc, _r_Pulsing41_0.doc, _r.fnm, _r.si, segments_z, _r.fdt, _r.fdx, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11041 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11042 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@72ba70b2 main
[junit4:junit4]   2> 11043 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11043 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@72ba70b2 main{StandardDirectoryReader(segments_z:103:nrt _r(5.0):C21)}
[junit4:junit4]   2> 11043 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 11043 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11045 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72ba70b2 main{StandardDirectoryReader(segments_z:103:nrt _r(5.0):C21)}
[junit4:junit4]   2> 11045 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11045 T101 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 8
[junit4:junit4]   2> 11049 T104 C5 REQ [collection1] webapp=/solr path=/select params={rows=21&wt=javabin&q=*:*&version=2} hits=21 status=0 QTime=1 
[junit4:junit4]   2> 11050 T95 oas.SolrTestCaseJ4.tearDown ###Ending testUnicode
[junit4:junit4]   2> 11058 T95 oas.SolrTestCaseJ4.setUp ###Starting testWaitOptions
[junit4:junit4]   2> 11058 T95 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11060 T95 oascsi.ConcurrentUpdateSolrServer.request blocking for commit/optimize
[junit4:junit4]   2> 11122 T104 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11125 T104 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_z,generation=35,filenames=[_r_Direct_0.tim, _r_Direct_0.tip, _r_SimpleText_0.pst, _r_Pulsing41_0.tip, _r_Direct_0.doc, _r_Pulsing41_0.doc, _r.fnm, _r.si, segments_z, _r.fdt, _r.fdx, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_10,generation=36,filenames=[_s_Direct_0.tim, _r_Direct_0.tip, segments_10, _s_Direct_0.doc, _s_Pulsing41_0.tim, _s.si, _s_Pulsing41_0.doc, _r.fdx, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Direct_0.doc, _r_Pulsing41_0.tip, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _s_Direct_0.tip, _r.fnm, _s.fdx, _r.si, _r.fdt, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11125 T104 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 36[_s_Direct_0.tim, _r_Direct_0.tip, segments_10, _s_Direct_0.doc, _s_Pulsing41_0.tim, _s.si, _s_Pulsing41_0.doc, _r.fdx, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Direct_0.doc, _r_Pulsing41_0.tip, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _s_Direct_0.tip, _r.fnm, _s.fdx, _r.si, _r.fdt, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11126 T104 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11129 T104 C5 oass.SolrIndexSearcher.<init> Opening Searcher@328d5d46 main
[junit4:junit4]   2> 11130 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@328d5d46 main{StandardDirectoryReader(segments_10:105:nrt _r(5.0):C21 _s(5.0):C1)}
[junit4:junit4]   2> 11130 T104 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11130 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 11131 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@328d5d46 main{StandardDirectoryReader(segments_10:105:nrt _r(5.0):C21 _s(5.0):C1)}
[junit4:junit4]   2> 11132 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11132 T104 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {add=[42 (1428274688619970560)],commit=} 0 11
[junit4:junit4]   2> 11133 T115 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@67bba8a9
[junit4:junit4]   2> 11133 T95 oascsi.ConcurrentUpdateSolrServer.request blocking for commit/optimize
[junit4:junit4]   2> 11139 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11140 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_10,generation=36,filenames=[_s_Direct_0.tim, _r_Direct_0.tip, segments_10, _s_Direct_0.doc, _s_Pulsing41_0.tim, _s.si, _s_Pulsing41_0.doc, _r.fdx, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Direct_0.doc, _r_Pulsing41_0.tip, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _s_Direct_0.tip, _r.fnm, _s.fdx, _r.si, _r.fdt, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_11,generation=37,filenames=[_t_Direct_0.doc, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _s_Pulsing41_0.tim, _t.si, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, segments_11, _t.fnm, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11141 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 37[_t_Direct_0.doc, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _s_Pulsing41_0.tim, _t.si, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, segments_11, _t.fnm, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11141 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11142 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@7b54a84d main
[junit4:junit4]   2> 11142 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7b54a84d main{StandardDirectoryReader(segments_11:107:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1)}
[junit4:junit4]   2> 11142 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11143 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 11144 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b54a84d main{StandardDirectoryReader(segments_11:107:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1)}
[junit4:junit4]   2> 11145 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11388 T102 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11388 T102 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_11,generation=37,filenames=[_t_Direct_0.doc, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _s_Pulsing41_0.tim, _t.si, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, segments_11, _t.fnm, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_12,generation=38,filenames=[_t_Direct_0.doc, segments_12, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _s_Pulsing41_0.tim, _t.si, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, _t.fnm, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11389 T102 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 38[_t_Direct_0.doc, segments_12, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _s_Pulsing41_0.tim, _t.si, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, _t.fnm, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11389 T102 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11389 T102 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5cc90653 main
[junit4:junit4]   2> 11390 T102 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11390 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5cc90653 main{StandardDirectoryReader(segments_11:107:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1)}
[junit4:junit4]   2> 11390 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 11390 T102 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=false&softCommit=false&version=2} {add=[43 (1428274688636747776)],commit=,commit=} 0 253
[junit4:junit4]   2> 11391 T115 oascsi.ConcurrentUpdateSolrServer$Runner.run Status for: 43 is 200
[junit4:junit4]   2> 11391 T115 oascsi.ConcurrentUpdateSolrServer$Runner.run finished: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@67bba8a9
[junit4:junit4]   2> 11391 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cc90653 main{StandardDirectoryReader(segments_11:107:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1)}
[junit4:junit4]   2> 11392 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11394 T103 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11396 T103 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_12,generation=38,filenames=[_t_Direct_0.doc, segments_12, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _s_Pulsing41_0.tim, _t.si, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, _t.fnm, _s.fnm, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_13,generation=39,filenames=[_t_Direct_0.doc, _u.fdx, _u_Direct_0.doc, _u_Direct_0.tip, _u.si, segments_13, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _u_Pulsing41_0.tip, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _u_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, _u_Pulsing41_0.doc, _t.fnm, _s.fnm, _u.fdt, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11396 T103 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 39[_t_Direct_0.doc, _u.fdx, _u_Direct_0.doc, _u_Direct_0.tip, _u.si, segments_13, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _u_Pulsing41_0.tip, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _u_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, _u_Pulsing41_0.doc, _t.fnm, _s.fnm, _u.fdt, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 11397 T103 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11397 T103 C5 oass.SolrIndexSearcher.<init> Opening Searcher@20c22f4d main
[junit4:junit4]   2> 11398 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@20c22f4d main{StandardDirectoryReader(segments_13:109:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1 _u(5.0):C1)}
[junit4:junit4]   2> 11398 T103 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11398 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 11400 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20c22f4d main{StandardDirectoryReader(segments_13:109:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1 _u(5.0):C1)}
[junit4:junit4]   2> 11400 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11400 T103 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {add=[44 (1428274688904134656)],commit=} 0 7
[junit4:junit4]   2> 11401 T115 oascsi.ConcurrentUpdateSolrServer$Runner.run starting runner: org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@2caf7908
[junit4:junit4]   2> 11401 T95 oascsi.ConcurrentUpdateSolrServer.request blocking for commit/optimize
[junit4:junit4]   2> 11404 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11406 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_13,generation=39,filenames=[_t_Direct_0.doc, _u.fdx, _u_Direct_0.doc, _u_Direct_0.tip, _u.si, segments_13, _r_Direct_0.tim, _r_SimpleText_0.pst, _s.fdt, _r_Pulsing41_0.doc, _u_Pulsing41_0.tip, _s_Pulsing41_0.tip, _t.fdt, _t.fdx, _t_Direct_0.tip, _r.fnm, _s_Direct_0.tip, _r.si, _s.fdx, _r.fdt, _t_Pulsing41_0.tim, _u_Pulsing41_0.tim, _t_Pulsing41_0.doc, _r_Direct_0.tip, _s_Direct_0.tim, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _s.si, _r.fdx, _s_Pulsing41_0.doc, _t_Direct_0.tim, _r_Pulsing41_0.tip, _r_Direct_0.doc, _u_Pulsing41_0.doc, _t.fnm, _s.fnm, _u.fdt, _r_Pulsing41_0.tim]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_14,generation=40,filenames=[_s.fdt, _r_Pulsing41_0.doc, _t.fdt, _s_Pulsing41_0.tip, _r.fnm, _s.fdx, _v_Pulsing41_0.tip, _v.si, _u_Pulsing41_0.tim, _v_Direct_0.tim, _s_Pulsing41_0.doc, _r.fdx, _t_Direct_0.tim, _v.fnm, _r_Direct_0.doc, _r_Pulsing41_0.tip, _t.fnm, _r_Pulsing41_0.tim, _u.fdt, _v_Direct_0.doc, _t_Direct_0.doc, _u.fdx, _u_Direct_0.tip, _u_Direct_0.doc, _u.si, _r_Direct_0.tim, _r_SimpleText_0.pst, _u_Pulsing41_0.tip, _s_Direct_0.tip, _t_Direct_0.tip, _t.fdx, _r.si, _r.fdt, _t_Pulsing41_0.tim, _v_Direct_0.tip, _t_Pulsing41_0.doc, _s_Direct_0.tim, _r_Direct_0.tip, _v_Pulsing41_0.tim, _v.fdx, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, segments_14, _v.fdt, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _v_Pulsing41_0.doc, _s.si, _u_Pulsing41_0.doc, _s.fnm]
[junit4:junit4]   2> 11407 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 40[_s.fdt, _r_Pulsing41_0.doc, _t.fdt, _s_Pulsing41_0.tip, _r.fnm, _s.fdx, _v_Pulsing41_0.tip, _v.si, _u_Pulsing41_0.tim, _v_Direct_0.tim, _s_Pulsing41_0.doc, _r.fdx, _t_Direct_0.tim, _v.fnm, _r_Direct_0.doc, _r_Pulsing41_0.tip, _t.fnm, _r_Pulsing41_0.tim, _u.fdt, _v_Direct_0.doc, _t_Direct_0.doc, _u.fdx, _u_Direct_0.tip, _u_Direct_0.doc, _u.si, _r_Direct_0.tim, _r_SimpleText_0.pst, _u_Pulsing41_0.tip, _s_Direct_0.tip, _t_Direct_0.tip, _t.fdx, _r.si, _r.fdt, _t_Pulsing41_0.tim, _v_Direct_0.tip, _t_Pulsing41_0.doc, _s_Direct_0.tim, _r_Direct_0.tip, _v_Pulsing41_0.tim, _v.fdx, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, segments_14, _v.fdt, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _v_Pulsing41_0.doc, _s.si, _u_Pulsing41_0.doc, _s.fnm]
[junit4:junit4]   2> 11408 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11409 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@4db991a8 main
[junit4:junit4]   2> 11410 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4db991a8 main{StandardDirectoryReader(segments_14:111:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1 _u(5.0):C1 _v(5.0):C1)}
[junit4:junit4]   2> 11410 T101 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11410 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 11411 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4db991a8 main{StandardDirectoryReader(segments_14:111:nrt _r(5.0):C21 _s(5.0):C1 _t(5.0):C1 _u(5.0):C1 _v(5.0):C1)}
[junit4:junit4]   2> 11412 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 11653 T101 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 11654 T101 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_14,generation=40,filenames=[_s.fdt, _r_Pulsing41_0.doc, _t.fdt, _s_Pulsing41_0.tip, _r.fnm, _s.fdx, _v_Pulsing41_0.tip, _v.si, _u_Pulsing41_0.tim, _v_Direct_0.tim, _s_Pulsing41_0.doc, _r.fdx, _t_Direct_0.tim, _v.fnm, _r_Direct_0.doc, _r_Pulsing41_0.tip, _t.fnm, _r_Pulsing41_0.tim, _u.fdt, _v_Direct_0.doc, _t_Direct_0.doc, _u.fdx, _u_Direct_0.tip, _u_Direct_0.doc, _u.si, _r_Direct_0.tim, _r_SimpleText_0.pst, _u_Pulsing41_0.tip, _s_Direct_0.tip, _t_Direct_0.tip, _t.fdx, _r.si, _r.fdt, _t_Pulsing41_0.tim, _v_Direct_0.tip, _t_Pulsing41_0.doc, _s_Direct_0.tim, _r_Direct_0.tip, _v_Pulsing41_0.tim, _v.fdx, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, segments_14, _v.fdt, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _v_Pulsing41_0.doc, _s.si, _u_Pulsing41_0.doc, _s.fnm]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_15,generation=41,filenames=[segments_15, _s.fdt, _r_Pulsing41_0.doc, _t.fdt, _s_Pulsing41_0.tip, _r.fnm, _s.fdx, _v_Pulsing41_0.tip, _v.si, _u_Pulsing41_0.tim, _v_Direct_0.tim, _s_Pulsing41_0.doc, _r.fdx, _t_Direct_0.tim, _v.fnm, _r_Direct_0.doc, _r_Pulsing41_0.tip, _t.fnm, _r_Pulsing41_0.tim, _u.fdt, _v_Direct_0.doc, _t_Direct_0.doc, _u.fdx, _u_Direct_0.tip, _u_Direct_0.doc, _u.si, _r_Direct_0.tim, _r_SimpleText_0.pst, _u_Pulsing41_0.tip, _s_Direct_0.tip, _t_Direct_0.tip, _t.fdx, _r.si, _r.fdt, _t_Pulsing41_0.tim, _v_Direct_0.tip, _t_Pulsing41_0.doc, _s_Direct_0.tim, _r_Direct_0.tip, _v_Pulsing41_0.tim, _v.fdx, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, _v.fdt, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _v_Pulsing41_0.doc, _s.si, _u_Pulsing41_0.doc, _s.fnm]
[junit4:junit4]   2> 11654 T101 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 41[segments_15, _s.fdt, _r_Pulsing41_0.doc, _t.fdt, _s_Pulsing41_0.tip, _r.fnm, _s.fdx, _v_Pulsing41_0.tip, _v.si, _u_Pulsing41_0.tim, _v_Direct_0.tim, _s_Pulsing41_0.doc, _r.fdx, _t_Direct_0.tim, _v.fnm, _r_Direct_0.doc, _r_Pulsing41_0.tip, _t.fnm, _r_Pulsing41_0.tim, _u.fdt, _v_Direct_0.doc, _t_Direct_0.doc, _u.fdx, _u_Direct_0.tip, _u_Direct_0.doc, _u.si, _r_Direct_0.tim, _r_SimpleText_0.pst, _u_Pulsing41_0.tip, _s_Direct_0.tip, _t_Direct_0.tip, _t.fdx, _r.si, _r.fdt, _t_Pulsing41_0.tim, _v_Direct_0.tip, _t_Pulsing41_0.doc, _s_Direct_0.tim, _r_Direct_0.tip, _v_Pulsing41_0.tim, _v.fdx, _s_Direct_0.doc, _u.fnm, _s_Pulsing41_0.tim, _v.fdt, _t.si, _u_Direct_0.tim, _t_Pulsing41_0.tip, _v_Pulsing41_0.doc, _s.si, _u_Pulsing41_0.doc, _s.fnm]
[junit4:junit4]   2> 11655 T101 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 11655 T101 C5 oass.SolrIndexSearcher.<init> Opening Searcher@22b3cb5b main
[junit4:junit4]   2> 11656 T101 C5 oa

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

l_MockFixedIntBlock_0.doc, _1l_Pulsing41_0.tim, _1k_Pulsing41_0.pay, _1k.fdx, _1k_Direct_0.tip, _1l_Direct_0.doc, _1l_Direct_0.tip, _1k_Pulsing41_0.doc, _1k.nvm, segments_25]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab1b298 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd859a3),segFN=segments_26,generation=78,filenames=[_1k_Direct_0.tim, _1k_MockFixedIntBlock_0.doc, _1m.si, _1k_MockFixedIntBlock_0.pyl, _1k_SimpleText_0.pst, _1m.fdx, _1k.si, _1m_Direct_0.tip, _1k.fdt, _1k_Pulsing41_0.tim, _1k_MockFixedIntBlock_0.tii, _1k.nvd, _1k.fnm, _1m_Pulsing41_0.tim, _1m_Direct_0.doc, _1m_Direct_0.tim, _1k_Direct_0.doc, _1k_MockFixedIntBlock_0.pos, _1k_MockFixedIntBlock_0.tib, _1m.fdt, _1k_Pulsing41_0.tip, _1k_MockFixedIntBlock_0.frq, _1m_Pulsing41_0.tip, _1k_Direct_0.pay, _1k_Direct_0.pos, _1k_MockFixedIntBlock_0.skp, segments_26, _1k_Pulsing41_0.pos, _1k_Pulsing41_0.pay, _1k.fdx, _1k_Direct_0.tip, _1m_Pulsing41_0.doc, _1k_Pulsing41_0.doc, _1m.fnm, _1k.nvm]
[junit4:junit4]   2> 217232 T122 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 78[_1k_Direct_0.tim, _1k_MockFixedIntBlock_0.doc, _1m.si, _1k_MockFixedIntBlock_0.pyl, _1k_SimpleText_0.pst, _1m.fdx, _1k.si, _1m_Direct_0.tip, _1k.fdt, _1k_Pulsing41_0.tim, _1k_MockFixedIntBlock_0.tii, _1k.nvd, _1k.fnm, _1m_Pulsing41_0.tim, _1m_Direct_0.doc, _1m_Direct_0.tim, _1k_Direct_0.doc, _1k_MockFixedIntBlock_0.pos, _1k_MockFixedIntBlock_0.tib, _1m.fdt, _1k_Pulsing41_0.tip, _1k_MockFixedIntBlock_0.frq, _1m_Pulsing41_0.tip, _1k_Direct_0.pay, _1k_Direct_0.pos, _1k_MockFixedIntBlock_0.skp, segments_26, _1k_Pulsing41_0.pos, _1k_Pulsing41_0.pay, _1k.fdx, _1k_Direct_0.tip, _1m_Pulsing41_0.doc, _1k_Pulsing41_0.doc, _1m.fnm, _1k.nvm]
[junit4:junit4]   2> 217233 T122 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 217234 T122 C5 oass.SolrIndexSearcher.<init> Opening Searcher@44482da1 main
[junit4:junit4]   2> 217235 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@44482da1 main{StandardDirectoryReader(segments_26:195:nrt _1k(5.0):C5 _1m(5.0):C1)}
[junit4:junit4]   2> 217235 T106 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 217235 T122 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 217236 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44482da1 main{StandardDirectoryReader(segments_26:195:nrt _1k(5.0):C5 _1m(5.0):C1)}
[junit4:junit4]   2> 217237 T106 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217237 T122 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 9
[junit4:junit4]   2> 217242 T103 C5 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=id:testSetNullUpdates&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 217243 T95 oas.SolrTestCaseJ4.tearDown ###Ending testSetNullUpdates
[junit4:junit4]   2> 217419 T95 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=723223090
[junit4:junit4]   2> 217420 T95 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22b43518
[junit4:junit4]   2> 217428 T95 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217429 T95 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217438 T95 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217439 T95 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217440 T95 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=72,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=8,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=318,cumulative_deletesById=2,cumulative_deletesByQuery=35,cumulative_errors=1}
[junit4:junit4]   2> 217441 T95 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 217441 T95 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 217442 T95 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 217444 T95 C5 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217444 T95 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 217445 T95 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217445 T95 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217445 T95 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189/index
[junit4:junit4]   2> 217445 T95 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 217445 T95 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleStreamingBinaryTest-1362108876189
[junit4:junit4]   2> 217446 T95 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 217497 T95 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=Direct), manu=PostingsFormat(name=Direct), price=PostingsFormat(name=SimpleText), sequence_i=PostingsFormat(name=Direct), manufacturedate_dt=Pulsing41(freqCutoff=2 minBlockSize=39 maxBlockSize=77), timestamp_dt=PostingsFormat(name=SimpleText), text=PostingsFormat(name=SimpleText), store_0_coordinate=PostingsFormat(name=SimpleText), manu_id_s=PostingsFormat(name=Direct), _version_=Pulsing41(freqCutoff=2 minBlockSize=39 maxBlockSize=77), popularity=PostingsFormat(name=SimpleText), genre_s=PostingsFormat(name=Direct), single_s=Pulsing41(freqCutoff=2 minBlockSize=39 maxBlockSize=77), series_t=Pulsing41(freqCutoff=2 minBlockSize=39 maxBlockSize=77), price_c____currency=MockFixedIntBlock(blockSize=915), manu_exact=PostingsFormat(name=Direct), payloads=PostingsFormat(name=SimpleText), price_c____amount_raw=MockFixedIntBlock(blockSize=915), val_pi=PostingsFormat(name=Direct), inStock=PostingsFormat(name=SimpleText), features=PostingsFormat(name=SimpleText), price_f=MockFixedIntBlock(blockSize=915), cat=MockFixedIntBlock(blockSize=915), multi_ss=MockFixedIntBlock(blockSize=915), store_1_coordinate=Pulsing41(freqCutoff=2 minBlockSize=39 maxBlockSize=77), name=PostingsFormat(name=Direct), unicode_s=PostingsFormat(name=SimpleText), author_t=Pulsing41(freqCutoff=2 minBlockSize=39 maxBlockSize=77)}, docValues:{}, sim=DefaultSimilarity, locale=fr, timezone=America/Resolute
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=10,free=59634768,total=126418944
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSpellCheckResponse, SolrExampleJettyTest, NamedListTest, SolrExampleStreamingTest, QueryResponseTest, TestUpdateRequestCodec, LargeVolumeEmbeddedTest, TestBatchUpdate, SolrExampleStreamingBinaryTest]
[junit4:junit4] Completed on J1 in 217.54s, 26 tests, 1 error <<< FAILURES!

[...truncated 16 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:196: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1207: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:870: There were test failures: 45 suites, 259 tests, 1 error

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