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

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

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

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

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

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




Build Log:
[...truncated 10541 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.SolrExampleBinaryTest
[junit4:junit4]   1> 166154 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> 166155 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 166158 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 166160 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
[junit4:junit4]   1> 166179 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-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> 166200 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:54025
[junit4:junit4]   1> 166201 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 166201 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> 166202 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 166202 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/solr.xml
[junit4:junit4]   1> 166203 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1331354994
[junit4:junit4]   1> 166204 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 166204 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 166496 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 166502 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn
[junit4:junit4]   1> 166509 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> 166515 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/props
[junit4:junit4]   1> 166518 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/text-base
[junit4:junit4]   1> 166523 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp
[junit4:junit4]   1> 166525 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> 166528 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> 166529 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> 166531 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin
[junit4:junit4]   1> 166533 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn
[junit4:junit4]   1> 166537 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/prop-base
[junit4:junit4]   1> 166539 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/props
[junit4:junit4]   1> 166541 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/text-base
[junit4:junit4]   1> 166543 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp
[junit4:junit4]   1> 166545 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/prop-base
[junit4:junit4]   1> 166547 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/props
[junit4:junit4]   1> 166549 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/text-base
[junit4:junit4]   1> 166551 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> 166559 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
[junit4:junit4]   1> 166561 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
[junit4:junit4]   1> 166561 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
[junit4:junit4]   1> 166562 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> 166563 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
[junit4:junit4]   1> 166565 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> 166566 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> 166567 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
[junit4:junit4]   1> 166568 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
[junit4:junit4]   1> 166569 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-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> 166587 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener
[junit4:junit4]   1> 166603 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1
[junit4:junit4]   1> 166605 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/'
[junit4:junit4]   1> 166668 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 166675 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
[junit4:junit4]   1> 166678 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166680 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
[junit4:junit4]   1> 166681 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166682 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
[junit4:junit4]   1> 166682 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166683 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
[junit4:junit4]   1> 166684 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166685 [coreLoadExecutor-201-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> 166802 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> 167010 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 167012 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 167031 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=example
[junit4:junit4]   1> 168684 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 168743 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 168772 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 168974 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 168974 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/
[junit4:junit4]   1> 168975 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67aa715a
[junit4:junit4]   1> 168976 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 168977 [coreLoadExecutor-201-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> 168978 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 168979 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405
[junit4:junit4]   1> 168979 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index/
[junit4:junit4]   1> 168980 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index' doesn't exist. Creating new index...
[junit4:junit4]   1> 168981 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index
[junit4:junit4]   1> 168984 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 168984 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 168986 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 168986 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   1> 168986 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 168987 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 168987 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 168990 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 168991 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 168992 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 168993 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 168994 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> 168999 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 169004 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   1> 169005 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 169006 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 169007 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 169008 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 169009 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 169010 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 169012 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   1> 169013 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   1> 169018 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> 169020 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
[junit4:junit4]   1> 169021 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169022 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 169023 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169024 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 169025 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169026 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 169027 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169028 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 169050 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 169053 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 169057 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 169075 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@709487e9 main
[junit4:junit4]   1> 169077 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/tlog
[junit4:junit4]   1> 169079 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 169080 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 169081 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
[junit4:junit4]   1> 169082 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.spelling.DirectSolrSpellChecker  ? init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   1> 169082 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
[junit4:junit4]   1> 169084 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   1> 169119 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
[junit4:junit4]   1> 169120 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@709487e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 169130 [searcherExecutor-202-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=6 
[junit4:junit4]   1> 169132 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169133 [searcherExecutor-202-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
[junit4:junit4]   1> 169133 [searcherExecutor-202-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
[junit4:junit4]   1> 169136 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@709487e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 169146 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 169148 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   1> 169150 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 169151 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#54025
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleBinaryTest-1370581139405
[junit4:junit4]   1> 169182 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdateOrder
[junit4:junit4]   1> 169184 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[36860ACC062FE46D]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 169286 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 169288 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 169296 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1437158492110585856)]} 0 14
[junit4:junit4]   1> 169313 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169321 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_2,generation=2}
[junit4:junit4]   1> 169322 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
[junit4:junit4]   1> 169327 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@42ecf8c4 main
[junit4:junit4]   1> 169328 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169330 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@42ecf8c4 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1)}
[junit4:junit4]   1> 169331 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169337 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@42ecf8c4 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1)}
[junit4:junit4]   1> 169369 [qtp1798018998-319] 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 56
[junit4:junit4]   1> 169391 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1437158492220686336)]} 0 5
[junit4:junit4]   1> 169409 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169456 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_3,generation=3}
[junit4:junit4]   1> 169457 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 3
[junit4:junit4]   1> 169460 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3f2a0ca7 main
[junit4:junit4]   1> 169462 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169462 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3f2a0ca7 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1)}
[junit4:junit4]   1> 169464 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169468 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3f2a0ca7 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1)}
[junit4:junit4]   1> 169520 [qtp1798018998-316] 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 111
[junit4:junit4]   1> 169530 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdateOrder&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 169534 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdateOrder
[junit4:junit4]   1> 169567 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacetsMissing
[junit4:junit4]   1> 169575 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1e54d6cb realtime
[junit4:junit4]   1> 169576 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158492414672896)} 0 4
[junit4:junit4]   1> 169590 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169593 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_4,generation=4}
[junit4:junit4]   1> 169600 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 4
[junit4:junit4]   1> 169603 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5d6d197b main
[junit4:junit4]   1> 169604 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169604 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5d6d197b main{StandardDirectoryReader(segments_3:9:nrt)}
[junit4:junit4]   1> 169605 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169608 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5d6d197b main{StandardDirectoryReader(segments_3:9:nrt)}
[junit4:junit4]   1> 169612 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   1> 169625 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 169654 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437158492479684608), 2 (1437158492484927488), 3 (1437158492487024640), 4 (1437158492489121792), 5 (1437158492490170368), 6 (1437158492491218944), 7 (1437158492493316096), 8 (1437158492494364672), 9 (1437158492496461824), 10 (1437158492497510400), ... (12 adds)]} 0 20
[junit4:junit4]   1> 169679 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169687 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_4,generation=4}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_5,generation=5}
[junit4:junit4]   1> 169688 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 5
[junit4:junit4]   1> 169690 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1c0d9524 main
[junit4:junit4]   1> 169691 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169693 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1c0d9524 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C12)}
[junit4:junit4]   1> 169693 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169695 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1c0d9524 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C12)}
[junit4:junit4]   1> 169696 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   1> 169710 [qtp1798018998-318] 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> 169712 [qtp1798018998-318] 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> 169717 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=true&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=8 
[junit4:junit4]   1> 169732 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=4 
[junit4:junit4]   1> 169736 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacetsMissing
[junit4:junit4]   1> 169780 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testRealtimeGet
[junit4:junit4]   1> 169789 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1f6c5464 realtime
[junit4:junit4]   1> 169791 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158492638019584)} 0 6
[junit4:junit4]   1> 169801 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[DOCID (1437158492652699648)]} 0 2
[junit4:junit4]   1> 169819 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169827 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_5,generation=5}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_6,generation=6}
[junit4:junit4]   1> 169828 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 6
[junit4:junit4]   1> 169834 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@70c03e74 main
[junit4:junit4]   1> 169837 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169838 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@70c03e74 main{StandardDirectoryReader(segments_6:15:nrt _3(4.4):C1)}
[junit4:junit4]   1> 169839 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169844 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@70c03e74 main{StandardDirectoryReader(segments_6:15:nrt _3(4.4):C1)}
[junit4:junit4]   1> 169846 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 169871 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/get params={id=DOCID&fl=id,name,aaa:[value+v%3Daaa]&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> 169884 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/get params={id=DOCID&fl=id,name,aaa:[value+v%3Daaa]&wt=xml&qt=/get&version=2.2} status=0 QTime=1 
[junit4:junit4]   1> 169895 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testRealtimeGet
[junit4:junit4]   1> 169932 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnAdd
[junit4:junit4]   1> 169942 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2d59a372 realtime
[junit4:junit4]   1> 169944 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158492798451712)} 0 6
[junit4:junit4]   1> 169967 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169974 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_6,generation=6}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_7,generation=7}
[junit4:junit4]   1> 169980 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 7
[junit4:junit4]   1> 169983 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1cc4ebd4 main
[junit4:junit4]   1> 169985 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169985 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1cc4ebd4 main{StandardDirectoryReader(segments_6:17:nrt)}
[junit4:junit4]   1> 169988 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169994 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1cc4ebd4 main{StandardDirectoryReader(segments_6:17:nrt)}
[junit4:junit4]   1> 169996 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 170006 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 170024 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1437158492879192064)]} 0 9
[junit4:junit4]   1> 170042 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 170523 [commitScheduler-205-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> 170527 [commitScheduler-205-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e5a8e89 main
[junit4:junit4]   1> 170528 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 170529 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2e5a8e89 main{StandardDirectoryReader(segments_7:19:nrt _4(4.4):C1)}
[junit4:junit4]   1> 170529 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 170531 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2e5a8e89 main{StandardDirectoryReader(segments_7:19:nrt _4(4.4):C1)}
[junit4:junit4]   1> 171081 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 171111 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 (1437158494026334208)]} 0 3
[junit4:junit4]   1> 171614 [commitScheduler-205-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> 171628 [commitScheduler-205-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2f81fbd2 main
[junit4:junit4]   1> 171630 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 171630 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2f81fbd2 main{StandardDirectoryReader(segments_7:21:nrt _4(4.4):C1 _5(4.4):C1)}
[junit4:junit4]   1> 171632 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 171638 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2f81fbd2 main{StandardDirectoryReader(segments_7:21:nrt _4(4.4):C1 _5(4.4):C1)}
[junit4:junit4]   1> 172125 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id4&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 172129 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnAdd
[junit4:junit4]   1> 172164 [TEST-SolrExampleBinaryTest.testStatistics-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStatistics
[junit4:junit4]   1> 172174 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2ccb92fa realtime
[junit4:junit4]   1> 172176 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158495138873344)} 0 6
[junit4:junit4]   1> 172195 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172200 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_7,generation=7}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_8,generation=8}
[junit4:junit4]   1> 172201 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 8
[junit4:junit4]   1> 172202 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7976fbd main
[junit4:junit4]   1> 172204 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172206 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7976fbd main{StandardDirectoryReader(segments_7:23:nrt)}
[junit4:junit4]   1> 172206 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172212 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7976fbd main{StandardDirectoryReader(segments_7:23:nrt)}
[junit4:junit4]   1> 172215 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 172231 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 172240 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1437158495209127936)]} 0 3
[junit4:junit4]   1> 172248 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1437158495218565120)]} 0 2
[junit4:junit4]   1> 172259 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1437158495230099456)]} 0 2
[junit4:junit4]   1> 172270 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1437158495241633792)]} 0 2
[junit4:junit4]   1> 172281 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1437158495253168128)]} 0 2
[junit4:junit4]   1> 172292 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1437158495265751040)]} 0 2
[junit4:junit4]   1> 172310 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1437158495283576832)]} 0 1
[junit4:junit4]   1> 172317 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1437158495291965440)]} 0 1
[junit4:junit4]   1> 172337 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1437158495312936960)]} 0 1
[junit4:junit4]   1> 172350 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1437158495325519872)]} 0 2
[junit4:junit4]   1> 172373 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172382 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_8,generation=8}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_9,generation=9}
[junit4:junit4]   1> 172386 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 9
[junit4:junit4]   1> 172390 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6941c289 main
[junit4:junit4]   1> 172393 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172394 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6941c289 main{StandardDirectoryReader(segments_9:25:nrt _6(4.4):C10)}
[junit4:junit4]   1> 172395 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172400 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6941c289 main{StandardDirectoryReader(segments_9:25:nrt _6(4.4):C10)}
[junit4:junit4]   1> 172401 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 172412 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 172425 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=2 
[junit4:junit4]   1> 172445 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@26e94e2f realtime
[junit4:junit4]   1> 172446 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158495424086016)} 0 4
[junit4:junit4]   1> 172466 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172469 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_9,generation=9}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_a,generation=10}
[junit4:junit4]   1> 172470 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 10
[junit4:junit4]   1> 172472 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5104c8be main
[junit4:junit4]   1> 172474 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5104c8be main{StandardDirectoryReader(segments_9:27:nrt)}
[junit4:junit4]   1> 172475 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172478 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172481 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5104c8be main{StandardDirectoryReader(segments_9:27:nrt)}
[junit4:junit4]   1> 172483 [qtp1798018998-315] 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> 172492 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 172518 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc10 (1437158495498534912)]} 0 6
[junit4:junit4]   1> 172529 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc11 (1437158495513214976)]} 0 3
[junit4:junit4]   1> 172542 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc12 (1437158495527895040)]} 0 2
[junit4:junit4]   1> 172553 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc13 (1437158495539429376)]} 0 1
[junit4:junit4]   1> 172565 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc14 (1437158495550963712)]} 0 3
[junit4:junit4]   1> 172585 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172605 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_a,generation=10}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_b,generation=11}
[junit4:junit4]   1> 172606 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 11
[junit4:junit4]   1> 172610 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@76bcf61f main
[junit4:junit4]   1> 172612 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172613 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@76bcf61f main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C5)}
[junit4:junit4]   1> 172614 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172623 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@76bcf61f main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C5)}
[junit4:junit4]   1> 172625 [qtp1798018998-317] 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 40
[junit4:junit4]   1> 172634 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 172652 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 172670 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@56a8f5e realtime
[junit4:junit4]   1> 172672 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158495658967040)} 0 6
[junit4:junit4]   1> 172688 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172691 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_b,generation=11}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_c,generation=12}
[junit4:junit4]   1> 172728 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 12
[junit4:junit4]   1> 172730 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@25108fa6 main
[junit4:junit4]   1> 172732 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172733 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@25108fa6 main{StandardDirectoryReader(segments_b:31:nrt)}
[junit4:junit4]   1> 172734 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172744 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@25108fa6 main{StandardDirectoryReader(segments_b:31:nrt)}
[junit4:junit4]   1> 172747 [qtp1798018998-319] 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 59
[junit4:junit4]   1> 172772 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 172785 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1437158495779553280)]} 0 4
[junit4:junit4]   1> 172797 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1437158495793184768)]} 0 2
[junit4:junit4]   1> 172808 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1437158495805767680)]} 0 2
[junit4:junit4]   1> 172823 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1437158495816253440)]} 0 7
[junit4:junit4]   1> 172838 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1437158495838273536)]} 0 2
[junit4:junit4]   1> 172852 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1437158495852953600)]} 0 2
[junit4:junit4]   1> 172874 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1437158495876022272)]} 0 2
[junit4:junit4]   1> 172887 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1437158495889653760)]} 0 2
[junit4:junit4]   1> 172898 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1437158495901188096)]} 0 2
[junit4:junit4]   1> 172911 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1437158495913771008)]} 0 3
[junit4:junit4]   1> 172935 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172942 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_c,generation=12}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_d,generation=13}
[junit4:junit4]   1> 172943 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 13
[junit4:junit4]   1> 172946 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@86cce52 main
[junit4:junit4]   1> 172948 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@86cce52 main{StandardDirectoryReader(segments_d:33:nrt _8(4.4):C10)}
[junit4:junit4]   1> 172948 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172949 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172953 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@86cce52 main{StandardDirectoryReader(segments_d:33:nrt _8(4.4):C10)}
[junit4:junit4]   1> 172955 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 172966 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:true&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 172979 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:false&wt=javabin&version=2} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 173014 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={f.val_pi.stats.facet=inStock&stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=3 
[junit4:junit4]   1> 173026 [TEST-SolrExampleBinaryTest.testStatistics-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStatistics
[junit4:junit4]   1> 173056 [TEST-SolrExampleBinaryTest.testFaceting-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testFaceting
[junit4:junit4]   1> 173066 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5748cd59 realtime
[junit4:junit4]   1> 173067 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158496074203136)} 0 5
[junit4:junit4]   1> 173087 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173106 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_d,generation=13}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_e,generation=14}
[junit4:junit4]   1> 173107 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 14
[junit4:junit4]   1> 173110 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3d874ee4 main
[junit4:junit4]   1> 173114 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173124 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3d874ee4 main{StandardDirectoryReader(segments_d:35:nrt)}
[junit4:junit4]   1> 173127 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173133 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3d874ee4 main{StandardDirectoryReader(segments_d:35:nrt)}
[junit4:junit4]   1> 173136 [qtp1798018998-319] 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 49
[junit4:junit4]   1> 173163 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=4 
[junit4:junit4]   1> 173196 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437158496192692224), 2 (1437158496196886528), 3 (1437158496198983680), 4 (1437158496200032256), 5 (1437158496201080832), 6 (1437158496202129408), 7 (1437158496203177984), 8 (1437158496204226560), 9 (1437158496205275136), 10 (1437158496206323712)]} 0 22
[junit4:junit4]   1> 173240 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173264 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_e,generation=14}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_f,generation=15}
[junit4:junit4]   1> 173265 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 15
[junit4:junit4]   1> 173269 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4439a788 main
[junit4:junit4]   1> 173275 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173280 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4439a788 main{StandardDirectoryReader(segments_f:37:nrt _9(4.4):C10)}
[junit4:junit4]   1> 173282 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173292 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4439a788 main{StandardDirectoryReader(segments_f:37:nrt _9(4.4):C10)}
[junit4:junit4]   1> 173294 [qtp1798018998-318] 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 54
[junit4:junit4]   1> 173315 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4564,tindexSize=44,time=0,phase1=0,nTerms=4,bigTerms=2,termInstances=4,uses=0}
[junit4:junit4]   1> 173317 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=3 
[junit4:junit4]   1> 173365 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 173445 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=4&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 173457 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=-1&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 173463 [TEST-SolrExampleBinaryTest.testFaceting-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testFaceting
[junit4:junit4]   1> 173555 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testGetEmptyResults
[junit4:junit4]   1> 173584 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@20856566 realtime
[junit4:junit4]   1> 173586 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158496617365504)} 0 17
[junit4:junit4]   1> 173610 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173620 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_f,generation=15}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_g,generation=16}
[junit4:junit4]   1> 173621 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 16
[junit4:junit4]   1> 173623 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@72abdc66 main
[junit4:junit4]   1> 173625 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@72abdc66 main{StandardDirectoryReader(segments_f:39:nrt)}
[junit4:junit4]   1> 173626 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173631 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@72abdc66 main{StandardDirectoryReader(segments_f:39:nrt)}
[junit4:junit4]   1> 173645 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173680 [qtp1798018998-319] 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 70
[junit4:junit4]   1> 173723 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437158496734806016)]} 0 32
[junit4:junit4]   1> 173739 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2 (1437158496783040512)]} 0 2
[junit4:junit4]   1> 173757 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173869 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_g,generation=16}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_h,generation=17}
[junit4:junit4]   1> 173870 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 17
[junit4:junit4]   1> 173873 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7dfc8ae7 main
[junit4:junit4]   1> 173874 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7dfc8ae7 main{StandardDirectoryReader(segments_h:41:nrt _a(4.4):C2)}
[junit4:junit4]   1> 173875 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173879 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7dfc8ae7 main{StandardDirectoryReader(segments_h:41:nrt _a(4.4):C2)}
[junit4:junit4]   1> 173886 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173888 [qtp1798018998-316] 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 131
[junit4:junit4]   1> 173903 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=foofoofoo&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 173914 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testGetEmptyResults
[junit4:junit4]   1> 173959 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testContentStreamRequest
[junit4:junit4]   1> 173973 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@75842feb realtime
[junit4:junit4]   1> 173974 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158497026310144)} 0 5
[junit4:junit4]   1> 173996 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173999 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_h,generation=17}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_i,generation=18}
[junit4:junit4]   1> 174001 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 18
[junit4:junit4]   1> 174006 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4efbfe5b main
[junit4:junit4]   1> 174010 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174011 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4efbfe5b main{StandardDirectoryReader(segments_h:43:nrt)}
[junit4:junit4]   1> 174013 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174020 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4efbfe5b main{StandardDirectoryReader(segments_h:43:nrt)}
[junit4:junit4]   1> 174030 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 34
[junit4:junit4]   1> 174053 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=9 
[junit4:junit4]   1> 174125 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174141 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_i,generation=18}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_j,generation=19}
[junit4:junit4]   1> 174142 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 19
[junit4:junit4]   1> 174145 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@34e85aab main
[junit4:junit4]   1> 174147 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@34e85aab main{StandardDirectoryReader(segments_j:45:nrt _b(4.4):C10)}
[junit4:junit4]   1> 174148 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174150 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174153 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@34e85aab main{StandardDirectoryReader(segments_j:45:nrt _b(4.4):C10)}
[junit4:junit4]   1> 174163 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0553573403 (1437158497141653504), 0553579908 (1437158497158430720), 055357342X (1437158497162625024), 0553293354 (1437158497164722176), 0812521390 (1437158497166819328), 0812550706 (1437158497174159360), 0441385532 (1437158497181499392), 0380014300 (1437158497183596544), 0805080481 (1437158497185693696), 080508049X (1437158497187790848)],commit=} 0 83
[junit4:junit4]   1> 174173 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 174186 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testContentStreamRequest
[junit4:junit4]   1> 174260 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPingHandler
[junit4:junit4]   1> 174277 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@71003493 realtime
[junit4:junit4]   1> 174278 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158497346125824)} 0 4
[junit4:junit4]   1> 174293 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174294 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_j,generation=19}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_k,generation=20}
[junit4:junit4]   1> 174295 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 20
[junit4:junit4]   1> 174298 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3a4270f8 main
[junit4:junit4]   1> 174300 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3a4270f8 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174301 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174305 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3a4270f8 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174307 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174331 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 38
[junit4:junit4]   1> 174348 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174372 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174373 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   1> 174376 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPingHandler
[junit4:junit4]   1> 174418 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testQueryWithParams
[junit4:junit4]   1> 174430 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=query&debug=true&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174452 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testQueryWithParams
[junit4:junit4]   1> 174485 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnDelete
[junit4:junit4]   1> 174528 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158497596735488)} 0 14
[junit4:junit4]   1> 174553 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174580 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_k,generation=20}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_l,generation=21}
[junit4:junit4]   1> 174582 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 21
[junit4:junit4]   1> 174584 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@30428f76 main
[junit4:junit4]   1> 174586 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@30428f76 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174587 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174592 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@30428f76 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174595 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174597 [qtp1798018998-316] 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 44
[junit4:junit4]   1> 174638 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174676 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1437158497741438976)]} 0 24
[junit4:junit4]   1> 174692 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174698 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_l,generation=21}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_m,generation=22}
[junit4:junit4]   1> 174699 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 22
[junit4:junit4]   1> 174702 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@18b351ba main
[junit4:junit4]   1> 174704 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174705 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@18b351ba main{StandardDirectoryReader(segments_m:49:nrt _c(4.4):C1)}
[junit4:junit4]   1> 174706 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174710 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@18b351ba main{StandardDirectoryReader(segments_m:49:nrt _c(4.4):C1)}
[junit4:junit4]   1> 174711 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   1> 174737 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 174756 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1437158497847345152)]} 0 3
[junit4:junit4]   1> 174793 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=21 
[junit4:junit4]   1> 175076 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 175340 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 175600 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 175757 [commitScheduler-205-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> 175758 [commitScheduler-205-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@29892daf main
[junit4:junit4]   1> 175759 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 175760 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@29892daf main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175761 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 175765 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@29892daf main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175859 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 175862 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnDelete
[junit4:junit4]   1> 175889 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateField
[junit4:junit4]   1> 175894 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158499043770368)} 0 0
[junit4:junit4]   1> 175906 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 175908 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_m,generation=22}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_n,generation=23}
[junit4:junit4]   1> 175908 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 23
[junit4:junit4]   1> 175909 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@f4b52ce main
[junit4:junit4]   1> 175911 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 175912 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@f4b52ce main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175912 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 175915 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@f4b52ce main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175916 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   1> 175935 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437158499082567680)]} 0 4
[junit4:junit4]   1> 175945 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 175951 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_n,generation=23}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_o,generation=24}
[junit4:junit4]   1> 175952 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 24
[junit4:junit4]   1> 175954 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7b4f2871 main
[junit4:junit4]   1> 175956 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 175957 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7b4f2871 main{StandardDirectoryReader(segments_o:53:nrt _d(4.4):C1)}
[junit4:junit4]   1> 175957 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 175960 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7b4f2871 main{StandardDirectoryReader(segments_o:53:nrt _d(4.4):C1)}
[junit4:junit4]   1> 175962 [qtp1798018998-316] 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> 175970 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 175999 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   1> 176018 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437158499170648064)]} 0 4
[junit4:junit4]   1> 176033 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176039 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_o,generation=24}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_p,generation=25}
[junit4:junit4]   1> 176040 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 25
[junit4:junit4]   1> 176043 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@41aff17b main
[junit4:junit4]   1> 176045 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@41aff17b main{StandardDirectoryReader(segments_p:57:nrt _e(4.4):C1)}
[junit4:junit4]   1> 176046 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176049 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@41aff17b main{StandardDirectoryReader(segments_p:57:nrt _e(4.4):C1)}
[junit4:junit4]   1> 176051 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176053 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 176067 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 176082 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437158499237756928)]} 0 4
[junit4:junit4]   1> 176096 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176102 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_p,generation=25}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_q,generation=26}
[junit4:junit4]   1> 176103 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 26
[junit4:junit4]   1> 176107 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@692e45cb main
[junit4:junit4]   1> 176109 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@692e45cb main{StandardDirectoryReader(segments_q:61:nrt _f(4.4):C1)}
[junit4:junit4]   1> 176109 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176113 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@692e45cb main{StandardDirectoryReader(segments_q:61:nrt _f(4.4):C1)}
[junit4:junit4]   1> 176116 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176117 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   1> 176131 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=3 
[junit4:junit4]   1> 176137 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateField
[junit4:junit4]   1> 176163 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddDelete
[junit4:junit4]   1> 176171 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e42055e realtime
[junit4:junit4]   1> 176172 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158499331080192)} 0 4
[junit4:junit4]   1> 176181 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1437158499342614528)]} 0 2
[junit4:junit4]   1> 176199 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176205 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_q,generation=26}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_r,generation=27}
[junit4:junit4]   1> 176206 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 27
[junit4:junit4]   1> 176209 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@183dec1e main
[junit4:junit4]   1> 176211 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@183dec1e main{StandardDirectoryReader(segments_r:65:nrt _g(4.4):C1)}
[junit4:junit4]   1> 176211 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176212 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176215 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@183dec1e main{StandardDirectoryReader(segments_r:65:nrt _g(4.4):C1)}
[junit4:junit4]   1> 176216 [qtp1798018998-316] 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> 176223 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 176233 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1437158499397140480)]} 0 2
[junit4:junit4]   1> 176246 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176249 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_r,generation=27}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_s,generation=28}
[junit4:junit4]   1> 176250 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 28
[junit4:junit4]   1> 176252 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@298e7dc7 main
[junit4:junit4]   1> 176254 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176256 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@298e7dc7 main{StandardDirectoryReader(segments_s:67:nrt)}
[junit4:junit4]   1> 176256 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176260 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@298e7dc7 main{StandardDirectoryReader(segments_s:67:nrt)}
[junit4:junit4]   1> 176262 [qtp1798018998-318] 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> 176278 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 176293 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1437158499459006464)]} 0 3
[junit4:junit4]   1> 176317 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176321 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_s,generation=28}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_t,generation=29}
[junit4:junit4]   1> 176322 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 29
[junit4:junit4]   1> 176325 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6b7900f3 main
[junit4:junit4]   1> 176327 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176328 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6b7900f3 main{StandardDirectoryReader(segments_t:69:nrt _h(4.4):C1)}
[junit4:junit4]   1> 176329 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176336 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6b7900f3 main{StandardDirectoryReader(segments_t:69:nrt _h(4.4):C1)}
[junit4:junit4]   1> 176342 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   1> 176350 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 176361 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@51f0ad2 realtime
[junit4:junit4]   1> 176362 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=id:"0\ \&\ 222" (-1437158499530309632)} 0 4
[junit4:junit4]   1> 176377 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176378 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_t,generation=29}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_u,generation=30}
[junit4:junit4]   1> 176379 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 30
[junit4:junit4]   1> 176381 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@86cedbd main
[junit4:junit4]   1> 176382 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@86cedbd main{StandardDirectoryReader(segments_t:71:nrt)}
[junit4:junit4]   1> 176383 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176386 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@86cedbd main{StandardDirectoryReader(segments_t:71:nrt)}
[junit4:junit4]   1> 176392 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176396 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 176402 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 176411 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1437158499583787008)]} 0 2
[junit4:junit4]   1> 176419 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 & 222 (1437158499593224192)]} 0 1
[junit4:junit4]   1> 176428 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 & 222 (1437158499602661376)]} 0 1
[junit4:junit4]   1> 176439 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176444 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_u,generation=30}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_v,generation=31}
[junit4:junit4]   1> 176445 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 31
[junit4:junit4]   1> 176447 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@f3bda68 main
[junit4:junit4]   1> 176449 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@f3bda68 main{StandardDirectoryReader(segments_v:73:nrt _i(4.4):C3)}
[junit4:junit4]   1> 176449 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176453 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@f3bda68 main{StandardDirectoryReader(segments_v:73:nrt _i(4.4):C3)}
[junit4:junit4]   1> 176455 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176463 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 24
[junit4:junit4]   1> 176473 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=3 status=0 QTime=0 
[junit4:junit4]   1> 176480 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1437158499657187328), 1 & 222 (-1437158499658235904), 2 & 222 (-1437158499658235905)]} 0 1
[junit4:junit4]   1> 176492 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176494 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_v,generation=31}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_w,generation=32}
[junit4:junit4]   1> 176495 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 32
[junit4:junit4]   1> 176496 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5093601c main
[junit4:junit4]   1> 176498 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5093601c main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176499 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176502 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5093601c main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176503 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176505 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   1> 176514 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 176518 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddDelete
[junit4:junit4]   1> 176551 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testMultiContentStreamRequest
[junit4:junit4]   1> 176578 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158499757850624)} 0 3
[junit4:junit4]   1> 176596 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176598 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_w,generation=32}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_x,generation=33}
[junit4:junit4]   1> 176604 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 33
[junit4:junit4]   1> 176605 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@615f48f6 main
[junit4:junit4]   1> 176608 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176612 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@615f48f6 main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176613 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176617 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@615f48f6 main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176625 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 176639 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 176705 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176720 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_x,generation=33}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_y,generation=34}
[junit4:junit4]   1> 176729 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 34
[junit4:junit4]   1> 176736 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6f9fe6d5 main
[junit4:junit4]   1> 176739 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6f9fe6d5 main{StandardDirectoryReader(segments_y:77:nrt _j(4.4):C5)}
[junit4:junit4]   1> 176740 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176747 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176840 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6f9fe6d5 main{StandardDirectoryReader(segments_y:77:nrt _j(4.4):C5)}
[junit4:junit4]   1> 176848 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&echoParams=ALL&commit=true&a=?&wt=javabin&version=2&softCommit=false} {add=[SP2514N (1437158499853271040), 6H500F0 (1437158499871096832), TWINX2048-3200PRO (1437158499875291136), VS1GB400C3 (1437158499879485440), VDBDB1A16 (1437158499883679744)],commit=} 0 182
[junit4:junit4]   1> 176872 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=0 
[junit4:junit4]   1> 176878 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testMultiContentStreamRequest
[junit4:junit4]   1> 176923 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddRetrieve
[junit4:junit4]   1> 176940 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2560c024 realtime
[junit4:junit4]   1> 176946 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158500135337984)} 0 12
[junit4:junit4]   1> 176976 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437158500175183872), id2 (1437158500177281024)]} 0 3
[junit4:junit4]   1> 177002 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177060 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_y,generation=34}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_z,generation=35}
[junit4:junit4]   1> 177063 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 35
[junit4:junit4]   1> 177138 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b83d840 main
[junit4:junit4]   1> 177142 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177143 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2b83d840 main{StandardDirectoryReader(segments_z:81:nrt _k(4.4):C2)}
[junit4:junit4]   1> 177144 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177147 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b83d840 main{StandardDirectoryReader(segments_z:81:nrt _k(4.4):C2)}
[junit4:junit4]   1> 177148 [qtp1798018998-315] 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 146
[junit4:junit4]   1> 177157 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 177177 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437158500379656192), id2 (1437158500382801920)]} 0 9
[junit4:junit4]   1> 177194 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177262 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_z,generation=35}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_10,generation=36}
[junit4:junit4]   1> 177263 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 36
[junit4:junit4]   1> 177267 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@514c1f00 main
[junit4:junit4]   1> 177269 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177270 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@514c1f00 main{StandardDirectoryReader(segments_10:85:nrt _l(4.4):C2)}
[junit4:junit4]   1> 177270 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177274 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@514c1f00 main{StandardDirectoryReader(segments_10:85:nrt _l(4.4):C2)}
[junit4:junit4]   1> 177275 [qtp1798018998-316] 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 81
[junit4:junit4]   1> 177288 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 177309 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=name:h?llo&wt=javabin&version=2} hits=1 status=0 QTime=2 
[junit4:junit4]   1> 177342 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddRetrieve
[junit4:junit4]   1> 177414 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateRequestWithParameters
[junit4:junit4]   1> 177415 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[36860ACC062FE46D]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 177604 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3de3f9ec realtime
[junit4:junit4]   1> 177607 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158500834738176)} 0 5
[junit4:junit4]   1> 177635 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177638 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_10,generation=36}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_11,generation=37}
[junit4:junit4]   1> 177640 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 37
[junit4:junit4]   1> 177643 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@36036784 main
[junit4:junit4]   1> 177644 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@36036784 main{StandardDirectoryReader(segments_10:87:nrt)}
[junit4:junit4]   1> 177645 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177649 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177650 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@36036784 main{StandardDirectoryReader(segments_10:87:nrt)}
[junit4:junit4]   1> 177653 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   1> 177678 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1437158500906041344)]} 0 8
[junit4:junit4]   1> 177694 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1437158500930158592)]} 0 1
[junit4:junit4]   1> 177711 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177744 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_11,generation=37}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_12,generation=38}
[junit4:junit4]   1> 177745 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 38
[junit4:junit4]   1> 177746 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@79555477 main
[junit4:junit4]   1> 177748 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@79555477 main{StandardDirectoryReader(segments_12:89:nrt _m(4.4):C2)}
[junit4:junit4]   1> 177748 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177748 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177753 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@79555477 main{StandardDirectoryReader(segments_12:89:nrt _m(4.4):C2)}
[junit4:junit4]   1> 177763 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 47
[junit4:junit4]   1> 177777 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 177779 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateRequestWithParameters
[junit4:junit4]   1> 177825 [TEST-SolrExampleBinaryTest.testUnicode-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUnicode
[junit4:junit4]   1> 177833 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@46bfe08f realtime
[junit4:junit4]   1> 177834 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1437158501074862080)} 0 3
[junit4:junit4]   1> 192836 [commitScheduler-204-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> 192837 [commitScheduler-204-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_12,generation=38}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_13,generation=39}
[junit4:junit4]   1> 192838 [commitScheduler-204-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 39
[junit4:junit4]   1> 192839 [commitScheduler-204-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378019 [TEST-SolrExampleBinaryTest.testUnicode-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUnicode
[junit4:junit4]   1> 378037 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1437158710999777280), 1 (1437158711003971584), 2 (1437158711003971585), 3 (1437158711005020160), 4 (1437158711006068736)]} 0 6
[junit4:junit4]   1> 378043 [qtp1798018998-319] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? null:org.eclipse.jetty.io.EofException
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
[junit4:junit4]   1> 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
[junit4:junit4]   1> 	at org.apache.solr.util.FastWriter.flush(FastWriter.java:137)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:645)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:155)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> 
[junit4:junit4]   1> 378046 [qtp1798018998-319] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? null:org.eclipse.jetty.io.EofException
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
[junit4:junit4]   1> 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
[junit4:junit4]   1> 	at org.apache.solr.util.FastWriter.flush(FastWriter.java:137)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:645)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:155)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExampleBinaryTest -Dtests.method=testUnicode -Dtests.seed=36860ACC062FE46D -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=US/Michigan -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    201s | SolrExampleBinaryTest.testUnicode <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54025/solr/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([36860ACC062FE46D:2F4ABEC6A495359A]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrExampleTests.testUnicode(SolrExampleTests.java:363)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
[junit4:junit4]    > 	... 45 more
[junit4:junit4]   1> 378338 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testExampleConfig
[junit4:junit4]   1> 378389 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@26a890eb realtime
[junit4:junit4]   1> 378391 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158711342661632)} 0 33
[junit4:junit4]   1> 378403 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1112211111 (1437158711388798976)]} 0 2
[junit4:junit4]   1> 378418 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378423 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_13,generation=39}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_14,generation=40}
[junit4:junit4]   1> 378423 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 40
[junit4:junit4]   1> 378432 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4eb5f627 main
[junit4:junit4]   1> 378438 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378439 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4eb5f627 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378440 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378443 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4eb5f627 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378445 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 378457 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378459 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_14,generation=40}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_15,generation=41}
[junit4:junit4]   1> 378460 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 41
[junit4:junit4]   1> 378461 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7510feb8 main
[junit4:junit4]   1> 378462 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378462 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7510feb8 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378463 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378466 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7510feb8 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378468 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=javabin&version=2} {optimize=} 0 11
[junit4:junit4]   1> 378508 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:1112211111&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 378533 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 (1437158711507288064), 3 (1437158711523016704), 4 (1437158711524065280), 5 (1437158711525113856)]} 0 19
[junit4:junit4]   1> 378542 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378548 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_15,generation=41}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_16,generation=42}
[junit4:junit4]   1> 378550 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 42
[junit4:junit4]   1> 378552 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5ca09a75 main
[junit4:junit4]   1> 378554 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378555 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5ca09a75 main{StandardDirectoryReader(segments_16:99:nrt _o(4.4):C1 _p(4.4):C4)}
[junit4:junit4]   1> 378557 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378568 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5ca09a75 main{StandardDirectoryReader(segments_16:99:nrt _o(4.4):C1 _p(4.4):C4)}
[junit4:junit4]   1> 378569 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 378584 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378592 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_16,generation=42}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_17,generation=43}
[junit4:junit4]   1> 378593 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 43
[junit4:junit4]   1> 378595 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4cd10822 main
[junit4:junit4]   1> 378596 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378597 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4cd10822 main{StandardDirectoryReader(segments_17:101:nrt _q(4.4):C5)}
[junit4:junit4]   1> 378597 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378599 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4cd10822 main{StandardDirectoryReader(segments_17:101:nrt _q(4.4):C5)}
[junit4:junit4]   1> 378612 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=javabin&version=2} {optimize=} 0 28
[junit4:junit4]   1> 378635 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&q=*:*&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&version=2} hits=5 status=0 QTime=4 
[junit4:junit4]   1> 378646 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&q=*:*&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&fq=inStock:true&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   1> 378678 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&q=foo&wt=javabin&fq={!field+f%3DinStock}true&fq={!term+f%3Dname}hoss&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   1> 378695 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testExampleConfig
[junit4:junit4]   1> 378745 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testLukeHandler
[junit4:junit4]   1> 378766 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@316dcbde realtime
[junit4:junit4]   1> 378768 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158711767334912)} 0 5
[junit4:junit4]   1> 378785 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID0 (1437158711788306432)]} 0 2
[junit4:junit4]   1> 378800 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID1 (1437158711805083648)]} 0 1
[junit4:junit4]   1> 378809 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID2 (1437158711814520832)]} 0 1
[junit4:junit4]   1> 378817 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID3 (1437158711823958016)]} 0 0
[junit4:junit4]   1> 378824 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID4 (1437158711831298048)]} 0 1
[junit4:junit4]   1> 378843 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378846 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_17,generation=43}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_18,generation=44}
[junit4:junit4]   1> 378847 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 44
[junit4:junit4]   1> 378850 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@eab1bf2 main
[junit4:junit4]   1> 378851 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@eab1bf2 main{StandardDirectoryReader(segments_18:105:nrt _r(4.4):C5)}
[junit4:junit4]   1> 378852 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378855 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@eab1bf2 main{StandardDirectoryReader(segments_18:105:nrt _r(4.4):C5)}
[junit4:junit4]   1> 378857 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378858 [qtp1798018998-319] 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> 378903 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 378910 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> 378918 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={show=schema&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> 378962 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testLukeHandler
[junit4:junit4]   1> 379010 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateMultiValuedField
[junit4:junit4]   1> 379017 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437158712030527488)]} 0 3
[junit4:junit4]   1> 379047 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379076 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_18,generation=44}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_19,generation=45}
[junit4:junit4]   1> 379077 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 45
[junit4:junit4]   1> 379079 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7cf000b2 main
[junit4:junit4]   1> 379081 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379081 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7cf000b2 main{StandardDirectoryReader(segments_19:107:nrt _r(4.4):C5 _s(4.4):C1)}
[junit4:junit4]   1> 379082 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379087 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7cf000b2 main{StandardDirectoryReader(segments_19:107:nrt _r(4.4):C5 _s(4.4):C1)}
[junit4:junit4]   1> 379107 [qtp1798018998-316] 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 60
[junit4:junit4]   1> 379136 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=10 
[junit4:junit4]   1> 379158 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437158712178376704)]} 0 4
[junit4:junit4]   1> 379188 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379207 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_19,generation=45}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 379208 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 46
[junit4:junit4]   1> 379213 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4b043fe8 main
[junit4:junit4]   1> 379215 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379216 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4b043fe8 main{StandardDirectoryReader(segments_1a:111:nrt _r(4.4):C5 _t(4.4):C1)}
[junit4:junit4]   1> 379216 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379223 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4b043fe8 main{StandardDirectoryReader(segments_1a:111:nrt _r(4.4):C5 _t(4.4):C1)}
[junit4:junit4]   1> 379265 [qtp1798018998-317] 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 77
[junit4:junit4]   1> 379276 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 379305 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437158712332517376)]} 0 9
[junit4:junit4]   1> 379329 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379338 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 379339 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 47
[junit4:junit4]   1> 379342 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@8180687 main
[junit4:junit4]   1> 379354 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379359 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@8180687 main{StandardDirectoryReader(segments_1b:115:nrt _r(4.4):C5 _u(4.4):C1)}
[junit4:junit4]   1> 379359 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379362 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@8180687 main{StandardDirectoryReader(segments_1b:115:nrt _r(4.4):C5 _u(4.4):C1)}
[junit4:junit4]   1> 379371 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 42
[junit4:junit4]   1> 379396 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 379398 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateMultiValuedField
[junit4:junit4]   1> 379427 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacets
[junit4:junit4]   1> 379455 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1034a961 realtime
[junit4:junit4]   1> 379457 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158712480366592)} 0 16
[junit4:junit4]   1> 379489 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379499 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 379500 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 48
[junit4:junit4]   1> 379518 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@63981eab main
[junit4:junit4]   1> 379520 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379521 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@63981eab main{StandardDirectoryReader(segments_1b:117:nrt)}
[junit4:junit4]   1> 379521 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379526 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@63981eab main{StandardDirectoryReader(segments_1b:117:nrt)}
[junit4:junit4]   1> 379540 [qtp1798018998-319] 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 51
[junit4:junit4]   1> 379549 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 379584 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437158712602001408), 2 (1437158712606195712), 3 (1437158712612487168), 4 (1437158712614584320), 5 (1437158712616681472), 6 (1437158712617730048), 7 (1437158712618778624), 8 (1437158712619827200), 9 (1437158712624021504), 10 (1437158712625070080), ... (12 adds)]} 0 26
[junit4:junit4]   1> 379605 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379632 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 379633 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 49
[junit4:junit4]   1> 379637 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7abfd135 main
[junit4:junit4]   1> 379638 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7abfd135 main{StandardDirectoryReader(segments_1d:119:nrt _v(4.4):C12)}
[junit4:junit4]   1> 379639 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379642 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7abfd135 main{StandardDirectoryReader(segments_1d:119:nrt _v(4.4):C12)}
[junit4:junit4]   1> 379639 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379644 [qtp1798018998-316] 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 40
[junit4:junit4]   1> 379650 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 379652 [qtp1798018998-319] 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> 379656 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=false&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=6 
[junit4:junit4]   1> 379666 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=3 
[junit4:junit4]   1> 379669 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacets
[junit4:junit4]   1> 379702 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAugmentFields
[junit4:junit4]   1> 379712 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@593ef899 realtime
[junit4:junit4]   1> 379713 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158712759287808)} 0 4
[junit4:junit4]   1> 379722 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111 (1437158712769773568)]} 0 3
[junit4:junit4]   1> 379733 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379738 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 379739 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 50
[junit4:junit4]   1> 379742 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@41cb5b18 main
[junit4:junit4]   1> 379745 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379745 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@41cb5b18 main{StandardDirectoryReader(segments_1e:123:nrt _w(4.4):C1)}
[junit4:junit4]   1> 379746 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379750 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@41cb5b18 main{StandardDirectoryReader(segments_1e:123:nrt _w(4.4):C1)}
[junit4:junit4]   1> 379752 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   1> 379764 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222 (1437158712812765184)]} 0 4
[junit4:junit4]   1> 379781 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379788 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 379791 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 51
[junit4:junit4]   1> 379793 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@493d33f9 main
[junit4:junit4]   1> 379795 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379796 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@493d33f9 main{StandardDirectoryReader(segments_1f:125:nrt _w(4.4):C1 _x(4.4):C1)}
[junit4:junit4]   1> 379797 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379800 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@493d33f9 main{StandardDirectoryReader(segments_1f:125:nrt _w(4.4):C1 _x(4.4):C1)}
[junit4:junit4]   1> 379802 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   1> 379811 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&fl=id,price,[docid],[explain+style%3Dnl],score,aaa:[value+v%3Daaa],ten:[value+v%3D10+t%3Dint]&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   1> 379814 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAugmentFields
[junit4:junit4]   1> 379845 [TEST-SolrExampleBinaryTest.testChineseDefaults-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testChineseDefaults
[junit4:junit4]   1> 379852 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@be72834 realtime
[junit4:junit4]   1> 379853 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158712906088448)} 0 4
[junit4:junit4]   1> 379863 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379865 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1g,generation=52}
[junit4:junit4]   1> 379866 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 52
[junit4:junit4]   1> 379868 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4089cc0 main
[junit4:junit4]   1> 379870 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4089cc0 main{StandardDirectoryReader(segments_1f:127:nrt)}
[junit4:junit4]   1> 379870 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379873 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4089cc0 main{StandardDirectoryReader(segments_1f:127:nrt)}
[junit4:junit4]   1> 379877 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379878 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   1> 379884 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 379897 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379905 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1g,gener

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

org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1k,generation=56}
[junit4:junit4]   1> 380257 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 56
[junit4:junit4]   1> 380264 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e9a609e main
[junit4:junit4]   1> 380268 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2e9a609e main{StandardDirectoryReader(segments_1j:137:nrt)}
[junit4:junit4]   1> 380268 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 380269 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 380275 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2e9a609e main{StandardDirectoryReader(segments_1j:137:nrt)}
[junit4:junit4]   1> 380277 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 23
[junit4:junit4]   1> 380285 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 380301 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 380307 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1k,generation=56}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1l,generation=57}
[junit4:junit4]   1> 380309 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 57
[junit4:junit4]   1> 380312 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@78a7023c main
[junit4:junit4]   1> 380324 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 380328 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@78a7023c main{StandardDirectoryReader(segments_1l:139:nrt _11(4.4):C10)}
[junit4:junit4]   1> 380338 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 380342 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@78a7023c main{StandardDirectoryReader(segments_1l:139:nrt _11(4.4):C10)}
[junit4:junit4]   1> 380344 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0 (1437158713371656192), 1 (1437158713373753344), 2 (1437158713374801920), 3 (1437158713374801921), 4 (1437158713375850496), 5 (1437158713376899072), 6 (1437158713376899073), 7 (1437158713377947648), 8 (1437158713377947649), 9 (1437158713378996224)],commit=} 0 52
[junit4:junit4]   1> 380355 [qtp1798018998-318] 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> 380376 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,score,_docid_&q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
[junit4:junit4]   1> 380406 [TEST-SolrExampleBinaryTest.testStreamingRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStreamingRequest
[junit4:junit4]   1> 380437 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1331354994
[junit4:junit4]   1> 380438 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b4fb71e
[junit4:junit4]   1> 380529 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=57,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=129,cumulative_deletesById=5,cumulative_deletesByQuery=25,cumulative_errors=1}
[junit4:junit4]   1> 380530 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 380531 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> 380531 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> 380553 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 380555 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> 380556 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405;done=false>>]
[junit4:junit4]   1> 380557 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405
[junit4:junit4]   1> 380558 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index;done=false>>]
[junit4:junit4]   1> 380559 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index
[junit4:junit4]   1> 380563 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 380618 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ru, timezone=US/Michigan
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=37777000,total=92602368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJavaBinCodec, TestCoreAdmin, SolrDocumentTest, MultiCoreExampleJettyTest, SolrParamTest, TestDocumentObjectBinder, SolrPingTest, TestBatchUpdate, TestUpdateRequestCodec, ModifiableSolrParamsTest, TestLBHttpSolrServer, ContentStreamTest, TestNamedListCodec, TermsResponseTest, IteratorChainTest, FacetFieldTest, TestEmbeddedSolrServer, NamedListTest, TestSpellCheckResponse, BasicHttpSolrServerTest, SolrExampleXMLTest, SolrExampleBinaryTest]
[junit4:junit4] Completed in 214.73s, 26 tests, 1 error <<< FAILURES!

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

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



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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([E60367ED123D8B46:67E5E9F56562EB7A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at 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:680)




Build Log:
[...truncated 9015 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 2514613 T5150 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 2514620 T5150 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1370605972888
[junit4:junit4]   2> 2514623 T5150 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 2514624 T5151 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 2514725 T5150 oasc.ZkTestServer.run start zk server on port:53140
[junit4:junit4]   2> 2514732 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2514747 T5157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34ac178b name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2514748 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2514748 T5150 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 2514767 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2514769 T5159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5486de21 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2514770 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2514770 T5150 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 2514777 T5150 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 2514785 T5150 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 2514791 T5150 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 2514806 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2514808 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2514819 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 2514820 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 2514829 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2514830 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2514840 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 2514841 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 2514850 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 2514851 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 2514859 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2514860 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2514879 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2514881 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2514898 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2514899 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2514907 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2514908 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2515609 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2515626 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53143
[junit4:junit4]   2> 2515627 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2515628 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2515628 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183
[junit4:junit4]   2> 2515629 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/solr.xml
[junit4:junit4]   2> 2515630 T5150 oasc.CoreContainer.<init> New CoreContainer 746093802
[junit4:junit4]   2> 2515630 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/'
[junit4:junit4]   2> 2515631 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/'
[junit4:junit4]   2> 2515808 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183
[junit4:junit4]   2> 2515810 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1
[junit4:junit4]   2> 2515814 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/conf
[junit4:junit4]   2> 2516004 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/conf/xslt
[junit4:junit4]   2> 2516010 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/lib
[junit4:junit4]   2> 2516011 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/lib/classes
[junit4:junit4]   2> 2516014 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/conf/core.properties, adding to cores
[junit4:junit4]   2> 2516033 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2516034 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2516034 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2516035 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2516035 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2516036 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2516036 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2516037 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2516038 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2516038 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2516089 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2516090 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2516091 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2516092 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2516099 T5170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52ef4859 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2516100 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2516105 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2516153 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2516158 T5172 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6db99bc9 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2516158 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2516162 T5150 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2516172 T5150 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2516182 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2516187 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53143_
[junit4:junit4]   2> 2516190 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53143_
[junit4:junit4]   2> 2516204 T5150 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2516220 T5150 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2516227 T5150 oasc.Overseer.start Overseer (id=89824033040171011-127.0.0.1:53143_-n_0000000000) starting
[junit4:junit4]   2> 2516240 T5150 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2516251 T5174 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2516254 T5150 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2516263 T5150 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2516274 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2516283 T5173 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2516288 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2516289 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2516290 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2516335 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2516340 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2516345 T5177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f7718f0 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2516346 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2516349 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2516356 T5150 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2516930 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2516946 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53147
[junit4:junit4]   2> 2516957 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2516958 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2516958 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622
[junit4:junit4]   2> 2516959 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/solr.xml
[junit4:junit4]   2> 2516959 T5150 oasc.CoreContainer.<init> New CoreContainer 1908067630
[junit4:junit4]   2> 2516960 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/'
[junit4:junit4]   2> 2516960 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/'
[junit4:junit4]   2> 2517149 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622
[junit4:junit4]   2> 2517151 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1
[junit4:junit4]   2> 2517155 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/conf
[junit4:junit4]   2> 2517344 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/conf/xslt
[junit4:junit4]   2> 2517349 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/lib
[junit4:junit4]   2> 2517351 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/lib/classes
[junit4:junit4]   2> 2517354 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/conf/core.properties, adding to cores
[junit4:junit4]   2> 2517371 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2517372 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2517373 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2517373 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2517374 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2517374 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2517375 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2517375 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2517376 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2517376 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2517432 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2517433 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2517434 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2517438 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2517444 T5188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b042086 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2517446 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2517451 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2517517 T5190 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4779ca4 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2517517 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2517518 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2517532 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2518546 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53147_
[junit4:junit4]   2> 2518552 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53147_
[junit4:junit4]   2> 2518559 T5177 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2518560 T5190 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2518560 T5172 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2518570 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2518571 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2518572 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2519201 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2519215 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53150
[junit4:junit4]   2> 2519229 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2519230 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2519231 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885
[junit4:junit4]   2> 2519231 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/solr.xml
[junit4:junit4]   2> 2519232 T5150 oasc.CoreContainer.<init> New CoreContainer 2073243910
[junit4:junit4]   2> 2519233 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/'
[junit4:junit4]   2> 2519233 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/'
[junit4:junit4]   2> 2519397 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885
[junit4:junit4]   2> 2519403 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1
[junit4:junit4]   2> 2519407 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/conf
[junit4:junit4]   2> 2519583 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/conf/xslt
[junit4:junit4]   2> 2519587 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/lib
[junit4:junit4]   2> 2519589 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/lib/classes
[junit4:junit4]   2> 2519592 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/conf/core.properties, adding to cores
[junit4:junit4]   2> 2519613 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2519614 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2519615 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2519615 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2519616 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2519616 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2519617 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2519617 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2519618 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2519619 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2519677 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2519678 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2519678 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2519680 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2519688 T5202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19f1bbc4 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2519689 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2519694 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2519739 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2519745 T5204 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5068d4f2 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2519745 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2519759 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2520768 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53150_
[junit4:junit4]   2> 2520771 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53150_
[junit4:junit4]   2> 2520778 T5190 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520783 T5204 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520791 T5177 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520791 T5172 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520822 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2520825 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2520828 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2521491 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2521513 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53153
[junit4:junit4]   2> 2521516 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2521516 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2521517 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138
[junit4:junit4]   2> 2521517 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/solr.xml
[junit4:junit4]   2> 2521518 T5150 oasc.CoreContainer.<init> New CoreContainer 223879315
[junit4:junit4]   2> 2521519 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/'
[junit4:junit4]   2> 2521519 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/'
[junit4:junit4]   2> 2521687 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138
[junit4:junit4]   2> 2521689 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1
[junit4:junit4]   2> 2521690 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/conf
[junit4:junit4]   2> 2521870 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/conf/xslt
[junit4:junit4]   2> 2521876 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/lib
[junit4:junit4]   2> 2521879 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/lib/classes
[junit4:junit4]   2> 2521883 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/conf/core.properties, adding to cores
[junit4:junit4]   2> 2521900 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2521901 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2521903 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2521905 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2521908 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2521909 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2521910 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2521911 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2521911 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2521912 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2521961 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2521962 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2521962 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2521965 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2521975 T5216 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73fb51f0 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2521979 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2521985 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2522038 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2522050 T5218 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@346ab6ce name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2522051 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2522061 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2523072 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53153_
[junit4:junit4]   2> 2523080 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53153_
[junit4:junit4]   2> 2523093 T5218 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523094 T5190 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523107 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2523111 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2523114 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2523115 T5204 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523119 T5177 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523119 T5172 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2524227 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2524261 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53156
[junit4:junit4]   2> 2524264 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2524264 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2524268 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430
[junit4:junit4]   2> 2524269 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/solr.xml
[junit4:junit4]   2> 2524269 T5150 oasc.CoreContainer.<init> New CoreContainer 741018778
[junit4:junit4]   2> 2524270 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/'
[junit4:junit4]   2> 2524271 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/'
[junit4:junit4]   2> 2524483 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430
[junit4:junit4]   2> 2524484 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1
[junit4:junit4]   2> 2524486 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/conf
[junit4:junit4]   2> 2524704 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/conf/xslt
[junit4:junit4]   2> 2524709 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/lib
[junit4:junit4]   2> 2524711 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/lib/classes
[junit4:junit4]   2> 2524714 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/conf/core.properties, adding to cores
[junit4:junit4]   2> 2524733 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2524733 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2524734 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2524734 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2524735 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2524736 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2524736 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2524737 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2524737 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2524738 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2524797 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2524798 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2524799 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2524805 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2524853 T5230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@406ad12e name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2524855 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2524870 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2524920 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2524925 T5232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26c85827 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2524925 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2524943 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2525953 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53156_
[junit4:junit4]   2> 2525956 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53156_
[junit4:junit4]   2> 2525968 T5204 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525969 T5177 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525970 T5232 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525970 T5172 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525971 T5218 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525971 T5190 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525984 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2525985 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2525985 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2526046 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2526110 T5185 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 2526113 T5172 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 2526118 T5174 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 2526118 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:53153_
[junit4:junit4]   2> 2526121 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:53150_
[junit4:junit4]   2> 2526124 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:53156_
[junit4:junit4]   2> 2526129 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:53143_
[junit4:junit4]   2> 2526149 T5199 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 2526151 T5199 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526152 T5227 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 2526153 T5227 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526152 T5164 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2526154 T5164 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526153 T5214 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2526155 T5214 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526158 T5227 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526158 T5164 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526161 T5164 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526159 T5214 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526162 T5214 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526158 T5199 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526173 T5199 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526158 T5227 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526176 T5164 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526177 T5164 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526177 T5214 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526178 T5214 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526180 T5199 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526181 T5199 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526181 T5227 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526182 T5227 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526189 T5164 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526192 T5227 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526193 T5214 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526194 T5199 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526198 T5164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2> 2526199 T5227 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2> 2526210 T5214 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2> 2526218 T5199 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2> 2526487 T5227 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526567 T5164 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526571 T5214 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526625 T5199 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526899 T5227 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2526918 T5227 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2526942 T5164 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2526952 T5227 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 2526953 T5214 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2526963 T5164 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2526998 T5164 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 2527005 T5214 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2527040 T5214 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 2527111 T5199 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2527129 T5199 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2527140 T5199 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 2531273 T5214 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531382 T5214 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531399 T5214 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531446 T5164 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531478 T5164 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531507 T5214 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531517 T5164 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531528 T5214 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531551 T5227 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531561 T5214 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531565 T5227 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531569 T5199 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531571 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531571 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531572 T5214 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531575 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531575 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531576 T5214 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531576 T5214 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2> 2531577 T5214 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531578 T5214 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531584 T5214 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   2> 2531587 T5214 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2> 2531588 T5214 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531590 T5227 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531590 T5214 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   2> 2531616 T5199 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531622 T5214 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@201ce579 lockFactory=org.apache.lucene.store.NativeFSLockFactory@246e9059),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531623 T5214 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531623 T5199 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531628 T5164 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531638 T5214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531645 T5214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531646 T5214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531648 T5214 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531648 T5214 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531649 T5214 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531649 T5214 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531651 T5214 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531652 T5214 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531660 T5164 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531675 T5214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531688 T5164 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531695 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531714 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531717 T5164 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531722 T5214 oass.SolrIndexSearcher.<init> Opening Searcher@316233ff main
[junit4:junit4]   2> 2531723 T5214 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   2> 2531727 T5214 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2531727 T5214 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2531732 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531732 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531733 T5164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531734 T5164 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2> 2531734 T5164 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531759 T5238 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@316233ff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2531761 T5164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531763 T5164 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   2> 2531763 T5164 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2> 2531764 T5164 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531765 T5214 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 2531769 T5164 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   2> 2531787 T5164 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38a34175 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cbcf28),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531788 T5164 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531788 T5227 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531795 T5164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531795 T5164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531796 T5164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531802 T5164 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531803 T5164 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531803 T5164 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531804 T5164 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531805 T5164 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531806 T5164 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531824 T5164 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531829 T5227 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531832 T5199 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531841 T5227 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531842 T5199 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531846 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531846 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531847 T5227 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531853 T5199 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531859 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531859 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531860 T5199 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531859 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531862 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531863 T5227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531864 T5227 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2> 2531866 T5227 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531866 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531868 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531868 T5199 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531869 T5199 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2> 2531869 T5199 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531871 T5199 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531872 T5199 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   2> 2531873 T5199 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2> 2531873 T5199 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531874 T5164 oass.SolrIndexSearcher.<init> Opening Searcher@5075cf64 main
[junit4:junit4]   2> 2531875 T5164 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   2> 2531867 T5227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531886 T5227 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   2> 2531888 T5227 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2> 2531888 T5227 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531890 T5227 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   2> 2531877 T5164 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2531892 T5164 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2531876 T5199 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   2> 2531905 T5239 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@5075cf64 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2531908 T5199 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531909 T5199 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531912 T5164 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 2531912 T5227 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531913 T5227 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531917 T5199 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531917 T5199 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531919 T5199 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531921 T5199 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531922 T5199 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531923 T5199 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531923 T5199 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531924 T5199 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531925 T5199 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531925 T5227 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531939 T5227 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531940 T5227 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531941 T5227 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531941 T5227 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531942 T5227 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531943 T5227 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531944 T5227 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531944 T5227 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531953 T5227 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531962 T5199 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531982 T5227 oass.SolrIndexSearcher.<init> Opening Searcher@31ded166 main
[junit4:junit4]   2> 2531984 T5227 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   2> 2531987 T5227 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2531998 T5227 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2532003 T5199 oass.SolrIndexSearcher.<init> Opening Searcher@84fe79 main
[junit4:junit4]   2> 2532004 T5199 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   2> 2532007 T5199 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2532008 T5199 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2532009 T5240 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@31ded166 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2532018 T5227 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 2532035 T5241 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@84fe79 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2532039 T5199 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 2532910 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2532912 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53153_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   2> 2532912 T5173 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 2532922 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53143_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53143"}
[junit4:junit4]   2> 2532932 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53156_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53156"}
[junit4:junit4]   2> 2532949 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53150_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53150"}
[junit4:junit4]   2> 2532964 T5232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2532964 T5190 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2532969 T5204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2532972 T5177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2532973 T5172 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2532975 T5218 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2533039 T5227 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 2533040 T5227 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:53156 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 2533041 T5227 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 2533052 T5199 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 2533053 T5199 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:53150 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 2533057 T5199 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2533067 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2533081 T5227 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 2533088 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2533096 T5199 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 2533771 T5214 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2533772 T5214 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:53153 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 2533930 T5164 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2533931 T5164 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:53143 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 2534090 T5227 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2534091 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2534091 T5227 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534092 T5227 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:53156 START replicas=[http://127.0.0.1:53143/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 2534093 T5227 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:53156 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 2534094 T5227 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 2534094 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 2534095 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534095 T5227 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> 2534116 T5199 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2534117 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2534117 T5199 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534118 T5199 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:53150 START replicas=[http://127.0.0.1:53153/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 2534119 T5199 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:53150 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 2534119 T5199 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 2534120 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 2534121 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534121 T5199 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C3190 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41e4e67d url=http://127.0.0.1:53143/nodes_used_collection_shard2_replica2 node=127.0.0.1:53143_ C3190_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53143_, base_url=http://127.0.0.1:53143}
[junit4:junit4]   2> 2534140 T5165 C3190 P53143 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=11 
[junit4:junit4]   2> ASYNC  NEW_CORE C3191 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@5c441feb url=http://127.0.0.1:53153/nodes_used_collection_shard1_replica1 node=127.0.0.1:53153_ C3191_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53153_, base_url=http://127.0.0.1:53153}
[junit4:junit4]   2> 2534148 T5211 C3191 P53153 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2534510 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534554 T5232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2534554 T5172 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2534561 T5190 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2534562 T5218 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2534562 T5204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2534563 T5177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2534586 T5227 oasc.ZkController.register We are http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534586 T5227 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:53156
[junit4:junit4]   2> 2534587 T5227 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2534588 T5227 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 2534592 T5227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534599 T5227 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8447 
[junit4:junit4]   2> 2534633 T5199 oasc.ZkController.register We are http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534636 T5199 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:53150
[junit4:junit4]   2> 2534637 T5199 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2534639 T5199 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 2534644 T5199 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534647 T5199 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8498 
[junit4:junit4]   2> 2534784 T5214 oasc.ZkController.register We are http://127.0.0.1:53153/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534785 T5214 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:53153
[junit4:junit4]   2> 2534786 T5214 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2534786 T5214 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 2534787 T5244 C3191 P53153 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 2534788 T5244 C3191 P53153 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2534788 T5214 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534791 T5244 C3191 P53153 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2> 2534792 T5214 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8639 
[junit4:junit4]   2> 2534794 T5244 C3191 P53153 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2534848 T5200 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:53153__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2534941 T5164 oasc.ZkController.register We are http://127.0.0.1:53143/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534942 T5164 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:53143
[junit4:junit4]   2> 2534943 T5164 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2534943 T5164 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 2534970 T5245 C3190 P53143 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 2534972 T5245 C3190 P53143 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2534975 T5245 C3190 P53143 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2> 2534980 T5245 C3190 P53143 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2534982 T5164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534984 T5164 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8832 
[junit4:junit4]   2> 2534987 T5174 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 2535023 T5190 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 2535035 T5185 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=8926 
[junit4:junit4]   2> 2535042 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2535045 T5228 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:53143__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2535045 T5172 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 2535055 T5174 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=8447},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=8498},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=8639},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=8832},core=nodes_used_collection_shard2_replica2}}}
[junit4:junit4]   2> 2535055 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2535063 T5247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7da6dcca name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2535063 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2535066 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2535074 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2535081 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2535085 T5249 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b42a5ca name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2535086 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2535089 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2535146 T5210 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=3&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 2535153 T5172 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":"3",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53156_
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53150_
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53147_
[junit4:junit4]   2> 2535157 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53153_
[junit4:junit4]   2> 2535160 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53143_
[junit4:junit4]   2> 2535164 T5211 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 2535166 T5211 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535162 T5195 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 2535167 T5195 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535169 T5223 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 2535169 T5223 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535171 T5223 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535186 T5223 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535185 T5186 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 2535187 T5186 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535185 T5168 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 2535188 T5168 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535174 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53156_
[junit4:junit4]   2> 2535190 T5186 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535190 T5186 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535187 T5211 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535191 T5211 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535186 T5195 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535192 T5195 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535192 T5168 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535193 T5168 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535193 T5223 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535195 T5223 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535195 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53150_
[junit4:junit4]   2> 2535206 T5224 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 2535208 T5224 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535203 T5186 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535209 T5186 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535211 T5211 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535211 T5211 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535218 T5186 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535222 T5186 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   2> 2535231 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53147_
[junit4:junit4]   2> 2535246 T5224 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535246 T5224 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535258 T5195 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535267 T5195 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535252 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53153_
[junit4:junit4]   2> 2535267 T5168 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535272 T5168 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535266 T5181 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 2535274 T5181 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535285 T5212 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4
[junit4:junit4]   2> 2535286 T5212 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535287 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53143_
[junit4:junit4]   2> 2535304 T5163 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5
[junit4:junit4]   2> 2535305 T5163 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535306 T5197 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 2535307 T5197 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535324 T5181 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535326 T5181 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535332 T5212 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535333 T5212 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535333 T5197 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535335 T5197 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535337 T5223 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535342 T5163 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535343 T5163 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535343 T5224 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535348 T5211 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535351 T5195 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535352 T5212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/'
[junit4:junit4]   2> 2535354 T5223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2> 2535365 T5168 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535368 T5197 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2> 2535369 T5181 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   2> 2535371 T5163 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/'
[junit4:junit4]   2> 2535376 T5195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2> 2535378 T5211 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard1_replica4/'
[junit4:junit4]   2> 2535392 T5224 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535418 T5168 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/'
[junit4:junit4]   2> 2535427 T5224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2> 2536008 T5163 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536038 T5186 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536054 T5168 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536063 T5195 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536104 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2536106 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53156__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53156_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53156"}
[junit4:junit4]   2> 2536117 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53150__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53150_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53150"}
[junit4:junit4]   2> 2536130 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53153__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53153_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   2> 2536149 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53143__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53143_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53143"}
[junit4:junit4]   2> 2536161 T5177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536161 T5218 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536161 T5232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536162 T5190 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536162 T5249 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536162 T5247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536161 T5204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536168 T5172 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2536175 T5197 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536203 T5212 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536232 T5223 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536247 T5181 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536272 T5224 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536305 T5211 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536852 T5197 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2536853 T5200 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:53153__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 2536854 T5200 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53153__nodes_used_collection_shard1_replica1&state=recovering&nodeName=127.0.0.1:53153_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2006 
[junit4:junit4]   2> 2536858 T5197 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2536885 T5197 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2> 2536886 T5168 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2536890 T5168 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2536932 T5186 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537011 T5186 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537019 T5195 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537021 T5223 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537027 T5195 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537040 T5168 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2> 2537047 T5228 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:53143__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 2537048 T5228 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53143__nodes_used_collection_shard2_replica2&state=recovering&nodeName=127.0.0.1:53143_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   2> 2537062 T5195 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 2537068 T5223 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537070 T5224 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537083 T5223 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 2537087 T5224 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537100 T5224 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2> 2537185 T5186 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 2537191 T5163 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537201 T5163 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537324 T5163 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica5] Schema name=test
[junit4:junit4]   2> 2537352 T5212 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537368 T5212 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537379 T5181 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537378 T5211 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537388 T5211 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537389 T5181 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537449 T5212 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica4] Schema name=test
[junit4:junit4]   2> 2537484 T5211 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2> 2537521 T5181 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C3192 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@5c441feb url=http://127.0.0.1:53153/nodes_used_collection_shard1_replica1 node=127.0.0.1:53153_ C3192_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53153_, base_url=http://127.0.0.1:53153}
[junit4:junit4]   2> 2538868 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2538873 T5244 C3192 P53153 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:53153 START replicas=[http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 2538885 T5244 C3192 P53153 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2538885 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538885 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538886 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538886 T5244 C3192 P53153 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2538886 T5244 C3192 P53153 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538887 T5244 C3192 P53153 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C3193 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@70088ca2 url=http://127.0.0.1:53150/nodes_used_collection_shard1_replica2 node=127.0.0.1:53150_ C3193_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53150_, base_url=http://127.0.0.1:53150, leader=true}
[junit4:junit4]   2> 2538969 T5196 C3193 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=7 
[junit4:junit4]   2> 2539036 T5198 C3193 P53150 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2539044 T5198 C3193 P53150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2539045 T5198 C3193 P53150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2539050 T5198 C3193 P53150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539050 T5198 C3193 P53150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> ASYNC  NEW_CORE C3194 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41e4e67d url=http://127.0.0.1:53143/nodes_used_collection_shard2_replica2 node=127.0.0.1:53143_ C3194_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53143_, base_url=http://127.0.0.1:53143}
[junit4:junit4]   2> 2539053 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/ core=nodes_used_collection_shard2_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 2539053 T5245 C3194 P53143 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:53143 START replicas=[http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 2539053 T5198 C3193 P53150 oass.SolrIndexSearcher.<init> Opening Searcher@5b32ef01 realtime
[junit4:junit4]   2> 2539054 T5198 C3193 P53150 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2539055 T5198 C3193 P53150 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   2> 2539057 T5244 C3192 P53153 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539058 T5244 C3192 P53153 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539067 T5245 C3194 P53143 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2539068 T5245 C3194 P53143 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539069 T5245 C3194 P53143 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2539066 T5196 C3193 P53150 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539079 T5196 C3193 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=14 
[junit4:junit4]   2> 2539083 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2539083 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2539084 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2539110 T5200 C3193 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2539114 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> ASYNC  NEW_CORE C3195 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@5c441feb url=http://127.0.0.1:53153/nodes_used_collection_shard1_replica1 node=127.0.0.1:53153_ C3195_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53153_, base_url=http://127.0.0.1:53153}
[junit4:junit4]   2> 2539192 T5244 C3195 P53153 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380
[junit4:junit4]   2> ASYNC  NEW_CORE C3196 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@6a5d036 url=http://127.0.0.1:53156/nodes_used_collection_shard2_replica1 node=127.0.0.1:53156_ C3196_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53156_, base_url=http://127.0.0.1:53156, leader=true}
[junit4:junit4]   2> 2539196 T5225 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> 2539197 T5244 C3195 P53153 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@42c0dab3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@50cf139e) fullCopy=false
[junit4:junit4]   2> 2539199 T5228 C3196 P53156 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2539208 T5228 C3196 P53156 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2539209 T5228 C3196 P53156 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2539211 T5228 C3196 P53156 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539211 T5228 C3196 P53156 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2539212 T5228 C3196 P53156 oass.SolrIndexSearcher.<init> Opening Searcher@20f955a2 realtime
[junit4:junit4]   2> 2539212 T5228 C3196 P53156 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2539213 T5228 C3196 P53156 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> ASYNC  NEW_CORE C3197 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@70088ca2 url=http://127.0.0.1:53150/nodes_used_collection_shard1_replica2 node=127.0.0.1:53150_ C3197_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53150_, base_url=http://127.0.0.1:53150, leader=true}
[junit4:junit4]   2> 2539215 T5198 C3197 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C3198 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41e4e67d url=http://127.0.0.1:53143/nodes_used_collection_shard2_replica2 node=127.0.0.1:53143_ C3198_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53143_, base_url=http://127.0.0.1:53143}
[junit4:junit4]   2> 2539227 T5245 C3198 P53143 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539227 T5245 C3198 P53143 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2539228 T5244 C3195 P53153 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2539233 T5226 C3196 P53156 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539258 T5226 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=26 
[junit4:junit4]   2> 2539267 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2539267 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2539268 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2539269 T5244 C3195 P53153 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2539269 T5244 C3195 P53153 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539273 T5225 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2539276 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2539281 T5244 C3195 P53153 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@201ce579 lockFactory=org.apache.lucene.store.NativeFSLockFactory@246e9059),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@201ce579 lockFactory=org.apache.lucene.store.NativeFSLockFactory@246e9059),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539283 T5244 C3195 P53153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2539286 T5245 C3198 P53143 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550
[junit4:junit4]   2> 2539287 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7569290b lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d4b8800) fullCopy=false
[junit4:junit4]   2> 2539287 T5244 C3195 P53153 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2539288 T5244 C3195 P53153 oass.SolrIndexSearcher.<init> Opening Searcher@b12b92f main
[junit4:junit4]   2> 2539290 T5238 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@b12b92f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2539292 T5244 C3195 P53153 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380;done=true>>]
[junit4:junit4]   2> 2539292 T5244 C3195 P53153 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380
[junit4:junit4]   2> 2539293 T5244 C3195 P53153 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380
[junit4:junit4]   2> 2539293 T5244 C3195 P53153 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539294 T5244 C3195 P53153 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539294 T5244 C3195 P53153 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 2539299 T5228 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2539300 T5244 C3195 P53153 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539319 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2539320 T5245 C3198 P53143 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2539320 T5245 C3198 P53143 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539327 T5245 C3198 P53143 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38a34175 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cbcf28),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38a34175 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cbcf28),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539328 T5245 C3198 P53143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2539338 T5245 C3198 P53143 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2539339 T5245 C3198 P53143 oass.SolrIndexSearcher.<init> Opening Searcher@24892244 main
[junit4:junit4]   2> 2539342 T5239 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@24892244 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2539343 T5245 C3198 P53143 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550;done=true>>]
[junit4:junit4]   2> 2539343 T5245 C3198 P53143 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550
[junit4:junit4]   2> 2539344 T5245 C3198 P53143 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550
[junit4:junit4]   2> 2539344 T5245 C3198 P53143 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539345 T5245 C3198 P53143 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539345 T5245 C3198 P53143 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 2539356 T5245 C3198 P53143 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2540733 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2540735 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53153__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53153_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   2> 2540745 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53143__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53143_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53143"}
[junit4:junit4]   2> 2540764 T5204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540764 T5172 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540765 T5190 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540765 T5232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540764 T5247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540765 T5177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540765 T5249 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2540765 T5218 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2546184 T5186 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546286 T5186 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546371 T5186 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546550 T5186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2546590 T5186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2546645 T5186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2546649 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2546649 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2546650 T5186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2546657 T5212 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546660 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2546661 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2546661 T5186 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2546662 T5186 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica3] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/
[junit4:junit4]   2> 2546663 T5186 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2546664 T5186 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2546665 T5186 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data
[junit4:junit4]   2> 2546665 T5186 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/index/
[junit4:junit4]   2> 2546666 T5186 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica3] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2546675 T5186 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/index
[junit4:junit4]   2> 2546710 T5186 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@51c46d61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@171d8a81),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2546710 T5186 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2546711 T5163 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546724 T5181 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546728 T5186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2546729 T5186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2546730 T5186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2546735 T5186 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2546736 T5186 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2546737 T5186 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2546737 T5186 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2546742 T5186 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2546743 T5186 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2546745 T5212 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546809 T5197 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546821 T5163 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546833 T5163 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546836 T5181 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546841 T5181 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546856 T5186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2546879 T5186 oass.SolrIndexSearcher.<init> Opening Searcher@10e9b86b main
[junit4:junit4]   2> 2546884 T5186 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/tlog
[junit4:junit4]   2> 2546887 T5186 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2546887 T5186 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2546896 T5197 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546897 T5212 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546914 T5197 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546921 T5168 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546923 T5195 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546936 T5260 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica3] Registered new searcher Searcher@10e9b86b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2546956 T5186 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica3 state=down
[junit4:junit4]   2> 2546969 T5223 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546982 T5195 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546987 T5181 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2546996 T5212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547008 T5195 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547019 T5168 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2547025 T5168 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547033 T5223 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2547057 T5223 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547083 T5211 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2547083 T5212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547097 T5163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547102 T5197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547104 T5181 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547107 T5212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547115 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547116 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547117 T5212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547116 T5197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547121 T5181 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547127 T5163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547128 T5211 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2547143 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547143 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547144 T5212 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547145 T5212 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica4] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/
[junit4:junit4]   2> 2547145 T5212 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547146 T5212 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547147 T5212 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data
[junit4:junit4]   2> 2547148 T5212 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/index/
[junit4:junit4]   2> 2547148 T5212 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica4] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547150 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547150 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547150 T5181 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547154 T5163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547157 T5197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547159 T5212 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/index
[junit4:junit4]   2> 2547166 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547167 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547170 T5181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547171 T5181 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   2> 2547171 T5181 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547154 T5211 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547173 T5212 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@56c26e9b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f7b377a),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547178 T5212 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547173 T5181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547169 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547183 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547183 T5197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547169 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547187 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547187 T5163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547182 T5181 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data
[junit4:junit4]   2> 2547189 T5181 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/index/
[junit4:junit4]   2> 2547189 T5181 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica3] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547192 T5181 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/index
[junit4:junit4]   2> 2547200 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547201 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547201 T5163 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547202 T5163 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica5] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/
[junit4:junit4]   2> 2547203 T5163 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547203 T5163 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547204 T5163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data
[junit4:junit4]   2> 2547205 T5163 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/index/
[junit4:junit4]   2> 2547205 T5163 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica5] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547208 T5163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/index
[junit4:junit4]   2> 2547217 T5212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547218 T5212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547219 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547226 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547226 T5197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547227 T5197 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   2> 2547228 T5197 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547229 T5197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547230 T5197 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data
[junit4:junit4]   2> 2547231 T5197 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/index/
[junit4:junit4]   2> 2547231 T5197 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547225 T5212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547233 T5212 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547228 T5181 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a81a62 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3caf77b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547235 T5181 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547227 T5163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1baf06bb lockFactory=org.apache.lucene.store.NativeFSLockFactory@147a572d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547238 T5163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547239 T5168 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547235 T5197 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/index
[junit4:junit4]   2> 2547262 T5195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547273 T5181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547274 T5181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547276 T5181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547277 T5181 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547278 T5181 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547278 T5181 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547234 T5212 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547285 T5212 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547286 T5212 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547287 T5212 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547288 T5212 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547285 T5181 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547293 T5181 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547285 T5197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@577c730f lockFactory=org.apache.lucene.store.NativeFSLockFactory@13ed3ecf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547295 T5197 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547297 T5163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547298 T5163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547299 T5163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547300 T5181 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547300 T5163 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547306 T5163 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547306 T5163 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547307 T5163 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547308 T5163 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547308 T5163 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547313 T5168 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547325 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547326 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547329 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547332 T5197 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547333 T5197 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547333 T5197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547334 T5197 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547335 T5197 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547348 T5197 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547349 T5195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547351 T5181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547348 T5223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547363 T5163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547374 T5212 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547382 T5223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547387 T5168 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547392 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547395 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547396 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547396 T5168 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547405 T5211 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547409 T5163 oass.SolrIndexSearcher.<init> Opening Searcher@d72230a main
[junit4:junit4]   2> 2547410 T5163 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/tlog
[junit4:junit4]   2> 2547416 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547416 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547417 T5168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547417 T5168 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica5] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/
[junit4:junit4]   2> 2547419 T5168 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547420 T5168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547419 T5195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547421 T5168 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data
[junit4:junit4]   2> 2547422 T5168 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/index/
[junit4:junit4]   2> 2547423 T5168 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica5] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547425 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547425 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547426 T5195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547427 T5168 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/index
[junit4:junit4]   2> 2547428 T5211 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547430 T5223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547424 T5197 oass.SolrIndexSearcher.<init> Opening Searcher@736b7d52 main
[junit4:junit4]   2> 2547434 T5197 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/tlog
[junit4:junit4]   2> 2547424 T5163 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2547438 T5163 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2547436 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547444 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547445 T5195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547446 T5195 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   2> 2547447 T5195 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547448 T5195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547450 T5195 oasc.CachingDirec

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

der_elect (2)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/awholynewcollection_1/leader_elect/shard1/election (3)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard1/election/89824033040171020-127.0.0.1:53156__awholynewcollection_1_shard1_replica1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard1/election/89824033040171014-127.0.0.1:53147__awholynewcollection_1_shard1_replica2-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard1/election/89824033040171016-127.0.0.1:53150__awholynewcollection_1_shard1_replica3-n_0000000002 (0)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/awholynewcollection_1/leader_elect/shard2/election (3)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89824033040171011-127.0.0.1:53143__awholynewcollection_1_shard2_replica2-n_0000000002 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89824033040171020-127.0.0.1:53156__awholynewcollection_1_shard2_replica3-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89824033040171018-127.0.0.1:53153__awholynewcollection_1_shard2_replica1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/awholynewcollection_1/leaders (2)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard1_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:53147_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:53147"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard2_replica1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:53153_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171016-127.0.0.1:53150_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171011-127.0.0.1:53143_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171020-127.0.0.1:53156_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171018-127.0.0.1:53153_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171014-127.0.0.1:53147_-n_0000000001 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89824033040171011-127.0.0.1:53143_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=E60367ED123D8B46 -Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  349s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E60367ED123D8B46:67E5E9F56562EB7A]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 2863371 T5150 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 348770 T5149 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=sr_BA, timezone=America/Argentina/Buenos_Aires
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Apple Inc. 1.6.0_45 (64-bit)/cpus=2,threads=1,free=72423632,total=204369920
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPropInject, TestNumberUtils, ShardRoutingCustomTest, TestSolrXMLSerializer, SyncSliceTest, TestSolrIndexConfig, PeerSyncTest, HighlighterConfigTest, SolrCoreCheckLockOnStartupTest, TestDistributedSearch, TestXIncludeConfig, RegexBoostProcessorTest, ChaosMonkeySafeLeaderTest, ReturnFieldsTest, WordBreakSolrSpellCheckerTest, TestLuceneMatchVersion, ResponseLogComponentTest, TestDistributedGrouping, TestClassNameShortening, TestShardHandlerFactory, TestFieldCollectionResource, CacheHeaderTest, CurrencyFieldOpenExchangeTest, TestSuggestSpellingConverter, PreAnalyzedUpdateProcessorTest, SoftAutoCommitTest, ZkCLITest, TestPseudoReturnFields, SampleTest, SuggesterTest, TestJoin, TestCSVResponseWriter, TestWriterPerf, TestIndexSearcher, AliasIntegrationTest, TestCoreDiscovery, SpellPossibilityIteratorTest, SliceStateTest, TestCodecSupport, TestReloadAndDeleteDocs, TestManagedSchema, TestFoldingMultitermQuery, TestJmxMonitoredMap, IndexReaderFactoryTest, PolyFieldTest, TestQueryUtils, TestSchemaResource, ExternalFileFieldSortTest, TestReplicationHandler, TestRecovery, OverseerTest, StatelessScriptUpdateProcessorFactoryTest, BadIndexSchemaTest, TestConfig, SignatureUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, JSONWriterTest, TestElisionMultitermQuery, LeaderElectionIntegrationTest, TestManagedSchemaFieldResource, SortByFunctionTest, TestSolrQueryParser, DocumentBuilderTest, TestHashPartitioner, SolrIndexSplitterTest, NoCacheHeaderTest, AutoCommitTest, TestDefaultSimilarityFactory, ShardRoutingTest, TimeZoneUtilsTest, DateFieldTest, TestQueryTypes, TestPHPSerializedResponseWriter, LukeRequestHandlerTest, TestFunctionQuery, HighlighterTest, OverseerCollectionProcessorTest, TestArbitraryIndexDir, TestRandomFaceting, TestQuerySenderListener, DistributedTermsComponentTest, TestRealTimeGet, TestTrie, TestRTGBase, SolrCmdDistributorTest, DistributedSpellCheckComponentTest, TestCloudManagedSchema, RequestHandlersTest, TestExtendedDismaxParser, TestLFUCache, ClusterStateUpdateTest, PluginInfoTest, ClusterStateTest, LeaderElectionTest, TestMaxScoreQueryParser, FastVectorHighlighterTest, TestSolrXml, FileUtilsTest, CopyFieldTest, DebugComponentTest, SimplePostToolTest, DefaultValueUpdateProcessorTest, TestBinaryResponseWriter, TestWordDelimiterFilterFactory, LegacyHTMLStripCharFilterTest, NumericFieldsTest, ShowFileRequestHandlerTest, ResourceLoaderTest, TestBinaryField, DistanceFunctionTest, TestSolrJ, TestAnalyzedSuggestions, TestSurroundQueryParser, TestRangeQuery, TestReversedWildcardFilterFactory, DirectSolrSpellCheckerTest, TestFaceting, TermVectorComponentTest, JsonLoaderTest, TestComponentsName, TestSchemaVersionResource, CurrencyFieldXmlFileTest, IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest, TermVectorComponentDistributedTest, TestCollationField, SpellCheckCollatorTest, TestLMDirichletSimilarityFactory, TestLazyCores, TestRemoteStreaming, TestFastLRUCache, TestSolrDeletionPolicy2, SuggesterWFSTTest, BasicFunctionalityTest, DirectUpdateHandlerOptimizeTest, FullSolrCloudDistribCmdsTest, TestCopyFieldCollectionResource, SimpleFacetsTest, TestPartialUpdateDeduplication, TestSolrQueryParserResource, OutputWriterTest, TestSystemIdResolver, SolrPluginUtilsTest, TestZkChroot, PingRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 349.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 460 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:386: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:366: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1243: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:887: There were test failures: 297 suites, 1246 tests, 1 failure, 18 ignored (6 assumptions)

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