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

1 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Error from server at https://127.0.0.1:59035//collection1: 
java.lang.NullPointerException  at 
org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:105)
  at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:751)
  at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:734)
  at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:406)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:156)
  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2070)  at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)  at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:457)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
  at 
org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)  
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)  
at org.eclipse.jetty.server.Server.handle(Server.java:499)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)  at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) 
 at java.lang.Thread.run(Thread.java:745) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:59035//collection1: 
java.lang.NullPointerException
        at 
org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:105)
        at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:751)
        at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:734)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:406)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:156)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2070)
        at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:457)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at 
org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:499)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
        at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
        at java.lang.Thread.run(Thread.java:745)

        at 
__randomizedtesting.SeedInfo.seed([33BD2F441ACF67AB:BBE9109EB4330A53]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
        at 
org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1138)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1100)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
        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:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:987)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10672 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/init-core-data-001
   [junit4]   2> 1837491 INFO  
(SUITE-TestDistributedSearch-seed#[33BD2F441ACF67AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1837491 INFO  
(SUITE-TestDistributedSearch-seed#[33BD2F441ACF67AB]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1838143 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1838146 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] o.e.j.s.Server 
jetty-9.2.13.v20150730
   [junit4]   2> 1838155 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9f64362{/,null,AVAILABLE}
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6c1dc0a{SSL-http/1.1}{127.0.0.1:58965}
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] o.e.j.s.Server 
Started @1842833ms
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=58965, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores}
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@265f00f9
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control'
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1838163 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1838164 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/solr.xml
   [junit4]   2> 1838268 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores
   [junit4]   2> 1838268 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1871391269
   [junit4]   2> 1838268 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control]
   [junit4]   2> 1838268 WARN  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/lib
   [junit4]   2> 1838381 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1838389 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1838394 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1838394 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1838394 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1838395 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1838396 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores
   [junit4]   2> 1838397 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, dataDir=data/, 
name=collection1, config=solrconfig.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, schema=schema.xml, 
configSet=collection1}
   [junit4]   2> 1838397 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1838397 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1838398 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1838399 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1838399 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1838399 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1838399 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1838399 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1838399 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1838456 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1838500 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1838552 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1838564 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1838957 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1838968 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1838972 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1838980 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1838993 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1838996 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1838996 WARN  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1838996 WARN  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1838997 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1838997 WARN  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1838997 WARN  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1839001 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1839002 INFO  (coreLoadExecutor-4670-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1839002 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1839002 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1839002 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2b2373
   [junit4]   2> 1839003 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1839003 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1839003 WARN  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1839003 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1839004 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=404172125, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1839005 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@59961866 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d1bfe7d),segFN=segments_1,generation=1}
   [junit4]   2> 1839005 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1839005 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1839006 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/control/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1839009 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1839009 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1839009 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1839010 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1839018 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1839020 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1839021 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1839023 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1839028 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1839031 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/debug/dump,/admin/logging,lazy,spellCheckCompRH_Direct,/update/json,/admin/ping,/admin/file,/get,spellCheckWithWordbreak_Direct,spellCheckCompRH,standard,/replication,/admin/threads,spellCheckCompRH1,mock,/admin/segments,/config,tvrh,/admin/luke,/admin/mbeans,/update/json/docs,/search-facet-invariants,dismax,mltrh,/terms,/update/csv,/search-facet-def,/update,/admin/system,/admin/properties,spellCheckWithWordbreak,/admin/plugins,/mlt,defaults,/schema
   [junit4]   2> 1839035 WARN  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 1839036 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1839037 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1839037 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1839038 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1839038 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1839039 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7514998391597736]
   [junit4]   2> 1839039 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@59961866 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d1bfe7d),segFN=segments_1,generation=1}
   [junit4]   2> 1839039 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1839039 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5af7787c[collection1] 
main
   [junit4]   2> 1839039 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1839039 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1839040 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1839040 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1839077 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1839316 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1839316 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1839321 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1839321 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1839321 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1839322 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1839322 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1839322 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1839322 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1520210597174575104
   [junit4]   2> 1839323 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1839324 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1839324 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1839324 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1520210597174575104
   [junit4]   2> 1839324 INFO  (coreLoadExecutor-4670-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1839325 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1839325 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1839326 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5af7787c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1839806 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1839811 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] o.e.j.s.Server 
jetty-9.2.13.v20150730
   [junit4]   2> 1839816 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ca95bb{/,null,AVAILABLE}
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@422c296b{SSL-http/1.1}{127.0.0.1:58966}
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] o.e.j.s.Server 
Started @1844491ms
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores,
 hostPort=58966, hostContext=/}
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@265f00f9
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0'
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1839821 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1839822 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1839864 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores
   [junit4]   2> 1839864 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1507377584
   [junit4]   2> 1839864 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0]
   [junit4]   2> 1839864 WARN  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/lib
   [junit4]   2> 1839864 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1839882 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1839884 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1839884 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1839884 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1839884 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1839885 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores
   [junit4]   2> 1839886 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true, 
transient=false, configSet=collection1, config=solrconfig.xml, dataDir=data/, 
configSetProperties=configsetprops.json, name=collection1, schema=schema.xml}
   [junit4]   2> 1839886 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1839886 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1839887 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1839887 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1839887 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1839887 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1839888 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1839888 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1839888 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1839952 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1839982 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1840039 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1840048 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1840330 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1840339 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1840341 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1840357 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1840364 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1840367 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1840367 WARN  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1840367 WARN  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1840368 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1840368 WARN  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1840368 WARN  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1840371 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1840372 INFO  (coreLoadExecutor-4681-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1840372 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1840372 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1840372 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2b2373
   [junit4]   2> 1840373 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1840373 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1840373 WARN  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1840373 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1840373 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=404172125, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1840374 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6fd575db 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@272cb639),segFN=segments_1,generation=1}
   [junit4]   2> 1840374 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1840375 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1840375 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001/tempDir-001/shard0/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1840379 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1840379 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1840379 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1840380 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1840387 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840389 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840390 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840391 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840398 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1840400 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/debug/dump,/admin/logging,lazy,spellCheckCompRH_Direct,/update/json,/admin/ping,/admin/file,/get,spellCheckWithWordbreak_Direct,spellCheckCompRH,standard,/replication,/admin/threads,spellCheckCompRH1,mock,/admin/segments,/config,tvrh,/admin/luke,/admin/mbeans,/update/json/docs,/search-facet-invariants,dismax,mltrh,/terms,/update/csv,/search-facet-def,/update,/admin/system,/admin/properties,spellCheckWithWordbreak,/admin/plugins,/mlt,defaults,/schema
   [junit4]   2> 1840403 WARN  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 1840404 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1840406 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1840406 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1840406 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1840406 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1840407 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7514998391597736]
   [junit4]   2> 1840407 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6fd575db 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@272cb639),segFN=segments_1,generation=1}
   [junit4]   2> 1840407 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1840407 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@78de6322[collection1] 
main
   [junit4]   2> 1840408 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1840408 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1840408 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1840408 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1840429 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1840522 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1840523 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1840523 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1840523 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1840523 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1840524 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1840524 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1840524 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1840524 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1520210598434963456
   [junit4]   2> 1840524 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1840524 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1840525 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1840526 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1520210598434963456
   [junit4]   2> 1840526 INFO  (coreLoadExecutor-4681-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1840530 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1840532 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1840533 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78de6322[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1840897 INFO  
(TEST-TestDistributedSearch.test-seed#[33BD2F441ACF67AB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1840939 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {deleteByQuery=*:* (-1520210598868025344)} 0 2
   [junit4]   2> 1840979 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {deleteByQuery=*:* (-1520210598908919808)} 0 2
   [junit4]   2> 1840987 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[1 (1520210598917308416)]} 0 3
   [junit4]   2> 1840992 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[1 (1520210598923599872)]} 0 1
   [junit4]   2> 1841014 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[2 (1520210598945619968)]} 0 4
   [junit4]   2> 1841020 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[2 (1520210598954008576)]} 0 1
   [junit4]   2> 1841024 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[3 (1520210598958202880)]} 0 1
   [junit4]   2> 1841029 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[3 (1520210598963445760)]} 0 1
   [junit4]   2> 1841044 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[4 (1520210598978125824)]} 0 2
   [junit4]   2> 1841048 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[4 (1520210598983368704)]} 0 1
   [junit4]   2> 1841053 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[5 (1520210598988611584)]} 0 1
   [junit4]   2> 1841063 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[5 (1520210598997000192)]} 0 2
   [junit4]   2> 1841069 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[6 (1520210599005388800)]} 0 1
   [junit4]   2> 1841073 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[6 (1520210599009583104)]} 0 1
   [junit4]   2> 1841084 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[7 (1520210599020068864)]} 0 2
   [junit4]   2> 1841090 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[7 (1520210599027408896)]} 0 1
   [junit4]   2> 1841095 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[8 (1520210599032651776)]} 0 1
   [junit4]   2> 1841103 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[8 (1520210599038943232)]} 0 2
   [junit4]   2> 1841109 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[9 (1520210599046283264)]} 0 1
   [junit4]   2> 1841114 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[9 (1520210599051526144)]} 0 1
   [junit4]   2> 1841124 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1841155 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@59961866 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d1bfe7d),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@59961866 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d1bfe7d),segFN=segments_2,generation=2}
   [junit4]   2> 1841158 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1841160 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@25a29753[collection1] main
   [junit4]   2> 1841161 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1841163 INFO  
(searcherExecutor-4671-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@25a29753[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.0):c9)))}
   [junit4]   2> 1841163 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={softCommit=false&commit=true&version=2&waitSearcher=true&wt=javabin} 
{commit=} 0 39
   [junit4]   2> 1841167 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1841171 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6fd575db 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@272cb639),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6fd575db 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@272cb639),segFN=segments_2,generation=2}
   [junit4]   2> 1841172 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1841173 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@39129ec1[collection1] main
   [junit4]   2> 1841174 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1841174 INFO  
(searcherExecutor-4682-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39129ec1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.0):c9)))}
   [junit4]   2> 1841175 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={softCommit=false&commit=true&version=2&waitSearcher=true&wt=javabin} 
{commit=} 0 8
   [junit4]   2> 1841191 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[10 (1520210599123877888)]} 0 10
   [junit4]   2> 1841201 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[10 (1520210599137509376)]} 0 7
   [junit4]   2> 1841212 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[11 (1520210599155335168)]} 0 1
   [junit4]   2> 1841217 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[11 (1520210599159529472)]} 0 2
   [junit4]   2> 1841239 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[12 (1520210599183646720)]} 0 1
   [junit4]   2> 1841247 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[12 (1520210599189938176)]} 0 3
   [junit4]   2> 1841255 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[13 (1520210599200423936)]} 0 1
   [junit4]   2> 1841260 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[13 (1520210599205666816)]} 0 2
   [junit4]   2> 1841272 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[1001 (1520210599214055424)]} 0 6
   [junit4]   2> 1841278 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[1001 (1520210599224541184)]} 0 1
   [junit4]   2> 1841283 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[14 (1520210599229784064)]} 0 1
   [junit4]   2> 1841296 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[14 (1520210599244464128)]} 0 0
   [junit4]   2> 1841300 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[15 (1520210599248658432)]} 0 0
   [junit4]   2> 1841304 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[15 (1520210599252852736)]} 0 0
   [junit4]   2> 1841314 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[16 (1520210599261241344)]} 0 2
   [junit4]   2> 1841320 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[16 (1520210599269629952)]} 0 0
   [junit4]   2> 1841325 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[17 (1520210599273824256)]} 0 1
   [junit4]   2> 1841332 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[17 (1520210599280115712)]} 0 3
   [junit4]   2> 1841339 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[100 (1520210599288504320)]} 0 1
   [junit4]   2> 1841343 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[100 (1520210599293747200)]} 0 0
   [junit4]   2> 1841347 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[101 (1520210599296892928)]} 0 0
   [junit4]   2> 1841357 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[101 (1520210599306330112)]} 0 1
   [junit4]   2> 1841363 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[102 (1520210599313670144)]} 0 1
   [junit4]   2> 1841366 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[102 (1520210599317864448)]} 0 0
   [junit4]   2> 1841374 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[103 (1520210599325204480)]} 0 2
   [junit4]   2> 1841384 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[103 (1520210599335690240)]} 0 1
   [junit4]   2> 1841389 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[104 (1520210599340933120)]} 0 0
   [junit4]   2> 1841394 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[104 (1520210599346176000)]} 0 1
   [junit4]   2> 1841402 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[105 (1520210599353516032)]} 0 2
   [junit4]   2> 1841410 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[105 (1520210599364001792)]} 0 1
   [junit4]   2> 1841415 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[106 (1520210599368196096)]} 0 0
   [junit4]   2> 1841418 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[106 (1520210599372390400)]} 0 0
   [junit4]   2> 1841427 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[107 (1520210599380779008)]} 0 1
   [junit4]   2> 1841441 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[107 (1520210599395459072)]} 0 1
   [junit4]   2> 1841454 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[108 (1520210599409090560)]} 0 1
   [junit4]   2> 1841459 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[108 (1520210599415382016)]} 0 0
   [junit4]   2> 1841464 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[109 (1520210599419576320)]} 0 0
   [junit4]   2> 1841470 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[109 (1520210599425867776)]} 0 1
   [junit4]   2> 1841477 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[110 (1520210599433207808)]} 0 1
   [junit4]   2> 1841485 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[110 (1520210599441596416)]} 0 1
   [junit4]   2> 1841490 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[111 (1520210599446839296)]} 0 0
   [junit4]   2> 1841493 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[111 (1520210599451033600)]} 0 0
   [junit4]   2> 1841501 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[112 (1520210599458373632)]} 0 1
   [junit4]   2> 1841508 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[112 (1520210599465713664)]} 0 1
   [junit4]   2> 1841515 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[113 (1520210599474102272)]} 0 1
   [junit4]   2> 1841522 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[113 (1520210599480393728)]} 0 1
   [junit4]   2> 1841530 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[114 (1520210599488782336)]} 0 1
   [junit4]   2> 1841536 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[114 (1520210599495073792)]} 0 1
   [junit4]   2> 1841549 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[115 (1520210599507656704)]} 0 2
   [junit4]   2> 1841555 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[115 (1520210599516045312)]} 0 0
   [junit4]   2> 1841559 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[116 (1520210599520239616)]} 0 0
   [junit4]   2> 1841565 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[116 (1520210599525482496)]} 0 1
   [junit4]   2> 1841580 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[117 (1520210599538065408)]} 0 4
   [junit4]   2> 1841590 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[117 (1520210599551696896)]} 0 1
   [junit4]   2> 1841594 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[118 (1520210599555891200)]} 0 1
   [junit4]   2> 1841602 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[118 (1520210599564279808)]} 0 1
   [junit4]   2> 1841611 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[119 (1520210599573716992)]} 0 0
   [junit4]   2> 1841615 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[119 (1520210599577911296)]} 0 0
   [junit4]   2> 1841620 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[120 (1520210599584202752)]} 0 0
   [junit4]   2> 1841624 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[120 (1520210599588397056)]} 0 0
   [junit4]   2> 1841633 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[121 (1520210599595737088)]} 0 3
   [junit4]   2> 1841639 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[121 (1520210599604125696)]} 0 0
   [junit4]   2> 1841644 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[122 (1520210599609368576)]} 0 0
   [junit4]   2> 1841657 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[122 (1520210599621951488)]} 0 1
   [junit4]   2> 1841665 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[123 (1520210599630340096)]} 0 0
   [junit4]   2> 1841672 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[123 (1520210599636631552)]} 0 2
   [junit4]   2> 1841682 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[124 (1520210599649214464)]} 0 0
   [junit4]   2> 1841686 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[124 (1520210599653408768)]} 0 0
   [junit4]   2> 1841690 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[125 (1520210599657603072)]} 0 0
   [junit4]   2> 1841703 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[125 (1520210599670185984)]} 0 2
   [junit4]   2> 1841708 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[126 (1520210599676477440)]} 0 0
   [junit4]   2> 1841716 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[126 (1520210599683817472)]} 0 1
   [junit4]   2> 1841725 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[127 (1520210599693254656)]} 0 0
   [junit4]   2> 1841737 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[127 (1520210599705837568)]} 0 1
   [junit4]   2> 1841745 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[128 (1520210599714226176)]} 0 0
   [junit4]   2> 1841748 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[128 (1520210599718420480)]} 0 0
   [junit4]   2> 1841755 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[129 (1520210599723663360)]} 0 2
   [junit4]   2> 1841766 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[129 (1520210599736246272)]} 0 0
   [junit4]   2> 1841769 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[130 (1520210599740440576)]} 0 0
   [junit4]   2> 1841772 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[130 (1520210599743586304)]} 0 0
   [junit4]   2> 1841782 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[131 (1520210599753023488)]} 0 2
   [junit4]   2> 1841788 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[131 (1520210599758266368)]} 0 1
   [junit4]   2> 1841797 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[132 (1520210599767703552)]} 0 2
   [junit4]   2> 1841805 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[132 (1520210599778189312)]} 0 0
   [junit4]   2> 1841809 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[133 (1520210599781335040)]} 0 0
   [junit4]   2> 1841820 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[133 (1520210599791820800)]} 0 7
   [junit4]   2> 1841827 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[134 (1520210599800209408)]} 0 0
   [junit4]   2> 1841831 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[134 (1520210599804403712)]} 0 0
   [junit4]   2> 1841837 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[135 (1520210599810695168)]} 0 1
   [junit4]   2> 1841846 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[135 (1520210599820132352)]} 0 0
   [junit4]   2> 1841850 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[136 (1520210599824326656)]} 0 0
   [junit4]   2> 1841855 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[136 (1520210599828520960)]} 0 2
   [junit4]   2> 1841865 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[137 (1520210599840055296)]} 0 2
   [junit4]   2> 1841869 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[137 (1520210599844249600)]} 0 0
   [junit4]   2> 1841875 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[138 (1520210599850541056)]} 0 1
   [junit4]   2> 1841883 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[138 (1520210599857881088)]} 0 2
   [junit4]   2> 1841889 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[139 (1520210599865221120)]} 0 0
   [junit4]   2> 1841895 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[139 (1520210599870464000)]} 0 1
   [junit4]   2> 1841901 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[140 (1520210599877804032)]} 0 1
   [junit4]   2> 1841908 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[140 (1520210599885144064)]} 0 2
   [junit4]   2> 1841912 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[141 (1520210599889338368)]} 0 0
   [junit4]   2> 1841915 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[141 (1520210599893532672)]} 0 0
   [junit4]   2> 1841922 INFO  (qtp1207291404-10309) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[142 (1520210599899824128)]} 0 1
   [junit4]   2> 1841931 INFO  (qtp1934670600-10322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[142 (1520210599908212736)]} 0 2
   [junit4]   2> 1841936 INFO  (qtp1207291404-10304) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[143 (1520210599914504192)]} 0 0
   [junit4]   2> 1841939 INFO  (qtp1934670600-10323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[143 (1520210599918698496)]} 0 0
   [junit4]   2> 1841944 INFO  (qtp1207291404-10305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[144 (1520210599922892800)]} 0 1
   [junit4]   2> 1841950 INFO  (qtp1934670600-10324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[144 (1520210599929184256)]} 0 0
   [junit4]   2> 1841962 INFO  (qtp1207291404-10306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[145 (1520210599941767168)]} 0 1
   [junit4]   2> 1841966 INFO  (qtp1934670600-10325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[145 (1520210599945961472)]} 0 1
   [junit4]   2> 1841975 INFO  (qtp1207291404-10307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[146 (1520210599955398656)]} 0 1
   [junit4]   2> 1841980 INFO  (qtp1934670600-10326) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[146 (1520210599961690112)]} 0 0
   [junit4]   2> 1841985 INFO  (qtp1207291404-10308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update 
params={version=2&wt=javabin} {add=[147 (1520210599965884416)]} 0 0
   [junit4]   2> 1841989 INFO  (qtp1934670600-10327) [    x:collection1] 
o.a.s.u.p.LogUpdateP

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

edResponses(QueryComponent.java:751)
   [junit4]    >        at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:734)
   [junit4]    >        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:406)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:156)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2070)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:457)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222)
   [junit4]    >        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:181)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >        at 
org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    >        at 
org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    >        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    >        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    >        at 
org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    >        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    >        at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    >        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([33BD2F441ACF67AB:BBE9109EB4330A53]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1138)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1100)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:987)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1963960 INFO  
(SUITE-TestDistributedSearch-seed#[33BD2F441ACF67AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_33BD2F441ACF67AB-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=2, maxDocsPerChunk=480, blockSize=111), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=2, blockSize=111)), sim=DefaultSimilarity, locale=sr_BA, timezone=AGT
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 
(64-bit)/cpus=3,threads=1,free=206740696,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestObjectReleaseTracker, 
TestReversedWildcardFilterFactory, HttpPartitionTest, 
TestDocBasedVersionConstraints, SpatialHeatmapFacetsTest, 
TestConfigSetsAPIExclusivity, TestSuggestSpellingConverter, TestSolr4Spatial2, 
SegmentsInfoRequestHandlerTest, SimpleCollectionCreateDeleteTest, 
BadIndexSchemaTest, TestReplicaProperties, TestRawResponseWriter, 
FileUtilsTest, TestBadConfig, LukeRequestHandlerTest, DistanceFunctionTest, 
QueryResultKeyTest, TestCollapseQParserPlugin, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrConfigHandler, 
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestManagedResource, 
TestRestManager, HighlighterMaxOffsetTest, DistributedSuggestComponentTest, 
ConjunctionSolrSpellCheckerTest, AssignTest, SpellingQueryConverterTest, 
ConcurrentDeleteAndCreateCollectionTest, HdfsBasicDistributedZkTest, 
TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SaslZkACLProviderTest, 
TestSolr4Spatial, OverseerCollectionConfigSetProcessorTest, TestCryptoKeys, 
DistribJoinFromCollectionTest, TestCollationField, TestSolrQueryResponse, 
TestMaxScoreQueryParser, WordBreakSolrSpellCheckerTest, 
HdfsWriteToMultipleCollectionsTest, ZkNodePropsTest, TestSolrXml, 
TestDistributedGrouping, BigEndianAscendingWordDeserializerTest, 
DistributedFacetPivotSmallTest, SpellCheckCollatorTest, SolrIndexSplitterTest, 
EchoParamsTest, CSVRequestHandlerTest, DistributedExpandComponentTest, 
RequestHandlersTest, BasicDistributedZk2Test, TestBinaryField, TestOrdValues, 
SolrCmdDistributorTest, TestSchemaVersionResource, 
TestLMJelinekMercerSimilarityFactory, TestTrie, HdfsNNFailoverTest, 
FullSolrCloudDistribCmdsTest, TestValueSourceCache, TestFastOutputStream, 
DateFieldTest, ZkSolrClientTest, MigrateRouteKeyTest, RollingRestartTest, 
NotRequiredUniqueKeyTest, TestDefaultStatsCache, TestSolrDeletionPolicy2, 
HdfsChaosMonkeySafeLeaderTest, SpellCheckComponentTest, TestInitParams, 
ChangedSchemaMergeTest, TestRestoreCore, TestRandomRequestDistribution, 
BasicFunctionalityTest, TestFoldingMultitermQuery, ActionThrottleTest, 
BinaryUpdateRequestHandlerTest, BitVectorTest, TestFuzzyAnalyzedSuggestions, 
MultiTermTest, TestChildDocTransformer, TestRecovery, BJQParserTest, 
ResponseLogComponentTest, CleanupOldIndexTest, FullHLLTest, 
TestReplicationHandlerBackup, DistribCursorPagingTest, TestHashQParserPlugin, 
TestCrossCoreJoin, StatsComponentTest, AsyncMigrateRouteKeyTest, 
ConvertedLegacyTest, TestSolrCloudWithKerberosAlt, TestReRankQParserPlugin, 
TestCloudInspectUtil, HdfsThreadLeakTest, HLLUtilTest, ConnectionManagerTest, 
TestSolrIndexConfig, SuggesterTSTTest, TestPKIAuthenticationPlugin, 
TestFastWriter, CursorMarkTest, TestQueryUtils, 
TestEmbeddedSolrServerConstructors, DistributedTermsComponentTest, 
TestPHPSerializedResponseWriter, ReplicationFactorTest, 
DistributedFacetPivotLongTailTest, UUIDUpdateProcessorFallbackTest, 
CoreAdminRequestStatusTest, TestDynamicFieldResource, TestUtils, 
CacheHeaderTest, TestSimpleQParserPlugin, TestFreeTextSuggestions, 
TestCoreDiscovery, TestWriterPerf, CloudMLTQParserTest, 
OpenCloseCoreStressTest, DefaultValueUpdateProcessorTest, 
TestBlendedInfixSuggestions, SignatureUpdateProcessorFactoryTest, 
SearchHandlerTest, UniqFieldsUpdateProcessorFactoryTest, 
TestLeaderElectionZkExpiry, DeleteInactiveReplicaTest, 
SharedFSAutoReplicaFailoverTest, TestConfigSetImmutable, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
LeaderElectionIntegrationTest, BasicZkTest, ClusterStateUpdateTest, 
TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, 
TestDistributedSearch]
   [junit4] Completed [305/554 (1!)] on J1 in 126.51s, 1 test, 1 error <<< 
FAILURES!

[...truncated 788 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:794: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:738: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:526: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1456: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1010: 
There were test failures: 554 suites (7 ignored), 2188 tests, 1 error, 87 
ignored (37 assumptions) [seed: 33BD2F441ACF67AB]

Total time: 82 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to