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

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_21) - Build # 5632 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5632/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testContentStreamRequest

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:41800/solr/collection1
	at __randomizedtesting.SeedInfo.seed([B671B05902FB97C3:43DF380DE318712E]: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.testContentStreamRequest(SolrExampleTests.java:665)
	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 10672 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.SolrExampleBinaryTest
[junit4:junit4]   1> 7855 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> 7856 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 7857 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 7858 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
[junit4:junit4]   1> 7865 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-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> 7870 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:41800
[junit4:junit4]   1> 7871 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 7872 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> 7873 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
[junit4:junit4]   1> 7873 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CoreContainer  ? looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/solr.xml
[junit4:junit4]   1> 7874 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1964418953
[junit4:junit4]   1> 7875 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/'
[junit4:junit4]   1> 7876 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/'
[junit4:junit4]   1> 7976 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
[junit4:junit4]   1> 7977 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> 7979 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin
[junit4:junit4]   1> 7980 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn
[junit4:junit4]   1> 7981 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/prop-base
[junit4:junit4]   1> 7982 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/tmp
[junit4:junit4]   1> 7983 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/tmp/prop-base
[junit4:junit4]   1> 7984 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/tmp/text-base
[junit4:junit4]   1> 7985 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/tmp/props
[junit4:junit4]   1> 7987 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/text-base
[junit4:junit4]   1> 7988 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/bin/.svn/props
[junit4:junit4]   1> 7989 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn
[junit4:junit4]   1> 7990 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> 7991 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> 7992 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> 7993 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> 7994 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> 7995 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> 7996 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> 7999 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
[junit4:junit4]   1> 8000 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
[junit4:junit4]   1> 8000 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
[junit4:junit4]   1> 8000 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> 8001 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
[junit4:junit4]   1> 8001 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> 8002 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> 8002 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
[junit4:junit4]   1> 8003 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
[junit4:junit4]   1> 8003 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-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> 8007 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener
[junit4:junit4]   1> 8012 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1
[junit4:junit4]   1> 8013 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/'
[junit4:junit4]   1> 8075 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 8076 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
[junit4:junit4]   1> 8077 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 8077 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
[junit4:junit4]   1> 8078 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 8079 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
[junit4:junit4]   1> 8079 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 8080 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
[junit4:junit4]   1> 8081 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 8082 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
[junit4:junit4]   1> 8185 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> 8263 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 8264 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 8309 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=example
[junit4:junit4]   1> 8936 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 8963 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 8976 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 9046 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 9046 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/
[junit4:junit4]   1> 9047 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b3d476c
[junit4:junit4]   1> 9048 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 9048 [coreLoadExecutor-10-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> 9048 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 9049 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724
[junit4:junit4]   1> 9050 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/index/
[junit4:junit4]   1> 9050 [coreLoadExecutor-10-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/index' doesn't exist. Creating new index...
[junit4:junit4]   1> 9051 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/index
[junit4:junit4]   1> 9052 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1,generation=1}
[junit4:junit4]   1> 9053 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 9054 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 9054 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   1> 9054 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 9055 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 9055 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 9058 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 9059 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 9060 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 9061 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 9062 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> 9064 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 9065 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   1> 9066 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 9066 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 9067 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 9068 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 9068 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 9069 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 9070 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   1> 9071 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   1> 9072 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> 9074 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
[junit4:junit4]   1> 9074 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 9075 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 9076 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 9076 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 9076 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 9077 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 9077 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 9078 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 9083 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 9085 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 9087 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 9094 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6f4d04b3 main
[junit4:junit4]   1> 9095 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/tlog
[junit4:junit4]   1> 9096 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 9097 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 9098 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
[junit4:junit4]   1> 9099 [coreLoadExecutor-10-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> 9099 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
[junit4:junit4]   1> 9100 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   1> 9115 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
[junit4:junit4]   1> 9115 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6f4d04b3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 9119 [searcherExecutor-11-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=2 
[junit4:junit4]   1> 9119 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9120 [searcherExecutor-11-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
[junit4:junit4]   1> 9120 [searcherExecutor-11-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
[junit4:junit4]   1> 9124 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6f4d04b3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 9130 [coreLoadExecutor-10-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 9131 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
[junit4:junit4]   1> 9132 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 9133 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#41800
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./solrtest-SolrExampleBinaryTest-1368769258724
[junit4:junit4]   1> 9144 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testLukeHandler
[junit4:junit4]   1> 9145 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[B671B05902FB97C3]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 9233 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1,generation=1}
[junit4:junit4]   1> 9234 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 9235 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7c1b2e27 realtime
[junit4:junit4]   1> 9236 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258595676520448)} 0 5
[junit4:junit4]   1> 9243 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID0 (1435258595688054784)]} 0 2
[junit4:junit4]   1> 9249 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID1 (1435258595694346240)]} 0 1
[junit4:junit4]   1> 9254 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID2 (1435258595700637696)]} 0 0
[junit4:junit4]   1> 9259 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID3 (1435258595704832000)]} 0 1
[junit4:junit4]   1> 9263 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID4 (1435258595710074880)]} 0 0
[junit4:junit4]   1> 9267 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9270 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_2,generation=2}
[junit4:junit4]   1> 9271 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
[junit4:junit4]   1> 9272 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1c78ac86 main
[junit4:junit4]   1> 9273 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9273 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1c78ac86 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C5)}
[junit4:junit4]   1> 9274 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9278 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1c78ac86 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C5)}
[junit4:junit4]   1> 9280 [qtp1899050725-40] 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 13
[junit4:junit4]   1> 9286 [qtp1899050725-41] 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> 9299 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   1> 9309 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={show=schema&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   1> 9353 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testLukeHandler
[junit4:junit4]   1> 9371 [TEST-SolrExampleBinaryTest.testFaceting-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testFaceting
[junit4:junit4]   1> 9375 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2dea2883 realtime
[junit4:junit4]   1> 9376 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258595826466816)} 0 2
[junit4:junit4]   1> 9380 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9382 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_3,generation=3}
[junit4:junit4]   1> 9382 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 3
[junit4:junit4]   1> 9383 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7ec2d0d0 main
[junit4:junit4]   1> 9384 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9384 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7ec2d0d0 main{StandardDirectoryReader(segments_2:5:nrt)}
[junit4:junit4]   1> 9385 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9390 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7ec2d0d0 main{StandardDirectoryReader(segments_2:5:nrt)}
[junit4:junit4]   1> 9392 [qtp1899050725-41] 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 12
[junit4:junit4]   1> 9397 [qtp1899050725-42] 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> 9406 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1435258595855826944), 2 (1435258595856875520), 3 (1435258595857924096), 4 (1435258595857924097), 5 (1435258595857924098), 6 (1435258595858972672), 7 (1435258595858972673), 8 (1435258595858972674), 9 (1435258595860021248), 10 (1435258595860021249)]} 0 4
[junit4:junit4]   1> 9411 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9415 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_4,generation=4}
[junit4:junit4]   1> 9416 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 4
[junit4:junit4]   1> 9417 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@64a38525 main
[junit4:junit4]   1> 9419 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9419 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@64a38525 main{StandardDirectoryReader(segments_4:7:nrt _1(4.4):C10)}
[junit4:junit4]   1> 9420 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9424 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@64a38525 main{StandardDirectoryReader(segments_4:7:nrt _1(4.4):C10)}
[junit4:junit4]   1> 9426 [qtp1899050725-40] 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> 9470 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4564,tindexSize=44,time=4,phase1=4,nTerms=4,bigTerms=2,termInstances=4,uses=0}
[junit4:junit4]   1> 9474 [qtp1899050725-41] 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=44 
[junit4:junit4]   1> 9493 [qtp1899050725-39] 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=14 
[junit4:junit4]   1> 9499 [qtp1899050725-40] 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=0 
[junit4:junit4]   1> 9504 [qtp1899050725-41] 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=1 
[junit4:junit4]   1> 9506 [TEST-SolrExampleBinaryTest.testFaceting-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testFaceting
[junit4:junit4]   1> 9520 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateField
[junit4:junit4]   1> 9525 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@77db3f0d realtime
[junit4:junit4]   1> 9526 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258595982704640)} 0 3
[junit4:junit4]   1> 9530 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9531 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_4,generation=4}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_5,generation=5}
[junit4:junit4]   1> 9532 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 5
[junit4:junit4]   1> 9533 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5cc056dc main
[junit4:junit4]   1> 9536 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9540 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5cc056dc main{StandardDirectoryReader(segments_4:9:nrt)}
[junit4:junit4]   1> 9541 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9544 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5cc056dc main{StandardDirectoryReader(segments_4:9:nrt)}
[junit4:junit4]   1> 9546 [qtp1899050725-39] 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> 9554 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1435258596012064768)]} 0 3
[junit4:junit4]   1> 9562 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9566 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_5,generation=5}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_6,generation=6}
[junit4:junit4]   1> 9566 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 6
[junit4:junit4]   1> 9568 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6f8ed676 main
[junit4:junit4]   1> 9569 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6f8ed676 main{StandardDirectoryReader(segments_6:11:nrt _2(4.4):C1)}
[junit4:junit4]   1> 9569 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9572 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9574 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6f8ed676 main{StandardDirectoryReader(segments_6:11:nrt _2(4.4):C1)}
[junit4:junit4]   1> 9575 [qtp1899050725-41] 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 13
[junit4:junit4]   1> 9586 [qtp1899050725-42] 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=6 
[junit4:junit4]   1> 9591 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   1> 9598 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1435258596060299264)]} 0 1
[junit4:junit4]   1> 9603 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9609 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_6,generation=6}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_7,generation=7}
[junit4:junit4]   1> 9610 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 7
[junit4:junit4]   1> 9613 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3489632b main
[junit4:junit4]   1> 9615 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3489632b main{StandardDirectoryReader(segments_7:15:nrt _3(4.4):C1)}
[junit4:junit4]   1> 9615 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9615 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9618 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3489632b main{StandardDirectoryReader(segments_7:15:nrt _3(4.4):C1)}
[junit4:junit4]   1> 9619 [qtp1899050725-41] 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> 9624 [qtp1899050725-42] 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=0 
[junit4:junit4]   1> 9630 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1435258596092805120)]} 0 2
[junit4:junit4]   1> 9634 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9637 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_7,generation=7}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_8,generation=8}
[junit4:junit4]   1> 9638 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 8
[junit4:junit4]   1> 9640 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1183f841 main
[junit4:junit4]   1> 9641 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9641 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1183f841 main{StandardDirectoryReader(segments_8:19:nrt _4(4.4):C1)}
[junit4:junit4]   1> 9641 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9645 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1183f841 main{StandardDirectoryReader(segments_8:19:nrt _4(4.4):C1)}
[junit4:junit4]   1> 9646 [qtp1899050725-40] 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 13
[junit4:junit4]   1> 9651 [qtp1899050725-41] 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> 9653 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateField
[junit4:junit4]   1> 9662 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdateOrder
[junit4:junit4]   1> 9666 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1435258596131602432)]} 0 1
[junit4:junit4]   1> 9670 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9675 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_8,generation=8}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_9,generation=9}
[junit4:junit4]   1> 9676 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 9
[junit4:junit4]   1> 9680 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@28d5d68f main
[junit4:junit4]   1> 9681 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9681 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@28d5d68f main{StandardDirectoryReader(segments_9:21:nrt _4(4.4):C1 _5(4.4):C1)}
[junit4:junit4]   1> 9682 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9686 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@28d5d68f main{StandardDirectoryReader(segments_9:21:nrt _4(4.4):C1 _5(4.4):C1)}
[junit4:junit4]   1> 9687 [qtp1899050725-39] 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> 9719 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1435258596187176960)]} 0 12
[junit4:junit4]   1> 9724 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9728 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_9,generation=9}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_a,generation=10}
[junit4:junit4]   1> 9729 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 10
[junit4:junit4]   1> 9730 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7f4a4fdc main
[junit4:junit4]   1> 9731 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9731 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7f4a4fdc main{StandardDirectoryReader(segments_a:25:nrt _4(4.4):C1 _6(4.4):C1)}
[junit4:junit4]   1> 9732 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9736 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7f4a4fdc main{StandardDirectoryReader(segments_a:25:nrt _4(4.4):C1 _6(4.4):C1)}
[junit4:junit4]   1> 9737 [qtp1899050725-41] 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 13
[junit4:junit4]   1> 9743 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdateOrder&wt=javabin&version=2} hits=1 status=0 QTime=2 
[junit4:junit4]   1> 9745 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdateOrder
[junit4:junit4]   1> 9757 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testExampleConfig
[junit4:junit4]   1> 9763 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@25bde0f0 realtime
[junit4:junit4]   1> 9764 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258596232265728)} 0 3
[junit4:junit4]   1> 9771 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1112211111 (1435258596240654336)]} 0 1
[junit4:junit4]   1> 9787 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9790 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_a,generation=10}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_b,generation=11}
[junit4:junit4]   1> 9791 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 11
[junit4:junit4]   1> 9793 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6c9a587b main
[junit4:junit4]   1> 9794 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9794 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6c9a587b main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C1)}
[junit4:junit4]   1> 9795 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9798 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6c9a587b main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C1)}
[junit4:junit4]   1> 9800 [qtp1899050725-41] 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 13
[junit4:junit4]   1> 9804 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9805 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_b,generation=11}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_c,generation=12}
[junit4:junit4]   1> 9806 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 12
[junit4:junit4]   1> 9806 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@51080940 main
[junit4:junit4]   1> 9807 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9807 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@51080940 main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C1)}
[junit4:junit4]   1> 9808 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9811 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@51080940 main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C1)}
[junit4:junit4]   1> 9812 [qtp1899050725-42] 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 8
[junit4:junit4]   1> 9818 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:1112211111&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 9832 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 (1435258596298326016), 3 (1435258596304617472), 4 (1435258596305666048), 5 (1435258596306714624)]} 0 8
[junit4:junit4]   1> 9837 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9843 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_c,generation=12}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_d,generation=13}
[junit4:junit4]   1> 9844 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 13
[junit4:junit4]   1> 9846 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1bfcc0bc main
[junit4:junit4]   1> 9848 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1bfcc0bc main{StandardDirectoryReader(segments_d:31:nrt _7(4.4):C1 _8(4.4):C4)}
[junit4:junit4]   1> 9848 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9848 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9851 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1bfcc0bc main{StandardDirectoryReader(segments_d:31:nrt _7(4.4):C1 _8(4.4):C4)}
[junit4:junit4]   1> 9853 [qtp1899050725-41] 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> 9857 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 9905 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_d,generation=13}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_e,generation=14}
[junit4:junit4]   1> 9919 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 14
[junit4:junit4]   1> 9922 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@69a1675d main
[junit4:junit4]   1> 9923 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 9923 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@69a1675d main{StandardDirectoryReader(segments_e:33:nrt _9(4.4):C5)}
[junit4:junit4]   1> 9924 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 9928 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@69a1675d main{StandardDirectoryReader(segments_e:33:nrt _9(4.4):C5)}
[junit4:junit4]   1> 9929 [qtp1899050725-42] 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 72
[junit4:junit4]   1> 9961 [qtp1899050725-41] 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=27 
[junit4:junit4]   1> 9970 [qtp1899050725-39] 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=2 
[junit4:junit4]   1> 9979 [qtp1899050725-42] 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=4 
[junit4:junit4]   1> 9981 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testExampleConfig
[junit4:junit4]   1> 9996 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddDelete
[junit4:junit4]   1> 10001 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6861b944 realtime
[junit4:junit4]   1> 10002 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258596482875392)} 0 3
[junit4:junit4]   1> 10007 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1435258596489166848)]} 0 1
[junit4:junit4]   1> 10011 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10013 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_e,generation=14}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_f,generation=15}
[junit4:junit4]   1> 10014 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 15
[junit4:junit4]   1> 10015 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@589fd80c main
[junit4:junit4]   1> 10016 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@589fd80c main{StandardDirectoryReader(segments_f:37:nrt _a(4.4):C1)}
[junit4:junit4]   1> 10016 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10017 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10021 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@589fd80c main{StandardDirectoryReader(segments_f:37:nrt _a(4.4):C1)}
[junit4:junit4]   1> 10022 [qtp1899050725-39] 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> 10026 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 10031 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1435258596514332672)]} 0 1
[junit4:junit4]   1> 10035 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10036 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_f,generation=15}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_g,generation=16}
[junit4:junit4]   1> 10037 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 16
[junit4:junit4]   1> 10038 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1416c1f4 main
[junit4:junit4]   1> 10039 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1416c1f4 main{StandardDirectoryReader(segments_g:39:nrt)}
[junit4:junit4]   1> 10039 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10039 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10043 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1416c1f4 main{StandardDirectoryReader(segments_g:39:nrt)}
[junit4:junit4]   1> 10044 [qtp1899050725-41] 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 9
[junit4:junit4]   1> 10048 [qtp1899050725-39] 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> 10058 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1435258596537401344)]} 0 6
[junit4:junit4]   1> 10063 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10065 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_g,generation=16}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_h,generation=17}
[junit4:junit4]   1> 10066 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 17
[junit4:junit4]   1> 10067 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1bdbf8fd main
[junit4:junit4]   1> 10068 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1bdbf8fd main{StandardDirectoryReader(segments_h:41:nrt _b(4.4):C1)}
[junit4:junit4]   1> 10069 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10069 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10073 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1bdbf8fd main{StandardDirectoryReader(segments_h:41:nrt _b(4.4):C1)}
[junit4:junit4]   1> 10073 [qtp1899050725-40] 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 10
[junit4:junit4]   1> 10078 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 10084 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@165c5665 realtime
[junit4:junit4]   1> 10085 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=id:"0\ \&\ 222" (-1435258596569907200)} 0 2
[junit4:junit4]   1> 10089 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10090 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_h,generation=17}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_i,generation=18}
[junit4:junit4]   1> 10091 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 18
[junit4:junit4]   1> 10091 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@dd606a main
[junit4:junit4]   1> 10095 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10096 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@dd606a main{StandardDirectoryReader(segments_h:43:nrt)}
[junit4:junit4]   1> 10096 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10099 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@dd606a main{StandardDirectoryReader(segments_h:43:nrt)}
[junit4:junit4]   1> 10101 [qtp1899050725-42] 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 12
[junit4:junit4]   1> 10105 [qtp1899050725-40] 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> 10116 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1435258596599267328)]} 0 5
[junit4:junit4]   1> 10121 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 & 222 (1435258596609753088)]} 0 0
[junit4:junit4]   1> 10126 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 & 222 (1435258596614995968)]} 0 1
[junit4:junit4]   1> 10130 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10133 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_i,generation=18}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_j,generation=19}
[junit4:junit4]   1> 10134 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 19
[junit4:junit4]   1> 10135 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1dd38d6e main
[junit4:junit4]   1> 10136 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1dd38d6e main{StandardDirectoryReader(segments_j:45:nrt _c(4.4):C3)}
[junit4:junit4]   1> 10136 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10136 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10139 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1dd38d6e main{StandardDirectoryReader(segments_j:45:nrt _c(4.4):C3)}
[junit4:junit4]   1> 10140 [qtp1899050725-40] 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 10
[junit4:junit4]   1> 10145 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=3 status=0 QTime=0 
[junit4:junit4]   1> 10150 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1435258596640161792), 1 & 222 (-1435258596640161793), 2 & 222 (-1435258596640161794)]} 0 1
[junit4:junit4]   1> 10155 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10157 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_j,generation=19}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_k,generation=20}
[junit4:junit4]   1> 10157 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 20
[junit4:junit4]   1> 10159 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1384b2f9 main
[junit4:junit4]   1> 10160 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1384b2f9 main{StandardDirectoryReader(segments_k:47:nrt)}
[junit4:junit4]   1> 10160 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10161 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10166 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1384b2f9 main{StandardDirectoryReader(segments_k:47:nrt)}
[junit4:junit4]   1> 10168 [qtp1899050725-42] 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 13
[junit4:junit4]   1> 10173 [qtp1899050725-40] 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> 10174 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddDelete
[junit4:junit4]   1> 10183 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnAdd
[junit4:junit4]   1> 10187 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258596677910528)} 0 1
[junit4:junit4]   1> 10192 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 10193 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_k,generation=20}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_l,generation=21}
[junit4:junit4]   1> 10193 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 21
[junit4:junit4]   1> 10194 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4f9ba6f9 main
[junit4:junit4]   1> 10194 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4f9ba6f9 main{StandardDirectoryReader(segments_k:47:nrt)}
[junit4:junit4]   1> 10195 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10195 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10200 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4f9ba6f9 main{StandardDirectoryReader(segments_k:47:nrt)}
[junit4:junit4]   1> 10201 [qtp1899050725-39] 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 10
[junit4:junit4]   1> 10211 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=5 
[junit4:junit4]   1> 10217 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1435258596709367808)]} 0 2
[junit4:junit4]   1> 10222 [qtp1899050725-41] 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> 10717 [commitScheduler-14-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> 10722 [commitScheduler-14-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1cdcbf72 main
[junit4:junit4]   1> 10723 [commitScheduler-14-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 10723 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1cdcbf72 main{StandardDirectoryReader(segments_l:49:nrt _d(4.4):C1)}
[junit4:junit4]   1> 10723 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 10727 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1cdcbf72 main{StandardDirectoryReader(segments_l:49:nrt _d(4.4):C1)}
[junit4:junit4]   1> 11227 [qtp1899050725-40] 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> 11233 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 (1435258597774721024)]} 0 1
[junit4:junit4]   1> 11733 [commitScheduler-14-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> 11739 [commitScheduler-14-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@47c653ee main
[junit4:junit4]   1> 11740 [commitScheduler-14-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 11740 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@47c653ee main{StandardDirectoryReader(segments_l:51:nrt _d(4.4):C1 _e(4.4):C1)}
[junit4:junit4]   1> 11741 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 11745 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@47c653ee main{StandardDirectoryReader(segments_l:51:nrt _d(4.4):C1 _e(4.4):C1)}
[junit4:junit4]   1> 12239 [qtp1899050725-40] 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> 12241 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnAdd
[junit4:junit4]   1> 12254 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testRealtimeGet
[junit4:junit4]   1> 12260 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@60d1d13 realtime
[junit4:junit4]   1> 12261 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258598850560000)} 0 3
[junit4:junit4]   1> 12266 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[DOCID (1435258598857900032)]} 0 1
[junit4:junit4]   1> 12270 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12276 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_l,generation=21}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_m,generation=22}
[junit4:junit4]   1> 12276 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 22
[junit4:junit4]   1> 12279 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7992fd15 main
[junit4:junit4]   1> 12281 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7992fd15 main{StandardDirectoryReader(segments_m:55:nrt _f(4.4):C1)}
[junit4:junit4]   1> 12281 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12281 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12284 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7992fd15 main{StandardDirectoryReader(segments_m:55:nrt _f(4.4):C1)}
[junit4:junit4]   1> 12285 [qtp1899050725-39] 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> 12290 [qtp1899050725-42] 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=0 
[junit4:junit4]   1> 12296 [qtp1899050725-41] 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> 12312 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testRealtimeGet
[junit4:junit4]   1> 12321 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateRequestWithParameters
[junit4:junit4]   1> 12322 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[B671B05902FB97C3]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 12388 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1f5198d0 realtime
[junit4:junit4]   1> 12389 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258598985826304)} 0 2
[junit4:junit4]   1> 12523 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12525 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_m,generation=22}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_n,generation=23}
[junit4:junit4]   1> 12526 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 23
[junit4:junit4]   1> 12527 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@32eb3b62 main
[junit4:junit4]   1> 12528 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@32eb3b62 main{StandardDirectoryReader(segments_m:57:nrt)}
[junit4:junit4]   1> 12529 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12528 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12531 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@32eb3b62 main{StandardDirectoryReader(segments_m:57:nrt)}
[junit4:junit4]   1> 12532 [qtp1899050725-40] 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 9
[junit4:junit4]   1> 12538 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1435258599143112704)]} 0 1
[junit4:junit4]   1> 12543 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1435258599149404160)]} 0 1
[junit4:junit4]   1> 12550 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12553 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_n,generation=23}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_o,generation=24}
[junit4:junit4]   1> 12553 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 24
[junit4:junit4]   1> 12555 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@670de848 main
[junit4:junit4]   1> 12556 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@670de848 main{StandardDirectoryReader(segments_o:59:nrt _g(4.4):C2)}
[junit4:junit4]   1> 12556 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12556 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12559 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@670de848 main{StandardDirectoryReader(segments_o:59:nrt _g(4.4):C2)}
[junit4:junit4]   1> 12560 [qtp1899050725-41] 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 10
[junit4:junit4]   1> 12564 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 
[junit4:junit4]   1> 12566 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateRequestWithParameters
[junit4:junit4]   1> 12577 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testGetEmptyResults
[junit4:junit4]   1> 12581 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@750bff35 realtime
[junit4:junit4]   1> 12582 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599188201472)} 0 2
[junit4:junit4]   1> 12586 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12587 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_o,generation=24}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_p,generation=25}
[junit4:junit4]   1> 12588 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 25
[junit4:junit4]   1> 12589 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6c16586c main
[junit4:junit4]   1> 12590 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6c16586c main{StandardDirectoryReader(segments_o:61:nrt)}
[junit4:junit4]   1> 12590 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12590 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12593 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6c16586c main{StandardDirectoryReader(segments_o:61:nrt)}
[junit4:junit4]   1> 12594 [qtp1899050725-42] 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 8
[junit4:junit4]   1> 12599 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1435258599206027264)]} 0 2
[junit4:junit4]   1> 12604 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2 (1435258599212318720)]} 0 1
[junit4:junit4]   1> 12608 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12612 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_p,generation=25}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_q,generation=26}
[junit4:junit4]   1> 12613 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 26
[junit4:junit4]   1> 12615 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3d6271bb main
[junit4:junit4]   1> 12616 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3d6271bb main{StandardDirectoryReader(segments_q:63:nrt _h(4.4):C2)}
[junit4:junit4]   1> 12616 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12616 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12619 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3d6271bb main{StandardDirectoryReader(segments_q:63:nrt _h(4.4):C2)}
[junit4:junit4]   1> 12620 [qtp1899050725-39] 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 12
[junit4:junit4]   1> 12626 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=foofoofoo&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   1> 12627 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testGetEmptyResults
[junit4:junit4]   1> 12636 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAugmentFields
[junit4:junit4]   1> 12640 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2f25be8c realtime
[junit4:junit4]   1> 12641 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599250067456)} 0 2
[junit4:junit4]   1> 12647 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111 (1435258599256358912)]} 0 2
[junit4:junit4]   1> 12650 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12654 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_q,generation=26}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_r,generation=27}
[junit4:junit4]   1> 12654 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 27
[junit4:junit4]   1> 12656 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@d968f7d main
[junit4:junit4]   1> 12657 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@d968f7d main{StandardDirectoryReader(segments_r:67:nrt _i(4.4):C1)}
[junit4:junit4]   1> 12657 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12658 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12661 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@d968f7d main{StandardDirectoryReader(segments_r:67:nrt _i(4.4):C1)}
[junit4:junit4]   1> 12662 [qtp1899050725-42] 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 12
[junit4:junit4]   1> 12667 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222 (1435258599278379008)]} 0 1
[junit4:junit4]   1> 12671 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12676 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_r,generation=27}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_s,generation=28}
[junit4:junit4]   1> 12677 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 28
[junit4:junit4]   1> 12679 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@331b7b16 main
[junit4:junit4]   1> 12680 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@331b7b16 main{StandardDirectoryReader(segments_s:69:nrt _i(4.4):C1 _j(4.4):C1)}
[junit4:junit4]   1> 12681 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12681 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12684 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@331b7b16 main{StandardDirectoryReader(segments_s:69:nrt _i(4.4):C1 _j(4.4):C1)}
[junit4:junit4]   1> 12684 [qtp1899050725-41] 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 13
[junit4:junit4]   1> 12736 [qtp1899050725-39] 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=47 
[junit4:junit4]   1> 12739 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAugmentFields
[junit4:junit4]   1> 12750 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testQueryWithParams
[junit4:junit4]   1> 12757 [qtp1899050725-42] 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=4 
[junit4:junit4]   1> 12759 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testQueryWithParams
[junit4:junit4]   1> 12769 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testMultiContentStreamRequest
[junit4:junit4]   1> 12774 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@358ddfd6 realtime
[junit4:junit4]   1> 12775 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599389528064)} 0 3
[junit4:junit4]   1> 12779 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12781 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_s,generation=28}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_t,generation=29}
[junit4:junit4]   1> 12782 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 29
[junit4:junit4]   1> 12783 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@46a2ca3e main
[junit4:junit4]   1> 12785 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@46a2ca3e main{StandardDirectoryReader(segments_s:71:nrt)}
[junit4:junit4]   1> 12785 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12785 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12788 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@46a2ca3e main{StandardDirectoryReader(segments_s:71:nrt)}
[junit4:junit4]   1> 12790 [qtp1899050725-41] 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> 12794 [qtp1899050725-39] 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> 12826 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12837 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_t,generation=29}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_u,generation=30}
[junit4:junit4]   1> 12838 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 30
[junit4:junit4]   1> 12842 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7b6ae0b2 main
[junit4:junit4]   1> 12843 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7b6ae0b2 main{StandardDirectoryReader(segments_u:73:nrt _k(4.4):C5)}
[junit4:junit4]   1> 12844 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12843 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12847 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7b6ae0b2 main{StandardDirectoryReader(segments_u:73:nrt _k(4.4):C5)}
[junit4:junit4]   1> 12848 [qtp1899050725-42] 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 (1435258599430422528), 6H500F0 (1435258599435665408), TWINX2048-3200PRO (1435258599437762560), VS1GB400C3 (1435258599443005440), VDBDB1A16 (1435258599445102592)],commit=} 0 40
[junit4:junit4]   1> 12852 [qtp1899050725-40] 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> 12857 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testMultiContentStreamRequest
[junit4:junit4]   1> 12871 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacets
[junit4:junit4]   1> 12876 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@34205bb8 realtime
[junit4:junit4]   1> 12878 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599497531392)} 0 3
[junit4:junit4]   1> 12884 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12885 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_u,generation=30}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_v,generation=31}
[junit4:junit4]   1> 12886 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 31
[junit4:junit4]   1> 12887 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@329c1075 main
[junit4:junit4]   1> 12888 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@329c1075 main{StandardDirectoryReader(segments_u:75:nrt)}
[junit4:junit4]   1> 12889 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12889 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12891 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@329c1075 main{StandardDirectoryReader(segments_u:75:nrt)}
[junit4:junit4]   1> 12892 [qtp1899050725-42] 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 8
[junit4:junit4]   1> 12897 [qtp1899050725-40] 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> 12910 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1435258599525842944), 2 (1435258599527940096), 3 (1435258599527940097), 4 (1435258599528988672), 5 (1435258599530037248), 6 (1435258599530037249), 7 (1435258599531085824), 8 (1435258599531085825), 9 (1435258599532134400), 10 (1435258599532134401), ... (12 adds)]} 0 8
[junit4:junit4]   1> 12916 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12921 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_v,generation=31}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_w,generation=32}
[junit4:junit4]   1> 12922 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 32
[junit4:junit4]   1> 12924 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@71f7162 main
[junit4:junit4]   1> 12926 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@71f7162 main{StandardDirectoryReader(segments_w:77:nrt _l(4.4):C12)}
[junit4:junit4]   1> 12926 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12926 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12929 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@71f7162 main{StandardDirectoryReader(segments_w:77:nrt _l(4.4):C12)}
[junit4:junit4]   1> 12930 [qtp1899050725-42] 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> 12937 [qtp1899050725-40] 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> 12938 [qtp1899050725-40] 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> 12940 [qtp1899050725-40] 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=5 
[junit4:junit4]   1> 12948 [qtp1899050725-41] 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=1 
[junit4:junit4]   1> 12950 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacets
[junit4:junit4]   1> 12959 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacetsMissing
[junit4:junit4]   1> 12963 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@74c07975 realtime
[junit4:junit4]   1> 12964 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599588757504)} 0 2
[junit4:junit4]   1> 12968 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 12968 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_w,generation=32}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_x,generation=33}
[junit4:junit4]   1> 12969 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 33
[junit4:junit4]   1> 12970 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@448ac37f main
[junit4:junit4]   1> 12970 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@448ac37f main{StandardDirectoryReader(segments_w:79:nrt)}
[junit4:junit4]   1> 12971 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 12971 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 12975 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@448ac37f main{StandardDirectoryReader(segments_w:79:nrt)}
[junit4:junit4]   1> 12977 [qtp1899050725-40] 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 9
[junit4:junit4]   1> 12982 [qtp1899050725-41] 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> 12994 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1435258599613923328), 2 (1435258599616020480), 3 (1435258599616020481), 4 (1435258599617069056), 5 (1435258599617069057), 6 (1435258599618117632), 7 (1435258599619166208), 8 (1435258599619166209), 9 (1435258599620214784), 10 (1435258599620214785), ... (12 adds)]} 0 8
[junit4:junit4]   1> 12999 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 13004 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_x,generation=33}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_y,generation=34}
[junit4:junit4]   1> 13004 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 34
[junit4:junit4]   1> 13006 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@74faba27 main
[junit4:junit4]   1> 13007 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@74faba27 main{StandardDirectoryReader(segments_y:81:nrt _m(4.4):C12)}
[junit4:junit4]   1> 13007 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 13007 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 13011 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@74faba27 main{StandardDirectoryReader(segments_y:81:nrt _m(4.4):C12)}
[junit4:junit4]   1> 13012 [qtp1899050725-42] 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 13
[junit4:junit4]   1> 13018 [qtp1899050725-40] 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> 13020 [qtp1899050725-40] 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> 13023 [qtp1899050725-40] 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=6 
[junit4:junit4]   1> 13030 [qtp1899050725-41] 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=2 
[junit4:junit4]   1> 13032 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacetsMissing
[junit4:junit4]   1> 13045 [TEST-SolrExampleBinaryTest.testStreamingRequest-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStreamingRequest
[junit4:junit4]   1> 13051 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@44fdd771 realtime
[junit4:junit4]   1> 13052 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599679983616)} 0 3
[junit4:junit4]   1> 13056 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 13057 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_y,generation=34}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_z,generation=35}
[junit4:junit4]   1> 13058 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 35
[junit4:junit4]   1> 13059 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@44483faa main
[junit4:junit4]   1> 13060 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@44483faa main{StandardDirectoryReader(segments_y:83:nrt)}
[junit4:junit4]   1> 13060 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 13060 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 13065 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@44483faa main{StandardDirectoryReader(segments_y:83:nrt)}
[junit4:junit4]   1> 13066 [qtp1899050725-40] 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 10
[junit4:junit4]   1> 13071 [qtp1899050725-41] 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> 13079 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 13083 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_z,generation=35}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_10,generation=36}
[junit4:junit4]   1> 13083 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 36
[junit4:junit4]   1> 13085 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@38e89c2c main
[junit4:junit4]   1> 13086 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@38e89c2c main{StandardDirectoryReader(segments_10:85:nrt _n(4.4):C10)}
[junit4:junit4]   1> 13086 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 13086 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 13090 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@38e89c2c main{StandardDirectoryReader(segments_10:85:nrt _n(4.4):C10)}
[junit4:junit4]   1> 13091 [qtp1899050725-42] 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 (1435258599708295168), 1 (1435258599709343744), 2 (1435258599709343745), 3 (1435258599710392320), 4 (1435258599710392321), 5 (1435258599710392322), 6 (1435258599710392323), 7 (1435258599711440896), 8 (1435258599711440897), 9 (1435258599711440898)],commit=} 0 16
[junit4:junit4]   1> 13097 [qtp1899050725-39] 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> 13104 [qtp1899050725-40] 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> 13106 [TEST-SolrExampleBinaryTest.testStreamingRequest-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStreamingRequest
[junit4:junit4]   1> 13115 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testContentStreamRequest
[junit4:junit4]   1> 13127 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@366a1b79 realtime
[junit4:junit4]   1> 13128 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258599757578240)} 0 9
[junit4:junit4]   1> 28128 [commitScheduler-13-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> 28129 [commitScheduler-13-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_10,generation=36}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_11,generation=37}
[junit4:junit4]   1> 28129 [commitScheduler-13-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 37
[junit4:junit4]   1> 28131 [commitScheduler-13-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213779 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testContentStreamRequest
[junit4:junit4]   1> 213779 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 213782 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_11,generation=37}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_12,generation=38}
[junit4:junit4]   1> 213783 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 38
[junit4:junit4]   1> 213784 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2567a34e main
[junit4:junit4]   1> 213785 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213785 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2567a34e main{StandardDirectoryReader(segments_10:87:nrt)}
[junit4:junit4]   1> 213787 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 213792 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2567a34e main{StandardDirectoryReader(segments_10:87:nrt)}
[junit4:junit4]   1> 213793 [qtp1899050725-40] 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]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExampleBinaryTest -Dtests.method=testContentStreamRequest -Dtests.seed=B671B05902FB97C3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr_CH -Dtests.timezone=Africa/Mbabane -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR    201s J1 | SolrExampleBinaryTest.testContentStreamRequest <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:41800/solr/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([B671B05902FB97C3:43DF380DE318712E]: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.testContentStreamRequest(SolrExampleTests.java:665)
[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> 213829 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateMultiValuedField
[junit4:junit4]   1> 213840 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1435258810223558656)]} 0 0
[junit4:junit4]   1> 213844 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 213847 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_12,generation=38}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_13,generation=39}
[junit4:junit4]   1> 213848 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 39
[junit4:junit4]   1> 213850 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7d47e16a main
[junit4:junit4]   1> 213851 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7d47e16a main{StandardDirectoryReader(segments_13:89:nrt _o(4.4):C1)}
[junit4:junit4]   1> 213852 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 213852 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213856 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7d47e16a main{StandardDirectoryReader(segments_13:89:nrt _o(4.4):C1)}
[junit4:junit4]   1> 213857 [qtp1899050725-41] 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 13
[junit4:junit4]   1> 213863 [qtp1899050725-40] 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> 213869 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1435258810253967360)]} 0 2
[junit4:junit4]   1> 213873 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 213875 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_13,generation=39}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_14,generation=40}
[junit4:junit4]   1> 213876 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 40
[junit4:junit4]   1> 213877 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@a20d3c9 main
[junit4:junit4]   1> 213878 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@a20d3c9 main{StandardDirectoryReader(segments_14:93:nrt _p(4.4):C1)}
[junit4:junit4]   1> 213878 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213878 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 213882 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@a20d3c9 main{StandardDirectoryReader(segments_14:93:nrt _p(4.4):C1)}
[junit4:junit4]   1> 213883 [qtp1899050725-39] 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 10
[junit4:junit4]   1> 213889 [qtp1899050725-41] 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> 213895 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1435258810280181760)]} 0 2
[junit4:junit4]   1> 213899 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 213902 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_14,generation=40}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_15,generation=41}
[junit4:junit4]   1> 213902 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 41
[junit4:junit4]   1> 213904 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@63908f16 main
[junit4:junit4]   1> 213905 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@63908f16 main{StandardDirectoryReader(segments_15:97:nrt _q(4.4):C1)}
[junit4:junit4]   1> 213905 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213905 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 213909 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@63908f16 main{StandardDirectoryReader(segments_15:97:nrt _q(4.4):C1)}
[junit4:junit4]   1> 213910 [qtp1899050725-42] 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> 213915 [qtp1899050725-39] 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> 213916 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateMultiValuedField
[junit4:junit4]   1> 213930 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnDelete
[junit4:junit4]   1> 213935 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@127156b3 realtime
[junit4:junit4]   1> 213935 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258810323173376)} 0 2
[junit4:junit4]   1> 213939 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 213941 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_15,generation=41}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_16,generation=42}
[junit4:junit4]   1> 213941 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 42
[junit4:junit4]   1> 213942 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@39ad0eac main
[junit4:junit4]   1> 213944 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@39ad0eac main{StandardDirectoryReader(segments_15:99:nrt)}
[junit4:junit4]   1> 213944 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 213944 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213948 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@39ad0eac main{StandardDirectoryReader(segments_15:99:nrt)}
[junit4:junit4]   1> 213949 [qtp1899050725-40] 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 10
[junit4:junit4]   1> 213955 [qtp1899050725-42] 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> 213962 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1435258810349387776)]} 0 3
[junit4:junit4]   1> 213967 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 213975 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_16,generation=42}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_17,generation=43}
[junit4:junit4]   1> 213976 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 43
[junit4:junit4]   1> 213979 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@465e4471 main
[junit4:junit4]   1> 213981 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@465e4471 main{StandardDirectoryReader(segments_17:101:nrt _r(4.4):C1)}
[junit4:junit4]   1> 213981 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 213981 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 213984 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@465e4471 main{StandardDirectoryReader(segments_17:101:nrt _r(4.4):C1)}
[junit4:junit4]   1> 213985 [qtp1899050725-41] 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> 213989 [qtp1899050725-40] 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> 213994 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1435258810386087936)]} 0 1
[junit4:junit4]   1> 213998 [qtp1899050725-39] 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> 214254 [qtp1899050725-41] 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> 214511 [qtp1899050725-39] 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> 214767 [qtp1899050725-40] 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> 214994 [commitScheduler-14-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> 214996 [commitScheduler-14-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@45fc15f2 main
[junit4:junit4]   1> 214996 [commitScheduler-14-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 214996 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@45fc15f2 main{StandardDirectoryReader(segments_17:103:nrt)}
[junit4:junit4]   1> 214997 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215001 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@45fc15f2 main{StandardDirectoryReader(segments_17:103:nrt)}
[junit4:junit4]   1> 215022 [qtp1899050725-39] 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> 215024 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnDelete
[junit4:junit4]   1> 215040 [TEST-SolrExampleBinaryTest.testUnicode-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUnicode
[junit4:junit4]   1> 215045 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258811487092736)} 0 1
[junit4:junit4]   1> 215063 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1435258811498627072), 1 (1435258811498627073), 2 (1435258811498627074), 3 (1435258811499675648), 4 (1435258811499675649), 5 (1435258811499675650), 6 (1435258811499675651), 7 (1435258811500724224), 8 (1435258811500724225), 9 (1435258811500724226), ... (30 adds)]} 0 9
[junit4:junit4]   1> 215067 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215073 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_17,generation=43}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_18,generation=44}
[junit4:junit4]   1> 215074 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 44
[junit4:junit4]   1> 215075 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@418194ac main
[junit4:junit4]   1> 215076 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@418194ac main{StandardDirectoryReader(segments_18:105:nrt _s(4.4):C30)}
[junit4:junit4]   1> 215076 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215076 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215079 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@418194ac main{StandardDirectoryReader(segments_18:105:nrt _s(4.4):C30)}
[junit4:junit4]   1> 215080 [qtp1899050725-42] 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 12
[junit4:junit4]   1> 215084 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=30} hits=30 status=0 QTime=1 
[junit4:junit4]   1> 215096 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5e1d30c realtime
[junit4:junit4]   1> 215097 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811540570112)} 0 2
[junit4:junit4]   1> 215114 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811552104448), 1 (1435258811552104449), 2 (1435258811553153024), 3 (1435258811553153025), 4 (1435258811553153026), 5 (1435258811553153027), 6 (1435258811554201600), 7 (1435258811554201601), 8 (1435258811554201602), 9 (1435258811555250176), ... (25 adds)]} 0 9
[junit4:junit4]   1> 215120 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215124 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_18,generation=44}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_19,generation=45}
[junit4:junit4]   1> 215124 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 45
[junit4:junit4]   1> 215127 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2d82bda8 main
[junit4:junit4]   1> 215128 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2d82bda8 main{StandardDirectoryReader(segments_19:109:nrt _t(4.4):C25)}
[junit4:junit4]   1> 215129 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215129 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215132 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2d82bda8 main{StandardDirectoryReader(segments_19:109:nrt _t(4.4):C25)}
[junit4:junit4]   1> 215133 [qtp1899050725-42] 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 13
[junit4:junit4]   1> 215137 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=25} hits=25 status=0 QTime=0 
[junit4:junit4]   1> 215150 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@175e895d realtime
[junit4:junit4]   1> 215151 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811597193216)} 0 2
[junit4:junit4]   1> 215156 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811603484672), 1 (1435258811604533248)]} 0 1
[junit4:junit4]   1> 215161 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215163 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_19,generation=45}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 215164 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 46
[junit4:junit4]   1> 215165 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1d7275cd main
[junit4:junit4]   1> 215166 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1d7275cd main{StandardDirectoryReader(segments_1a:113:nrt _u(4.4):C2)}
[junit4:junit4]   1> 215167 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215167 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215170 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1d7275cd main{StandardDirectoryReader(segments_1a:113:nrt _u(4.4):C2)}
[junit4:junit4]   1> 215171 [qtp1899050725-42] 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 11
[junit4:junit4]   1> 215175 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=2} hits=2 status=0 QTime=0 
[junit4:junit4]   1> 215181 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7bbf73a9 realtime
[junit4:junit4]   1> 215181 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811629699072)} 0 1
[junit4:junit4]   1> 215191 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811635990528), 1 (1435258811637039104), 2 (1435258811638087680), 3 (1435258811638087681), 4 (1435258811638087682), 5 (1435258811638087683), 6 (1435258811639136256), 7 (1435258811639136257), 8 (1435258811639136258), 9 (1435258811639136259), ... (14 adds)]} 0 5
[junit4:junit4]   1> 215196 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215199 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 215199 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 47
[junit4:junit4]   1> 215201 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@638aa276 main
[junit4:junit4]   1> 215202 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@638aa276 main{StandardDirectoryReader(segments_1b:117:nrt _v(4.4):C14)}
[junit4:junit4]   1> 215202 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215202 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215205 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@638aa276 main{StandardDirectoryReader(segments_1b:117:nrt _v(4.4):C14)}
[junit4:junit4]   1> 215205 [qtp1899050725-39] 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 10
[junit4:junit4]   1> 215210 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=14} hits=14 status=0 QTime=0 
[junit4:junit4]   1> 215220 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1f37105d realtime
[junit4:junit4]   1> 215221 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811669544960)} 0 3
[junit4:junit4]   1> 215234 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811678982144), 1 (1435258811680030720), 2 (1435258811680030721), 3 (1435258811680030722), 4 (1435258811681079296), 5 (1435258811681079297), 6 (1435258811681079298), 7 (1435258811682127872), 8 (1435258811682127873), 9 (1435258811682127874), ... (18 adds)]} 0 7
[junit4:junit4]   1> 215239 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215242 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 215243 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 48
[junit4:junit4]   1> 215244 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6b088a28 main
[junit4:junit4]   1> 215246 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6b088a28 main{StandardDirectoryReader(segments_1c:121:nrt _w(4.4):C18)}
[junit4:junit4]   1> 215246 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215246 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215248 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6b088a28 main{StandardDirectoryReader(segments_1c:121:nrt _w(4.4):C18)}
[junit4:junit4]   1> 215249 [qtp1899050725-39] 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 10
[junit4:junit4]   1> 215253 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=18} hits=18 status=0 QTime=0 
[junit4:junit4]   1> 215263 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@653fcd69 realtime
[junit4:junit4]   1> 215264 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811715682304)} 0 2
[junit4:junit4]   1> 215279 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811724070912), 1 (1435258811725119488), 2 (1435258811725119489), 3 (1435258811725119490), 4 (1435258811726168064), 5 (1435258811726168065), 6 (1435258811726168066), 7 (1435258811727216640), 8 (1435258811727216641), 9 (1435258811727216642), ... (25 adds)]} 0 9
[junit4:junit4]   1> 215284 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215288 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 215288 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 49
[junit4:junit4]   1> 215290 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@154d6a3f main
[junit4:junit4]   1> 215290 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215290 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@154d6a3f main{StandardDirectoryReader(segments_1d:125:nrt _x(4.4):C25)}
[junit4:junit4]   1> 215291 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215294 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@154d6a3f main{StandardDirectoryReader(segments_1d:125:nrt _x(4.4):C25)}
[junit4:junit4]   1> 215295 [qtp1899050725-39] 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 11
[junit4:junit4]   1> 215300 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=25} hits=25 status=0 QTime=1 
[junit4:junit4]   1> 215312 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@dfe97f9 realtime
[junit4:junit4]   1> 215313 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811767062528)} 0 2
[junit4:junit4]   1> 215321 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811775451136), 1 (1435258811775451137), 2 (1435258811776499712), 3 (1435258811776499713), 4 (1435258811776499714), 5 (1435258811777548288)]} 0 3
[junit4:junit4]   1> 215326 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215328 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 215329 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 50
[junit4:junit4]   1> 215330 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4ae4771e main
[junit4:junit4]   1> 215331 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4ae4771e main{StandardDirectoryReader(segments_1e:129:nrt _y(4.4):C6)}
[junit4:junit4]   1> 215331 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215332 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215335 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4ae4771e main{StandardDirectoryReader(segments_1e:129:nrt _y(4.4):C6)}
[junit4:junit4]   1> 215337 [qtp1899050725-39] 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 11
[junit4:junit4]   1> 215341 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=6} hits=6 status=0 QTime=1 
[junit4:junit4]   1> 215348 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@25a06714 realtime
[junit4:junit4]   1> 215349 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811803762688)} 0 3
[junit4:junit4]   1> 215361 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811813199872), 1 (1435258811813199873), 2 (1435258811813199874), 3 (1435258811814248448), 4 (1435258811814248449), 5 (1435258811814248450), 6 (1435258811815297024), 7 (1435258811815297025), 8 (1435258811815297026), 9 (1435258811816345600), ... (19 adds)]} 0 7
[junit4:junit4]   1> 215365 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215369 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 215369 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 51
[junit4:junit4]   1> 215371 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3fd60121 main
[junit4:junit4]   1> 215371 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3fd60121 main{StandardDirectoryReader(segments_1f:133:nrt _z(4.4):C19)}
[junit4:junit4]   1> 215371 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215372 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215375 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3fd60121 main{StandardDirectoryReader(segments_1f:133:nrt _z(4.4):C19)}
[junit4:junit4]   1> 215377 [qtp1899050725-39] 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 12
[junit4:junit4]   1> 215381 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2&rows=19} hits=19 status=0 QTime=1 
[junit4:junit4]   1> 215390 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@64c5fe9b realtime
[junit4:junit4]   1> 215391 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1435258811848851456)} 0 3
[junit4:junit4]   1> 215397 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1435258811855142912), 1 (1435258811856191488), 2 (1435258811856191489), 3 (1435258811856191490)]} 0 2
[junit4:junit4]   1> 215401 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215408 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1g,generation=52}
[junit4:junit4]   1> 215408 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 52
[junit4:junit4]   1> 215410 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@33eeb0d0 main
[junit4:junit4]   1> 215411 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@33eeb0d0 main{StandardDirectoryReader(segments_1g:137:nrt _10(4.4):C4)}
[junit4:junit4]   1> 215411 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215411 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215415 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@33eeb0d0 main{StandardDirectoryReader(segments_1g:137:nrt _10(4.4):C4)}
[junit4:junit4]   1> 215416 [qtp1899050725-39] 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 15
[junit4:junit4]   1> 215420 [qtp1899050725-41] 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=0 
[junit4:junit4]   1> 215423 [TEST-SolrExampleBinaryTest.testUnicode-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUnicode
[junit4:junit4]   1> 215432 [TEST-SolrExampleBinaryTest.testErrorHandling-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testErrorHandling
[junit4:junit4]   1> 215453 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? Ignoring exception matching ignore_exception
[junit4:junit4]   1> 215453 [qtp1899050725-40] 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=18 
[junit4:junit4]   1> 215486 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 29
[junit4:junit4]   1> 215487 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? Ignoring exception matching ignore_exception
[junit4:junit4]   1> 215491 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   1> 215492 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? Ignoring exception matching uniqueKey
[junit4:junit4]   1> 215493 [TEST-SolrExampleBinaryTest.testErrorHandling-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testErrorHandling
[junit4:junit4]   1> 215502 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPingHandler
[junit4:junit4]   1> 215506 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5088354 realtime
[junit4:junit4]   1> 215507 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258811970486272)} 0 2
[junit4:junit4]   1> 215511 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215512 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1g,generation=52}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1h,generation=53}
[junit4:junit4]   1> 215512 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 53
[junit4:junit4]   1> 215513 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1e4075ce main
[junit4:junit4]   1> 215514 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215514 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1e4075ce main{StandardDirectoryReader(segments_1g:139:nrt)}
[junit4:junit4]   1> 215515 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215518 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1e4075ce main{StandardDirectoryReader(segments_1g:139:nrt)}
[junit4:junit4]   1> 215519 [qtp1899050725-40] 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 8
[junit4:junit4]   1> 215523 [qtp1899050725-42] 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> 215531 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   1> 215531 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   1> 215532 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPingHandler
[junit4:junit4]   1> 215541 [TEST-SolrExampleBinaryTest.testChineseDefaults-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testChineseDefaults
[junit4:junit4]   1> 215544 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435258812011380736)} 0 1
[junit4:junit4]   1> 215548 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215549 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1h,generation=53}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1i,generation=54}
[junit4:junit4]   1> 215549 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 54
[junit4:junit4]   1> 215550 [qtp1899050725-40] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5aa8763e main
[junit4:junit4]   1> 215550 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5aa8763e main{StandardDirectoryReader(segments_1g:139:nrt)}
[junit4:junit4]   1> 215551 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215550 [qtp1899050725-40] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215554 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5aa8763e main{StandardDirectoryReader(segments_1g:139:nrt)}
[junit4:junit4]   1> 215555 [qtp1899050725-40] 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 7
[junit4:junit4]   1> 215559 [qtp1899050725-42] 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> 215564 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215566 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1i,generation=54}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1j,generation=55}
[junit4:junit4]   1> 215567 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 55
[junit4:junit4]   1> 215568 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@76f2790f main
[junit4:junit4]   1> 215569 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215569 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@76f2790f main{StandardDirectoryReader(segments_1j:141:nrt _11(4.4):C1)}
[junit4:junit4]   1> 215570 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215573 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@76f2790f main{StandardDirectoryReader(segments_1j:141:nrt _11(4.4):C1)}
[junit4:junit4]   1> 215574 [qtp1899050725-39] 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 (1435258812031303680)],commit=} 0 12
[junit4:junit4]   1> 215578 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=????&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 215580 [TEST-SolrExampleBinaryTest.testChineseDefaults-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testChineseDefaults
[junit4:junit4]   1> 215588 [TEST-SolrExampleBinaryTest.testSetNullUpdates-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdates
[junit4:junit4]   1> 215591 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdates (1435258812059615232)]} 0 1
[junit4:junit4]   1> 215595 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215598 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1j,generation=55}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1k,generation=56}
[junit4:junit4]   1> 215599 [qtp1899050725-39] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 56
[junit4:junit4]   1> 215600 [qtp1899050725-39] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@77a2cba6 main
[junit4:junit4]   1> 215601 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@77a2cba6 main{StandardDirectoryReader(segments_1k:143:nrt _11(4.4):C1 _12(4.4):C1)}
[junit4:junit4]   1> 215601 [qtp1899050725-39] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215601 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215605 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@77a2cba6 main{StandardDirectoryReader(segments_1k:143:nrt _11(4.4):C1 _12(4.4):C1)}
[junit4:junit4]   1> 215606 [qtp1899050725-39] 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> 215611 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdates (1435258812080586752)]} 0 2
[junit4:junit4]   1> 215614 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215618 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1k,generation=56}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1l,generation=57}
[junit4:junit4]   1> 215618 [qtp1899050725-42] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 57
[junit4:junit4]   1> 215620 [qtp1899050725-42] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@62bb9819 main
[junit4:junit4]   1> 215622 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@62bb9819 main{StandardDirectoryReader(segments_1l:147:nrt _11(4.4):C1 _13(4.4):C1)}
[junit4:junit4]   1> 215622 [qtp1899050725-42] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215623 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215627 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@62bb9819 main{StandardDirectoryReader(segments_1l:147:nrt _11(4.4):C1 _13(4.4):C1)}
[junit4:junit4]   1> 215628 [qtp1899050725-42] 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> 215633 [qtp1899050725-39] 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> 215634 [TEST-SolrExampleBinaryTest.testSetNullUpdates-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdates
[junit4:junit4]   1> 215643 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[B671B05902FB97C3]] INF

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

bapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1435258812393062400)]} 0 1
[junit4:junit4]   1> 215914 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1435258812398305280)]} 0 2
[junit4:junit4]   1> 215917 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1435258812402499584)]} 0 0
[junit4:junit4]   1> 215921 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1435258812405645312)]} 0 1
[junit4:junit4]   1> 215925 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1435258812409839616)]} 0 1
[junit4:junit4]   1> 215930 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1435258812415082496)]} 0 1
[junit4:junit4]   1> 215935 [qtp1899050725-41] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1435258812421373952)]} 0 1
[junit4:junit4]   1> 215941 [qtp1899050725-40] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1435258812426616832)]} 0 1
[junit4:junit4]   1> 215946 [qtp1899050725-42] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1435258812431859712)]} 0 1
[junit4:junit4]   1> 215951 [qtp1899050725-39] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1435258812437102592)]} 0 1
[junit4:junit4]   1> 215956 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 215961 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1s,generation=64}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cc2f675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7293da04),segFN=segments_1t,generation=65}
[junit4:junit4]   1> 215961 [qtp1899050725-41] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 65
[junit4:junit4]   1> 215963 [qtp1899050725-41] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4c191dcf main
[junit4:junit4]   1> 215964 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4c191dcf main{StandardDirectoryReader(segments_1t:167:nrt _18(4.4):C10)}
[junit4:junit4]   1> 215964 [qtp1899050725-41] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 215965 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 215971 [searcherExecutor-11-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4c191dcf main{StandardDirectoryReader(segments_1t:167:nrt _18(4.4):C10)}
[junit4:junit4]   1> 215972 [qtp1899050725-41] 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> 215979 [qtp1899050725-40] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:true&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 215984 [qtp1899050725-39] 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> 215997 [qtp1899050725-41] 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=9 
[junit4:junit4]   1> 215999 [TEST-SolrExampleBinaryTest.testStatistics-seed#[B671B05902FB97C3]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStatistics
[junit4:junit4]   1> 216053 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1964418953
[junit4:junit4]   1> 216054 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@411f455e
[junit4:junit4]   1> 216074 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=65,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=257,cumulative_deletesById=5,cumulative_deletesByQuery=33,cumulative_errors=1}
[junit4:junit4]   1> 216075 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 216075 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> 216076 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> 216077 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 216078 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> 216078 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/index;done=false>>]
[junit4:junit4]   1> 216079 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724/index
[junit4:junit4]   1> 216079 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724;done=false>>]
[junit4:junit4]   1> 216080 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-SolrExampleBinaryTest-1368769258724
[junit4:junit4]   1> 216080 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 216132 [SUITE-SolrExampleBinaryTest-seed#[B671B05902FB97C3]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=fr_CH, timezone=Africa/Mbabane
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=98993656,total=126550016
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrQueryTest, TestBatchUpdate, SolrDocumentTest, FacetFieldTest, SolrExampleBinaryTest]
[junit4:junit4] Completed on J1 in 208.34s, 26 tests, 1 error <<< FAILURES!

[...truncated 28 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:363: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:194: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 45 suites, 268 tests, 1 error

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