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/06/14 05:46:52 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 544 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/544/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testAddRetrieve

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54664/solr/collection1
	at __randomizedtesting.SeedInfo.seed([75AA5F7B475E8E27:9679CEDC7CE1A49E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.SolrExampleTests.testAddRetrieve(SolrExampleTests.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 10583 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.SolrExampleBinaryTest
[junit4:junit4]   1> 267795 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> 267797 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 267799 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 267801 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
[junit4:junit4]   1> 267817 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.eclipse.jetty.util.ssl.SslContextFactory  ? Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[junit4:junit4]   1> 267822 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:54664
[junit4:junit4]   1> 267823 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 267824 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> 267825 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 267825 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CoreContainer  ? looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/solr.xml
[junit4:junit4]   1> 267826 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 823264089
[junit4:junit4]   1> 267827 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 267828 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 268056 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 268058 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn
[junit4:junit4]   1> 268062 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> 268072 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/props
[junit4:junit4]   1> 268074 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/text-base
[junit4:junit4]   1> 268078 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp
[junit4:junit4]   1> 268079 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> 268081 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> 268083 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> 268085 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin
[junit4:junit4]   1> 268086 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn
[junit4:junit4]   1> 268090 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/prop-base
[junit4:junit4]   1> 268092 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/props
[junit4:junit4]   1> 268094 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/text-base
[junit4:junit4]   1> 268095 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp
[junit4:junit4]   1> 268097 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/prop-base
[junit4:junit4]   1> 268098 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/props
[junit4:junit4]   1> 268100 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/text-base
[junit4:junit4]   1> 268101 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> 268107 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
[junit4:junit4]   1> 268108 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
[junit4:junit4]   1> 268109 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
[junit4:junit4]   1> 268110 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> 268110 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
[junit4:junit4]   1> 268111 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> 268112 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> 268112 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
[junit4:junit4]   1> 268113 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
[junit4:junit4]   1> 268114 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> 268123 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener
[junit4:junit4]   1> 268129 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1
[junit4:junit4]   1> 268132 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/'
[junit4:junit4]   1> 268198 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 268201 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
[junit4:junit4]   1> 268203 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 268204 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
[junit4:junit4]   1> 268205 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 268206 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
[junit4:junit4]   1> 268207 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 268208 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
[junit4:junit4]   1> 268209 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 268302 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> 268508 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 268510 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 268532 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=example
[junit4:junit4]   1> 269917 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 269960 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 269970 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 270034 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 270035 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/
[junit4:junit4]   1> 270036 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35393bc3
[junit4:junit4]   1> 270037 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 270038 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
[junit4:junit4]   1> 270039 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 270040 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974
[junit4:junit4]   1> 270040 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/index/
[junit4:junit4]   1> 270041 [coreLoadExecutor-227-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/index' doesn't exist. Creating new index...
[junit4:junit4]   1> 270042 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/index
[junit4:junit4]   1> 270046 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1,generation=1}
[junit4:junit4]   1> 270047 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 270048 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 270049 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   1> 270049 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 270050 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 270050 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 270055 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 270056 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 270058 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 270059 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 270060 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> 270061 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 270063 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   1> 270063 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 270064 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 270065 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 270066 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 270067 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 270067 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 270074 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   1> 270077 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   1> 270079 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> 270080 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
[junit4:junit4]   1> 270081 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 270082 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 270082 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 270083 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 270083 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 270084 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 270085 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 270085 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 270105 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 270109 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 270112 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 270125 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4a0b29df main
[junit4:junit4]   1> 270126 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/tlog
[junit4:junit4]   1> 270128 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 270129 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 270130 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
[junit4:junit4]   1> 270131 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.spelling.DirectSolrSpellChecker  ? init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   1> 270131 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
[junit4:junit4]   1> 270140 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   1> 270177 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
[junit4:junit4]   1> 270178 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4a0b29df main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 270180 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 270181 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 270181 [searcherExecutor-228-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
[junit4:junit4]   1> 270182 [searcherExecutor-228-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
[junit4:junit4]   1> 270184 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4a0b29df main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 270194 [coreLoadExecutor-227-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 270196 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   1> 270196 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 270197 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#54664
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleBinaryTest-1371181278974
[junit4:junit4]   1> 270218 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAugmentFields
[junit4:junit4]   1> 270219 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 270355 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1,generation=1}
[junit4:junit4]   1> 270356 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 270359 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7124f521 realtime
[junit4:junit4]   1> 270360 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787783458455552)} 0 9
[junit4:junit4]   1> 270369 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111 (1437787783474184192)]} 0 3
[junit4:junit4]   1> 270379 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 270385 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_2,generation=2}
[junit4:junit4]   1> 270386 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
[junit4:junit4]   1> 270389 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7cb7233d main
[junit4:junit4]   1> 270390 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 270390 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7cb7233d main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1)}
[junit4:junit4]   1> 270391 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 270394 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7cb7233d main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1)}
[junit4:junit4]   1> 270395 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   1> 270412 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222 (1437787783509835776)]} 0 12
[junit4:junit4]   1> 270420 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 270428 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_3,generation=3}
[junit4:junit4]   1> 270429 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 3
[junit4:junit4]   1> 270432 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4b97de04 main
[junit4:junit4]   1> 270433 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 270434 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4b97de04 main{StandardDirectoryReader(segments_3:5:nrt _0(4.4):C1 _1(4.4):C1)}
[junit4:junit4]   1> 270435 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 270439 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4b97de04 main{StandardDirectoryReader(segments_3:5:nrt _0(4.4):C1 _1(4.4):C1)}
[junit4:junit4]   1> 270440 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 270446 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&fl=id,price,[docid],[explain+style%3Dnl],score,aaa:[value+v%3Daaa],ten:[value+v%3D10+t%3Dint]&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 270449 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAugmentFields
[junit4:junit4]   1> 270464 [TEST-SolrExampleBinaryTest.testSetNullUpdates-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdates
[junit4:junit4]   1> 270477 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdates (1437787783583236096)]} 0 8
[junit4:junit4]   1> 270486 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 270491 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_4,generation=4}
[junit4:junit4]   1> 270493 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 4
[junit4:junit4]   1> 270495 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7316cf0c main
[junit4:junit4]   1> 270497 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 270498 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7316cf0c main{StandardDirectoryReader(segments_4:7:nrt _0(4.4):C1 _1(4.4):C1 _2(4.4):C1)}
[junit4:junit4]   1> 270498 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 270501 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7316cf0c main{StandardDirectoryReader(segments_4:7:nrt _0(4.4):C1 _1(4.4):C1 _2(4.4):C1)}
[junit4:junit4]   1> 270502 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   1> 270523 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdates (1437787783636713472)]} 0 3
[junit4:junit4]   1> 270534 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 270546 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_4,generation=4}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_5,generation=5}
[junit4:junit4]   1> 270547 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 5
[junit4:junit4]   1> 270549 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@71c05518 main
[junit4:junit4]   1> 270553 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 270554 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@71c05518 main{StandardDirectoryReader(segments_5:11:nrt _0(4.4):C1 _1(4.4):C1 _3(4.4):C1)}
[junit4:junit4]   1> 270554 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 270557 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@71c05518 main{StandardDirectoryReader(segments_5:11:nrt _0(4.4):C1 _1(4.4):C1 _3(4.4):C1)}
[junit4:junit4]   1> 270559 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   1> 270565 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdates&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 270568 [TEST-SolrExampleBinaryTest.testSetNullUpdates-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdates
[junit4:junit4]   1> 270589 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddRetrieve
[junit4:junit4]   1> 270594 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@718cd5b realtime
[junit4:junit4]   1> 270595 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787783711162368)} 0 3
[junit4:junit4]   1> 270612 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437787783721648128), id2 (1437787783725842432)]} 0 11
[junit4:junit4]   1> 270633 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 270638 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_5,generation=5}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_6,generation=6}
[junit4:junit4]   1> 270639 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 6
[junit4:junit4]   1> 270643 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2301eff0 main
[junit4:junit4]   1> 270645 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 270646 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2301eff0 main{StandardDirectoryReader(segments_6:15:nrt _4(4.4):C2)}
[junit4:junit4]   1> 270646 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 270649 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2301eff0 main{StandardDirectoryReader(segments_6:15:nrt _4(4.4):C2)}
[junit4:junit4]   1> 270651 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   1> 270673 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 
[junit4:junit4]   1> 270702 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437787783813922816), id2 (1437787783825457152)]} 0 12
[junit4:junit4]   1> 285702 [commitScheduler-230-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 285709 [commitScheduler-230-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_6,generation=6}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_7,generation=7}
[junit4:junit4]   1> 285710 [commitScheduler-230-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 7
[junit4:junit4]   1> 285713 [commitScheduler-230-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7a23b21b realtime
[junit4:junit4]   1> 285714 [commitScheduler-230-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 470842 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddRetrieve
[junit4:junit4]   1> 470843 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 470845 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_7,generation=7}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_8,generation=8}
[junit4:junit4]   1> 470859 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 8
[junit4:junit4]   1> 470868 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@63faaf8b main
[junit4:junit4]   1> 470871 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@63faaf8b main{StandardDirectoryReader(segments_7:19:nrt _5(4.4):C2)}
[junit4:junit4]   1> 470872 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 470878 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@63faaf8b main{StandardDirectoryReader(segments_7:19:nrt _5(4.4):C2)}
[junit4:junit4]   1> 470880 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 470882 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 39
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExampleBinaryTest -Dtests.method=testAddRetrieve -Dtests.seed=75AA5F7B475E8E27 -Dtests.slow=true -Dtests.locale=fi_FI -Dtests.timezone=Asia/Kathmandu -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR    201s | SolrExampleBinaryTest.testAddRetrieve <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54664/solr/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([75AA5F7B475E8E27:9679CEDC7CE1A49E]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrExampleTests.testAddRetrieve(SolrExampleTests.java:255)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
[junit4:junit4]    > 	... 45 more
[junit4:junit4]   1> 471291 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testQueryWithParams
[junit4:junit4]   1> 471326 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=query&debug=true&wt=javabin&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   1> 471331 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testQueryWithParams
[junit4:junit4]   1> 471378 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPingHandler
[junit4:junit4]   1> 471394 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@517f4921 realtime
[junit4:junit4]   1> 471396 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787994255785984)} 0 14
[junit4:junit4]   1> 471415 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 471418 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_8,generation=8}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_9,generation=9}
[junit4:junit4]   1> 471420 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 9
[junit4:junit4]   1> 471423 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7455710a main
[junit4:junit4]   1> 471430 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 471438 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7455710a main{StandardDirectoryReader(segments_8:21:nrt)}
[junit4:junit4]   1> 471441 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 471446 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7455710a main{StandardDirectoryReader(segments_8:21:nrt)}
[junit4:junit4]   1> 471449 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 34
[junit4:junit4]   1> 471459 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 471472 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=3 
[junit4:junit4]   1> 471474 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=5 
[junit4:junit4]   1> 471478 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPingHandler
[junit4:junit4]   1> 471526 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacetsMissing
[junit4:junit4]   1> 471537 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787994413072384)} 0 4
[junit4:junit4]   1> 471565 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 471568 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_9,generation=9}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_a,generation=10}
[junit4:junit4]   1> 471570 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 10
[junit4:junit4]   1> 471572 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@afc2db7 main
[junit4:junit4]   1> 471575 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 471575 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@afc2db7 main{StandardDirectoryReader(segments_8:21:nrt)}
[junit4:junit4]   1> 471577 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 471581 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@afc2db7 main{StandardDirectoryReader(segments_8:21:nrt)}
[junit4:junit4]   1> 471583 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   1> 471592 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 471614 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437787994483326976), 2 (1437787994486472704), 3 (1437787994488569856), 4 (1437787994489618432), 5 (1437787994489618433), 6 (1437787994490667008), 7 (1437787994491715584), 8 (1437787994492764160), 9 (1437787994493812736), 10 (1437787994494861312), ... (12 adds)]} 0 14
[junit4:junit4]   1> 471629 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 471650 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_a,generation=10}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_b,generation=11}
[junit4:junit4]   1> 471652 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 11
[junit4:junit4]   1> 471675 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7c8f2e3c main
[junit4:junit4]   1> 471677 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 471680 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7c8f2e3c main{StandardDirectoryReader(segments_b:23:nrt _6(4.4):C12)}
[junit4:junit4]   1> 471681 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 471687 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7c8f2e3c main{StandardDirectoryReader(segments_b:23:nrt _6(4.4):C12)}
[junit4:junit4]   1> 471714 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 86
[junit4:junit4]   1> 471735 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 471739 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 471748 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=true&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=16 
[junit4:junit4]   1> 471762 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=4 
[junit4:junit4]   1> 471769 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacetsMissing
[junit4:junit4]   1> 471803 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnAdd
[junit4:junit4]   1> 471814 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2444c730 realtime
[junit4:junit4]   1> 471815 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787994704576512)} 0 4
[junit4:junit4]   1> 471828 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 471830 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_b,generation=11}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_c,generation=12}
[junit4:junit4]   1> 471831 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 12
[junit4:junit4]   1> 471833 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@723164d5 main
[junit4:junit4]   1> 471835 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@723164d5 main{StandardDirectoryReader(segments_b:25:nrt)}
[junit4:junit4]   1> 471836 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 471838 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 471841 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@723164d5 main{StandardDirectoryReader(segments_b:25:nrt)}
[junit4:junit4]   1> 471842 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   1> 471864 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 471877 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1437787994770636800)]} 0 3
[junit4:junit4]   1> 471885 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 472377 [commitScheduler-231-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   1> 472387 [commitScheduler-231-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5677cb7b main
[junit4:junit4]   1> 472389 [commitScheduler-231-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 472389 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5677cb7b main{StandardDirectoryReader(segments_c:27:nrt _7(4.4):C1)}
[junit4:junit4]   1> 472391 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 472401 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5677cb7b main{StandardDirectoryReader(segments_c:27:nrt _7(4.4):C1)}
[junit4:junit4]   1> 472894 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 472902 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 (1437787995847524352)]} 0 1
[junit4:junit4]   1> 473404 [commitScheduler-231-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   1> 473412 [commitScheduler-231-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1201642a main
[junit4:junit4]   1> 473414 [commitScheduler-231-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 473415 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1201642a main{StandardDirectoryReader(segments_c:29:nrt _7(4.4):C1 _8(4.4):C1)}
[junit4:junit4]   1> 473417 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 473424 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1201642a main{StandardDirectoryReader(segments_c:29:nrt _7(4.4):C1 _8(4.4):C1)}
[junit4:junit4]   1> 473913 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id4&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 473918 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnAdd
[junit4:junit4]   1> 473958 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnDelete
[junit4:junit4]   1> 473970 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2601ccae realtime
[junit4:junit4]   1> 473971 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787996963209216)} 0 6
[junit4:junit4]   1> 473992 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 473996 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_c,generation=12}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_d,generation=13}
[junit4:junit4]   1> 473998 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 13
[junit4:junit4]   1> 474008 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6584f73 main
[junit4:junit4]   1> 474011 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6584f73 main{StandardDirectoryReader(segments_c:31:nrt)}
[junit4:junit4]   1> 474017 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 474012 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 474025 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6584f73 main{StandardDirectoryReader(segments_c:31:nrt)}
[junit4:junit4]   1> 474028 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 36
[junit4:junit4]   1> 474037 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 474048 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1437787997046046720)]} 0 4
[junit4:junit4]   1> 474061 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 474081 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_d,generation=13}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_e,generation=14}
[junit4:junit4]   1> 474083 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 14
[junit4:junit4]   1> 474088 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4c914fc4 main
[junit4:junit4]   1> 474092 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 474094 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4c914fc4 main{StandardDirectoryReader(segments_e:33:nrt _9(4.4):C1)}
[junit4:junit4]   1> 474095 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 474099 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4c914fc4 main{StandardDirectoryReader(segments_e:33:nrt _9(4.4):C1)}
[junit4:junit4]   1> 474100 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 39
[junit4:junit4]   1> 474110 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 474134 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1437787997130981376)]} 0 11
[junit4:junit4]   1> 474146 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 474410 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 474679 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 474941 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 475135 [commitScheduler-231-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   1> 475138 [commitScheduler-231-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@78c8cfaf main
[junit4:junit4]   1> 475139 [commitScheduler-231-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 475140 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@78c8cfaf main{StandardDirectoryReader(segments_e:35:nrt)}
[junit4:junit4]   1> 475142 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 475146 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@78c8cfaf main{StandardDirectoryReader(segments_e:35:nrt)}
[junit4:junit4]   1> 475205 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 475208 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnDelete
[junit4:junit4]   1> 475233 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testMultiContentStreamRequest
[junit4:junit4]   1> 475241 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787998299095040)} 0 2
[junit4:junit4]   1> 475268 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 475271 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_e,generation=14}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_f,generation=15}
[junit4:junit4]   1> 475273 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 15
[junit4:junit4]   1> 475275 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7343425d main
[junit4:junit4]   1> 475277 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7343425d main{StandardDirectoryReader(segments_e:35:nrt)}
[junit4:junit4]   1> 475278 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 475278 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 475285 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7343425d main{StandardDirectoryReader(segments_e:35:nrt)}
[junit4:junit4]   1> 475287 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   1> 475294 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 475372 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 475434 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_f,generation=15}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_g,generation=16}
[junit4:junit4]   1> 475437 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 16
[junit4:junit4]   1> 475463 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4ea55a96 main
[junit4:junit4]   1> 475466 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4ea55a96 main{StandardDirectoryReader(segments_g:37:nrt _a(4.4):C5)}
[junit4:junit4]   1> 475467 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 475472 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4ea55a96 main{StandardDirectoryReader(segments_g:37:nrt _a(4.4):C5)}
[junit4:junit4]   1> 475467 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 475477 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&echoParams=ALL&commit=true&a=?&wt=javabin&version=2&softCommit=false} {add=[SP2514N (1437787998380883968), 6H500F0 (1437787998391369728), TWINX2048-3200PRO (1437787998406049792), VS1GB400C3 (1437787998416535552), VDBDB1A16 (1437787998421778432)],commit=} 0 160
[junit4:junit4]   1> 475517 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 475539 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testMultiContentStreamRequest
[junit4:junit4]   1> 475562 [TEST-SolrExampleBinaryTest.testUnicode-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUnicode
[junit4:junit4]   1> 475572 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7cbf0669 realtime
[junit4:junit4]   1> 475574 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787998645125120)} 0 5
[junit4:junit4]   1> 475608 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1437787998683922432)]} 0 2
[junit4:junit4]   1> 475664 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 475671 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_g,generation=16}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_h,generation=17}
[junit4:junit4]   1> 475672 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 17
[junit4:junit4]   1> 475675 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6269a251 main
[junit4:junit4]   1> 475678 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6269a251 main{StandardDirectoryReader(segments_h:41:nrt _b(4.4):C1)}
[junit4:junit4]   1> 475679 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 475683 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6269a251 main{StandardDirectoryReader(segments_h:41:nrt _b(4.4):C1)}
[junit4:junit4]   1> 475705 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 475710 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 47
[junit4:junit4]   1> 475740 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=1} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 475754 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@16dc7451 realtime
[junit4:junit4]   1> 475757 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787998834917376)} 0 7
[junit4:junit4]   1> 475828 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1437787998902026240), 1 (1437787998912512000), 2 (1437787998913560576), 3 (1437787998914609152), 4 (1437787998915657728)]} 0 14
[junit4:junit4]   1> 475847 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 475906 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_h,generation=17}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_i,generation=18}
[junit4:junit4]   1> 475909 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 18
[junit4:junit4]   1> 475916 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@74b1ddb8 main
[junit4:junit4]   1> 475919 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 475922 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@74b1ddb8 main{StandardDirectoryReader(segments_i:45:nrt _c(4.4):C5)}
[junit4:junit4]   1> 475923 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 475931 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@74b1ddb8 main{StandardDirectoryReader(segments_i:45:nrt _c(4.4):C5)}
[junit4:junit4]   1> 475943 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 97
[junit4:junit4]   1> 475973 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=5} hits=5 status=0 QTime=0 
[junit4:junit4]   1> 475986 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@42716b22 realtime
[junit4:junit4]   1> 475989 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1437787999078187008)} 0 7
[junit4:junit4]   1> 476028 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1437787999121178624), 1 (1437787999123275776), 2 (1437787999124324352), 3 (1437787999125372928)]} 0 5
[junit4:junit4]   1> 476051 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476073 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_i,generation=18}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_j,generation=19}
[junit4:junit4]   1> 476075 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 19
[junit4:junit4]   1> 476081 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2dfde76d main
[junit4:junit4]   1> 476085 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476087 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2dfde76d main{StandardDirectoryReader(segments_j:49:nrt _d(4.4):C4)}
[junit4:junit4]   1> 476088 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476093 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2dfde76d main{StandardDirectoryReader(segments_j:49:nrt _d(4.4):C4)}
[junit4:junit4]   1> 476111 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {commit=} 0 60
[junit4:junit4]   1> 476132 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=4} hits=4 status=0 QTime=1 
[junit4:junit4]   1> 476139 [TEST-SolrExampleBinaryTest.testUnicode-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUnicode
[junit4:junit4]   1> 476188 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateMultiValuedField
[junit4:junit4]   1> 476213 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437787999316213760)]} 0 4
[junit4:junit4]   1> 476246 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476261 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_j,generation=19}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_k,generation=20}
[junit4:junit4]   1> 476262 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 20
[junit4:junit4]   1> 476265 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1ea25fd5 main
[junit4:junit4]   1> 476268 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476269 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1ea25fd5 main{StandardDirectoryReader(segments_k:51:nrt _d(4.4):C4 _e(4.4):C1)}
[junit4:junit4]   1> 476270 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476274 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1ea25fd5 main{StandardDirectoryReader(segments_k:51:nrt _d(4.4):C4 _e(4.4):C1)}
[junit4:junit4]   1> 476278 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   1> 476331 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 476367 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437787999477694464)]} 0 5
[junit4:junit4]   1> 476387 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476396 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_k,generation=20}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_l,generation=21}
[junit4:junit4]   1> 476398 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 21
[junit4:junit4]   1> 476406 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@f1ba01f main
[junit4:junit4]   1> 476412 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@f1ba01f main{StandardDirectoryReader(segments_l:55:nrt _d(4.4):C4 _f(4.4):C1)}
[junit4:junit4]   1> 476413 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476413 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476422 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@f1ba01f main{StandardDirectoryReader(segments_l:55:nrt _d(4.4):C4 _f(4.4):C1)}
[junit4:junit4]   1> 476425 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 38
[junit4:junit4]   1> 476449 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=2 
[junit4:junit4]   1> 476485 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437787999601426432)]} 0 5
[junit4:junit4]   1> 476541 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476552 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_l,generation=21}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_m,generation=22}
[junit4:junit4]   1> 476553 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 22
[junit4:junit4]   1> 476556 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6190405c main
[junit4:junit4]   1> 476558 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6190405c main{StandardDirectoryReader(segments_m:59:nrt _d(4.4):C4 _g(4.4):C1)}
[junit4:junit4]   1> 476559 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476562 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6190405c main{StandardDirectoryReader(segments_m:59:nrt _d(4.4):C4 _g(4.4):C1)}
[junit4:junit4]   1> 476565 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476567 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 26
[junit4:junit4]   1> 476592 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=2 
[junit4:junit4]   1> 476597 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateMultiValuedField
[junit4:junit4]   1> 476623 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateRequestWithParameters
[junit4:junit4]   1> 476625 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 476712 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4912f4af realtime
[junit4:junit4]   1> 476714 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437787999839453184)} 0 6
[junit4:junit4]   1> 476723 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476724 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_m,generation=22}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_n,generation=23}
[junit4:junit4]   1> 476725 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 23
[junit4:junit4]   1> 476733 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b463e08 main
[junit4:junit4]   1> 476740 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476741 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2b463e08 main{StandardDirectoryReader(segments_m:61:nrt)}
[junit4:junit4]   1> 476743 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476749 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b463e08 main{StandardDirectoryReader(segments_m:61:nrt)}
[junit4:junit4]   1> 476751 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 476762 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1437787999893979136)]} 0 3
[junit4:junit4]   1> 476775 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1437787999908659200)]} 0 1
[junit4:junit4]   1> 476784 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476791 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_n,generation=23}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_o,generation=24}
[junit4:junit4]   1> 476793 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 24
[junit4:junit4]   1> 476799 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@390db291 main
[junit4:junit4]   1> 476811 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@390db291 main{StandardDirectoryReader(segments_o:63:nrt _h(4.4):C2)}
[junit4:junit4]   1> 476812 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476811 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476819 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@390db291 main{StandardDirectoryReader(segments_o:63:nrt _h(4.4):C2)}
[junit4:junit4]   1> 476822 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 38
[junit4:junit4]   1> 476832 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 476836 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateRequestWithParameters
[junit4:junit4]   1> 476879 [TEST-SolrExampleBinaryTest.testChineseDefaults-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testChineseDefaults
[junit4:junit4]   1> 476892 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4bafeee1 realtime
[junit4:junit4]   1> 476895 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788000027148288)} 0 8
[junit4:junit4]   1> 476911 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476915 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_o,generation=24}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_p,generation=25}
[junit4:junit4]   1> 476917 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 25
[junit4:junit4]   1> 476920 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2bdb8321 main
[junit4:junit4]   1> 476923 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2bdb8321 main{StandardDirectoryReader(segments_o:65:nrt)}
[junit4:junit4]   1> 476931 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476933 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 476937 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2bdb8321 main{StandardDirectoryReader(segments_o:65:nrt)}
[junit4:junit4]   1> 476938 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 476958 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 476974 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 476984 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_p,generation=25}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_q,generation=26}
[junit4:junit4]   1> 476986 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 26
[junit4:junit4]   1> 476989 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2efa3d3 main
[junit4:junit4]   1> 476991 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2efa3d3 main{StandardDirectoryReader(segments_q:67:nrt _i(4.4):C1)}
[junit4:junit4]   1> 476992 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 476997 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2efa3d3 main{StandardDirectoryReader(segments_q:67:nrt _i(4.4):C1)}
[junit4:junit4]   1> 476991 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477001 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[42 (1437788000113131520)],commit=} 0 33
[junit4:junit4]   1> 477022 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=????&wt=javabin&version=2} hits=1 status=0 QTime=4 
[junit4:junit4]   1> 477025 [TEST-SolrExampleBinaryTest.testChineseDefaults-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testChineseDefaults
[junit4:junit4]   1> 477054 [TEST-SolrExampleBinaryTest.testStreamingRequest-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStreamingRequest
[junit4:junit4]   1> 477061 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@27322967 realtime
[junit4:junit4]   1> 477063 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788000206454784)} 0 5
[junit4:junit4]   1> 477073 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477075 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_q,generation=26}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_r,generation=27}
[junit4:junit4]   1> 477075 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 27
[junit4:junit4]   1> 477076 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@75f8ca50 main
[junit4:junit4]   1> 477078 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477079 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@75f8ca50 main{StandardDirectoryReader(segments_q:69:nrt)}
[junit4:junit4]   1> 477080 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477082 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@75f8ca50 main{StandardDirectoryReader(segments_q:69:nrt)}
[junit4:junit4]   1> 477084 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   1> 477110 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 477134 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477140 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_r,generation=27}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_s,generation=28}
[junit4:junit4]   1> 477142 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 28
[junit4:junit4]   1> 477145 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2c991ac5 main
[junit4:junit4]   1> 477150 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2c991ac5 main{StandardDirectoryReader(segments_s:71:nrt _j(4.4):C10)}
[junit4:junit4]   1> 477151 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477150 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477164 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2c991ac5 main{StandardDirectoryReader(segments_s:71:nrt _j(4.4):C10)}
[junit4:junit4]   1> 477165 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0 (1437788000273563648), 1 (1437788000278806528), 2 (1437788000280903680), 3 (1437788000281952256), 4 (1437788000283000832), 5 (1437788000283000833), 6 (1437788000284049408), 7 (1437788000284049409), 8 (1437788000285097984), 9 (1437788000286146560)],commit=} 0 44
[junit4:junit4]   1> 477174 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,score,_docid_&q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 477182 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,score,_docid_&q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
[junit4:junit4]   1> 477186 [TEST-SolrExampleBinaryTest.testStreamingRequest-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStreamingRequest
[junit4:junit4]   1> 477216 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testRealtimeGet
[junit4:junit4]   1> 477236 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@622dd9de realtime
[junit4:junit4]   1> 477238 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788000378421248)} 0 16
[junit4:junit4]   1> 477246 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[DOCID (1437788000402538496)]} 0 1
[junit4:junit4]   1> 477258 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477264 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_s,generation=28}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_t,generation=29}
[junit4:junit4]   1> 477265 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 29
[junit4:junit4]   1> 477268 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2735b9c7 main
[junit4:junit4]   1> 477271 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477272 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2735b9c7 main{StandardDirectoryReader(segments_t:75:nrt _k(4.4):C1)}
[junit4:junit4]   1> 477273 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477277 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2735b9c7 main{StandardDirectoryReader(segments_t:75:nrt _k(4.4):C1)}
[junit4:junit4]   1> 477278 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 477287 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/get params={id=DOCID&fl=id,name,aaa:[value+v%3Daaa]&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> 477307 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/get params={id=DOCID&fl=id,name,aaa:[value+v%3Daaa]&wt=xml&qt=/get&version=2.2} status=0 QTime=0 
[junit4:junit4]   1> 477310 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testRealtimeGet
[junit4:junit4]   1> 477336 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacets
[junit4:junit4]   1> 477353 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2436822a realtime
[junit4:junit4]   1> 477354 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788000505298944)} 0 11
[junit4:junit4]   1> 477367 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477369 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_t,generation=29}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_u,generation=30}
[junit4:junit4]   1> 477370 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 30
[junit4:junit4]   1> 477372 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1b593e64 main
[junit4:junit4]   1> 477375 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1b593e64 main{StandardDirectoryReader(segments_t:77:nrt)}
[junit4:junit4]   1> 477376 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477375 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477380 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1b593e64 main{StandardDirectoryReader(segments_t:77:nrt)}
[junit4:junit4]   1> 477382 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   1> 477390 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 477413 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437788000562970624), 2 (1437788000567164928), 3 (1437788000568213504), 4 (1437788000569262080), 5 (1437788000570310656), 6 (1437788000571359232), 7 (1437788000572407808), 8 (1437788000573456384), 9 (1437788000574504960), 10 (1437788000575553536), ... (12 adds)]} 0 16
[junit4:junit4]   1> 477433 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477444 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_u,generation=30}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_v,generation=31}
[junit4:junit4]   1> 477446 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 31
[junit4:junit4]   1> 477450 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b783a98 main
[junit4:junit4]   1> 477453 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2b783a98 main{StandardDirectoryReader(segments_v:79:nrt _l(4.4):C12)}
[junit4:junit4]   1> 477455 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477460 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b783a98 main{StandardDirectoryReader(segments_v:79:nrt _l(4.4):C12)}
[junit4:junit4]   1> 477464 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477465 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   1> 477476 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 477479 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 477485 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=false&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=10 
[junit4:junit4]   1> 477504 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=3 
[junit4:junit4]   1> 477509 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacets
[junit4:junit4]   1> 477532 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testLukeHandler
[junit4:junit4]   1> 477542 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@65f74ef3 realtime
[junit4:junit4]   1> 477544 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788000709771264)} 0 6
[junit4:junit4]   1> 477562 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID0 (1437788000729694208)]} 0 8
[junit4:junit4]   1> 477577 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID1 (1437788000750665728)]} 0 1
[junit4:junit4]   1> 477588 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID2 (1437788000761151488)]} 0 2
[junit4:junit4]   1> 477600 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID3 (1437788000773734400)]} 0 1
[junit4:junit4]   1> 477611 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID4 (1437788000785268736)]} 0 1
[junit4:junit4]   1> 477637 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477644 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_v,generation=31}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_w,generation=32}
[junit4:junit4]   1> 477646 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 32
[junit4:junit4]   1> 477651 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@36ee195a main
[junit4:junit4]   1> 477658 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477660 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@36ee195a main{StandardDirectoryReader(segments_w:83:nrt _m(4.4):C5)}
[junit4:junit4]   1> 477661 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477665 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@36ee195a main{StandardDirectoryReader(segments_w:83:nrt _m(4.4):C5)}
[junit4:junit4]   1> 477668 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 31
[junit4:junit4]   1> 477676 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 477684 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> 477708 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={show=schema&wt=javabin&version=2} status=0 QTime=4 
[junit4:junit4]   1> 477775 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testLukeHandler
[junit4:junit4]   1> 477827 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testExampleConfig
[junit4:junit4]   1> 477844 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b6c3c6c realtime
[junit4:junit4]   1> 477845 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788001027489792)} 0 4
[junit4:junit4]   1> 477889 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1112211111 (1437788001076772864)]} 0 1
[junit4:junit4]   1> 477953 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 477961 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_w,generation=32}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_x,generation=33}
[junit4:junit4]   1> 477967 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 33
[junit4:junit4]   1> 477973 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@c767c97 main
[junit4:junit4]   1> 477981 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 477983 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@c767c97 main{StandardDirectoryReader(segments_x:87:nrt _n(4.4):C1)}
[junit4:junit4]   1> 477984 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 477988 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@c767c97 main{StandardDirectoryReader(segments_x:87:nrt _n(4.4):C1)}
[junit4:junit4]   1> 478003 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 50
[junit4:junit4]   1> 478038 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478041 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_x,generation=33}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_y,generation=34}
[junit4:junit4]   1> 478043 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 34
[junit4:junit4]   1> 478045 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6bc1d5f5 main
[junit4:junit4]   1> 478051 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478055 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6bc1d5f5 main{StandardDirectoryReader(segments_x:87:nrt _n(4.4):C1)}
[junit4:junit4]   1> 478057 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478066 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6bc1d5f5 main{StandardDirectoryReader(segments_x:87:nrt _n(4.4):C1)}
[junit4:junit4]   1> 478068 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=javabin&version=2} {optimize=} 0 30
[junit4:junit4]   1> 478078 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:1112211111&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 478089 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 (1437788001282293760), 3 (1437788001284390912), 4 (1437788001285439488), 5 (1437788001286488064)]} 0 5
[junit4:junit4]   1> 478102 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478108 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_y,generation=34}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_z,generation=35}
[junit4:junit4]   1> 478110 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 35
[junit4:junit4]   1> 478113 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@709c7df7 main
[junit4:junit4]   1> 478115 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@709c7df7 main{StandardDirectoryReader(segments_z:89:nrt _n(4.4):C1 _o(4.4):C4)}
[junit4:junit4]   1> 478116 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478119 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@709c7df7 main{StandardDirectoryReader(segments_z:89:nrt _n(4.4):C1 _o(4.4):C4)}
[junit4:junit4]   1> 478122 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478123 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   1> 478244 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478255 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_z,generation=35}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_10,generation=36}
[junit4:junit4]   1> 478258 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 36
[junit4:junit4]   1> 478263 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3291f1e3 main
[junit4:junit4]   1> 478265 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478266 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3291f1e3 main{StandardDirectoryReader(segments_10:91:nrt _p(4.4):C5)}
[junit4:junit4]   1> 478267 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478272 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3291f1e3 main{StandardDirectoryReader(segments_10:91:nrt _p(4.4):C5)}
[junit4:junit4]   1> 478314 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=javabin&version=2} {optimize=} 0 70
[junit4:junit4]   1> 478337 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&q=*:*&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&version=2} hits=5 status=0 QTime=4 
[junit4:junit4]   1> 478373 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&q=*:*&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&fq=inStock:true&version=2} hits=2 status=0 QTime=3 
[junit4:junit4]   1> 478385 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&q=foo&wt=javabin&fq={!field+f%3DinStock}true&fq={!term+f%3Dname}hoss&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   1> 478391 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testExampleConfig
[junit4:junit4]   1> 478455 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testGetEmptyResults
[junit4:junit4]   1> 478476 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3546088d realtime
[junit4:junit4]   1> 478482 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788001685995520)} 0 14
[junit4:junit4]   1> 478503 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478505 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_10,generation=36}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_11,generation=37}
[junit4:junit4]   1> 478506 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 37
[junit4:junit4]   1> 478509 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@510c0854 main
[junit4:junit4]   1> 478512 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@510c0854 main{StandardDirectoryReader(segments_10:93:nrt)}
[junit4:junit4]   1> 478513 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478518 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478525 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@510c0854 main{StandardDirectoryReader(segments_10:93:nrt)}
[junit4:junit4]   1> 478528 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 26
[junit4:junit4]   1> 478546 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437788001762541568)]} 0 4
[junit4:junit4]   1> 478560 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2 (1437788001780367360)]} 0 1
[junit4:junit4]   1> 478578 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478587 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_11,generation=37}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_12,generation=38}
[junit4:junit4]   1> 478589 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 38
[junit4:junit4]   1> 478605 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@e1d0853 main
[junit4:junit4]   1> 478607 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@e1d0853 main{StandardDirectoryReader(segments_12:95:nrt _q(4.4):C2)}
[junit4:junit4]   1> 478608 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478608 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478613 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@e1d0853 main{StandardDirectoryReader(segments_12:95:nrt _q(4.4):C2)}
[junit4:junit4]   1> 478615 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 37
[junit4:junit4]   1> 478628 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=foofoofoo&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 478634 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testGetEmptyResults
[junit4:junit4]   1> 478657 [TEST-SolrExampleBinaryTest.testStatistics-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStatistics
[junit4:junit4]   1> 478680 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5f271ce6 realtime
[junit4:junit4]   1> 478682 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788001902002176)} 0 8
[junit4:junit4]   1> 478698 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478706 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_12,generation=38}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_13,generation=39}
[junit4:junit4]   1> 478708 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 39
[junit4:junit4]   1> 478715 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2807d52e main
[junit4:junit4]   1> 478718 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2807d52e main{StandardDirectoryReader(segments_12:97:nrt)}
[junit4:junit4]   1> 478719 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478724 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2807d52e main{StandardDirectoryReader(segments_12:97:nrt)}
[junit4:junit4]   1> 478728 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478734 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 35
[junit4:junit4]   1> 478745 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 478767 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1437788001994276864)]} 0 4
[junit4:junit4]   1> 478786 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1437788002011054080)]} 0 6
[junit4:junit4]   1> 478804 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1437788002036219904)]} 0 1
[junit4:junit4]   1> 478813 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1437788002045657088)]} 0 1
[junit4:junit4]   1> 478822 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1437788002055094272)]} 0 1
[junit4:junit4]   1> 478834 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1437788002066628608)]} 0 1
[junit4:junit4]   1> 478844 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1437788002077114368)]} 0 2
[junit4:junit4]   1> 478855 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1437788002089697280)]} 0 1
[junit4:junit4]   1> 478872 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1437788002107523072)]} 0 1
[junit4:junit4]   1> 478887 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1437788002122203136)]} 0 2
[junit4:junit4]   1> 478901 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 478911 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_13,generation=39}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_14,generation=40}
[junit4:junit4]   1> 478913 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 40
[junit4:junit4]   1> 478917 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@394b3149 main
[junit4:junit4]   1> 478921 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 478923 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@394b3149 main{StandardDirectoryReader(segments_14:99:nrt _r(4.4):C10)}
[junit4:junit4]   1> 478923 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 478935 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@394b3149 main{StandardDirectoryReader(segments_14:99:nrt _r(4.4):C10)}
[junit4:junit4]   1> 478939 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 38
[junit4:junit4]   1> 478950 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 478960 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 478974 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5c536eb6 realtime
[junit4:junit4]   1> 478976 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788002210283520)} 0 7
[junit4:junit4]   1> 479008 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479014 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_14,generation=40}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_15,generation=41}
[junit4:junit4]   1> 479015 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 41
[junit4:junit4]   1> 479018 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3be716c7 main
[junit4:junit4]   1> 479022 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3be716c7 main{StandardDirectoryReader(segments_14:101:nrt)}
[junit4:junit4]   1> 479023 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479022 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479028 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3be716c7 main{StandardDirectoryReader(segments_14:101:nrt)}
[junit4:junit4]   1> 479031 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 23
[junit4:junit4]   1> 479042 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 479056 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc10 (1437788002296266752)]} 0 5
[junit4:junit4]   1> 479077 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc11 (1437788002315141120)]} 0 10
[junit4:junit4]   1> 479093 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc12 (1437788002338209792)]} 0 1
[junit4:junit4]   1> 479107 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc13 (1437788002351841280)]} 0 3
[junit4:junit4]   1> 479117 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc14 (1437788002364424192)]} 0 1
[junit4:junit4]   1> 479143 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479152 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_15,generation=41}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_16,generation=42}
[junit4:junit4]   1> 479154 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 42
[junit4:junit4]   1> 479158 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@49ed32c5 main
[junit4:junit4]   1> 479162 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@49ed32c5 main{StandardDirectoryReader(segments_16:103:nrt _s(4.4):C5)}
[junit4:junit4]   1> 479164 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479170 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@49ed32c5 main{StandardDirectoryReader(segments_16:103:nrt _s(4.4):C5)}
[junit4:junit4]   1> 479173 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479174 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 36
[junit4:junit4]   1> 479184 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=0 
[junit4:junit4]   1> 479195 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 479217 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6adb6003 realtime
[junit4:junit4]   1> 479219 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788002466136064)} 0 6
[junit4:junit4]   1> 479234 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479236 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_16,generation=42}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_17,generation=43}
[junit4:junit4]   1> 479238 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 43
[junit4:junit4]   1> 479241 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@119f705d main
[junit4:junit4]   1> 479265 [qtp1195001136-450] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479267 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@119f705d main{StandardDirectoryReader(segments_16:105:nrt)}
[junit4:junit4]   1> 479268 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479273 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@119f705d main{StandardDirectoryReader(segments_16:105:nrt)}
[junit4:junit4]   1> 479300 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 66
[junit4:junit4]   1> 479311 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 479351 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1437788002604548096)]} 0 6
[junit4:junit4]   1> 479378 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1437788002637053952)]} 0 2
[junit4:junit4]   1> 479405 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1437788002660122624)]} 0 9
[junit4:junit4]   1> 479420 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1437788002678996992)]} 0 5
[junit4:junit4]   1> 479437 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1437788002699968512)]} 0 2
[junit4:junit4]   1> 479448 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1437788002710454272)]} 0 2
[junit4:junit4]   1> 479461 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1437788002724085760)]} 0 3
[junit4:junit4]   1> 479481 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1437788002745057280)]} 0 2
[junit4:junit4]   1> 479496 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1437788002758688768)]} 0 5
[junit4:junit4]   1> 479513 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1437788002779660288)]} 0 1
[junit4:junit4]   1> 479539 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479545 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_17,generation=43}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_18,generation=44}
[junit4:junit4]   1> 479546 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 44
[junit4:junit4]   1> 479549 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3651152c main
[junit4:junit4]   1> 479552 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479554 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3651152c main{StandardDirectoryReader(segments_18:107:nrt _t(4.4):C10)}
[junit4:junit4]   1> 479555 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479559 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3651152c main{StandardDirectoryReader(segments_18:107:nrt _t(4.4):C10)}
[junit4:junit4]   1> 479561 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   1> 479577 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:true&wt=javabin&version=2} hits=5 status=0 QTime=3 
[junit4:junit4]   1> 479594 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:false&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 479611 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={f.val_pi.stats.facet=inStock&stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=2 
[junit4:junit4]   1> 479619 [TEST-SolrExampleBinaryTest.testStatistics-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStatistics
[junit4:junit4]   1> 479671 [TEST-SolrExampleBinaryTest.testFaceting-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testFaceting
[junit4:junit4]   1> 479686 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@9284a64 realtime
[junit4:junit4]   1> 479688 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788002956869632)} 0 7
[junit4:junit4]   1> 479713 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479716 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_18,generation=44}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_19,generation=45}
[junit4:junit4]   1> 479718 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 45
[junit4:junit4]   1> 479721 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@290019f5 main
[junit4:junit4]   1> 479724 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@290019f5 main{StandardDirectoryReader(segments_18:109:nrt)}
[junit4:junit4]   1> 479725 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479731 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@290019f5 main{StandardDirectoryReader(segments_18:109:nrt)}
[junit4:junit4]   1> 479734 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479737 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   1> 479758 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 479773 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437788003044950016), 2 (1437788003047047168), 3 (1437788003049144320), 4 (1437788003049144321), 5 (1437788003050192896), 6 (1437788003050192897), 7 (1437788003051241472), 8 (1437788003051241473), 9 (1437788003052290048), 10 (1437788003052290049)]} 0 8
[junit4:junit4]   1> 479793 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479798 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_19,generation=45}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 479799 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 46
[junit4:junit4]   1> 479810 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@706bbb32 main
[junit4:junit4]   1> 479812 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@706bbb32 main{StandardDirectoryReader(segments_1a:111:nrt _u(4.4):C10)}
[junit4:junit4]   1> 479813 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479814 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479824 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@706bbb32 main{StandardDirectoryReader(segments_1a:111:nrt _u(4.4):C10)}
[junit4:junit4]   1> 479826 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 33
[junit4:junit4]   1> 479836 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4564,tindexSize=44,time=1,phase1=1,nTerms=4,bigTerms=2,termInstances=4,uses=0}
[junit4:junit4]   1> 479838 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=4 
[junit4:junit4]   1> 479850 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 479861 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=4&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 479878 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=-1&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 479881 [TEST-SolrExampleBinaryTest.testFaceting-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testFaceting
[junit4:junit4]   1> 479912 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testContentStreamRequest
[junit4:junit4]   1> 479936 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@211f7335 realtime
[junit4:junit4]   1> 479938 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788003204333568)} 0 21
[junit4:junit4]   1> 479956 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 479959 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 479962 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 47
[junit4:junit4]   1> 479966 [qtp1195001136-449] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6e397c84 main
[junit4:junit4]   1> 479970 [qtp1195001136-449] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 479973 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6e397c84 main{StandardDirectoryReader(segments_1a:113:nrt)}
[junit4:junit4]   1> 479974 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 479978 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6e397c84 main{StandardDirectoryReader(segments_1a:113:nrt)}
[junit4:junit4]   1> 479980 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 24
[junit4:junit4]   1> 479991 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 480062 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 480085 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 480087 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 48
[junit4:junit4]   1> 480092 [qtp1195001136-453] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1fcbfa74 main
[junit4:junit4]   1> 480094 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1fcbfa74 main{StandardDirectoryReader(segments_1c:115:nrt _v(4.4):C10)}
[junit4:junit4]   1> 480095 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 480095 [qtp1195001136-453] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 480097 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1fcbfa74 main{StandardDirectoryReader(segments_1c:115:nrt _v(4.4):C10)}
[junit4:junit4]   1> 480098 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0553573403 (1437788003314434048), 0553579908 (1437788003320725504), 055357342X (1437788003322822656), 0553293354 (1437788003325968384), 0812521390 (1437788003328065536), 0812550706 (1437788003340648448), 0441385532 (1437788003343794176), 0380014300 (1437788003346939904), 0805080481 (1437788003351134208), 080508049X (1437788003354279936)],commit=} 0 77
[junit4:junit4]   1> 480107 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 480112 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testContentStreamRequest
[junit4:junit4]   1> 480148 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdateOrder
[junit4:junit4]   1> 480159 [qtp1195001136-449] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1437788003452846080)]} 0 5
[junit4:junit4]   1> 480199 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 480206 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 480209 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 49
[junit4:junit4]   1> 480212 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1124eb13 main
[junit4:junit4]   1> 480215 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1124eb13 main{StandardDirectoryReader(segments_1d:117:nrt _v(4.4):C10 _w(4.4):C1)}
[junit4:junit4]   1> 480215 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 480215 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 480225 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1124eb13 main{StandardDirectoryReader(segments_1d:117:nrt _v(4.4):C10 _w(4.4):C1)}
[junit4:junit4]   1> 480236 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 37
[junit4:junit4]   1> 480283 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1437788003573432320)]} 0 15
[junit4:junit4]   1> 480345 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 480363 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 480365 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 50
[junit4:junit4]   1> 480369 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@28ac6cbf main
[junit4:junit4]   1> 480372 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@28ac6cbf main{StandardDirectoryReader(segments_1e:121:nrt _v(4.4):C10 _x(4.4):C1)}
[junit4:junit4]   1> 480373 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 480372 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 480383 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@28ac6cbf main{StandardDirectoryReader(segments_1e:121:nrt _v(4.4):C10 _x(4.4):C1)}
[junit4:junit4]   1> 480386 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 42
[junit4:junit4]   1> 480434 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdateOrder&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 480439 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdateOrder
[junit4:junit4]   1> 480490 [TEST-SolrExampleBinaryTest.testErrorHandling-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testErrorHandling
[junit4:junit4]   1> 480500 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? Ignoring exception matching ignore_exception
[junit4:junit4]   1> 480502 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/analysis/field params={analysis.fieldtype=int&wt=javabin&qt=/analysis/field&analysis.fieldvalue=ignore_exception&version=2} status=400 QTime=5 
[junit4:junit4]   1> 480575 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 3
[junit4:junit4]   1> 480579 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? Ignoring exception matching ignore_exception
[junit4:junit4]   1> 480644 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   1> 480650 [qtp1195001136-452] ERROR org.apache.solr.core.SolrCore  ? org.apache.solr.common.SolrException: Document contains multiple values for uniqueKey field: id=[DOCID, DOCID2]
[junit4:junit4]   1> 	at org.apache.solr.update.AddUpdateCommand.getIndexedId(AddUpdateCommand.java:91)
[junit4:junit4]   1> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:533)
[junit4:junit4]   1> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:399)
[junit4:junit4]   1> 	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   1> 	at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:86)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:143)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:123)
[junit4:junit4]   1> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:221)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:108)
[junit4:junit4]   1> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:186)
[junit4:junit4]   1> 	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:112)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:150)
[junit4:junit4]   1> 	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:96)
[junit4:junit4]   1> 	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
[junit4:junit4]   1> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   1> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   1> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   1> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1894)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:656)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:359)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:155)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> 
[junit4:junit4]   1> 480668 [TEST-SolrExampleBinaryTest.testErrorHandling-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testErrorHandling
[junit4:junit4]   1> 480785 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateField
[junit4:junit4]   1> 480816 [qtp1195001136-450] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6a43a8f9 realtime
[junit4:junit4]   1> 480819 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437788004131274752)} 0 18
[junit4:junit4]   1> 480842 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 480852 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 480856 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 51
[junit4:junit4]   1> 480858 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6bda8a4b main
[junit4:junit4]   1> 480860 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6bda8a4b main{StandardDirectoryReader(segments_1e:123:nrt)}
[junit4:junit4]   1> 480861 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 480862 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 480864 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6bda8a4b main{StandardDirectoryReader(segments_1e:123:nrt)}
[junit4:junit4]   1> 480866 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 23
[junit4:junit4]   1> 480879 [qtp1195001136-453] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437788004206772224)]} 0 7
[junit4:junit4]   1> 480893 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 480901 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1g,generation=52}
[junit4:junit4]   1> 480902 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 52
[junit4:junit4]   1> 480906 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@ac765ff main
[junit4:junit4]   1> 480909 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 480911 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@ac765ff main{StandardDirectoryReader(segments_1g:125:nrt _y(4.4):C1)}
[junit4:junit4]   1> 480912 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 480917 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@ac765ff main{StandardDirectoryReader(segments_1g:125:nrt _y(4.4):C1)}
[junit4:junit4]   1> 480919 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 26
[junit4:junit4]   1> 480929 [qtp1195001136-449] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 480938 [qtp1195001136-450] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   1> 480962 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437788004286464000)]} 0 14
[junit4:junit4]   1> 480977 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 480988 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1g,generation=52}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1h,generation=53}
[junit4:junit4]   1> 480990 [qtp1195001136-454] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 53
[junit4:junit4]   1> 480994 [qtp1195001136-454] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7a17acb1 main
[junit4:junit4]   1> 480998 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7a17acb1 main{StandardDirectoryReader(segments_1h:129:nrt _z(4.4):C1)}
[junit4:junit4]   1> 480999 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 481003 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7a17acb1 main{StandardDirectoryReader(segments_1h:129:nrt _z(4.4):C1)}
[junit4:junit4]   1> 480998 [qtp1195001136-454] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 481006 [qtp1195001136-454] INFO  org.apache.solr.up

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

ockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1m,generation=58}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1n,generation=59}
[junit4:junit4]   1> 481484 [qtp1195001136-451] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 59
[junit4:junit4]   1> 481487 [qtp1195001136-451] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@48e8b199 main
[junit4:junit4]   1> 481490 [qtp1195001136-451] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 481493 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@48e8b199 main{StandardDirectoryReader(segments_1n:145:nrt _13(4.4):C3)}
[junit4:junit4]   1> 481494 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 481503 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@48e8b199 main{StandardDirectoryReader(segments_1n:145:nrt _13(4.4):C3)}
[junit4:junit4]   1> 481508 [qtp1195001136-451] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 33
[junit4:junit4]   1> 481520 [qtp1195001136-453] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=3 status=0 QTime=1 
[junit4:junit4]   1> 481529 [qtp1195001136-454] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1437788004892540928), 1 & 222 (-1437788004894638080), 2 & 222 (-1437788004894638081)]} 0 2
[junit4:junit4]   1> 481541 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 481544 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1n,generation=59}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e1761b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79d1af98),segFN=segments_1o,generation=60}
[junit4:junit4]   1> 481545 [qtp1195001136-452] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 60
[junit4:junit4]   1> 481548 [qtp1195001136-452] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3b1ddf8c main
[junit4:junit4]   1> 481550 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3b1ddf8c main{StandardDirectoryReader(segments_1o:147:nrt)}
[junit4:junit4]   1> 481550 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 481554 [searcherExecutor-228-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3b1ddf8c main{StandardDirectoryReader(segments_1o:147:nrt)}
[junit4:junit4]   1> 481556 [qtp1195001136-452] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 481558 [qtp1195001136-452] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   1> 481571 [qtp1195001136-450] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 481574 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[75AA5F7B475E8E27]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddDelete
[junit4:junit4]   1> 481633 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=823264089
[junit4:junit4]   1> 481634 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7befc466
[junit4:junit4]   1> 481685 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=60,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=134,cumulative_deletesById=5,cumulative_deletesByQuery=27,cumulative_errors=1}
[junit4:junit4]   1> 481688 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 481691 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> 481700 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> 481729 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 481730 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> 481731 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/index;done=false>>]
[junit4:junit4]   1> 481732 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974/index
[junit4:junit4]   1> 481735 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974;done=false>>]
[junit4:junit4]   1> 481737 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1371181278974
[junit4:junit4]   1> 481738 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 481810 [SUITE-SolrExampleBinaryTest-seed#[75AA5F7B475E8E27]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=fi_FI, timezone=Asia/Kathmandu
[junit4:junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=60090184,total=184549376
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest, TestSpellCheckResponse, SolrExceptionTest, LargeVolumeEmbeddedTest, SolrDocumentTest, SolrExampleStreamingBinaryTest, TestXMLEscaping, TestSolrProperties, MultiCoreEmbeddedTest, TestUpdateRequestCodec, SolrExampleStreamingTest, TestDocumentObjectBinder, TestLBHttpSolrServer, BasicHttpSolrServerTest, IteratorChainTest, TestFastInputStream, SolrParamTest, FieldAnalysisResponseTest, SolrPingTest, ClientUtilsTest, DocumentAnalysisResponseTest, SolrExampleXMLTest, CloudSolrServerTest, SolrExampleBinaryTest]
[junit4:junit4] Completed in 214.13s, 26 tests, 1 error <<< FAILURES!

[...truncated 72 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:391: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:371: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:194: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1243: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:887: There were test failures: 46 suites, 272 tests, 1 error

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