You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/03/23 08:22:20 UTC

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 26 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/26/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:42358/k_bgo/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:753)  at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:736)  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:426)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2033)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:652)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)  at org.eclipse.jetty.server.Server.handle(Server.java:518)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  at java.lang.Thread.run(Thread.java:745) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42358/k_bgo/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:753)
	at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:736)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:426)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2033)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:652)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:518)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
	at java.lang.Thread.run(Thread.java:745)

	at __randomizedtesting.SeedInfo.seed([1800F12BEB46B41B:9054CEF145BAD9E3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	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:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1137)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1099)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:961)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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:1022)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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 11547 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/init-core-data-001
   [junit4]   2> 1954112 INFO  (SUITE-TestDistributedSearch-seed#[1800F12BEB46B41B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1954112 INFO  (SUITE-TestDistributedSearch-seed#[1800F12BEB46B41B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /k_bgo/
   [junit4]   2> 1954305 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1954306 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1954308 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fd2ac7b{/k_bgo,null,AVAILABLE}
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@405859cc{HTTP/1.1,[http/1.1]}{127.0.0.1:47929}
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.Server Started @1957066ms
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/k_bgo, hostPort=47929, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores}
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control'
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1954309 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1954310 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/solr.xml
   [junit4]   2> 1954316 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores
   [junit4]   2> 1954316 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer New CoreContainer 439546471
   [junit4]   2> 1954316 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control]
   [junit4]   2> 1954316 WARN  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/lib
   [junit4]   2> 1954317 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1954318 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1954319 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1954319 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1954319 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1954319 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1954321 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores
   [junit4]   2> 1954322 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 1954322 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1954322 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1954323 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1954323 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1954324 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1954325 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1954325 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1954325 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1954326 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1954389 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1954402 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1954427 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1954434 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1954556 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1954562 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1954564 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1954569 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1954572 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1954573 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1954574 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1954576 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1954576 INFO  (coreLoadExecutor-6161-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1954576 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1954576 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1954576 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@414dc8e2
   [junit4]   2> 1954577 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1954577 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1954577 WARN  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1954577 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1954577 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1954577 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@18813ba3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57145774),segFN=segments_1,generation=1}
   [junit4]   2> 1954577 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1954578 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1954578 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1954581 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1954582 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1954582 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1954582 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1954583 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1954584 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1954585 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1954586 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1954589 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1954590 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1954591 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1954591 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1954591 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1954592 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1954592 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1954592 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=19.251953125, floorSegmentMB=1.2216796875, forceMergeDeletesPctAllowed=12.220235044105456, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@18813ba3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57145774),segFN=segments_1,generation=1}
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ce4d3a2[collection1] main]
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1954593 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1954605 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1954680 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1954680 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1954681 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1954681 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1954681 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1954682 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1954682 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1529574979349250048
   [junit4]   2> 1954682 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1954682 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1954682 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1954683 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1954683 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1954684 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1954684 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1529574979349250048
   [junit4]   2> 1954684 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1954684 INFO  (coreLoadExecutor-6161-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1954685 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ce4d3a2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1955096 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1955098 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1955100 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13e6c408{/k_bgo,null,AVAILABLE}
   [junit4]   2> 1955101 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@593c65ce{HTTP/1.1,[http/1.1]}{127.0.0.1:35631}
   [junit4]   2> 1955101 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.e.j.s.Server Started @1957859ms
   [junit4]   2> 1955101 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/k_bgo, hostPort=35631, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores}
   [junit4]   2> 1955101 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1955102 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0'
   [junit4]   2> 1955102 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1955102 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1955103 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1955109 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores
   [junit4]   2> 1955110 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer New CoreContainer 474379088
   [junit4]   2> 1955110 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0]
   [junit4]   2> 1955110 WARN  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/lib
   [junit4]   2> 1955110 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1955112 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1955113 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1955113 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1955113 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1955113 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1955114 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores
   [junit4]   2> 1955115 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 1955115 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1955115 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1955116 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1955116 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1955132 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1955133 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1955133 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1955133 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1955133 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1955159 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1955167 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1955186 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1955191 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1955301 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1955307 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1955308 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1955311 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1955313 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1955314 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1955314 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1955316 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1955316 INFO  (coreLoadExecutor-6172-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1955316 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1955317 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1955317 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@414dc8e2
   [junit4]   2> 1955317 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1955317 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1955317 WARN  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1955317 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1955318 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1955318 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7db0f32a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d0941c0),segFN=segments_1,generation=1}
   [junit4]   2> 1955318 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1955319 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1955319 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1955322 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1955323 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1955323 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1955323 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1955323 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1955323 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1955325 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955326 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955327 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955328 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955332 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1955334 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1955334 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1955334 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1955334 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1955335 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1955335 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1955336 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=19.251953125, floorSegmentMB=1.2216796875, forceMergeDeletesPctAllowed=12.220235044105456, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1955336 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7db0f32a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d0941c0),segFN=segments_1,generation=1}
   [junit4]   2> 1955336 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1955336 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@715a2a1a[collection1] main]
   [junit4]   2> 1955337 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1955337 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1955337 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1955337 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1955355 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1955428 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1955428 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1955428 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1955428 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1955428 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1955429 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1955429 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1529574980132536320
   [junit4]   2> 1955429 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1955429 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1955430 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1955430 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1955431 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1529574980132536320
   [junit4]   2> 1955431 INFO  (coreLoadExecutor-6172-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1955431 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1955433 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1955433 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1955433 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@715a2a1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1955634 INFO  (TEST-TestDistributedSearch.test-seed#[1800F12BEB46B41B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1955638 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1529574980349591552)} 0 2
   [junit4]   2> 1955643 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1529574980354834432)} 0 2
   [junit4]   2> 1955652 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[1 (1529574980365320192)]} 0 1
   [junit4]   2> 1955656 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[1 (1529574980368465920)]} 0 1
   [junit4]   2> 1955659 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[2 (1529574980372660224)]} 0 0
   [junit4]   2> 1955662 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[2 (1529574980375805952)]} 0 1
   [junit4]   2> 1955665 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[3 (1529574980380000256)]} 0 0
   [junit4]   2> 1955670 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[3 (1529574980384194560)]} 0 1
   [junit4]   2> 1955673 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[4 (1529574980387340288)]} 0 0
   [junit4]   2> 1955675 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[4 (1529574980390486016)]} 0 0
   [junit4]   2> 1955681 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[5 (1529574980395728896)]} 0 0
   [junit4]   2> 1955683 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[5 (1529574980398874624)]} 0 0
   [junit4]   2> 1955686 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[6 (1529574980402020352)]} 0 0
   [junit4]   2> 1955689 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[6 (1529574980404117504)]} 0 0
   [junit4]   2> 1955692 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[7 (1529574980407263232)]} 0 0
   [junit4]   2> 1955694 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[7 (1529574980410408960)]} 0 0
   [junit4]   2> 1955697 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[8 (1529574980413554688)]} 0 0
   [junit4]   2> 1955700 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[8 (1529574980415651840)]} 0 0
   [junit4]   2> 1955702 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[9 (1529574980418797568)]} 0 0
   [junit4]   2> 1955705 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[9 (1529574980421943296)]} 0 0
   [junit4]   2> 1955708 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1955711 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@18813ba3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57145774),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@18813ba3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57145774),segFN=segments_2,generation=2}
   [junit4]   2> 1955712 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1955713 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cce87bc[collection1] main]
   [junit4]   2> 1955714 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1955715 INFO  (searcherExecutor-6162-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1cce87bc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c9)))}
   [junit4]   2> 1955715 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 1955718 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1955722 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7db0f32a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d0941c0),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7db0f32a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d0941c0),segFN=segments_2,generation=2}
   [junit4]   2> 1955723 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1955724 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@519b7d00[collection1] main]
   [junit4]   2> 1955724 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1955725 INFO  (searcherExecutor-6173-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@519b7d00[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c9)))}
   [junit4]   2> 1955725 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 1955735 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[10 (1529574980449206272)]} 0 3
   [junit4]   2> 1955744 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[10 (1529574980458643456)]} 0 3
   [junit4]   2> 1955747 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[11 (1529574980464934912)]} 0 0
   [junit4]   2> 1955750 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[11 (1529574980468080640)]} 0 0
   [junit4]   2> 1955754 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[12 (1529574980472274944)]} 0 0
   [junit4]   2> 1955756 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[12 (1529574980475420672)]} 0 0
   [junit4]   2> 1955759 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[13 (1529574980477517824)]} 0 0
   [junit4]   2> 1955761 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[13 (1529574980480663552)]} 0 0
   [junit4]   2> 1955772 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[1001 (1529574980491149312)]} 0 1
   [junit4]   2> 1955781 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[1001 (1529574980500586496)]} 0 0
   [junit4]   2> 1955784 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[14 (1529574980503732224)]} 0 0
   [junit4]   2> 1955790 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[14 (1529574980511072256)]} 0 0
   [junit4]   2> 1955794 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[15 (1529574980515266560)]} 0 0
   [junit4]   2> 1955797 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[15 (1529574980518412288)]} 0 0
   [junit4]   2> 1955800 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[16 (1529574980521558016)]} 0 0
   [junit4]   2> 1955811 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[16 (1529574980532043776)]} 0 0
   [junit4]   2> 1955816 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[17 (1529574980538335232)]} 0 0
   [junit4]   2> 1955820 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[17 (1529574980542529536)]} 0 0
   [junit4]   2> 1955823 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[100 (1529574980545675264)]} 0 0
   [junit4]   2> 1955826 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[100 (1529574980547772416)]} 0 0
   [junit4]   2> 1955828 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[101 (1529574980550918144)]} 0 0
   [junit4]   2> 1955831 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[101 (1529574980553015296)]} 0 0
   [junit4]   2> 1955833 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[102 (1529574980556161024)]} 0 0
   [junit4]   2> 1955837 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[102 (1529574980560355328)]} 0 0
   [junit4]   2> 1955840 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[103 (1529574980563501056)]} 0 0
   [junit4]   2> 1955842 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[103 (1529574980565598208)]} 0 0
   [junit4]   2> 1955845 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[104 (1529574980568743936)]} 0 0
   [junit4]   2> 1955847 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[104 (1529574980570841088)]} 0 0
   [junit4]   2> 1955850 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[105 (1529574980572938240)]} 0 0
   [junit4]   2> 1955852 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[105 (1529574980576083968)]} 0 0
   [junit4]   2> 1955854 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[106 (1529574980578181120)]} 0 0
   [junit4]   2> 1955858 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[106 (1529574980582375424)]} 0 0
   [junit4]   2> 1955861 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[107 (1529574980585521152)]} 0 0
   [junit4]   2> 1955864 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[107 (1529574980587618304)]} 0 0
   [junit4]   2> 1955871 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[108 (1529574980596006912)]} 0 0
   [junit4]   2> 1955877 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[108 (1529574980602298368)]} 0 0
   [junit4]   2> 1955880 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[109 (1529574980605444096)]} 0 0
   [junit4]   2> 1955882 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[109 (1529574980607541248)]} 0 0
   [junit4]   2> 1955885 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[110 (1529574980610686976)]} 0 0
   [junit4]   2> 1955888 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[110 (1529574980613832704)]} 0 0
   [junit4]   2> 1955891 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[111 (1529574980615929856)]} 0 0
   [junit4]   2> 1955894 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[111 (1529574980620124160)]} 0 0
   [junit4]   2> 1955896 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[112 (1529574980622221312)]} 0 0
   [junit4]   2> 1955900 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[112 (1529574980626415616)]} 0 0
   [junit4]   2> 1955903 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[113 (1529574980629561344)]} 0 0
   [junit4]   2> 1955906 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[113 (1529574980631658496)]} 0 0
   [junit4]   2> 1955908 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[114 (1529574980633755648)]} 0 0
   [junit4]   2> 1955911 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[114 (1529574980636901376)]} 0 0
   [junit4]   2> 1955913 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[115 (1529574980640047104)]} 0 0
   [junit4]   2> 1955916 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[115 (1529574980643192832)]} 0 0
   [junit4]   2> 1955920 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[116 (1529574980647387136)]} 0 0
   [junit4]   2> 1955924 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[116 (1529574980651581440)]} 0 0
   [junit4]   2> 1955926 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[117 (1529574980653678592)]} 0 0
   [junit4]   2> 1955930 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[117 (1529574980657872896)]} 0 0
   [junit4]   2> 1955933 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[118 (1529574980661018624)]} 0 0
   [junit4]   2> 1955936 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[118 (1529574980663115776)]} 0 0
   [junit4]   2> 1955941 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[119 (1529574980668358656)]} 0 0
   [junit4]   2> 1955944 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[119 (1529574980672552960)]} 0 0
   [junit4]   2> 1955949 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[120 (1529574980677795840)]} 0 0
   [junit4]   2> 1955951 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[120 (1529574980679892992)]} 0 0
   [junit4]   2> 1955957 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[121 (1529574980685135872)]} 0 0
   [junit4]   2> 1955959 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[121 (1529574980688281600)]} 0 0
   [junit4]   2> 1955962 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[122 (1529574980691427328)]} 0 0
   [junit4]   2> 1955966 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[122 (1529574980694573056)]} 0 0
   [junit4]   2> 1955970 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[123 (1529574980698767360)]} 0 0
   [junit4]   2> 1955974 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[123 (1529574980702961664)]} 0 0
   [junit4]   2> 1955976 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[124 (1529574980706107392)]} 0 0
   [junit4]   2> 1955979 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[124 (1529574980708204544)]} 0 0
   [junit4]   2> 1955981 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[125 (1529574980711350272)]} 0 0
   [junit4]   2> 1955985 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[125 (1529574980715544576)]} 0 0
   [junit4]   2> 1955989 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[126 (1529574980718690304)]} 0 0
   [junit4]   2> 1955991 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[126 (1529574980721836032)]} 0 0
   [junit4]   2> 1955994 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[127 (1529574980723933184)]} 0 0
   [junit4]   2> 1955996 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[127 (1529574980727078912)]} 0 0
   [junit4]   2> 1955999 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[128 (1529574980729176064)]} 0 0
   [junit4]   2> 1956001 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[128 (1529574980732321792)]} 0 0
   [junit4]   2> 1956003 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[129 (1529574980734418944)]} 0 0
   [junit4]   2> 1956005 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[129 (1529574980736516096)]} 0 0
   [junit4]   2> 1956008 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[130 (1529574980739661824)]} 0 0
   [junit4]   2> 1956011 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[130 (1529574980742807552)]} 0 0
   [junit4]   2> 1956014 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[131 (1529574980744904704)]} 0 0
   [junit4]   2> 1956016 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[131 (1529574980748050432)]} 0 0
   [junit4]   2> 1956019 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[132 (1529574980751196160)]} 0 0
   [junit4]   2> 1956021 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[132 (1529574980753293312)]} 0 0
   [junit4]   2> 1956023 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[133 (1529574980755390464)]} 0 0
   [junit4]   2> 1956026 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[133 (1529574980758536192)]} 0 0
   [junit4]   2> 1956030 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[134 (1529574980762730496)]} 0 0
   [junit4]   2> 1956032 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[134 (1529574980764827648)]} 0 0
   [junit4]   2> 1956035 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[135 (1529574980766924800)]} 0 0
   [junit4]   2> 1956037 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[135 (1529574980770070528)]} 0 0
   [junit4]   2> 1956040 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[136 (1529574980773216256)]} 0 0
   [junit4]   2> 1956042 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[136 (1529574980775313408)]} 0 0
   [junit4]   2> 1956045 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[137 (1529574980778459136)]} 0 0
   [junit4]   2> 1956047 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[137 (1529574980780556288)]} 0 0
   [junit4]   2> 1956050 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[138 (1529574980783702016)]} 0 0
   [junit4]   2> 1956060 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[138 (1529574980794187776)]} 0 0
   [junit4]   2> 1956062 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[139 (1529574980796284928)]} 0 0
   [junit4]   2> 1956071 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[139 (1529574980804673536)]} 0 0
   [junit4]   2> 1956073 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[140 (1529574980807819264)]} 0 0
   [junit4]   2> 1956081 INFO  (qtp1158969240-13960) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[140 (1529574980815159296)]} 0 0
   [junit4]   2> 1956090 INFO  (qtp841675428-13950) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[141 (1529574980825645056)]} 0 0
   [junit4]   2> 1956095 INFO  (qtp1158969240-13965) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[141 (1529574980830887936)]} 0 0
   [junit4]   2> 1956098 INFO  (qtp841675428-13945) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[142 (1529574980832985088)]} 0 0
   [junit4]   2> 1956100 INFO  (qtp1158969240-13963) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[142 (1529574980836130816)]} 0 0
   [junit4]   2> 1956103 INFO  (qtp841675428-13943) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[143 (1529574980838227968)]} 0 0
   [junit4]   2> 1956105 INFO  (qtp1158969240-13966) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[143 (1529574980841373696)]} 0 0
   [junit4]   2> 1956110 INFO  (qtp841675428-13947) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[144 (1529574980846616576)]} 0 0
   [junit4]   2> 1956121 INFO  (qtp1158969240-13964) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[144 (1529574980857102336)]} 0 0
   [junit4]   2> 1956124 INFO  (qtp841675428-13946) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[145 (1529574980860248064)]} 0 0
   [junit4]   2> 1956130 INFO  (qtp1158969240-13962) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[145 (1529574980867588096)]} 0 0
   [junit4]   2> 1956140 INFO  (qtp841675428-13948) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[146 (1529574980878073856)]} 0 0
   [junit4]   2> 1956143 INFO  (qtp1158969240-13967) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[146 (1529574980881219584)]} 0 0
   [junit4]   2> 1956146 INFO  (qtp841675428-13949) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/k_bgo path=/update params={wt=javabin&version=2}{add=[147 (1529574980883316

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

dleResponses(QueryComponent.java:736)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:426)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2033)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:652)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]    > 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    > 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    > 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]    > 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1800F12BEB46B41B:9054CEF145BAD9E3]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [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:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1137)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1099)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:961)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1022)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2050352 INFO  (SUITE-TestDistributedSearch-seed#[1800F12BEB46B41B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_1800F12BEB46B41B-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=be, timezone=America/Rainy_River
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=147645328,total=421527552
   [junit4]   2> NOTE: All tests run in this JVM: [BasicFunctionalityTest, ChangedSchemaMergeTest, DebugComponentTest, WordBreakSolrSpellCheckerTest, CollectionsAPISolrJTest, RAMDirectoryFactoryTest, SolrIndexSplitterTest, RollingRestartTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestSha256AuthenticationProvider, SpellCheckComponentTest, TestJettySolrRunner, DirectSolrConnectionTest, SpellCheckCollatorTest, SuggesterTest, TestRandomFaceting, OpenExchangeRatesOrgProviderTest, TestSolrCoreProperties, SimpleCollectionCreateDeleteTest, TestQueryTypes, CloudMLTQParserTest, TestMissingGroups, TestDynamicLoading, SolrCoreCheckLockOnStartupTest, TestSolrDynamicMBean, DocValuesMissingTest, SpellPossibilityIteratorTest, TestSimpleTrackingShardHandler, TestIndexSearcher, EchoParamsTest, TestPerFieldSimilarityWithDefaultOverride, DistanceFunctionTest, TestNRTOpen, SpatialHeatmapFacetsTest, TestJoin, SaslZkACLProviderTest, RulesTest, TestExclusionRuleCollectionAccess, TestCloudDeleteByQuery, TestExceedMaxTermLength, TestSuggestSpellingConverter, SpatialRPTFieldTypeTest, TestRestManager, CollectionTooManyReplicasTest, BasicZkTest, RecoveryAfterSoftCommitTest, MigrateRouteKeyTest, ConvertedLegacyTest, DirectoryFactoryTest, NoCacheHeaderTest, TestUniqueKeyFieldResource, TestManagedResource, TestTrackingShardHandlerFactory, CustomCollectionTest, DeleteShardTest, TestSolrDeletionPolicy2, OutputWriterTest, PluginInfoTest, TestStressRecovery, TestCustomSort, CloneFieldUpdateProcessorFactoryTest, HdfsRecoverLeaseTest, DistributedFacetPivotSmallTest, IndexSchemaRuntimeFieldTest, BlockJoinFacetRandomTest, TestSolr4Spatial2, HdfsRestartWhileUpdatingTest, SearchHandlerTest, SuggestComponentTest, BitVectorTest, TestStandardQParsers, TestFreeTextSuggestions, DistribCursorPagingTest, CurrencyFieldOpenExchangeTest, StressHdfsTest, MinimalSchemaTest, HdfsUnloadDistributedZkTest, FullHLLTest, CleanupOldIndexTest, TestDefaultSearchFieldResource, GraphQueryTest, TestRawResponseWriter, SolrCmdDistributorTest, BinaryUpdateRequestHandlerTest, ConjunctionSolrSpellCheckerTest, VersionInfoTest, DistributedIntervalFacetingTest, TestConfigSetsAPI, OverseerCollectionConfigSetProcessorTest, TestSolrConfigHandlerConcurrent, CollectionsAPIDistributedZkTest, TestFieldResource, TestQueryUtils, TestRecovery, HdfsChaosMonkeyNothingIsSafeTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrCloudWithKerberosAlt, TestRequestForwarding, SuggesterTSTTest, TestSolrQueryResponse, ZkStateReaderTest, TestCloudManagedSchema, TestExactSharedStatsCache, FieldAnalysisRequestHandlerTest, FileUtilsTest, HLLUtilTest, TestValueSourceCache, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, TestOrdValues, TestCSVResponseWriter, TestAtomicUpdateErrorCases, TestBM25SimilarityFactory, DistributedMLTComponentTest, TestUseDocValuesAsStored, TestSolrQueryParserDefaultOperatorResource, AsyncCallRequestStatusResponseTest, CoreAdminRequestStatusTest, ReplicationFactorTest, TestShardHandlerFactory, TestCharFilters, TestSolrQueryParser, TestAddFieldRealTimeGet, TestBlendedInfixSuggestions, ZkSolrClientTest, DirectUpdateHandlerOptimizeTest, LeaderElectionIntegrationTest, SegmentsInfoRequestHandlerTest, TestCollapseQParserPlugin, TestReload, BufferStoreTest, TestReRankQParserPlugin, TestPKIAuthenticationPlugin, TestExpandComponent, LukeRequestHandlerTest, HdfsThreadLeakTest, CacheHeaderTest, TestReloadDeadlock, SmileWriterTest, ConfigSetsAPITest, BasicDistributedZk2Test, SyncSliceTest, ClusterStateUpdateTest, LeaderElectionTest, TestZkChroot, TestDistributedSearch]
   [junit4] Completed [311/582 (1!)] on J1 in 96.27s, 1 test, 1 error <<< FAILURES!

[...truncated 876 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1014: There were test failures: 582 suites (10 ignored), 2331 tests, 1 error, 86 ignored (70 assumptions) [seed: 1800F12BEB46B41B]

Total time: 75 minutes 4 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