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/04/05 13:52:47 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 383 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/383/
Java: 64bit/jdk1.7.0 -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51134/solr
	at __randomizedtesting.SeedInfo.seed([BCA4C6DF94F75787:EED288C013188D94]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	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.TestBatchUpdate.doIt(TestBatchUpdate.java:130)
	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary(TestBatchUpdate.java:62)
	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:353)
	... 46 more




Build Log:
[...truncated 10147 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.TestBatchUpdate
[junit4:junit4]   1> 76212 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> 76213 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 76214 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 76261 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.8.v20121106
[junit4:junit4]   1> 76802 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-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> 76828 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:51134
[junit4:junit4]   1> 76829 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 76832 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> 76833 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr
[junit4:junit4]   1> 76833 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CoreContainer  ? looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/solr.xml
[junit4:junit4]   1> 76834 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1815137892
[junit4:junit4]   1> 76836 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 76841 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 77023 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
[junit4:junit4]   1> 77024 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
[junit4:junit4]   1> 77025 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
[junit4:junit4]   1> 77026 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> 77026 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
[junit4:junit4]   1> 77027 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> 77028 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> 77029 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
[junit4:junit4]   1> 77030 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
[junit4:junit4]   1> 77030 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-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> 77066 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CoreContainer  ? Registering Log Listener
[junit4:junit4]   1> 77129 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1
[junit4:junit4]   1> 77130 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/'
[junit4:junit4]   1> 77246 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 77252 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
[junit4:junit4]   1> 77253 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 77255 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
[junit4:junit4]   1> 77255 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 77256 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
[junit4:junit4]   1> 77256 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 77257 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
[junit4:junit4]   1> 77258 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 77258 [coreLoadExecutor-97-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> 77596 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> 78019 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 78021 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 78110 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Schema name=example
[junit4:junit4]   1> 79444 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 79493 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 79505 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 79655 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 79656 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/
[junit4:junit4]   1> 79661 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6485307e
[junit4:junit4]   1> 79664 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 79664 [coreLoadExecutor-97-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> 79665 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 79667 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097
[junit4:junit4]   1> 79667 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/index/
[junit4:junit4]   1> 79668 [coreLoadExecutor-97-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/index' doesn't exist. Creating new index...
[junit4:junit4]   1> 79669 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/index
[junit4:junit4]   1> 79680 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 79682 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit = 1[segments_1]
[junit4:junit4]   1> 79684 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 79684 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   1> 79685 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 79685 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 79685 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 79692 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 79693 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 79694 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 79695 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 79696 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> 79697 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 79700 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   1> 79701 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 79702 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 79702 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 79703 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 79703 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 79706 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 79707 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   1> 79708 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   1> 79715 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> 79717 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
[junit4:junit4]   1> 79717 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 79718 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 79718 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 79719 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 79719 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 79722 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 79723 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 79724 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 79743 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 79746 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 79748 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 79762 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3bb7c82a main
[junit4:junit4]   1> 79764 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/tlog
[junit4:junit4]   1> 79766 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 79766 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 79767 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
[junit4:junit4]   1> 79768 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.spelling.DirectSolrSpellChecker  ? init: {name=default,field=name,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   1> 79772 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
[junit4:junit4]   1> 79773 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   1> 79830 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
[junit4:junit4]   1> 79831 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3bb7c82a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 79837 [searcherExecutor-98-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=4 
[junit4:junit4]   1> 79838 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 79838 [searcherExecutor-98-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
[junit4:junit4]   1> 79839 [searcherExecutor-98-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
[junit4:junit4]   1> 79842 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3bb7c82a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 79854 [coreLoadExecutor-97-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 79855 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   1> 79856 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 79857 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#51134
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-TestBatchUpdate-1365162189097
[junit4:junit4]   1> 79867 [TEST-TestBatchUpdate.testWithXml-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testWithXml
[junit4:junit4]   1> 79869 [TEST-TestBatchUpdate.testWithXml-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 80094 [qtp1350292618-207] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 80095 [qtp1350292618-207] INFO  org.apache.solr.core.SolrCore  ? newest commit = 1[segments_1]
[junit4:junit4]   1> 80097 [qtp1350292618-207] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6fd83b39 realtime
[junit4:junit4]   1> 80099 [qtp1350292618-207] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1431476311659905024)} 0 8
[junit4:junit4]   1> 81415 [qtp1350292618-202] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1431476311731208192), 2 (1431476311756374016), 3 (1431476311756374017), 4 (1431476311757422592), 5 (1431476311758471168), 6 (1431476311762665472), 7 (1431476311763714048), 8 (1431476311765811200), 9 (1431476311766859776), 10 (1431476311767908352), ... (1000 adds)]} 0 1272
[junit4:junit4]   1> 81430 [qtp1350292618-206] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 81972 [qtp1350292618-206] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   1> 81974 [qtp1350292618-206] INFO  org.apache.solr.core.SolrCore  ? newest commit = 2[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   1> 81981 [qtp1350292618-206] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@53e00e0f main
[junit4:junit4]   1> 81983 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@53e00e0f main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1000)}
[junit4:junit4]   1> 81983 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 81987 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@53e00e0f main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1000)}
[junit4:junit4]   1> 81990 [qtp1350292618-206] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 81990 [qtp1350292618-206] 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 560
[junit4:junit4]   1> 81999 [qtp1350292618-203] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=1 
[junit4:junit4]   1> 82017 [TEST-TestBatchUpdate.testWithXml-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testWithXml
[junit4:junit4]   1> 82046 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testWithBinaryBean
[junit4:junit4]   1> 82164 [qtp1350292618-205] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@73fd1c1d realtime
[junit4:junit4]   1> 82165 [qtp1350292618-205] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1431476313799000064)} 0 42
[junit4:junit4]   1> 83313 [qtp1350292618-202] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1431476313948946432), 2 (1431476313949995008), 3 (1431476313965723648), 4 (1431476313969917952), 5 (1431476313969917953), 6 (1431476313970966528), 7 (1431476313970966529), 8 (1431476313972015104), 9 (1431476313972015105), 10 (1431476313972015106), ... (1000 adds)]} 0 1053
[junit4:junit4]   1> 83329 [qtp1350292618-204] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 83412 [qtp1350292618-204] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_3,generation=3,filenames=[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_3]
[junit4:junit4]   1> 83413 [qtp1350292618-204] INFO  org.apache.solr.core.SolrCore  ? newest commit = 3[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_3]
[junit4:junit4]   1> 83430 [qtp1350292618-204] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@630e523d main
[junit4:junit4]   1> 83432 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@630e523d main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1000)}
[junit4:junit4]   1> 83432 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 83436 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@630e523d main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1000)}
[junit4:junit4]   1> 83438 [qtp1350292618-204] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 83439 [qtp1350292618-204] 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 110
[junit4:junit4]   1> 83445 [qtp1350292618-205] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=1 
[junit4:junit4]   1> 83474 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testWithBinaryBean
[junit4:junit4]   1> 83488 [TEST-TestBatchUpdate.testWithBinary-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testWithBinary
[junit4:junit4]   1> 83531 [qtp1350292618-203] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@12f538ae realtime
[junit4:junit4]   1> 83532 [qtp1350292618-203] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1431476315234500608)} 0 32
[junit4:junit4]   1> 84273 [qtp1350292618-202] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1431476315312095232), 2 (1431476315313143808), 3 (1431476315314192384), 4 (1431476315314192385), 5 (1431476315315240960), 6 (1431476315315240961), 7 (1431476315315240962), 8 (1431476315316289536), 9 (1431476315316289537), 10 (1431476315317338112), ... (1000 adds)]} 0 699
[junit4:junit4]   1> 98533 [commitScheduler-100-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> 98570 [commitScheduler-100-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_3,generation=3,filenames=[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_3]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_4,generation=4,filenames=[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm, segments_4]
[junit4:junit4]   1> 98571 [commitScheduler-100-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit = 4[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm, segments_4]
[junit4:junit4]   1> 98575 [commitScheduler-100-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7a5ad50e realtime
[junit4:junit4]   1> 98577 [commitScheduler-100-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 284439 [qtp1350292618-204] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 284439 [TEST-TestBatchUpdate.testWithBinary-seed#[BCA4C6DF94F75787]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testWithBinary
[junit4:junit4]   1> 284441 [qtp1350292618-204] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_4,generation=4,filenames=[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm, segments_4]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@583560b9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6920e4c9),segFN=segments_5,generation=5,filenames=[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, segments_5, _2.fdx, _2.fnm]
[junit4:junit4]   1> 284442 [qtp1350292618-204] INFO  org.apache.solr.core.SolrCore  ? newest commit = 5[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, segments_5, _2.fdx, _2.fnm]
[junit4:junit4]   1> 284443 [qtp1350292618-204] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@408f2f59 main
[junit4:junit4]   1> 284445 [qtp1350292618-204] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 284445 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@408f2f59 main{StandardDirectoryReader(segments_4:11:nrt _2(5.0):C1000)}
[junit4:junit4]   1> 284446 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 284449 [searcherExecutor-98-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@408f2f59 main{StandardDirectoryReader(segments_4:11:nrt _2(5.0):C1000)}
[junit4:junit4]   1> 284451 [qtp1350292618-204] 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]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBatchUpdate -Dtests.method=testWithBinary -Dtests.seed=BCA4C6DF94F75787 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=Etc/GMT+6 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR    201s | TestBatchUpdate.testWithBinary <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51134/solr
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BCA4C6DF94F75787:EED288C013188D94]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[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.TestBatchUpdate.doIt(TestBatchUpdate.java:130)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary(TestBatchUpdate.java:62)
[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:353)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]   1> 284536 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1815137892
[junit4:junit4]   1> 284540 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63ff366e
[junit4:junit4]   1> 284563 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=4,autocommit maxTime=15000ms,autocommits=1,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3000,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
[junit4:junit4]   1> 284564 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 284564 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> 284565 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> 284567 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 284567 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> 284568 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/index;done=false>>]
[junit4:junit4]   1> 284568 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097/index
[junit4:junit4]   1> 284568 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097;done=false>>]
[junit4:junit4]   1> 284569 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1365162189097
[junit4:junit4]   1> 284569 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 284622 [SUITE-TestBatchUpdate-seed#[BCA4C6DF94F75787]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=cs, timezone=Etc/GMT+6
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=2,threads=1,free=40623904,total=93650944
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer, AnlysisResponseBaseTest, SolrDocumentTest, SolrExampleXMLTest, TestUpdateRequestCodec, MultiCoreEmbeddedTest, NamedListTest, SolrQueryTest, ModifiableSolrParamsTest, TestBatchUpdate]
[junit4:junit4] Completed in 208.49s, 3 tests, 1 error <<< FAILURES!

[...truncated 117 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:375: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:355: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:196: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:448: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1231: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:875: There were test failures: 45 suites, 266 tests, 1 error

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/384/
Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51317/solr
	at __randomizedtesting.SeedInfo.seed([3275B390799BF80:F48E685DABB46568]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:861)
	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:353)
	... 45 more




Build Log:
[...truncated 10149 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.SolrExampleXMLTest
[junit4:junit4]   1> 186248 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> 186250 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 186251 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 186253 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.8.v20121106
[junit4:junit4]   1> 186273 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-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> 186285 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:51317
[junit4:junit4]   1> 186286 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 186287 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> 186289 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr
[junit4:junit4]   1> 186290 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CoreContainer  ? looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/solr.xml
[junit4:junit4]   1> 186291 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1131991635
[junit4:junit4]   1> 186292 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 186293 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 186431 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
[junit4:junit4]   1> 186433 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
[junit4:junit4]   1> 186434 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
[junit4:junit4]   1> 186436 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> 186437 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
[junit4:junit4]   1> 186438 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> 186439 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> 186440 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
[junit4:junit4]   1> 186441 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
[junit4:junit4]   1> 186442 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-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> 186467 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CoreContainer  ? Registering Log Listener
[junit4:junit4]   1> 186523 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1
[junit4:junit4]   1> 186525 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/'
[junit4:junit4]   1> 186581 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 186582 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
[junit4:junit4]   1> 186584 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 186585 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
[junit4:junit4]   1> 186586 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 186587 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
[junit4:junit4]   1> 186588 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 186589 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
[junit4:junit4]   1> 186590 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 186591 [coreLoadExecutor-265-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> 186679 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> 186819 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 186820 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 186836 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Schema name=example
[junit4:junit4]   1> 188170 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 188220 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 188231 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 188267 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 188268 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/
[junit4:junit4]   1> 188269 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4589ac1e
[junit4:junit4]   1> 188270 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 188270 [coreLoadExecutor-265-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> 188271 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 188272 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567
[junit4:junit4]   1> 188273 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/index/
[junit4:junit4]   1> 188273 [coreLoadExecutor-265-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/index' doesn't exist. Creating new index...
[junit4:junit4]   1> 188274 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/index
[junit4:junit4]   1> 188277 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 188278 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit = 1[segments_1]
[junit4:junit4]   1> 188279 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 188279 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   1> 188280 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 188280 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 188281 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 188285 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 188286 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 188287 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 188288 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 188289 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> 188290 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 188291 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   1> 188292 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 188292 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 188293 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 188294 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 188294 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 188295 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 188296 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   1> 188297 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   1> 188298 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> 188299 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
[junit4:junit4]   1> 188299 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 188300 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 188301 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 188301 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 188302 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 188302 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 188303 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 188304 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 188317 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 188320 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 188323 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 188336 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5ab32e8b main
[junit4:junit4]   1> 188337 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/tlog
[junit4:junit4]   1> 188338 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 188339 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 188340 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
[junit4:junit4]   1> 188340 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.spelling.DirectSolrSpellChecker  ? init: {name=default,field=name,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   1> 188343 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
[junit4:junit4]   1> 188344 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   1> 188372 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
[junit4:junit4]   1> 188373 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5ab32e8b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 188376 [searcherExecutor-266-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> 188377 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188377 [searcherExecutor-266-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
[junit4:junit4]   1> 188378 [searcherExecutor-266-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
[junit4:junit4]   1> 188383 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5ab32e8b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 188387 [coreLoadExecutor-265-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 188388 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   1> 188389 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 188390 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#51317
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleXMLTest-1365427310567
[junit4:junit4]   1> 188404 [TEST-SolrExampleXMLTest.testAugmentFields-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAugmentFields
[junit4:junit4]   1> 188406 [TEST-SolrExampleXMLTest.testAugmentFields-seed#[3275B390799BF80]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 188516 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 188518 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 1[segments_1]
[junit4:junit4]   1> 188527 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@e25e0d8 realtime
[junit4:junit4]   1> 188528 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754309976981504)} 0 16
[junit4:junit4]   1> 188538 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[111 (1431754310000050176)]} 0 3
[junit4:junit4]   1> 188545 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188550 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   1> 188551 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 2[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   1> 188553 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b02a3ad main
[junit4:junit4]   1> 188554 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188554 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2b02a3ad main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   1> 188555 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188559 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b02a3ad main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   1> 188560 [qtp456965459-505] 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> 188571 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[222 (1431754310033604608)]} 0 4
[junit4:junit4]   1> 188578 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188585 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_3,generation=3,filenames=[_1.nvm, _1_Lucene41_0.doc, _0.fnm, _0_Lucene41_0.pos, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _0.nvm, _1.fnm, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, _0_Lucene41_0.tip, _0.fdt]
[junit4:junit4]   1> 188586 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 3[_1.nvm, _1_Lucene41_0.doc, _0.fnm, _0_Lucene41_0.pos, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _0.nvm, _1.fnm, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, _0_Lucene41_0.tip, _0.fdt]
[junit4:junit4]   1> 188590 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1b2c02ee main
[junit4:junit4]   1> 188593 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188593 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1b2c02ee main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   1> 188595 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188598 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1b2c02ee main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   1> 188599 [qtp456965459-507] 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 21
[junit4:junit4]   1> 188613 [qtp456965459-508] 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=xml&version=2.2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 188617 [TEST-SolrExampleXMLTest.testAugmentFields-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAugmentFields
[junit4:junit4]   1> 188637 [TEST-SolrExampleXMLTest.testQueryWithParams-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testQueryWithParams
[junit4:junit4]   1> 188644 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=query&debug=true&wt=xml&version=2.2} hits=0 status=0 QTime=2 
[junit4:junit4]   1> 188648 [TEST-SolrExampleXMLTest.testQueryWithParams-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testQueryWithParams
[junit4:junit4]   1> 188667 [TEST-SolrExampleXMLTest.testAddDelete-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddDelete
[junit4:junit4]   1> 188674 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2942140a realtime
[junit4:junit4]   1> 188676 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754310142656512)} 0 5
[junit4:junit4]   1> 188686 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 & 222 (1431754310157336576)]} 0 1
[junit4:junit4]   1> 188695 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188698 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_3,generation=3,filenames=[_1.nvm, _1_Lucene41_0.doc, _0.fnm, _0_Lucene41_0.pos, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _0.nvm, _1.fnm, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, _0_Lucene41_0.tip, _0.fdt]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_4,generation=4,filenames=[_2.si, _2_Lucene41_0.tim, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm, segments_4]
[junit4:junit4]   1> 188699 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 4[_2.si, _2_Lucene41_0.tim, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm, segments_4]
[junit4:junit4]   1> 188702 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@226c1ef main
[junit4:junit4]   1> 188703 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@226c1ef main{StandardDirectoryReader(segments_4:9:nrt _2(5.0):C1)}
[junit4:junit4]   1> 188704 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188703 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188706 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@226c1ef main{StandardDirectoryReader(segments_4:9:nrt _2(5.0):C1)}
[junit4:junit4]   1> 188707 [qtp456965459-507] 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> 188714 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 188722 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {delete=[0 & 222 (-1431754310194036736)]} 0 2
[junit4:junit4]   1> 188731 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188735 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_4,generation=4,filenames=[_2.si, _2_Lucene41_0.tim, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, _2.fdx, _2.fnm, segments_4]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   1> 188736 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? newest commit = 5[segments_5]
[junit4:junit4]   1> 188738 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@706aa018 main
[junit4:junit4]   1> 188739 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188739 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@706aa018 main{StandardDirectoryReader(segments_5:11:nrt)}
[junit4:junit4]   1> 188741 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188744 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@706aa018 main{StandardDirectoryReader(segments_5:11:nrt)}
[junit4:junit4]   1> 188745 [qtp456965459-504] 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 14
[junit4:junit4]   1> 188751 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 188761 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 & 222 (1431754310233882624)]} 0 4
[junit4:junit4]   1> 188769 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188773 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_6,generation=6,filenames=[_3.fdx, _3_Lucene41_0.doc, _3_Lucene41_0.tip, _3.si, _3.fdt, _3_Lucene41_0.tim, _3.fnm, segments_6]
[junit4:junit4]   1> 188774 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 6[_3.fdx, _3_Lucene41_0.doc, _3_Lucene41_0.tip, _3.si, _3.fdt, _3_Lucene41_0.tim, _3.fnm, segments_6]
[junit4:junit4]   1> 188776 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6aed097d main
[junit4:junit4]   1> 188778 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188778 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6aed097d main{StandardDirectoryReader(segments_6:13:nrt _3(5.0):C1)}
[junit4:junit4]   1> 188779 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188782 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6aed097d main{StandardDirectoryReader(segments_6:13:nrt _3(5.0):C1)}
[junit4:junit4]   1> 188784 [qtp456965459-507] 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> 188794 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 188806 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5e733d5a realtime
[junit4:junit4]   1> 188808 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=id:"0\ \&\ 222" (-1431754310281068544)} 0 5
[junit4:junit4]   1> 188814 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188815 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_6,generation=6,filenames=[_3.fdx, _3_Lucene41_0.doc, _3_Lucene41_0.tip, _3.si, _3.fdt, _3_Lucene41_0.tim, _3.fnm, segments_6]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_7,generation=7,filenames=[segments_7]
[junit4:junit4]   1> 188816 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? newest commit = 7[segments_7]
[junit4:junit4]   1> 188818 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@55bc187f main
[junit4:junit4]   1> 188819 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188819 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@55bc187f main{StandardDirectoryReader(segments_6:15:nrt)}
[junit4:junit4]   1> 188820 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188824 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@55bc187f main{StandardDirectoryReader(segments_6:15:nrt)}
[junit4:junit4]   1> 188826 [qtp456965459-504] 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> 188832 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 188841 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 & 222 (1431754310318817280)]} 0 3
[junit4:junit4]   1> 188849 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[1 & 222 (1431754310328254464)]} 0 1
[junit4:junit4]   1> 188857 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[2 & 222 (1431754310336643072)]} 0 1
[junit4:junit4]   1> 188865 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188871 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_7,generation=7,filenames=[segments_7]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_8,generation=8,filenames=[_4.fdx, segments_8, _4_Lucene41_0.doc, _4.fnm, _4.si, _4.fdt, _4_Lucene41_0.tip, _4_Lucene41_0.tim]
[junit4:junit4]   1> 188872 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 8[_4.fdx, segments_8, _4_Lucene41_0.doc, _4.fnm, _4.si, _4.fdt, _4_Lucene41_0.tip, _4_Lucene41_0.tim]
[junit4:junit4]   1> 188874 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@60944fda main
[junit4:junit4]   1> 188876 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188876 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@60944fda main{StandardDirectoryReader(segments_8:17:nrt _4(5.0):C3)}
[junit4:junit4]   1> 188877 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188880 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@60944fda main{StandardDirectoryReader(segments_8:17:nrt _4(5.0):C3)}
[junit4:junit4]   1> 188882 [qtp456965459-503] 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 17
[junit4:junit4]   1> 188887 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=3 status=0 QTime=0 
[junit4:junit4]   1> 188893 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {delete=[0 & 222 (-1431754310374391808), 1 & 222 (-1431754310375440384), 2 & 222 (-1431754310375440385)]} 0 1
[junit4:junit4]   1> 188899 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188900 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_8,generation=8,filenames=[_4.fdx, segments_8, _4_Lucene41_0.doc, _4.fnm, _4.si, _4.fdt, _4_Lucene41_0.tip, _4_Lucene41_0.tim]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_9,generation=9,filenames=[segments_9]
[junit4:junit4]   1> 188901 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? newest commit = 9[segments_9]
[junit4:junit4]   1> 188902 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@518120d9 main
[junit4:junit4]   1> 188904 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@518120d9 main{StandardDirectoryReader(segments_9:19:nrt)}
[junit4:junit4]   1> 188904 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188904 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188906 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@518120d9 main{StandardDirectoryReader(segments_9:19:nrt)}
[junit4:junit4]   1> 188907 [qtp456965459-506] 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 9
[junit4:junit4]   1> 188912 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 188914 [TEST-SolrExampleXMLTest.testAddDelete-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddDelete
[junit4:junit4]   1> 188931 [TEST-SolrExampleXMLTest.testPivotFacetsMissing-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacetsMissing
[junit4:junit4]   1> 188936 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754310419480576)} 0 1
[junit4:junit4]   1> 188943 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 188944 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_9,generation=9,filenames=[segments_9]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_a,generation=10,filenames=[segments_a]
[junit4:junit4]   1> 188945 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 10[segments_a]
[junit4:junit4]   1> 188947 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1b45e2b5 main
[junit4:junit4]   1> 188948 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 188949 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1b45e2b5 main{StandardDirectoryReader(segments_9:19:nrt)}
[junit4:junit4]   1> 188950 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 188952 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1b45e2b5 main{StandardDirectoryReader(segments_9:19:nrt)}
[junit4:junit4]   1> 188953 [qtp456965459-503] 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> 188958 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 188974 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[1 (1431754310448840704), 2 (1431754310453035008), 3 (1431754310453035009), 4 (1431754310454083584), 5 (1431754310454083585), 6 (1431754310455132160), 7 (1431754310456180736), 8 (1431754310457229312), 9 (1431754310458277888), 10 (1431754310459326464), ... (12 adds)]} 0 11
[junit4:junit4]   1> 188991 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189003 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_a,generation=10,filenames=[segments_a]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_b,generation=11,filenames=[_5.si, _5.fdt, _5.nvm, _5.fnm, _5_Lucene41_0.tim, segments_b, _5_Lucene41_0.pos, _5_Lucene41_0.tip, _5_Lucene41_0.doc, _5.fdx, _5.nvd]
[junit4:junit4]   1> 189004 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? newest commit = 11[_5.si, _5.fdt, _5.nvm, _5.fnm, _5_Lucene41_0.tim, segments_b, _5_Lucene41_0.pos, _5_Lucene41_0.tip, _5_Lucene41_0.doc, _5.fdx, _5.nvd]
[junit4:junit4]   1> 189007 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7e272393 main
[junit4:junit4]   1> 189008 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189009 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7e272393 main{StandardDirectoryReader(segments_b:21:nrt _5(5.0):C12)}
[junit4:junit4]   1> 189010 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189012 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7e272393 main{StandardDirectoryReader(segments_b:21:nrt _5(5.0):C12)}
[junit4:junit4]   1> 189013 [qtp456965459-506] 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 22
[junit4:junit4]   1> 189021 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 189023 [qtp456965459-507] 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> 189030 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=true&facet=true&facet.mincount=0&q=*:*&wt=xml&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2.2&rows=0} hits=12 status=0 QTime=10 
[junit4:junit4]   1> 189043 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=xml&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2.2&rows=0} hits=11 status=0 QTime=3 
[junit4:junit4]   1> 189050 [TEST-SolrExampleXMLTest.testPivotFacetsMissing-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacetsMissing
[junit4:junit4]   1> 189069 [TEST-SolrExampleXMLTest.testFaceting-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testFaceting
[junit4:junit4]   1> 189076 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@564e4cf1 realtime
[junit4:junit4]   1> 189077 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754310564184064)} 0 4
[junit4:junit4]   1> 189083 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189086 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_b,generation=11,filenames=[_5.si, _5.fdt, _5.nvm, _5.fnm, _5_Lucene41_0.tim, segments_b, _5_Lucene41_0.pos, _5_Lucene41_0.tip, _5_Lucene41_0.doc, _5.fdx, _5.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_c,generation=12,filenames=[segments_c]
[junit4:junit4]   1> 189087 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? newest commit = 12[segments_c]
[junit4:junit4]   1> 189088 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7c6e7953 main
[junit4:junit4]   1> 189091 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189092 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7c6e7953 main{StandardDirectoryReader(segments_b:23:nrt)}
[junit4:junit4]   1> 189092 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189098 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7c6e7953 main{StandardDirectoryReader(segments_b:23:nrt)}
[junit4:junit4]   1> 189100 [qtp456965459-504] 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 17
[junit4:junit4]   1> 189110 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 189131 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[1 (1431754310613467136), 2 (1431754310619758592), 3 (1431754310620807168), 4 (1431754310620807169), 5 (1431754310621855744), 6 (1431754310621855745), 7 (1431754310622904320), 8 (1431754310622904321), 9 (1431754310623952896), 10 (1431754310623952897)]} 0 11
[junit4:junit4]   1> 189140 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189148 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_c,generation=12,filenames=[segments_c]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_d,generation=13,filenames=[_6.nvd, segments_d, _6.fdx, _6_Lucene41_0.doc, _6.si, _6.nvm, _6.fnm, _6_Lucene41_0.tim, _6.fdt, _6_Lucene41_0.tip, _6_Lucene41_0.pos]
[junit4:junit4]   1> 189159 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 13[_6.nvd, segments_d, _6.fdx, _6_Lucene41_0.doc, _6.si, _6.nvm, _6.fnm, _6_Lucene41_0.tim, _6.fdt, _6_Lucene41_0.tip, _6_Lucene41_0.pos]
[junit4:junit4]   1> 189164 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@57ed46fd main
[junit4:junit4]   1> 189166 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189168 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@57ed46fd main{StandardDirectoryReader(segments_d:25:nrt _6(5.0):C10)}
[junit4:junit4]   1> 189168 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189171 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@57ed46fd main{StandardDirectoryReader(segments_d:25:nrt _6(5.0):C10)}
[junit4:junit4]   1> 189172 [qtp456965459-503] 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 32
[junit4:junit4]   1> 189185 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4564,tindexSize=44,time=1,phase1=1,nTerms=4,bigTerms=2,termInstances=4,uses=0}
[junit4:junit4]   1> 189186 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=xml&version=2.2&rows=0} hits=10 status=0 QTime=2 
[junit4:junit4]   1> 189194 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=xml&fq=features:two&version=2.2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 189203 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=4&q=*:*&facet.field=features&wt=xml&fq=features:two&version=2.2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 189224 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=-1&q=*:*&facet.field=features&wt=xml&fq=features:two&version=2.2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 189229 [TEST-SolrExampleXMLTest.testFaceting-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testFaceting
[junit4:junit4]   1> 189253 [TEST-SolrExampleXMLTest.testContentStreamRequest-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testContentStreamRequest
[junit4:junit4]   1> 189262 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4c6acc27 realtime
[junit4:junit4]   1> 189263 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754310760267776)} 0 3
[junit4:junit4]   1> 189272 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189274 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_d,generation=13,filenames=[_6.nvd, segments_d, _6.fdx, _6_Lucene41_0.doc, _6.si, _6.nvm, _6.fnm, _6_Lucene41_0.tim, _6.fdt, _6_Lucene41_0.tip, _6_Lucene41_0.pos]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_e,generation=14,filenames=[segments_e]
[junit4:junit4]   1> 189275 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 14[segments_e]
[junit4:junit4]   1> 189276 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5bb6cd2f main
[junit4:junit4]   1> 189277 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5bb6cd2f main{StandardDirectoryReader(segments_d:27:nrt)}
[junit4:junit4]   1> 189277 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189277 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189280 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5bb6cd2f main{StandardDirectoryReader(segments_d:27:nrt)}
[junit4:junit4]   1> 189281 [qtp456965459-503] 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 9
[junit4:junit4]   1> 189287 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 189312 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189325 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_e,generation=14,filenames=[segments_e]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_f,generation=15,filenames=[_7.fnm, segments_f, _7.nvd, _7.si, _7_Lucene41_0.tim, _7.fdx, _7_Lucene41_0.pos, _7_Lucene41_0.tip, _7.fdt, _7_Lucene41_0.doc, _7.nvm]
[junit4:junit4]   1> 189327 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 15[_7.fnm, segments_f, _7.nvd, _7.si, _7_Lucene41_0.tim, _7.fdx, _7_Lucene41_0.pos, _7_Lucene41_0.tip, _7.fdt, _7_Lucene41_0.doc, _7.nvm]
[junit4:junit4]   1> 189332 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@61071c28 main
[junit4:junit4]   1> 189335 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@61071c28 main{StandardDirectoryReader(segments_f:29:nrt _7(5.0):C10)}
[junit4:junit4]   1> 189340 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189342 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189346 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@61071c28 main{StandardDirectoryReader(segments_f:29:nrt _7(5.0):C10)}
[junit4:junit4]   1> 189348 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {add=[0553573403 (1431754310798016512), 0553579908 (1431754310801162240), 055357342X (1431754310802210816), 0553293354 (1431754310803259392), 0812521390 (1431754310805356544), 0812550706 (1431754310807453696), 0441385532 (1431754310808502272), 0380014300 (1431754310810599424), 0805080481 (1431754310812696576), 080508049X (1431754310813745152)],commit=} 0 53
[junit4:junit4]   1> 189363 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=10 status=0 QTime=3 
[junit4:junit4]   1> 189380 [TEST-SolrExampleXMLTest.testContentStreamRequest-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testContentStreamRequest
[junit4:junit4]   1> 189408 [TEST-SolrExampleXMLTest.testStreamingRequest-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStreamingRequest
[junit4:junit4]   1> 189417 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2772af1f realtime
[junit4:junit4]   1> 189427 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754310921748480)} 0 13
[junit4:junit4]   1> 189438 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189440 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_f,generation=15,filenames=[_7.fnm, segments_f, _7.nvd, _7.si, _7_Lucene41_0.tim, _7.fdx, _7_Lucene41_0.pos, _7_Lucene41_0.tip, _7.fdt, _7_Lucene41_0.doc, _7.nvm]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_g,generation=16,filenames=[segments_g]
[junit4:junit4]   1> 189441 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 16[segments_g]
[junit4:junit4]   1> 189442 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4208f25b main
[junit4:junit4]   1> 189444 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4208f25b main{StandardDirectoryReader(segments_f:31:nrt)}
[junit4:junit4]   1> 189445 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189448 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4208f25b main{StandardDirectoryReader(segments_f:31:nrt)}
[junit4:junit4]   1> 189444 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189450 [qtp456965459-507] 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> 189459 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 189479 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189484 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_g,generation=16,filenames=[segments_g]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_h,generation=17,filenames=[_8.si, _8_Lucene41_0.doc, _8_Lucene41_0.pos, _8.fnm, _8.fdx, _8.nvd, _8_Lucene41_0.tim, _8.nvm, _8.fdt, _8_Lucene41_0.tip, segments_h]
[junit4:junit4]   1> 189485 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? newest commit = 17[_8.si, _8_Lucene41_0.doc, _8_Lucene41_0.pos, _8.fnm, _8.fdx, _8.nvd, _8_Lucene41_0.tim, _8.nvm, _8.fdt, _8_Lucene41_0.tip, segments_h]
[junit4:junit4]   1> 189489 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@606e066e main
[junit4:junit4]   1> 189491 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@606e066e main{StandardDirectoryReader(segments_h:33:nrt _8(5.0):C10)}
[junit4:junit4]   1> 189491 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189494 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@606e066e main{StandardDirectoryReader(segments_h:33:nrt _8(5.0):C10)}
[junit4:junit4]   1> 189496 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189496 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=xml&version=2.2&softCommit=false} {add=[0 (1431754310980468736), 1 (1431754310982565888), 2 (1431754310983614464), 3 (1431754310985711616), 4 (1431754310985711617), 5 (1431754310986760192), 6 (1431754310987808768), 7 (1431754310987808769), 8 (1431754310988857344), 9 (1431754310988857345)],commit=} 0 26
[junit4:junit4]   1> 189505 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,score,_docid_&q=*:*&wt=xml&version=2.2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 189514 [qtp456965459-508] 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> 189518 [TEST-SolrExampleXMLTest.testStreamingRequest-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStreamingRequest
[junit4:junit4]   1> 189541 [TEST-SolrExampleXMLTest.testStatistics-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStatistics
[junit4:junit4]   1> 189548 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@50f9bbb realtime
[junit4:junit4]   1> 189549 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754311060160512)} 0 3
[junit4:junit4]   1> 189557 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189559 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_h,generation=17,filenames=[_8.si, _8_Lucene41_0.doc, _8_Lucene41_0.pos, _8.fnm, _8.fdx, _8.nvd, _8_Lucene41_0.tim, _8.nvm, _8.fdt, _8_Lucene41_0.tip, segments_h]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_i,generation=18,filenames=[segments_i]
[junit4:junit4]   1> 189559 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 18[segments_i]
[junit4:junit4]   1> 189561 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@b658bcc main
[junit4:junit4]   1> 189562 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@b658bcc main{StandardDirectoryReader(segments_h:35:nrt)}
[junit4:junit4]   1> 189563 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189563 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189567 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@b658bcc main{StandardDirectoryReader(segments_h:35:nrt)}
[junit4:junit4]   1> 189568 [qtp456965459-503] 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> 189575 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 189585 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc0 (1431754311098957824)]} 0 2
[junit4:junit4]   1> 189594 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc1 (1431754311109443584)]} 0 2
[junit4:junit4]   1> 189605 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc2 (1431754311119929344)]} 0 2
[junit4:junit4]   1> 189616 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc3 (1431754311131463680)]} 0 2
[junit4:junit4]   1> 189626 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc4 (1431754311142998016)]} 0 1
[junit4:junit4]   1> 189634 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc5 (1431754311152435200)]} 0 1
[junit4:junit4]   1> 189644 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc6 (1431754311161872384)]} 0 2
[junit4:junit4]   1> 189655 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc7 (1431754311173406720)]} 0 1
[junit4:junit4]   1> 189674 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc8 (1431754311193329664)]} 0 2
[junit4:junit4]   1> 189685 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc9 (1431754311204864000)]} 0 2
[junit4:junit4]   1> 189696 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189702 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_i,generation=18,filenames=[segments_i]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_j,generation=19,filenames=[_9_Lucene41_0.doc, _9.nvd, _9.fnm, _9.fdt, _9.si, _9_Lucene41_0.pos, _9.nvm, _9_Lucene41_0.tip, _9.fdx, segments_j, _9_Lucene41_0.tim]
[junit4:junit4]   1> 189704 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? newest commit = 19[_9_Lucene41_0.doc, _9.nvd, _9.fnm, _9.fdt, _9.si, _9_Lucene41_0.pos, _9.nvm, _9_Lucene41_0.tip, _9.fdx, segments_j, _9_Lucene41_0.tim]
[junit4:junit4]   1> 189708 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@15a82415 main
[junit4:junit4]   1> 189719 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189721 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@15a82415 main{StandardDirectoryReader(segments_j:37:nrt _9(5.0):C10)}
[junit4:junit4]   1> 189722 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189726 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@15a82415 main{StandardDirectoryReader(segments_j:37:nrt _9(5.0):C10)}
[junit4:junit4]   1> 189728 [qtp456965459-504] 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 31
[junit4:junit4]   1> 189737 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=10 status=0 QTime=0 
[junit4:junit4]   1> 189747 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=xml&version=2.2&rows=0} hits=10 status=0 QTime=0 
[junit4:junit4]   1> 189764 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@f24e07f realtime
[junit4:junit4]   1> 189773 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754311279312896)} 0 18
[junit4:junit4]   1> 189780 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189783 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_j,generation=19,filenames=[_9_Lucene41_0.doc, _9.nvd, _9.fnm, _9.fdt, _9.si, _9_Lucene41_0.pos, _9.nvm, _9_Lucene41_0.tip, _9.fdx, segments_j, _9_Lucene41_0.tim]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_k,generation=20,filenames=[segments_k]
[junit4:junit4]   1> 189784 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 20[segments_k]
[junit4:junit4]   1> 189786 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3d4fea25 main
[junit4:junit4]   1> 189789 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189789 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3d4fea25 main{StandardDirectoryReader(segments_j:39:nrt)}
[junit4:junit4]   1> 189792 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189796 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3d4fea25 main{StandardDirectoryReader(segments_j:39:nrt)}
[junit4:junit4]   1> 189798 [qtp456965459-507] 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 18
[junit4:junit4]   1> 189807 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 189829 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc10 (1431754311353761792)]} 0 3
[junit4:junit4]   1> 189840 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc11 (1431754311367393280)]} 0 2
[junit4:junit4]   1> 189848 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc12 (1431754311376830464)]} 0 1
[junit4:junit4]   1> 189855 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc13 (1431754311383121920)]} 0 2
[junit4:junit4]   1> 189861 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc14 (1431754311390461952)]} 0 1
[junit4:junit4]   1> 189867 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189872 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_k,generation=20,filenames=[segments_k]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_l,generation=21,filenames=[_a_Lucene41_0.tim, _a.nvm, _a.nvd, _a.fdt, _a.si, _a_Lucene41_0.pos, segments_l, _a_Lucene41_0.tip, _a.fdx, _a.fnm, _a_Lucene41_0.doc]
[junit4:junit4]   1> 189873 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 21[_a_Lucene41_0.tim, _a.nvm, _a.nvd, _a.fdt, _a.si, _a_Lucene41_0.pos, segments_l, _a_Lucene41_0.tip, _a.fdx, _a.fnm, _a_Lucene41_0.doc]
[junit4:junit4]   1> 189877 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7d42b587 main
[junit4:junit4]   1> 189878 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7d42b587 main{StandardDirectoryReader(segments_l:41:nrt _a(5.0):C5)}
[junit4:junit4]   1> 189880 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189879 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189885 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7d42b587 main{StandardDirectoryReader(segments_l:41:nrt _a(5.0):C5)}
[junit4:junit4]   1> 189886 [qtp456965459-503] 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 19
[junit4:junit4]   1> 189894 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=5 status=0 QTime=0 
[junit4:junit4]   1> 189903 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=xml&version=2.2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 189913 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@41a95a1a realtime
[junit4:junit4]   1> 189915 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754311441842176)} 0 5
[junit4:junit4]   1> 189922 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 189924 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_l,generation=21,filenames=[_a_Lucene41_0.tim, _a.nvm, _a.nvd, _a.fdt, _a.si, _a_Lucene41_0.pos, segments_l, _a_Lucene41_0.tip, _a.fdx, _a.fnm, _a_Lucene41_0.doc]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_m,generation=22,filenames=[segments_m]
[junit4:junit4]   1> 189924 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 22[segments_m]
[junit4:junit4]   1> 189926 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6c819cce main
[junit4:junit4]   1> 189928 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6c819cce main{StandardDirectoryReader(segments_l:43:nrt)}
[junit4:junit4]   1> 189928 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 189931 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 189931 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6c819cce main{StandardDirectoryReader(segments_l:43:nrt)}
[junit4:junit4]   1> 189934 [qtp456965459-507] 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> 189944 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 189954 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc0 (1431754311485882368)]} 0 2
[junit4:junit4]   1> 204955 [commitScheduler-268-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> 204960 [commitScheduler-268-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_m,generation=22,filenames=[segments_m]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_n,generation=23,filenames=[_b_Lucene41_0.pos, _b.si, _b_Lucene41_0.tip, _b.nvm, _b.fnm, segments_n, _b.fdt, _b_Lucene41_0.doc, _b_Lucene41_0.tim, _b.fdx, _b.nvd]
[junit4:junit4]   1> 204961 [commitScheduler-268-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit = 23[_b_Lucene41_0.pos, _b.si, _b_Lucene41_0.tip, _b.nvm, _b.fnm, segments_n, _b.fdt, _b_Lucene41_0.doc, _b_Lucene41_0.tim, _b.fdx, _b.nvd]
[junit4:junit4]   1> 204962 [commitScheduler-268-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7bf2502f realtime
[junit4:junit4]   1> 204964 [commitScheduler-268-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 390333 [TEST-SolrExampleXMLTest.testStatistics-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStatistics
[junit4:junit4]   1> 390336 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[doc1 (1431754521600589824)]} 0 4
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExampleXMLTest -Dtests.method=testStatistics -Dtests.seed=3275B390799BF80 -Dtests.slow=true -Dtests.locale=es_NI -Dtests.timezone=Pacific/Truk -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR    201s | SolrExampleXMLTest.testStatistics <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51317/solr
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3275B390799BF80:F48E685DABB46568]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:861)
[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:353)
[junit4:junit4]    > 	... 45 more
[junit4:junit4]   1> 390503 [TEST-SolrExampleXMLTest.testSetNullUpdates-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdates
[junit4:junit4]   1> 390519 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[testSetNullUpdates (1431754521794576384)]} 0 1
[junit4:junit4]   1> 390528 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 390534 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_n,generation=23,filenames=[_b_Lucene41_0.pos, _b.si, _b_Lucene41_0.tip, _b.nvm, _b.fnm, segments_n, _b.fdt, _b_Lucene41_0.doc, _b_Lucene41_0.tim, _b.fdx, _b.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_o,generation=24,filenames=[_c_Lucene41_0.doc, _b_Lucene41_0.tip, _b_Lucene41_0.tim, _c.fdx, _c_Lucene41_0.pos, _b_Lucene41_0.pos, _c.fdt, _c.si, _b.si, _c.nvm, _c_Lucene41_0.tim, _b.nvm, segments_o, _c_Lucene41_0.tip, _b.fnm, _b_Lucene41_0.doc, _b.fdt, _c.fnm, _c.nvd, _b.nvd, _b.fdx]
[junit4:junit4]   1> 390535 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 24[_c_Lucene41_0.doc, _b_Lucene41_0.tip, _b_Lucene41_0.tim, _c.fdx, _c_Lucene41_0.pos, _b_Lucene41_0.pos, _c.fdt, _c.si, _b.si, _c.nvm, _c_Lucene41_0.tim, _b.nvm, segments_o, _c_Lucene41_0.tip, _b.fnm, _b_Lucene41_0.doc, _b.fdt, _c.fnm, _c.nvd, _b.nvd, _b.fdx]
[junit4:junit4]   1> 390538 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@194785c2 main
[junit4:junit4]   1> 390540 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@194785c2 main{StandardDirectoryReader(segments_o:47:nrt _b(5.0):C1 _c(5.0):C2)}
[junit4:junit4]   1> 390540 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 390540 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 390544 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@194785c2 main{StandardDirectoryReader(segments_o:47:nrt _b(5.0):C1 _c(5.0):C2)}
[junit4:junit4]   1> 390546 [qtp456965459-507] 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 19
[junit4:junit4]   1> 390577 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[testSetNullUpdates (1431754521854345216)]} 0 3
[junit4:junit4]   1> 390588 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 390595 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_o,generation=24,filenames=[_c_Lucene41_0.doc, _b_Lucene41_0.tip, _b_Lucene41_0.tim, _c.fdx, _c_Lucene41_0.pos, _b_Lucene41_0.pos, _c.fdt, _c.si, _b.si, _c.nvm, _c_Lucene41_0.tim, _b.nvm, segments_o, _c_Lucene41_0.tip, _b.fnm, _b_Lucene41_0.doc, _b.fdt, _c.fnm, _c.nvd, _b.nvd, _b.fdx]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_p,generation=25,filenames=[_c_1.del, _b_Lucene41_0.tip, _b_Lucene41_0.tim, _c.fdx, _c_Lucene41_0.pos, _c.fdt, _c.si, _b.si, _c.nvm, _b.nvm, _d_Lucene41_0.doc, _b_Lucene41_0.doc, _c.nvd, _b.nvd, _c_Lucene41_0.doc, _d.fnm, _d.fdx, _b_Lucene41_0.pos, _d.fdt, _c_Lucene41_0.tim, segments_p, _c_Lucene41_0.tip, _d.si, _d_Lucene41_0.tim, _b.fnm, _d_Lucene41_0.tip, _b.fdt, _c.fnm, _b.fdx]
[junit4:junit4]   1> 390598 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 25[_c_1.del, _b_Lucene41_0.tip, _b_Lucene41_0.tim, _c.fdx, _c_Lucene41_0.pos, _c.fdt, _c.si, _b.si, _c.nvm, _b.nvm, _d_Lucene41_0.doc, _b_Lucene41_0.doc, _c.nvd, _b.nvd, _c_Lucene41_0.doc, _d.fnm, _d.fdx, _b_Lucene41_0.pos, _d.fdt, _c_Lucene41_0.tim, segments_p, _c_Lucene41_0.tip, _d.si, _d_Lucene41_0.tim, _b.fnm, _d_Lucene41_0.tip, _b.fdt, _c.fnm, _b.fdx]
[junit4:junit4]   1> 390688 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@93b5823 main
[junit4:junit4]   1> 390689 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@93b5823 main{StandardDirectoryReader(segments_p:50:nrt _b(5.0):C1 _c(5.0):C2/1 _d(5.0):C1)}
[junit4:junit4]   1> 390690 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 390694 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@93b5823 main{StandardDirectoryReader(segments_p:50:nrt _b(5.0):C1 _c(5.0):C2/1 _d(5.0):C1)}
[junit4:junit4]   1> 390690 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 390698 [qtp456965459-505] 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 111
[junit4:junit4]   1> 390764 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdates&wt=xml&version=2.2} hits=1 status=0 QTime=4 
[junit4:junit4]   1> 390769 [TEST-SolrExampleXMLTest.testSetNullUpdates-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdates
[junit4:junit4]   1> 390791 [TEST-SolrExampleXMLTest.testCommitWithinOnAdd-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnAdd
[junit4:junit4]   1> 390800 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6d0f1b23 realtime
[junit4:junit4]   1> 390801 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754522087129088)} 0 4
[junit4:junit4]   1> 390808 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 390810 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_p,generation=25,filenames=[_c_1.del, _b_Lucene41_0.tip, _b_Lucene41_0.tim, _c.fdx, _c_Lucene41_0.pos, _c.fdt, _c.si, _b.si, _c.nvm, _b.nvm, _d_Lucene41_0.doc, _b_Lucene41_0.doc, _c.nvd, _b.nvd, _c_Lucene41_0.doc, _d.fnm, _d.fdx, _b_Lucene41_0.pos, _d.fdt, _c_Lucene41_0.tim, segments_p, _c_Lucene41_0.tip, _d.si, _d_Lucene41_0.tim, _b.fnm, _d_Lucene41_0.tip, _b.fdt, _c.fnm, _b.fdx]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_q,generation=26,filenames=[segments_q]
[junit4:junit4]   1> 390811 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 26[segments_q]
[junit4:junit4]   1> 390814 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@698431c3 main
[junit4:junit4]   1> 390815 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@698431c3 main{StandardDirectoryReader(segments_p:52:nrt)}
[junit4:junit4]   1> 390816 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 390816 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 390821 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@698431c3 main{StandardDirectoryReader(segments_p:52:nrt)}
[junit4:junit4]   1> 390824 [qtp456965459-507] 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 16
[junit4:junit4]   1> 390832 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 390841 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[id3 (1431754522130120704)]} 0 3
[junit4:junit4]   1> 390849 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 391342 [commitScheduler-269-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> 391348 [commitScheduler-269-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@218fbbbd main
[junit4:junit4]   1> 391349 [commitScheduler-269-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 391349 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@218fbbbd main{StandardDirectoryReader(segments_q:54:nrt _e(5.0):C1)}
[junit4:junit4]   1> 391350 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 391353 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@218fbbbd main{StandardDirectoryReader(segments_q:54:nrt _e(5.0):C1)}
[junit4:junit4]   1> 391860 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=xml&version=2.2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 391870 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[id4 (1431754523211202560)]} 0 2
[junit4:junit4]   1> 392371 [commitScheduler-269-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> 392377 [commitScheduler-269-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7ffb43d1 main
[junit4:junit4]   1> 392378 [commitScheduler-269-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 392378 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7ffb43d1 main{StandardDirectoryReader(segments_q:56:nrt _e(5.0):C1 _f(5.0):C1)}
[junit4:junit4]   1> 392379 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 392382 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7ffb43d1 main{StandardDirectoryReader(segments_q:56:nrt _e(5.0):C1 _f(5.0):C1)}
[junit4:junit4]   1> 392878 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id4&wt=xml&version=2.2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 392881 [TEST-SolrExampleXMLTest.testCommitWithinOnAdd-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnAdd
[junit4:junit4]   1> 392895 [TEST-SolrExampleXMLTest.testUpdateMultiValuedField-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateMultiValuedField
[junit4:junit4]   1> 392901 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1431754524292284416)]} 0 1
[junit4:junit4]   1> 392909 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 392913 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_q,generation=26,filenames=[segments_q]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_r,generation=27,filenames=[_g.si, _f_Lucene41_0.pos, _f.nvm, _e.fdx, _f.nvd, _f.si, _f_Lucene41_0.tip, _g_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _g.fnm, _g_Lucene41_0.doc, _e.fdt, _g_Lucene41_0.tim, _f_Lucene41_0.tim, _e_Lucene41_0.tim, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _g.fdt, _g.fdx, _e.nvm, _f.fdt, _f.fdx, _e.si, segments_r, _f.fnm]
[junit4:junit4]   1> 392914 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 27[_g.si, _f_Lucene41_0.pos, _f.nvm, _e.fdx, _f.nvd, _f.si, _f_Lucene41_0.tip, _g_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _g.fnm, _g_Lucene41_0.doc, _e.fdt, _g_Lucene41_0.tim, _f_Lucene41_0.tim, _e_Lucene41_0.tim, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _g.fdt, _g.fdx, _e.nvm, _f.fdt, _f.fdx, _e.si, segments_r, _f.fnm]
[junit4:junit4]   1> 392916 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1761271 main
[junit4:junit4]   1> 392917 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1761271 main{StandardDirectoryReader(segments_r:58:nrt _e(5.0):C1 _f(5.0):C1 _g(5.0):C1)}
[junit4:junit4]   1> 392917 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 392918 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 392920 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1761271 main{StandardDirectoryReader(segments_r:58:nrt _e(5.0):C1 _f(5.0):C1 _g(5.0):C1)}
[junit4:junit4]   1> 392921 [qtp456965459-507] 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> 392928 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 392938 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1431754524328984576)]} 0 3
[junit4:junit4]   1> 392946 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 392953 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_r,generation=27,filenames=[_g.si, _f_Lucene41_0.pos, _f.nvm, _e.fdx, _f.nvd, _f.si, _f_Lucene41_0.tip, _g_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _g.fnm, _g_Lucene41_0.doc, _e.fdt, _g_Lucene41_0.tim, _f_Lucene41_0.tim, _e_Lucene41_0.tim, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _g.fdt, _g.fdx, _e.nvm, _f.fdt, _f.fdx, _e.si, segments_r, _f.fnm]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_s,generation=28,filenames=[_f_Lucene41_0.pos, _f.nvm, _e.fdx, _f.nvd, _f.si, _f_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _h.fdt, _e.fdt, _h.si, _h.fdx, _f_Lucene41_0.tim, _e_Lucene41_0.tim, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _h_Lucene41_0.tip, _h.fnm, _h_Lucene41_0.tim, _e.nvm, _f.fdt, _f.fdx, _e.si, segments_s, _f.fnm, _h_Lucene41_0.doc]
[junit4:junit4]   1> 392955 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 28[_f_Lucene41_0.pos, _f.nvm, _e.fdx, _f.nvd, _f.si, _f_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _h.fdt, _e.fdt, _h.si, _h.fdx, _f_Lucene41_0.tim, _e_Lucene41_0.tim, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _h_Lucene41_0.tip, _h.fnm, _h_Lucene41_0.tim, _e.nvm, _f.fdt, _f.fdx, _e.si, segments_s, _f.fnm, _h_Lucene41_0.doc]
[junit4:junit4]   1> 392959 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e1ec5b4 main
[junit4:junit4]   1> 392961 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2e1ec5b4 main{StandardDirectoryReader(segments_s:62:nrt _e(5.0):C1 _f(5.0):C1 _h(5.0):C1)}
[junit4:junit4]   1> 392962 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 392962 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 392963 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2e1ec5b4 main{StandardDirectoryReader(segments_s:62:nrt _e(5.0):C1 _f(5.0):C1 _h(5.0):C1)}
[junit4:junit4]   1> 392964 [qtp456965459-503] 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 18
[junit4:junit4]   1> 392973 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=2 
[junit4:junit4]   1> 392985 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1431754524378267648)]} 0 4
[junit4:junit4]   1> 392994 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393001 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_s,generation=28,filenames=[_f_Lucene41_0.pos, _f.nvm, _e.fdx, _f.nvd, _f.si, _f_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _h.fdt, _e.fdt, _h.si, _h.fdx, _f_Lucene41_0.tim, _e_Lucene41_0.tim, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _h_Lucene41_0.tip, _h.fnm, _h_Lucene41_0.tim, _e.nvm, _f.fdt, _f.fdx, _e.si, segments_s, _f.fnm, _h_Lucene41_0.doc]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_t,generation=29,filenames=[_f_Lucene41_0.pos, _i_Lucene41_0.doc, _f.nvm, _i_Lucene41_0.tip, _e.fdx, _i.si, _f.nvd, _f.si, _f_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _i_Lucene41_0.tim, _e.fdt, _f_Lucene41_0.tim, _i.fdx, _e_Lucene41_0.tim, _i.fdt, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _e.nvm, _f.fdt, segments_t, _f.fdx, _e.si, _f.fnm, _i.fnm]
[junit4:junit4]   1> 393003 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 29[_f_Lucene41_0.pos, _i_Lucene41_0.doc, _f.nvm, _i_Lucene41_0.tip, _e.fdx, _i.si, _f.nvd, _f.si, _f_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _i_Lucene41_0.tim, _e.fdt, _f_Lucene41_0.tim, _i.fdx, _e_Lucene41_0.tim, _i.fdt, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _e.nvm, _f.fdt, segments_t, _f.fdx, _e.si, _f.fnm, _i.fnm]
[junit4:junit4]   1> 393007 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6f062264 main
[junit4:junit4]   1> 393009 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6f062264 main{StandardDirectoryReader(segments_t:66:nrt _e(5.0):C1 _f(5.0):C1 _i(5.0):C1)}
[junit4:junit4]   1> 393009 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393009 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393012 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6f062264 main{StandardDirectoryReader(segments_t:66:nrt _e(5.0):C1 _f(5.0):C1 _i(5.0):C1)}
[junit4:junit4]   1> 393013 [qtp456965459-507] 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 19
[junit4:junit4]   1> 393020 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 393023 [TEST-SolrExampleXMLTest.testUpdateMultiValuedField-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateMultiValuedField
[junit4:junit4]   1> 393045 [TEST-SolrExampleXMLTest.testLukeHandler-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testLukeHandler
[junit4:junit4]   1> 393051 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@73d4151a realtime
[junit4:junit4]   1> 393052 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754524448522240)} 0 3
[junit4:junit4]   1> 393058 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[ID0 (1431754524456910848)]} 0 1
[junit4:junit4]   1> 393064 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[ID1 (1431754524464250880)]} 0 1
[junit4:junit4]   1> 393069 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[ID2 (1431754524469493760)]} 0 0
[junit4:junit4]   1> 393077 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[ID3 (1431754524477882368)]} 0 1
[junit4:junit4]   1> 393083 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[ID4 (1431754524484173824)]} 0 0
[junit4:junit4]   1> 393090 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393092 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_t,generation=29,filenames=[_f_Lucene41_0.pos, _i_Lucene41_0.doc, _f.nvm, _i_Lucene41_0.tip, _e.fdx, _i.si, _f.nvd, _f.si, _f_Lucene41_0.tip, _e_Lucene41_0.doc, _f_Lucene41_0.doc, _i_Lucene41_0.tim, _e.fdt, _f_Lucene41_0.tim, _i.fdx, _e_Lucene41_0.tim, _i.fdt, _e.fnm, _e_Lucene41_0.tip, _e_Lucene41_0.pos, _e.nvd, _e.nvm, _f.fdt, segments_t, _f.fdx, _e.si, _f.fnm, _i.fnm]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_u,generation=30,filenames=[_j.fdx, segments_u, _j.si, _j.fdt, _j_Lucene41_0.tip, _j.fnm, _j_Lucene41_0.doc, _j_Lucene41_0.tim]
[junit4:junit4]   1> 393093 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 30[_j.fdx, segments_u, _j.si, _j.fdt, _j_Lucene41_0.tip, _j.fnm, _j_Lucene41_0.doc, _j_Lucene41_0.tim]
[junit4:junit4]   1> 393096 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@15bd0271 main
[junit4:junit4]   1> 393097 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@15bd0271 main{StandardDirectoryReader(segments_u:70:nrt _j(5.0):C5)}
[junit4:junit4]   1> 393098 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393098 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393102 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@15bd0271 main{StandardDirectoryReader(segments_u:70:nrt _j(5.0):C5)}
[junit4:junit4]   1> 393103 [qtp456965459-503] 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> 393113 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 393122 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={wt=xml&version=2.2} status=0 QTime=1 
[junit4:junit4]   1> 393131 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={show=schema&wt=xml&version=2.2} status=0 QTime=2 
[junit4:junit4]   1> 393180 [TEST-SolrExampleXMLTest.testLukeHandler-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testLukeHandler
[junit4:junit4]   1> 393206 [TEST-SolrExampleXMLTest.testUpdateField-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateField
[junit4:junit4]   1> 393212 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@38ce3c4d realtime
[junit4:junit4]   1> 393213 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754524617342976)} 0 3
[junit4:junit4]   1> 393219 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393220 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_u,generation=30,filenames=[_j.fdx, segments_u, _j.si, _j.fdt, _j_Lucene41_0.tip, _j.fnm, _j_Lucene41_0.doc, _j_Lucene41_0.tim]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_v,generation=31,filenames=[segments_v]
[junit4:junit4]   1> 393221 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 31[segments_v]
[junit4:junit4]   1> 393222 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b284cfc main
[junit4:junit4]   1> 393223 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2b284cfc main{StandardDirectoryReader(segments_u:72:nrt)}
[junit4:junit4]   1> 393224 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393224 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393228 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b284cfc main{StandardDirectoryReader(segments_u:72:nrt)}
[junit4:junit4]   1> 393229 [qtp456965459-505] 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> 393239 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[unique (1431754524644605952)]} 0 3
[junit4:junit4]   1> 393245 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393252 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_v,generation=31,filenames=[segments_v]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_w,generation=32,filenames=[_k_Lucene41_0.pos, _k.nvd, _k_Lucene41_0.tim, _k.fdt, _k_Lucene41_0.tip, _k.nvm, _k.fdx, _k_Lucene41_0.doc, _k.fnm, _k.si, segments_w]
[junit4:junit4]   1> 393253 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? newest commit = 32[_k_Lucene41_0.pos, _k.nvd, _k_Lucene41_0.tim, _k.fdt, _k_Lucene41_0.tip, _k.nvm, _k.fdx, _k_Lucene41_0.doc, _k.fnm, _k.si, segments_w]
[junit4:junit4]   1> 393256 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5f5df22b main
[junit4:junit4]   1> 393258 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5f5df22b main{StandardDirectoryReader(segments_w:74:nrt _k(5.0):C1)}
[junit4:junit4]   1> 393258 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393258 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393261 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5f5df22b main{StandardDirectoryReader(segments_w:74:nrt _k(5.0):C1)}
[junit4:junit4]   1> 393262 [qtp456965459-508] 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 17
[junit4:junit4]   1> 393269 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=xml&version=2.2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 393278 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {} 0 1
[junit4:junit4]   1> 393290 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[unique (1431754524697034752)]} 0 4
[junit4:junit4]   1> 393297 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393302 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_w,generation=32,filenames=[_k_Lucene41_0.pos, _k.nvd, _k_Lucene41_0.tim, _k.fdt, _k_Lucene41_0.tip, _k.nvm, _k.fdx, _k_Lucene41_0.doc, _k.fnm, _k.si, segments_w]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_x,generation=33,filenames=[_l_Lucene41_0.tip, _l_Lucene41_0.tim, _l_Lucene41_0.doc, _l.nvm, _l.fnm, _l.si, _l.fdx, _l_Lucene41_0.pos, _l.fdt, segments_x, _l.nvd]
[junit4:junit4]   1> 393303 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 33[_l_Lucene41_0.tip, _l_Lucene41_0.tim, _l_Lucene41_0.doc, _l.nvm, _l.fnm, _l.si, _l.fdx, _l_Lucene41_0.pos, _l.fdt, segments_x, _l.nvd]
[junit4:junit4]   1> 393305 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4b8f9b88 main
[junit4:junit4]   1> 393308 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4b8f9b88 main{StandardDirectoryReader(segments_x:78:nrt _l(5.0):C1)}
[junit4:junit4]   1> 393308 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393308 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393312 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4b8f9b88 main{StandardDirectoryReader(segments_x:78:nrt _l(5.0):C1)}
[junit4:junit4]   1> 393313 [qtp456965459-505] 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 16
[junit4:junit4]   1> 393321 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=xml&version=2.2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 393329 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[unique (1431754524740026368)]} 0 3
[junit4:junit4]   1> 393334 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393339 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_x,generation=33,filenames=[_l_Lucene41_0.tip, _l_Lucene41_0.tim, _l_Lucene41_0.doc, _l.nvm, _l.fnm, _l.si, _l.fdx, _l_Lucene41_0.pos, _l.fdt, segments_x, _l.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_y,generation=34,filenames=[_m.si, _m_Lucene41_0.tim, _m.nvd, _m.fdt, _m_Lucene41_0.doc, _m_Lucene41_0.tip, _m_Lucene41_0.pos, _m.fdx, _m.nvm, _m.fnm, segments_y]
[junit4:junit4]   1> 393340 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? newest commit = 34[_m.si, _m_Lucene41_0.tim, _m.nvd, _m.fdt, _m_Lucene41_0.doc, _m_Lucene41_0.tip, _m_Lucene41_0.pos, _m.fdx, _m.nvm, _m.fnm, segments_y]
[junit4:junit4]   1> 393344 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7405f7d5 main
[junit4:junit4]   1> 393346 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7405f7d5 main{StandardDirectoryReader(segments_y:82:nrt _m(5.0):C1)}
[junit4:junit4]   1> 393346 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393346 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393349 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7405f7d5 main{StandardDirectoryReader(segments_y:82:nrt _m(5.0):C1)}
[junit4:junit4]   1> 393350 [qtp456965459-506] 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 16
[junit4:junit4]   1> 393357 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=xml&version=2.2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 393360 [TEST-SolrExampleXMLTest.testUpdateField-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateField
[junit4:junit4]   1> 393385 [TEST-SolrExampleXMLTest.testExampleConfig-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testExampleConfig
[junit4:junit4]   1> 393394 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@609e2647 realtime
[junit4:junit4]   1> 393395 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754524808183808)} 0 3
[junit4:junit4]   1> 393413 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[1112211111 (1431754524819718144)]} 0 10
[junit4:junit4]   1> 393419 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393423 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_y,generation=34,filenames=[_m.si, _m_Lucene41_0.tim, _m.nvd, _m.fdt, _m_Lucene41_0.doc, _m_Lucene41_0.tip, _m_Lucene41_0.pos, _m.fdx, _m.nvm, _m.fnm, segments_y]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_z,generation=35,filenames=[_n_Lucene41_0.doc, _n_Lucene41_0.tim, _n.si, _n_Lucene41_0.pos, _n_Lucene41_0.tip, _n.fdt, _n.nvm, _n.fdx, segments_z, _n.fnm, _n.nvd]
[junit4:junit4]   1> 393424 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 35[_n_Lucene41_0.doc, _n_Lucene41_0.tim, _n.si, _n_Lucene41_0.pos, _n_Lucene41_0.tip, _n.fdt, _n.nvm, _n.fdx, segments_z, _n.fnm, _n.nvd]
[junit4:junit4]   1> 393426 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6c4f9f62 main
[junit4:junit4]   1> 393429 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6c4f9f62 main{StandardDirectoryReader(segments_z:86:nrt _n(5.0):C1)}
[junit4:junit4]   1> 393429 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393431 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6c4f9f62 main{StandardDirectoryReader(segments_z:86:nrt _n(5.0):C1)}
[junit4:junit4]   1> 393432 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393433 [qtp456965459-503] 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 14
[junit4:junit4]   1> 393443 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393446 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_z,generation=35,filenames=[_n_Lucene41_0.doc, _n_Lucene41_0.tim, _n.si, _n_Lucene41_0.pos, _n_Lucene41_0.tip, _n.fdt, _n.nvm, _n.fdx, segments_z, _n.fnm, _n.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_10,generation=36,filenames=[_n_Lucene41_0.doc, _n_Lucene41_0.tim, _n.si, _n_Lucene41_0.pos, segments_10, _n_Lucene41_0.tip, _n.fdt, _n.nvm, _n.fdx, _n.fnm, _n.nvd]
[junit4:junit4]   1> 393447 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? newest commit = 36[_n_Lucene41_0.doc, _n_Lucene41_0.tim, _n.si, _n_Lucene41_0.pos, segments_10, _n_Lucene41_0.tip, _n.fdt, _n.nvm, _n.fdx, _n.fnm, _n.nvd]
[junit4:junit4]   1> 393449 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1680052f main
[junit4:junit4]   1> 393450 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393451 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1680052f main{StandardDirectoryReader(segments_z:86:nrt _n(5.0):C1)}
[junit4:junit4]   1> 393451 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393454 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1680052f main{StandardDirectoryReader(segments_z:86:nrt _n(5.0):C1)}
[junit4:junit4]   1> 393454 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=xml&version=2.2} {optimize=} 0 11
[junit4:junit4]   1> 393460 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:1112211111&wt=xml&version=2.2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 393474 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[2 (1431754524888924160), 3 (1431754524891021312), 4 (1431754524892069888), 5 (1431754524893118464)]} 0 6
[junit4:junit4]   1> 393480 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393483 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_10,generation=36,filenames=[_n_Lucene41_0.doc, _n_Lucene41_0.tim, _n.si, _n_Lucene41_0.pos, segments_10, _n_Lucene41_0.tip, _n.fdt, _n.nvm, _n.fdx, _n.fnm, _n.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_11,generation=37,filenames=[_o.fdt, _o.fnm, _o.fdx, segments_11, _n.fdt, _o.nvd, _n.fdx, _o_Lucene41_0.doc, _n.nvd, _n_Lucene41_0.doc, _o_Lucene41_0.tim, _o.nvm, _n_Lucene41_0.tim, _n_Lucene41_0.pos, _n.si, _o_Lucene41_0.tip, _n_Lucene41_0.tip, _n.nvm, _o.si, _n.fnm, _o_Lucene41_0.pos]
[junit4:junit4]   1> 393484 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? newest commit = 37[_o.fdt, _o.fnm, _o.fdx, segments_11, _n.fdt, _o.nvd, _n.fdx, _o_Lucene41_0.doc, _n.nvd, _n_Lucene41_0.doc, _o_Lucene41_0.tim, _o.nvm, _n_Lucene41_0.tim, _n_Lucene41_0.pos, _n.si, _o_Lucene41_0.tip, _n_Lucene41_0.tip, _n.nvm, _o.si, _n.fnm, _o_Lucene41_0.pos]
[junit4:junit4]   1> 393486 [qtp456965459-504] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7d1ef243 main
[junit4:junit4]   1> 393488 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7d1ef243 main{StandardDirectoryReader(segments_11:88:nrt _n(5.0):C1 _o(5.0):C4)}
[junit4:junit4]   1> 393489 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393489 [qtp456965459-504] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393492 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7d1ef243 main{StandardDirectoryReader(segments_11:88:nrt _n(5.0):C1 _o(5.0):C4)}
[junit4:junit4]   1> 393493 [qtp456965459-504] 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 14
[junit4:junit4]   1> 393499 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393509 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_11,generation=37,filenames=[_o.fdt, _o.fnm, _o.fdx, segments_11, _n.fdt, _o.nvd, _n.fdx, _o_Lucene41_0.doc, _n.nvd, _n_Lucene41_0.doc, _o_Lucene41_0.tim, _o.nvm, _n_Lucene41_0.tim, _n_Lucene41_0.pos, _n.si, _o_Lucene41_0.tip, _n_Lucene41_0.tip, _n.nvm, _o.si, _n.fnm, _o_Lucene41_0.pos]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_12,generation=38,filenames=[_p.nvm, _p.fdx, _p_Lucene41_0.doc, _p_Lucene41_0.tim, _p.nvd, _p.fnm, _p.fdt, _p_Lucene41_0.pos, _p_Lucene41_0.tip, segments_12, _p.si]
[junit4:junit4]   1> 393510 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 38[_p.nvm, _p.fdx, _p_Lucene41_0.doc, _p_Lucene41_0.tim, _p.nvd, _p.fnm, _p.fdt, _p_Lucene41_0.pos, _p_Lucene41_0.tip, segments_12, _p.si]
[junit4:junit4]   1> 393515 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3b678332 main
[junit4:junit4]   1> 393516 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393516 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3b678332 main{StandardDirectoryReader(segments_12:90:nrt _p(5.0):C5)}
[junit4:junit4]   1> 393519 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393521 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3b678332 main{StandardDirectoryReader(segments_12:90:nrt _p(5.0):C5)}
[junit4:junit4]   1> 393523 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=xml&version=2.2} {optimize=} 0 25
[junit4:junit4]   1> 393532 [qtp456965459-508] 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=xml&version=2.2} hits=5 status=0 QTime=4 
[junit4:junit4]   1> 393543 [qtp456965459-506] 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=xml&fq=inStock:true&version=2.2} hits=2 status=0 QTime=2 
[junit4:junit4]   1> 393552 [qtp456965459-504] 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=xml&fq={!field+f%3DinStock}true&fq={!term+f%3Dname}hoss&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 393556 [TEST-SolrExampleXMLTest.testExampleConfig-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testExampleConfig
[junit4:junit4]   1> 393578 [TEST-SolrExampleXMLTest.testUnicode-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUnicode
[junit4:junit4]   1> 393585 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2d1415e6 realtime
[junit4:junit4]   1> 393586 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1431754525007413248)} 0 4
[junit4:junit4]   1> 393603 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1431754525027336192), 1 (1431754525028384768), 2 (1431754525029433344)]} 0 2
[junit4:junit4]   1> 393609 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393613 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_12,generation=38,filenames=[_p.nvm, _p.fdx, _p_Lucene41_0.doc, _p_Lucene41_0.tim, _p.nvd, _p.fnm, _p.fdt, _p_Lucene41_0.pos, _p_Lucene41_0.tip, segments_12, _p.si]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_13,generation=39,filenames=[_q.si, _q_Lucene41_0.tip, _q_Lucene41_0.tim, segments_13, _q.fdx, _q_Lucene41_0.doc, _q.fnm, _q.fdt]
[junit4:junit4]   1> 393614 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? newest commit = 39[_q.si, _q_Lucene41_0.tip, _q_Lucene41_0.tim, segments_13, _q.fdx, _q_Lucene41_0.doc, _q.fnm, _q.fdt]
[junit4:junit4]   1> 393617 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@25db74af main
[junit4:junit4]   1> 393619 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@25db74af main{StandardDirectoryReader(segments_13:94:nrt _q(5.0):C3)}
[junit4:junit4]   1> 393621 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393620 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393625 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@25db74af main{StandardDirectoryReader(segments_13:94:nrt _q(5.0):C3)}
[junit4:junit4]   1> 393678 [qtp456965459-508] 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 69
[junit4:junit4]   1> 393685 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=3} hits=3 status=0 QTime=1 
[junit4:junit4]   1> 393695 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2f1f66ba realtime
[junit4:junit4]   1> 393697 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1431754525123805184)} 0 5
[junit4:junit4]   1> 393708 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1431754525137436672), 1 (1431754525138485248)]} 0 3
[junit4:junit4]   1> 393720 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393724 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_13,generation=39,filenames=[_q.si, _q_Lucene41_0.tip, _q_Lucene41_0.tim, segments_13, _q.fdx, _q_Lucene41_0.doc, _q.fnm, _q.fdt]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_14,generation=40,filenames=[_r.fdt, _r.fnm, _r.fdx, _r_Lucene41_0.tip, _r_Lucene41_0.tim, _r.si, segments_14, _r_Lucene41_0.doc]
[junit4:junit4]   1> 393725 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 40[_r.fdt, _r.fnm, _r.fdx, _r_Lucene41_0.tip, _r_Lucene41_0.tim, _r.si, segments_14, _r_Lucene41_0.doc]
[junit4:junit4]   1> 393727 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2651a76 main
[junit4:junit4]   1> 393729 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2651a76 main{StandardDirectoryReader(segments_14:98:nrt _r(5.0):C2)}
[junit4:junit4]   1> 393730 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393730 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393734 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2651a76 main{StandardDirectoryReader(segments_14:98:nrt _r(5.0):C2)}
[junit4:junit4]   1> 393736 [qtp456965459-505] 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> 393742 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 393750 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@21a3f9a6 realtime
[junit4:junit4]   1> 393752 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1431754525181476864)} 0 4
[junit4:junit4]   1> 393761 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 (1431754525191962624), 1 (1431754525195108352)]} 0 3
[junit4:junit4]   1> 393770 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393775 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_14,generation=40,filenames=[_r.fdt, _r.fnm, _r.fdx, _r_Lucene41_0.tip, _r_Lucene41_0.tim, _r.si, segments_14, _r_Lucene41_0.doc]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_15,generation=41,filenames=[_s_Lucene41_0.doc, _s.fdx, _s_Lucene41_0.tim, _s.fdt, _s.si, _s.fnm, segments_15, _s_Lucene41_0.tip]
[junit4:junit4]   1> 393777 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? newest commit = 41[_s_Lucene41_0.doc, _s.fdx, _s_Lucene41_0.tim, _s.fdt, _s.si, _s.fnm, segments_15, _s_Lucene41_0.tip]
[junit4:junit4]   1> 393779 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3f1c66c0 main
[junit4:junit4]   1> 393782 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3f1c66c0 main{StandardDirectoryReader(segments_15:102:nrt _s(5.0):C2)}
[junit4:junit4]   1> 393782 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393783 [qtp456965459-507] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393785 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3f1c66c0 main{StandardDirectoryReader(segments_15:102:nrt _s(5.0):C2)}
[junit4:junit4]   1> 393787 [qtp456965459-507] 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> 393794 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 393802 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@370bf5a4 realtime
[junit4:junit4]   1> 393804 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754525236002816)} 0 4
[junit4:junit4]   1> 393818 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1431754525248585728), 1 (1431754525249634304), 2 (1431754525250682880), 3 (1431754525251731456), 4 (1431754525252780032), 5 (1431754525252780033)]} 0 7
[junit4:junit4]   1> 393826 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393832 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_15,generation=41,filenames=[_s_Lucene41_0.doc, _s.fdx, _s_Lucene41_0.tim, _s.fdt, _s.si, _s.fnm, segments_15, _s_Lucene41_0.tip]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_16,generation=42,filenames=[_t_Lucene41_0.tim, _t.si, _t_Lucene41_0.tip, _t.fnm, _t_Lucene41_0.doc, _t.fdx, _t.fdt, segments_16]
[junit4:junit4]   1> 393833 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? newest commit = 42[_t_Lucene41_0.tim, _t.si, _t_Lucene41_0.tip, _t.fnm, _t_Lucene41_0.doc, _t.fdx, _t.fdt, segments_16]
[junit4:junit4]   1> 393838 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@59e01b97 main
[junit4:junit4]   1> 393840 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@59e01b97 main{StandardDirectoryReader(segments_16:106:nrt _t(5.0):C6)}
[junit4:junit4]   1> 393842 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393846 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@59e01b97 main{StandardDirectoryReader(segments_16:106:nrt _t(5.0):C6)}
[junit4:junit4]   1> 393841 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393849 [qtp456965459-506] 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 23
[junit4:junit4]   1> 393861 [qtp456965459-507] 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> 393867 [TEST-SolrExampleXMLTest.testUnicode-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUnicode
[junit4:junit4]   1> 393900 [TEST-SolrExampleXMLTest.testSetNullUpdateOrder-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdateOrder
[junit4:junit4]   1> 393910 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[testSetNullUpdateOrder (1431754525348200448)]} 0 4
[junit4:junit4]   1> 393921 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393932 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_16,generation=42,filenames=[_t_Lucene41_0.tim, _t.si, _t_Lucene41_0.tip, _t.fnm, _t_Lucene41_0.doc, _t.fdx, _t.fdt, segments_16]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_17,generation=43,filenames=[_t_Lucene41_0.tim, _t_Lucene41_0.tip, _u_Lucene41_0.tip, _t.fnm, _t_Lucene41_0.doc, _u_Lucene41_0.tim, _u_Lucene41_0.doc, _u.fdx, _t.si, _u.fnm, _t.fdx, _u.si, _u.fdt, segments_17, _t.fdt]
[junit4:junit4]   1> 393934 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 43[_t_Lucene41_0.tim, _t_Lucene41_0.tip, _u_Lucene41_0.tip, _t.fnm, _t_Lucene41_0.doc, _u_Lucene41_0.tim, _u_Lucene41_0.doc, _u.fdx, _t.si, _u.fnm, _t.fdx, _u.si, _u.fdt, segments_17, _t.fdt]
[junit4:junit4]   1> 393942 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@77bff475 main
[junit4:junit4]   1> 393945 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@77bff475 main{StandardDirectoryReader(segments_17:108:nrt _t(5.0):C6 _u(5.0):C1)}
[junit4:junit4]   1> 393945 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393954 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393955 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@77bff475 main{StandardDirectoryReader(segments_17:108:nrt _t(5.0):C6 _u(5.0):C1)}
[junit4:junit4]   1> 393965 [qtp456965459-503] 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 44
[junit4:junit4]   1> 393975 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[testSetNullUpdateOrder (1431754525417406464)]} 0 3
[junit4:junit4]   1> 393982 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 393986 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_17,generation=43,filenames=[_t_Lucene41_0.tim, _t_Lucene41_0.tip, _u_Lucene41_0.tip, _t.fnm, _t_Lucene41_0.doc, _u_Lucene41_0.tim, _u_Lucene41_0.doc, _u.fdx, _t.si, _u.fnm, _t.fdx, _u.si, _u.fdt, segments_17, _t.fdt]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_18,generation=44,filenames=[_t_Lucene41_0.tim, _t_Lucene41_0.tip, _v.fdt, _v.fdx, _v.si, _t.fnm, _t_Lucene41_0.doc, _v_Lucene41_0.tip, _t.si, _v_Lucene41_0.doc, _v_Lucene41_0.tim, _t.fdx, _v.fnm, _t.fdt, segments_18]
[junit4:junit4]   1> 393987 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? newest commit = 44[_t_Lucene41_0.tim, _t_Lucene41_0.tip, _v.fdt, _v.fdx, _v.si, _t.fnm, _t_Lucene41_0.doc, _v_Lucene41_0.tip, _t.si, _v_Lucene41_0.doc, _v_Lucene41_0.tim, _t.fdx, _v.fnm, _t.fdt, segments_18]
[junit4:junit4]   1> 393990 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1cc12ac4 main
[junit4:junit4]   1> 393991 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1cc12ac4 main{StandardDirectoryReader(segments_18:112:nrt _t(5.0):C6 _v(5.0):C1)}
[junit4:junit4]   1> 393992 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 393992 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 393996 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1cc12ac4 main{StandardDirectoryReader(segments_18:112:nrt _t(5.0):C6 _v(5.0):C1)}
[junit4:junit4]   1> 393999 [qtp456965459-506] 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 17
[junit4:junit4]   1> 394007 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdateOrder&wt=xml&version=2.2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 394011 [TEST-SolrExampleXMLTest.testSetNullUpdateOrder-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdateOrder
[junit4:junit4]   1> 394038 [TEST-SolrExampleXMLTest.testAddRetrieve-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddRetrieve
[junit4:junit4]   1> 394046 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@dd845ee realtime
[junit4:junit4]   1> 394048 [qtp456965459-505] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754525490806784)} 0 5
[junit4:junit4]   1> 394111 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[id1 (1431754525557915648), id2 (1431754525561061376)]} 0 4
[junit4:junit4]   1> 394119 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394127 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_18,generation=44,filenames=[_t_Lucene41_0.tim, _t_Lucene41_0.tip, _v.fdt, _v.fdx, _v.si, _t.fnm, _t_Lucene41_0.doc, _v_Lucene41_0.tip, _t.si, _v_Lucene41_0.doc, _v_Lucene41_0.tim, _t.fdx, _v.fnm, _t.fdt, segments_18]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_19,generation=45,filenames=[_w.si, _w.fdt, _w_Lucene41_0.tip, _w_Lucene41_0.pos, _w.nvd, _w_Lucene41_0.tim, _w.fdx, _w.nvm, _w.fnm, segments_19, _w_Lucene41_0.doc]
[junit4:junit4]   1> 394128 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 45[_w.si, _w.fdt, _w_Lucene41_0.tip, _w_Lucene41_0.pos, _w.nvd, _w_Lucene41_0.tim, _w.fdx, _w.nvm, _w.fnm, segments_19, _w_Lucene41_0.doc]
[junit4:junit4]   1> 394133 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@47ded171 main
[junit4:junit4]   1> 394135 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@47ded171 main{StandardDirectoryReader(segments_19:116:nrt _w(5.0):C2)}
[junit4:junit4]   1> 394135 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394139 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@47ded171 main{StandardDirectoryReader(segments_19:116:nrt _w(5.0):C2)}
[junit4:junit4]   1> 394141 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394142 [qtp456965459-503] 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 23
[junit4:junit4]   1> 394155 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=xml&version=2.2} hits=2 status=0 QTime=3 
[junit4:junit4]   1> 394173 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[id1 (1431754525618733056), id2 (1431754525626073088)]} 0 8
[junit4:junit4]   1> 394186 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394198 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_19,generation=45,filenames=[_w.si, _w.fdt, _w_Lucene41_0.tip, _w_Lucene41_0.pos, _w.nvd, _w_Lucene41_0.tim, _w.fdx, _w.nvm, _w.fnm, segments_19, _w_Lucene41_0.doc]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1a,generation=46,filenames=[segments_1a, _x.fdt, _x_Lucene41_0.pos, _x.nvm, _x.fnm, _x.si, _x_Lucene41_0.doc, _x.fdx, _x_Lucene41_0.tip, _x_Lucene41_0.tim, _x.nvd]
[junit4:junit4]   1> 394198 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 46[segments_1a, _x.fdt, _x_Lucene41_0.pos, _x.nvm, _x.fnm, _x.si, _x_Lucene41_0.doc, _x.fdx, _x_Lucene41_0.tip, _x_Lucene41_0.tim, _x.nvd]
[junit4:junit4]   1> 394206 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@674c4ff main
[junit4:junit4]   1> 394209 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@674c4ff main{StandardDirectoryReader(segments_1a:120:nrt _x(5.0):C2)}
[junit4:junit4]   1> 394213 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394219 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@674c4ff main{StandardDirectoryReader(segments_1a:120:nrt _x(5.0):C2)}
[junit4:junit4]   1> 394212 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394223 [qtp456965459-505] 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 37
[junit4:junit4]   1> 394230 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=xml&version=2.2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 394239 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=name:h?llo&wt=xml&version=2.2} hits=1 status=0 QTime=3 
[junit4:junit4]   1> 394243 [TEST-SolrExampleXMLTest.testAddRetrieve-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddRetrieve
[junit4:junit4]   1> 394275 [TEST-SolrExampleXMLTest.testPivotFacets-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacets
[junit4:junit4]   1> 394282 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@285dd439 realtime
[junit4:junit4]   1> 394283 [qtp456965459-508] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754525739319296)} 0 4
[junit4:junit4]   1> 394289 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394290 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1a,generation=46,filenames=[segments_1a, _x.fdt, _x_Lucene41_0.pos, _x.nvm, _x.fnm, _x.si, _x_Lucene41_0.doc, _x.fdx, _x_Lucene41_0.tip, _x_Lucene41_0.tim, _x.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1b,generation=47,filenames=[segments_1b]
[junit4:junit4]   1> 394291 [qtp456965459-506] INFO  org.apache.solr.core.SolrCore  ? newest commit = 47[segments_1b]
[junit4:junit4]   1> 394293 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@e281a08 main
[junit4:junit4]   1> 394294 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@e281a08 main{StandardDirectoryReader(segments_1a:122:nrt)}
[junit4:junit4]   1> 394295 [qtp456965459-506] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394295 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394298 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@e281a08 main{StandardDirectoryReader(segments_1a:122:nrt)}
[junit4:junit4]   1> 394307 [qtp456965459-506] 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 18
[junit4:junit4]   1> 394319 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 394336 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[1 (1431754525787553792), 2 (1431754525790699520), 3 (1431754525791748096), 4 (1431754525791748097), 5 (1431754525792796672), 6 (1431754525792796673), 7 (1431754525793845248), 8 (1431754525794893824), 9 (1431754525794893825), 10 (1431754525795942400), ... (12 adds)]} 0 10
[junit4:junit4]   1> 394345 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394353 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1b,generation=47,filenames=[segments_1b]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1c,generation=48,filenames=[_y.fdt, _y.nvd, _y_Lucene41_0.tip, _y.si, _y.fdx, _y_Lucene41_0.pos, _y.nvm, _y.fnm, _y_Lucene41_0.doc, _y_Lucene41_0.tim, segments_1c]
[junit4:junit4]   1> 394355 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 48[_y.fdt, _y.nvd, _y_Lucene41_0.tip, _y.si, _y.fdx, _y_Lucene41_0.pos, _y.nvm, _y.fnm, _y_Lucene41_0.doc, _y_Lucene41_0.tim, segments_1c]
[junit4:junit4]   1> 394363 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5544f245 main
[junit4:junit4]   1> 394365 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5544f245 main{StandardDirectoryReader(segments_1c:124:nrt _y(5.0):C12)}
[junit4:junit4]   1> 394365 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394373 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394371 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5544f245 main{StandardDirectoryReader(segments_1c:124:nrt _y(5.0):C12)}
[junit4:junit4]   1> 394379 [qtp456965459-503] 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 34
[junit4:junit4]   1> 394390 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 394392 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 394396 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=false&facet=true&facet.mincount=0&q=*:*&wt=xml&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2.2&rows=0} hits=12 status=0 QTime=8 
[junit4:junit4]   1> 394409 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=xml&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2.2&rows=0} hits=11 status=0 QTime=3 
[junit4:junit4]   1> 394413 [TEST-SolrExampleXMLTest.testPivotFacets-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacets
[junit4:junit4]   1> 394444 [TEST-SolrExampleXMLTest.testGetEmptyResults-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testGetEmptyResults
[junit4:junit4]   1> 394451 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@764af73e realtime
[junit4:junit4]   1> 394452 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754525915480064)} 0 4
[junit4:junit4]   1> 394458 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394459 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1c,generation=48,filenames=[_y.fdt, _y.nvd, _y_Lucene41_0.tip, _y.si, _y.fdx, _y_Lucene41_0.pos, _y.nvm, _y.fnm, _y_Lucene41_0.doc, _y_Lucene41_0.tim, segments_1c]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1d,generation=49,filenames=[segments_1d]
[junit4:junit4]   1> 394460 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 49[segments_1d]
[junit4:junit4]   1> 394466 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7cfac173 main
[junit4:junit4]   1> 394469 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7cfac173 main{StandardDirectoryReader(segments_1c:126:nrt)}
[junit4:junit4]   1> 394469 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394469 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394472 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7cfac173 main{StandardDirectoryReader(segments_1c:126:nrt)}
[junit4:junit4]   1> 394473 [qtp456965459-505] 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> 394492 [qtp456965459-504] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[id1 (1431754525959520256)]} 0 3
[junit4:junit4]   1> 394504 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[id2 (1431754525973151744)]} 0 2
[junit4:junit4]   1> 394511 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394515 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1d,generation=49,filenames=[segments_1d]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1e,generation=50,filenames=[_z.fdt, _z.nvm, _z_Lucene41_0.pos, _z.fdx, _z_Lucene41_0.tim, _z_Lucene41_0.doc, _z.si, _z_Lucene41_0.tip, _z.nvd, _z.fnm, segments_1e]
[junit4:junit4]   1> 394516 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? newest commit = 50[_z.fdt, _z.nvm, _z_Lucene41_0.pos, _z.fdx, _z_Lucene41_0.tim, _z_Lucene41_0.doc, _z.si, _z_Lucene41_0.tip, _z.nvd, _z.fnm, segments_1e]
[junit4:junit4]   1> 394519 [qtp456965459-508] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@27f143e9 main
[junit4:junit4]   1> 394520 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@27f143e9 main{StandardDirectoryReader(segments_1e:128:nrt _z(5.0):C2)}
[junit4:junit4]   1> 394521 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394524 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@27f143e9 main{StandardDirectoryReader(segments_1e:128:nrt _z(5.0):C2)}
[junit4:junit4]   1> 394525 [qtp456965459-508] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394526 [qtp456965459-508] 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 16
[junit4:junit4]   1> 394533 [qtp456965459-507] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=foofoofoo&q=*:*&wt=xml&version=2.2} hits=2 status=0 QTime=0 
[junit4:junit4]   1> 394537 [TEST-SolrExampleXMLTest.testGetEmptyResults-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testGetEmptyResults
[junit4:junit4]   1> 394558 [TEST-SolrExampleXMLTest.testMultiContentStreamRequest-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testMultiContentStreamRequest
[junit4:junit4]   1> 394569 [qtp456965459-506] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@51c2a923 realtime
[junit4:junit4]   1> 394571 [qtp456965459-506] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754526039212032)} 0 6
[junit4:junit4]   1> 394587 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394599 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1e,generation=50,filenames=[_z.fdt, _z.nvm, _z_Lucene41_0.pos, _z.fdx, _z_Lucene41_0.tim, _z_Lucene41_0.doc, _z.si, _z_Lucene41_0.tip, _z.nvd, _z.fnm, segments_1e]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1f,generation=51,filenames=[segments_1f]
[junit4:junit4]   1> 394600 [qtp456965459-505] INFO  org.apache.solr.core.SolrCore  ? newest commit = 51[segments_1f]
[junit4:junit4]   1> 394603 [qtp456965459-505] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@331c3d6a main
[junit4:junit4]   1> 394604 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@331c3d6a main{StandardDirectoryReader(segments_1e:130:nrt)}
[junit4:junit4]   1> 394605 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394605 [qtp456965459-505] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394608 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@331c3d6a main{StandardDirectoryReader(segments_1e:130:nrt)}
[junit4:junit4]   1> 394615 [qtp456965459-505] 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 28
[junit4:junit4]   1> 394631 [qtp456965459-504] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 394667 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 394677 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1f,generation=51,filenames=[segments_1f]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e61b072 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4fb43),segFN=segments_1g,generation=52,filenames=[_10.si, _10_Lucene41_0.pos, _10.nvm, _10.fnm, _10.fdt, _10_Lucene41_0.pay, _10_Lucene41_0.doc, _10_Lucene41_0.tip, _10.nvd, segments_1g, _10_Lucene41_0.tim, _10.fdx]
[junit4:junit4]   1> 394679 [qtp456965459-503] INFO  org.apache.solr.core.SolrCore  ? newest commit = 52[_10.si, _10_Lucene41_0.pos, _10.nvm, _10.fnm, _10.fdt, _10_Lucene41_0.pay, _10_Lucene41_0.doc, _10_Lucene41_0.tip, _10.nvd, segments_1g, _10_Lucene41_0.tim, _10.fdx]
[junit4:junit4]   1> 394682 [qtp456965459-503] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4f8ee148 main
[junit4:junit4]   1> 394684 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4f8ee148 main{StandardDirectoryReader(segments_1g:132:nrt _10(5.0):C5)}
[junit4:junit4]   1> 394684 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 394687 [searcherExecutor-266-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4f8ee148 main{StandardDirectoryReader(segments_1g:132:nrt _10(5.0):C5)}
[junit4:junit4]   1> 394688 [qtp456965459-503] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 394691 [qtp456965459-503] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&echoParams=ALL&commit=true&a=?&wt=xml&version=2.2&softCommit=false} {add=[SP2514N (1431754526129389568), 6H500F0 (1431754526135681024), TWINX2048-3200PRO (1431754526138826752), VS1GB400C3 (1431754526140923904), VDBDB1A16 (1431754526143021056)],commit=} 0 39
[junit4:junit4]   1> 394697 [qtp456965459-508] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=xml&version=2.2} hits=5 status=0 QTime=0 
[junit4:junit4]   1> 394706 [TEST-SolrExampleXMLTest.testMultiContentStreamRequest-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testMultiContentStreamRequest
[junit4:junit4]   1> 394746 [TEST-SolrExampleXMLTest.testCommitWithinOnDelete-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnDelete
[junit4:junit4]   1> 394752 [qtp456965459-507] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3ca47d86 realtime
[junit4:junit4]   1> 394753 [qtp456965459-507] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1431754526232150016)} 0 3
[junit4:junit4]   1> 394759 [qtp456965459-505] INFO  org.ap

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

exedId(AddUpdateCommand.java:91)
[junit4:junit4]   1> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:468)
[junit4:junit4]   1> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:350)
[junit4:junit4]   1> 	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   1> 	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   1> 	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   1> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   1> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   1> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   1> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1816)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> 
[junit4:junit4]   1> 396463 [TEST-SolrExampleXMLTest.testErrorHandling-seed#[3275B390799BF80]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testErrorHandling
[junit4:junit4]   1> 396482 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1131991635
[junit4:junit4]   1> 396490 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7cb57129
[junit4:junit4]   1> 396527 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=60,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=1,cumulative_adds=129,cumulative_deletesById=5,cumulative_deletesByQuery=28,cumulative_errors=1}
[junit4:junit4]   1> 396529 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 396530 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> 396530 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> 396548 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 396550 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> 396551 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567;done=false>>]
[junit4:junit4]   1> 396558 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567
[junit4:junit4]   1> 396559 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/index;done=false>>]
[junit4:junit4]   1> 396560 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleXMLTest-1365427310567/index
[junit4:junit4]   1> 396561 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 396622 [SUITE-SolrExampleXMLTest-seed#[3275B390799BF80]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=es_NI, timezone=Pacific/Truk
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=2,threads=1,free=45733000,total=93454336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestXMLEscaping, LargeVolumeBinaryJettyTest, TestHash, TermsResponseTest, SolrQueryTest, LargeVolumeJettyTest, JettyWebappTest, TestLBHttpSolrServer, FacetFieldTest, TestSolrProperties, TestCoreAdmin, LargeVolumeEmbeddedTest, SolrParamTest, TestDocumentObjectBinder, ClientUtilsTest, TestJavaBinCodec, TestBatchUpdate, SolrExampleStreamingTest, DocumentAnalysisResponseTest, SolrExampleBinaryTest, SolrDocumentTest, CloudSolrServerTest, SolrExampleStreamingBinaryTest, SolrExampleXMLTest]
[junit4:junit4] Completed in 210.46s, 26 tests, 1 error <<< FAILURES!

[...truncated 66 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:375: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:355: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:196: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:448: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1231: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:875: There were test failures: 45 suites, 267 tests, 1 error

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