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/04/18 10:13:11 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 530 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/530/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Error from server at http://127.0.0.1:61484/_u/ra/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:420)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2015)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:653)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:461)  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:111)  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:61484/_u/ra/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:420)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2015)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:653)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:461)
	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:111)
	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([A8B186F22C505DE4:20E5B92882AC301C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	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:1147)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1109)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:971)
	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:1011)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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 11427 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/init-core-data-001
   [junit4]   2> 1719153 INFO  (SUITE-TestDistributedSearch-seed#[A8B186F22C505DE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1719154 INFO  (SUITE-TestDistributedSearch-seed#[A8B186F22C505DE4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_u/ra
   [junit4]   2> 1719514 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1719515 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1719518 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52f2e9f0{/_u/ra,null,AVAILABLE}
   [junit4]   2> 1719518 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7e1d3e65{HTTP/1.1,[http/1.1]}{127.0.0.1:59597}
   [junit4]   2> 1719518 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.Server Started @1723193ms
   [junit4]   2> 1719520 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_u/ra, hostPort=59597, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores}
   [junit4]   2> 1719520 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1719520 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control'
   [junit4]   2> 1719520 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1719520 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1719521 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/solr.xml
   [junit4]   2> 1719526 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores
   [junit4]   2> 1719526 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer New CoreContainer 579006409
   [junit4]   2> 1719526 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control]
   [junit4]   2> 1719526 WARN  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/lib
   [junit4]   2> 1719537 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] 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,
   [junit4]   2> 1719539 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1719540 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1719540 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1719540 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1719540 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1719541 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores
   [junit4]   2> 1719543 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] 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> 1719543 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1719543 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1719544 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1719544 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1719546 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1719546 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1719546 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1719546 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1719547 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1719573 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1719580 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1719621 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1719630 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1719707 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1719712 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1719713 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1719717 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1719720 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1719724 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1719724 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1719728 INFO  (coreLoadExecutor-6064-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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1719728 INFO  (coreLoadExecutor-6064-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1719728 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1719729 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1719729 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d20028
   [junit4]   2> 1719729 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1719730 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1719730 WARN  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1719730 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1719730 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=90.1181640625, floorSegmentMB=0.3056640625, forceMergeDeletesPctAllowed=17.105043843688392, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8707566991464399
   [junit4]   2> 1719731 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@26afadb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14112b9c),segFN=segments_1,generation=1}
   [junit4]   2> 1719731 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1719739 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1719740 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1719741 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1719741 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1719741 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1719741 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1719741 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1719742 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1719745 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1719748 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1719750 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1719752 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1719767 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1719769 INFO  (coreLoadExecutor-6064-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> 1719769 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1719770 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1719770 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1719771 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1719771 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1719772 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=4.517578125, floorSegmentMB=0.70703125, forceMergeDeletesPctAllowed=3.9049342373820517, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1719772 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@26afadb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14112b9c),segFN=segments_1,generation=1}
   [junit4]   2> 1719772 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1719772 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3432f291[collection1] main]
   [junit4]   2> 1719772 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1719773 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1719773 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1719773 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1719842 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1719919 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1719919 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1719920 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1719920 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1719920 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1719920 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531933436191703040
   [junit4]   2> 1719920 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1719922 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1719922 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1719922 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531933436191703040
   [junit4]   2> 1719922 INFO  (coreLoadExecutor-6064-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1719923 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1719924 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1719924 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1719925 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1719925 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1719926 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3432f291[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1720412 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1720413 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1720417 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79639573{/_u/ra,null,AVAILABLE}
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@706a1a21{HTTP/1.1,[http/1.1]}{127.0.0.1:53296}
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.e.j.s.Server Started @1724093ms
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_u/ra, hostPort=53296, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores}
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0'
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1720418 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1720419 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1720425 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores
   [junit4]   2> 1720425 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer New CoreContainer 1097709942
   [junit4]   2> 1720425 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0]
   [junit4]   2> 1720425 WARN  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/lib
   [junit4]   2> 1720425 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] 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,
   [junit4]   2> 1720427 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1720428 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1720428 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1720428 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1720428 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1720429 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores
   [junit4]   2> 1720430 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] 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> 1720430 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1720430 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1720432 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1720432 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1720434 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1720434 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1720434 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1720434 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1720434 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1720471 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1720499 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1720520 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1720526 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1720627 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1720637 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1720639 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1720644 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1720647 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1720649 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1720649 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1720651 INFO  (coreLoadExecutor-6075-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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1720652 INFO  (coreLoadExecutor-6075-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1720652 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1720652 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1720652 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35d20028
   [junit4]   2> 1720652 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1720653 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1720653 WARN  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1720653 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1720653 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=90.1181640625, floorSegmentMB=0.3056640625, forceMergeDeletesPctAllowed=17.105043843688392, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8707566991464399
   [junit4]   2> 1720653 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e433ebf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a468b08),segFN=segments_1,generation=1}
   [junit4]   2> 1720653 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1720654 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1720655 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1720659 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1720660 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1720662 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1720663 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1720664 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1720665 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1720670 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1720673 INFO  (coreLoadExecutor-6075-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> 1720673 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1720673 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1720673 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1720674 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1720675 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1720676 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=4.517578125, floorSegmentMB=0.70703125, forceMergeDeletesPctAllowed=3.9049342373820517, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1720676 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e433ebf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a468b08),segFN=segments_1,generation=1}
   [junit4]   2> 1720676 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1720676 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@669af9b0[collection1] main]
   [junit4]   2> 1720677 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1720677 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1720677 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1720677 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1720720 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1720769 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1720769 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1720770 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1720770 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1720770 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1720770 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1720770 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531933437082992640
   [junit4]   2> 1720772 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1531933437082992640
   [junit4]   2> 1720772 INFO  (coreLoadExecutor-6075-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1720773 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1720773 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1720773 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1720774 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1720774 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1720775 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1720775 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1720776 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@669af9b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1720936 INFO  (TEST-TestDistributedSearch.test-seed#[A8B186F22C505DE4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1721068 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1531933437259153408)} 0 130
   [junit4]   2> 1721080 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1531933437404905472)} 0 3
   [junit4]   2> 1721083 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[1 (1531933437409099776)]} 0 1
   [junit4]   2> 1721090 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[1 (1531933437412245504)]} 0 5
   [junit4]   2> 1721092 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[2 (1531933437419585536)]} 0 0
   [junit4]   2> 1721094 INFO  (qtp1284956500-13576) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[2 (1531933437420634112)]} 0 1
   [junit4]   2> 1721095 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[3 (1531933437422731264)]} 0 0
   [junit4]   2> 1721098 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[3 (1531933437424828416)]} 0 1
   [junit4]   2> 1721105 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[4 (1531933437429022720)]} 0 5
   [junit4]   2> 1721106 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[4 (1531933437434265600)]} 0 0
   [junit4]   2> 1721109 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[5 (1531933437436362752)]} 0 2
   [junit4]   2> 1721113 INFO  (qtp1284956500-13578) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[5 (1531933437439508480)]} 0 3
   [junit4]   2> 1721117 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[6 (1531933437443702784)]} 0 3
   [junit4]   2> 1721118 INFO  (qtp1284956500-13571) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[6 (1531933437447897088)]} 0 0
   [junit4]   2> 1721120 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[7 (1531933437448945664)]} 0 0
   [junit4]   2> 1721120 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[7 (1531933437449994240)]} 0 0
   [junit4]   2> 1721121 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[8 (1531933437451042816)]} 0 0
   [junit4]   2> 1721122 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[8 (1531933437452091392)]} 0 0
   [junit4]   2> 1721123 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[9 (1531933437453139968)]} 0 0
   [junit4]   2> 1721124 INFO  (qtp1284956500-13576) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[9 (1531933437454188544)]} 0 0
   [junit4]   2> 1721124 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1721159 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@26afadb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14112b9c),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@26afadb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14112b9c),segFN=segments_2,generation=2}
   [junit4]   2> 1721160 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1721162 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4979cd7[collection1] main]
   [junit4]   2> 1721162 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1721163 INFO  (searcherExecutor-6065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4979cd7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c9)))}
   [junit4]   2> 1721163 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 39
   [junit4]   2> 1721164 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1721169 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e433ebf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a468b08),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e433ebf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a468b08),segFN=segments_2,generation=2}
   [junit4]   2> 1721169 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1721172 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5259b002[collection1] main]
   [junit4]   2> 1721172 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1721173 INFO  (searcherExecutor-6076-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5259b002[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c9)))}
   [junit4]   2> 1721173 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 9
   [junit4]   2> 1721178 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[10 (1531933437506617344)]} 0 4
   [junit4]   2> 1721182 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[10 (1531933437511860224)]} 0 3
   [junit4]   2> 1721183 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[11 (1531933437516054528)]} 0 0
   [junit4]   2> 1721184 INFO  (qtp1284956500-13578) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[11 (1531933437517103104)]} 0 0
   [junit4]   2> 1721185 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[12 (1531933437518151680)]} 0 0
   [junit4]   2> 1721186 INFO  (qtp1284956500-13571) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[12 (1531933437519200256)]} 0 0
   [junit4]   2> 1721187 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[13 (1531933437520248832)]} 0 0
   [junit4]   2> 1721188 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[13 (1531933437521297408)]} 0 0
   [junit4]   2> 1721189 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[1001 (1531933437522345984)]} 0 0
   [junit4]   2> 1721191 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[1001 (1531933437523394560)]} 0 0
   [junit4]   2> 1721192 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[14 (1531933437524443136)]} 0 0
   [junit4]   2> 1721192 INFO  (qtp1284956500-13576) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[14 (1531933437525491712)]} 0 0
   [junit4]   2> 1721193 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[15 (1531933437526540288)]} 0 0
   [junit4]   2> 1721194 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[15 (1531933437526540288)]} 0 0
   [junit4]   2> 1721194 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[16 (1531933437527588864)]} 0 0
   [junit4]   2> 1721195 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[16 (1531933437528637440)]} 0 0
   [junit4]   2> 1721197 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[17 (1531933437529686016)]} 0 1
   [junit4]   2> 1721198 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[17 (1531933437531783168)]} 0 0
   [junit4]   2> 1721200 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[100 (1531933437533880320)]} 0 0
   [junit4]   2> 1721202 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[100 (1531933437535977472)]} 0 0
   [junit4]   2> 1721203 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[101 (1531933437537026048)]} 0 0
   [junit4]   2> 1721204 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[101 (1531933437538074624)]} 0 0
   [junit4]   2> 1721205 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[102 (1531933437538074624)]} 0 0
   [junit4]   2> 1721206 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[102 (1531933437539123200)]} 0 0
   [junit4]   2> 1721206 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[103 (1531933437540171776)]} 0 0
   [junit4]   2> 1721207 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[103 (1531933437541220352)]} 0 0
   [junit4]   2> 1721208 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[104 (1531933437542268928)]} 0 0
   [junit4]   2> 1721208 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[104 (1531933437542268928)]} 0 0
   [junit4]   2> 1721209 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[105 (1531933437543317504)]} 0 0
   [junit4]   2> 1721210 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[105 (1531933437544366080)]} 0 0
   [junit4]   2> 1721211 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[106 (1531933437545414656)]} 0 0
   [junit4]   2> 1721212 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[106 (1531933437546463232)]} 0 0
   [junit4]   2> 1721213 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[107 (1531933437546463232)]} 0 0
   [junit4]   2> 1721214 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[107 (1531933437547511808)]} 0 0
   [junit4]   2> 1721214 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[108 (1531933437548560384)]} 0 0
   [junit4]   2> 1721215 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[108 (1531933437549608960)]} 0 0
   [junit4]   2> 1721216 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[109 (1531933437550657536)]} 0 0
   [junit4]   2> 1721217 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[109 (1531933437551706112)]} 0 0
   [junit4]   2> 1721218 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[110 (1531933437552754688)]} 0 0
   [junit4]   2> 1721219 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[110 (1531933437553803264)]} 0 0
   [junit4]   2> 1721219 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[111 (1531933437553803264)]} 0 0
   [junit4]   2> 1721220 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[111 (1531933437554851840)]} 0 0
   [junit4]   2> 1721220 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[112 (1531933437554851840)]} 0 0
   [junit4]   2> 1721221 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[112 (1531933437555900416)]} 0 0
   [junit4]   2> 1721221 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[113 (1531933437555900416)]} 0 0
   [junit4]   2> 1721222 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[113 (1531933437556948992)]} 0 0
   [junit4]   2> 1721223 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[114 (1531933437556948992)]} 0 0
   [junit4]   2> 1721223 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[114 (1531933437557997568)]} 0 0
   [junit4]   2> 1721224 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[115 (1531933437557997568)]} 0 0
   [junit4]   2> 1721224 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[115 (1531933437559046144)]} 0 0
   [junit4]   2> 1721225 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[116 (1531933437560094720)]} 0 0
   [junit4]   2> 1721225 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[116 (1531933437560094720)]} 0 0
   [junit4]   2> 1721226 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[117 (1531933437561143296)]} 0 0
   [junit4]   2> 1721226 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[117 (1531933437561143296)]} 0 0
   [junit4]   2> 1721227 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[118 (1531933437562191872)]} 0 0
   [junit4]   2> 1721227 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[118 (1531933437562191872)]} 0 0
   [junit4]   2> 1721228 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[119 (1531933437563240448)]} 0 0
   [junit4]   2> 1721228 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[119 (1531933437563240448)]} 0 0
   [junit4]   2> 1721229 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[120 (1531933437564289024)]} 0 0
   [junit4]   2> 1721230 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[120 (1531933437564289024)]} 0 0
   [junit4]   2> 1721230 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[121 (1531933437565337600)]} 0 0
   [junit4]   2> 1721231 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[121 (1531933437566386176)]} 0 0
   [junit4]   2> 1721232 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[122 (1531933437566386176)]} 0 0
   [junit4]   2> 1721233 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[122 (1531933437567434752)]} 0 0
   [junit4]   2> 1721233 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[123 (1531933437568483328)]} 0 0
   [junit4]   2> 1721234 INFO  (qtp1284956500-13578) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[123 (1531933437569531904)]} 0 0
   [junit4]   2> 1721235 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[124 (1531933437570580480)]} 0 0
   [junit4]   2> 1721236 INFO  (qtp1284956500-13571) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[124 (1531933437571629056)]} 0 0
   [junit4]   2> 1721237 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[125 (1531933437572677632)]} 0 0
   [junit4]   2> 1721238 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[125 (1531933437572677632)]} 0 0
   [junit4]   2> 1721239 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[126 (1531933437573726208)]} 0 0
   [junit4]   2> 1721239 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[126 (1531933437574774784)]} 0 0
   [junit4]   2> 1721240 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[127 (1531933437575823360)]} 0 0
   [junit4]   2> 1721241 INFO  (qtp1284956500-13576) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[127 (1531933437576871936)]} 0 0
   [junit4]   2> 1721242 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[128 (1531933437577920512)]} 0 0
   [junit4]   2> 1721243 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[128 (1531933437578969088)]} 0 0
   [junit4]   2> 1721243 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[129 (1531933437578969088)]} 0 0
   [junit4]   2> 1721244 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[129 (1531933437580017664)]} 0 0
   [junit4]   2> 1721245 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[130 (1531933437581066240)]} 0 0
   [junit4]   2> 1721246 INFO  (qtp1284956500-13578) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[130 (1531933437582114816)]} 0 0
   [junit4]   2> 1721247 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[131 (1531933437583163392)]} 0 0
   [junit4]   2> 1721248 INFO  (qtp1284956500-13571) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[131 (1531933437584211968)]} 0 0
   [junit4]   2> 1721249 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[132 (1531933437585260544)]} 0 0
   [junit4]   2> 1721250 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[132 (1531933437586309120)]} 0 0
   [junit4]   2> 1721250 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[133 (1531933437586309120)]} 0 0
   [junit4]   2> 1721251 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[133 (1531933437587357696)]} 0 0
   [junit4]   2> 1721252 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[134 (1531933437588406272)]} 0 0
   [junit4]   2> 1721253 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[134 (1531933437588406272)]} 0 0
   [junit4]   2> 1721253 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[135 (1531933437589454848)]} 0 0
   [junit4]   2> 1721254 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[135 (1531933437590503424)]} 0 0
   [junit4]   2> 1721255 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[136 (1531933437591552000)]} 0 0
   [junit4]   2> 1721256 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[136 (1531933437591552000)]} 0 0
   [junit4]   2> 1721256 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[137 (1531933437592600576)]} 0 0
   [junit4]   2> 1721257 INFO  (qtp1284956500-13578) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[137 (1531933437593649152)]} 0 0
   [junit4]   2> 1721258 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[138 (1531933437594697728)]} 0 0
   [junit4]   2> 1721259 INFO  (qtp1284956500-13571) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[138 (1531933437594697728)]} 0 0
   [junit4]   2> 1721260 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[139 (1531933437595746304)]} 0 0
   [junit4]   2> 1721260 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[139 (1531933437596794880)]} 0 0
   [junit4]   2> 1721261 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[140 (1531933437597843456)]} 0 0
   [junit4]   2> 1721262 INFO  (qtp1284956500-13576) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[140 (1531933437597843456)]} 0 0
   [junit4]   2> 1721262 INFO  (qtp829138919-13552) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[141 (1531933437598892032)]} 0 0
   [junit4]   2> 1721263 INFO  (qtp1284956500-13575) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[141 (1531933437599940608)]} 0 0
   [junit4]   2> 1721264 INFO  (qtp829138919-13556) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[142 (1531933437600989184)]} 0 0
   [junit4]   2> 1721265 INFO  (qtp1284956500-13574) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[142 (1531933437602037760)]} 0 0
   [junit4]   2> 1721266 INFO  (qtp829138919-13558) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[143 (1531933437602037760)]} 0 0
   [junit4]   2> 1721266 INFO  (qtp1284956500-13577) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[143 (1531933437603086336)]} 0 0
   [junit4]   2> 1721267 INFO  (qtp829138919-13553) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[144 (1531933437604134912)]} 0 0
   [junit4]   2> 1721268 INFO  (qtp1284956500-13578) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[144 (1531933437605183488)]} 0 0
   [junit4]   2> 1721269 INFO  (qtp829138919-13559) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[145 (1531933437606232064)]} 0 0
   [junit4]   2> 1721270 INFO  (qtp1284956500-13571) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[145 (1531933437607280640)]} 0 0
   [junit4]   2> 1721270 INFO  (qtp829138919-13554) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[146 (1531933437607280640)]} 0 0
   [junit4]   2> 1721271 INFO  (qtp1284956500-13573) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=javabin&version=2}{add=[146 (1531933437608329216)]} 0 0
   [junit4]   2> 1721272 INFO  (qtp829138919-13557) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_u/ra path=/update params={wt=java

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

etty.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([A8B186F22C505DE4:20E5B92882AC301C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [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:1147)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1109)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:971)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1762220 INFO  (SUITE-TestDistributedSearch-seed#[A8B186F22C505DE4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_A8B186F22C505DE4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {other_tl1=PostingsFormat(name=Asserting), range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), SubjectTerms_mfacet=PostingsFormat(name=Asserting), n_l1=PostingsFormat(name=Memory doPackFST= false), a_n_tdt=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Asserting), n_td1=PostingsFormat(name=Asserting), n_d1=PostingsFormat(name=Memory doPackFST= false), n_f1=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Memory doPackFST= false), n_tl1=PostingsFormat(name=Asserting), oddField_s=PostingsFormat(name=LuceneFixedGap), n_tf1=PostingsFormat(name=Memory doPackFST= false), lowerfilt1and2=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), lowerfilt=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=Memory doPackFST= false), severity=PostingsFormat(name=MockRandom), foo_sev_enum=PostingsFormat(name=MockRandom), n_dt1=PostingsFormat(name=Asserting), a_i1=PostingsFormat(name=Memory doPackFST= false), b_n_tdt=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=LuceneFixedGap), rnd_b=PostingsFormat(name=LuceneFixedGap), _version_=PostingsFormat(name=Asserting), foo_b=PostingsFormat(name=MockRandom), n_tdt1=PostingsFormat(name=Asserting), foo_d=PostingsFormat(name=LuceneFixedGap), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), foo_f=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), foo_sev_enum=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=557, maxMBSortInHeap=4.010871435754728, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-IQ, timezone=America/Mexico_City
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=89213640,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestClassicSimilarityFactory, OverseerTest, DeleteInactiveReplicaTest, CurrencyFieldXmlFileTest, TimeZoneUtilsTest, SimplePostToolTest, TestSimpleQParserPlugin, ScriptEngineTest, BadCopyFieldTest, TestInitQParser, TestSolrDeletionPolicy1, SoftAutoCommitTest, HdfsRecoveryZkTest, TestReplicationHandler, GraphQueryTest, TestSweetSpotSimilarityFactory, TestDocBasedVersionConstraints, CdcrRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, SystemInfoHandlerTest, WrapperMergePolicyFactoryTest, TestSchemaNameResource, StandardRequestHandlerTest, TestFieldTypeCollectionResource, TestTrieFacet, TestSolrCLIRunExample, TestCSVLoader, QueryElevationComponentTest, TestBlobHandler, TestStressReorder, CircularListTest, AddSchemaFieldsUpdateProcessorFactoryTest, ActionThrottleTest, TestNonDefinedSimilarityFactory, TestRandomCollapseQParserPlugin, TestNamedUpdateProcessors, TestSerializedLuceneMatchVersion, DateRangeFieldTest, ParsingFieldUpdateProcessorsTest, SolrCoreTest, DeleteStatusTest, TestLeaderElectionZkExpiry, RemoteQueryErrorTest, FacetPivotSmallTest, TestSolrXml, PathHierarchyTokenizerFactoryTest, TestShortCircuitedRequests, TestStressVersions, QueryEqualityTest, PeerSyncTest, RecoveryZkTest, TestPartialUpdateDeduplication, ZkStateWriterTest, HdfsTlogReplayBufferedWhileIndexingTest, TestIntervalFaceting, TestStressLucene, HdfsChaosMonkeySafeLeaderTest, BlockDirectoryTest, SSLMigrationTest, HdfsDirectoryTest, TestAnalyzeInfixSuggestions, MoreLikeThisHandlerTest, TestReloadAndDeleteDocs, TestLRUCache, TestBulkSchemaConcurrent, ReturnFieldsTest, DirectSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, TestAuthenticationFramework, TestChildDocTransformer, TestFastLRUCache, HLLUtilTest, TestExtendedDismaxParser, UUIDFieldTest, URLClassifyProcessorTest, PrimitiveFieldTypeTest, TestBulkSchemaAPI, IndexSchemaTest, TestImplicitCoreProperties, TestScoreJoinQPScore, CoreMergeIndexesAdminHandlerTest, JSONWriterTest, TestHighFrequencyDictionaryFactory, TestRemoteStreaming, TestCoreContainer, TestHighlightDedupGrouping, TestDocSet, DocValuesTest, SpatialFilterTest, MBeansHandlerTest, TestRebalanceLeaders, BasicAuthIntegrationTest, TestMissingGroups, RequiredFieldsTest, RankQueryTest, ResponseHeaderTest, TestJsonFacets, OverseerRolesTest, ChaosMonkeyNothingIsSafeTest, ClusterStateUpdateTest, TestConfigSets, DirectUpdateHandlerTest, TestSolrConfigHandler, CollectionsAPIAsyncDistributedZkTest, TestUpdate, TestXIncludeConfig, HardAutoCommitTest, TestReloadDeadlock, CachingDirectoryFactoryTest, TestCloudInspectUtil, AnalyticsMergeStrategyTest, TestGeoJSONResponseWriter, VMParamsZkACLAndCredentialsProvidersTest, TestLazyCores, TestExactStatsCache, TestHashPartitioner, TestElisionMultitermQuery, RuleEngineTest, AnalysisAfterCoreReloadTest, TestReRankQParserPlugin, TestLuceneMatchVersion, TestSolr4Spatial2, BJQParserTest, TestCursorMarkWithoutUniqueKey, UnloadDistributedZkTest, TestFilteredDocIdSet, TestStandardQParsers, TestSolrQueryParserResource, SyncSliceTest, TestEmbeddedSolrServerConstructors, JavabinLoaderTest, TestDistributedStatsComponentCardinality, SolrRequestParserTest, TestOrdValues, ClusterStateTest, TestOverriddenPrefixQueryForCustomFieldType, PreAnalyzedFieldTest, OverriddenZkACLAndCredentialsProvidersTest, TestFaceting, DocumentBuilderTest, SolrIndexConfigTest, ConnectionManagerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, TestDistributedSearch]
   [junit4] Completed [307/587 (1!)] on J0 in 43.11s, 1 test, 1 error <<< FAILURES!

[...truncated 920 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014: There were test failures: 587 suites (10 ignored), 2360 tests, 1 error, 85 ignored (70 assumptions) [seed: A8B186F22C505DE4]

Total time: 78 minutes 20 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



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 533 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/533/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.update.processor.TestNamedUpdateProcessors.test

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
	at __randomizedtesting.SeedInfo.seed([BAFC563BE4925AE5:32A869E14A6E371D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:150)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:852)
	at org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:78)
	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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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 11343 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TestNamedUpdateProcessors
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/init-core-data-001
   [junit4]   2> 1381794 INFO  (SUITE-TestNamedUpdateProcessors-seed#[BAFC563BE4925AE5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1381794 INFO  (SUITE-TestNamedUpdateProcessors-seed#[BAFC563BE4925AE5]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /rk_k/qc
   [junit4]   2> 1381798 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1381798 INFO  (Thread-3579) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1381798 INFO  (Thread-3579) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1381898 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkTestServer start zk server on port:39203
   [junit4]   2> 1381898 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1381899 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1381903 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26eac8c name:ZooKeeperConnection Watcher:127.0.0.1:39203 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1381903 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1381903 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1381903 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1381908 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1381910 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1381911 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@63cdc0f1 name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1381911 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1381911 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1381912 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1381915 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1381917 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1381919 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1381921 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1381921 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1381925 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1381926 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1381928 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1381929 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1381932 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1381932 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1381935 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1381935 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1381937 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1381937 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1381939 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1381940 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1381943 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1381943 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1381945 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1381945 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1381948 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1381948 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1381950 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1381950 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1381953 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1381953 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1381955 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3498572b name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1381955 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1381955 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1382341 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1
   [junit4]   2> 1382343 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1382344 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c185cdd{/rk_k/qc,null,AVAILABLE}
   [junit4]   2> 1382345 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.u.s.SslContextFactory x509=X509@58f15195(solrtest,h=[],w=[]) for SslContextFactory@102491ea(file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1382348 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.ServerConnector Started ServerConnector@cfeb04{SSL,[ssl, http/1.1]}{127.0.0.1:37973}
   [junit4]   2> 1382348 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.Server Started @1386715ms
   [junit4]   2> 1382348 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/tempDir-001/control/data, hostContext=/rk_k/qc, hostPort=37973, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores}
   [junit4]   2> 1382348 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1382348 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001'
   [junit4]   2> 1382348 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1382349 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1382350 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1382350 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382352 INFO  (zkCallback-1500-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4cd45a4d name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382352 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1382352 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1382354 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1382354 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/solr.xml
   [junit4]   2> 1382360 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores
   [junit4]   2> 1382360 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CoreContainer New CoreContainer 994227404
   [junit4]   2> 1382360 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001]
   [junit4]   2> 1382360 WARN  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/lib
   [junit4]   2> 1382360 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] 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,
   [junit4]   2> 1382365 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1382365 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1382365 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1382367 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39203/solr
   [junit4]   2> 1382367 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1382367 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1382368 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382370 INFO  (zkCallback-1503-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46af2476 name:ZooKeeperConnection Watcher:127.0.0.1:39203 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382370 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1382370 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1382372 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$45/1962402177@5a23341d
   [junit4]   2> 1382373 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382374 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ca762f5 name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382374 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1382375 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1382377 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1382382 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1382385 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1382388 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1382392 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1382396 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1382399 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1382401 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1382403 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1382405 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1382409 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1382411 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1382413 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1382414 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000
   [junit4]   2> 1382414 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37973_rk_k%2Fqc
   [junit4]   2> 1382414 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1382416 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer Overseer (id=95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) starting
   [junit4]   2> 1382420 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1382429 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1382430 INFO  (OverseerCollectionConfigSetProcessor-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1382431 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37973_rk_k%2Fqc
   [junit4]   2> 1382431 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37973_rk_k%2Fqc
   [junit4]   2> 1382432 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1382437 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1382440 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1382440 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1382452 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1382452 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1382453 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores
   [junit4]   2> 1382454 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1382454 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1
   [junit4]   2> 1382454 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1382455 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1382455 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1382456 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1382456 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1382459 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37973/rk_k/qc",
   [junit4]   2>   "node_name":"127.0.0.1:37973_rk_k%2Fqc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1382459 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1382461 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37973/rk_k/qc",
   [junit4]   2>   "node_name":"127.0.0.1:37973_rk_k%2Fqc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1382461 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1382462 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1382464 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1383461 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1383461 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1383462 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1383462 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1383463 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1383464 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1'
   [junit4]   2> 1383464 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1383464 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1383465 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1383471 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1383473 WARN  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1383473 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1383479 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1383484 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1383549 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1383554 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1383554 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1383565 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1383568 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1383569 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1383571 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data/]
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ee4e057
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data
   [junit4]   2> 1383573 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1383573 WARN  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1383574 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data/index
   [junit4]   2> 1383574 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=13.1220703125, floorSegmentMB=1.2470703125, forceMergeDeletesPctAllowed=26.641278458322596, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1383575 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@16c259e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7bf41ad),segFN=segments_1,generation=1}
   [junit4]   2> 1383575 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1383575 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data/
   [junit4]   2> 1383575 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1383577 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1383577 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1383577 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1383578 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1383578 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1383578 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1383578 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1383578 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1383578 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1383578 WARN  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1383580 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1383581 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1383582 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1383583 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1383586 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1383586 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1383586 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1383586 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1383587 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1383587 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1383588 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=915732043, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1383588 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@16c259e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7bf41ad),segFN=segments_1,generation=1}
   [junit4]   2> 1383588 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1383588 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c37b106[collection1] main]
   [junit4]   2> 1383588 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1383592 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1383592 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1383592 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1383592 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1383592 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1383593 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1383593 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1383593 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1383593 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1383594 INFO  (searcherExecutor-4659-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7c37b106[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1383594 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1383595 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1383595 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1383595 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1532070127570255872
   [junit4]   2> 1383596 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1532070127570255872
   [junit4]   2> 1383596 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1383597 INFO  (coreLoadExecutor-4658-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1383598 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:37973/rk_k/qc collection:control_collection shard:shard1
   [junit4]   2> 1383599 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1383604 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95754382855569413-core_node1-n_0000000000
   [junit4]   2> 1383605 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1383607 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1383607 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1383607 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37973/rk_k/qc/collection1/
   [junit4]   2> 1383607 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1383608 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:37973/rk_k/qc/collection1/ has no replicas
   [junit4]   2> 1383608 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1383609 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1383613 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95754382855569413-core_node1-n_0000000000
   [junit4]   2> 1383615 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37973/rk_k/qc/collection1/ shard1
   [junit4]   2> 1383617 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:37973/rk_k/qc",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1383720 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1383768 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:37973/rk_k/qc/collection1/ and leader is https://127.0.0.1:37973/rk_k/qc/collection1/
   [junit4]   2> 1383768 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:37973/rk_k/qc
   [junit4]   2> 1383768 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1383768 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1383768 INFO  (coreZkRegister-4652-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37973_rk_k%2Fqc c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1383771 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37973/rk_k/qc",
   [junit4]   2>   "node_name":"127.0.0.1:37973_rk_k%2Fqc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1383772 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37973/rk_k/qc",
   [junit4]   2>   "node_name":"127.0.0.1:37973_rk_k%2Fqc",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1383876 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1383963 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1383963 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383964 INFO  (zkCallback-1506-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@719a6515 name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383965 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1383965 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1383965 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1383967 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1383968 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1383968 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1383968 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1383968 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383970 INFO  (zkCallback-1507-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b4d9f2e name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383970 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1383970 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1383973 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1383973 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1384079 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1384254 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/cores/collection1
   [junit4]   2> 1384255 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001
   [junit4]   2> 1384256 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1384257 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ce7810d{/rk_k/qc,null,AVAILABLE}
   [junit4]   2> 1384258 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.u.s.SslContextFactory x509=X509@997e692(solrtest,h=[],w=[]) for SslContextFactory@1cfc3dd8(file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1384260 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.ServerConnector Started ServerConnector@735a082e{SSL,[ssl, http/1.1]}{127.0.0.1:48823}
   [junit4]   2> 1384261 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.Server Started @1388628ms
   [junit4]   2> 1384261 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/rk_k/qc, hostPort=48823, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/cores}
   [junit4]   2> 1384261 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1384261 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001'
   [junit4]   2> 1384261 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1384262 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1384262 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1384262 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1384264 INFO  (zkCallback-1508-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a399207 name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1384264 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1384264 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1384266 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1384266 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/solr.xml
   [junit4]   2> 1384280 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/cores
   [junit4]   2> 1384280 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CoreContainer New CoreContainer 642213930
   [junit4]   2> 1384280 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001]
   [junit4]   2> 1384280 WARN  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/lib
   [junit4]   2> 1384281 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] 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,
   [junit4]   2> 1384286 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1384287 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1384287 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1384287 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39203/solr
   [junit4]   2> 1384288 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1384288 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1384288 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1384291 INFO  (zkCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68018fb8 name:ZooKeeperConnection Watcher:127.0.0.1:39203 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1384291 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1384291 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1384292 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$45/1962402177@371f1a4b
   [junit4]   2> 1384293 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1384294 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c92e2f7 name:ZooKeeperConnection Watcher:127.0.0.1:39203/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1384295 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1384305 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1384307 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1384310 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1384310 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95754382855569418-127.0.0.1:48823_rk_k%2Fqc-n_0000000001
   [junit4]   2> 1384311 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000 to know if I could be the leader
   [junit4]   2> 1384312 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.ZkController Publish node=127.0.0.1:48823_rk_k%2Fqc as DOWN
   [junit4]   2> 1384314 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:48823_rk_k%2Fqc"} current state version: 3
   [junit4]   2> 1384314 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:48823_rk_k%2Fqc
   [junit4]   2> 1384315 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1384421 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1384421 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1384421 INFO  (zkCallback-1506-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1385316 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48823_rk_k%2Fqc
   [junit4]   2> 1385317 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:48823_rk_k%2Fqc
   [junit4]   2> 1385318 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1385319 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1385319 INFO  (zkCallback-1506-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1385319 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:37973_rk_k%2Fqc) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1385319 INFO  (zkCallback-1506-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1385319 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1385334 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1385334 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1385335 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/cores
   [junit4]   2> 1385336 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1385336 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001/shard-1-001/cores/collection1
   [junit4]   2> 1385336 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1385337 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1385337 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1385339 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1385339 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1385340 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1385340 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 1385341 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 1385341 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1385341 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:48823/rk_k/qc",
   [junit4]   2>   "node_name":"127.0.0.1:48823_rk_k%2Fqc",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1385342 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:48823/rk_k/qc",
   [junit4]   2>   "node_name":"127.0.0.1:48823_rk_k%2Fqc",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1385343 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1385343 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1385446 INFO  (OverseerStateUpdate-95754382855569413-127.0.0.1:37973_rk_k%2Fqc-n_0000000000) [n:127.0.0.1:37973_rk_k%2Fqc    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1385447 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1385448 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:48823_rk_k%2Fqc) [n:127.0.0.1:48823_rk_k%2Fqc    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 1386342 INFO  (coreLoadExecutor-4669-thread-1-processing-n:127.0.0.1:488

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

java:455)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1432237 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@77949e69{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1432237 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@581703d2{/rk_k/qc,null,UNAVAILABLE}
   [junit4]   2> 1432241 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[BAFC563BE4925AE5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39203 39203
   [junit4]   2> 1432341 INFO  (Thread-3579) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39203 39203
   [junit4]   2> 1432343 WARN  (Thread-3579) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNamedUpdateProcessors -Dtests.method=test -Dtests.seed=BAFC563BE4925AE5 -Dtests.slow=true -Dtests.locale=es-MX -Dtests.timezone=Asia/Calcutta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 50.6s J1 | TestNamedUpdateProcessors.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:.system
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BAFC563BE4925AE5:32A869E14A6E371D]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:150)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:852)
   [junit4]    > 	at org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:78)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1432352 INFO  (SUITE-TestNamedUpdateProcessors-seed#[BAFC563BE4925AE5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_BAFC563BE4925AE5-001
   [junit4]   2> Apr 19, 2016 7:59:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1890, maxMBSortInHeap=5.400919562484129, sim=ClassicSimilarity, locale=es-MX, timezone=Asia/Calcutta
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=181644480,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [VMParamsZkACLAndCredentialsProvidersTest, TestIndexSearcher, DistributedFacetPivotLargeTest, BitVectorTest, TestDynamicFieldCollectionResource, TestManagedStopFilterFactory, TestSolrConfigHandler, TestIntervalFaceting, TestBinaryField, TestPivotHelperCode, TestOrdValues, BinaryUpdateRequestHandlerTest, TestChildDocTransformer, TestDistributedGrouping, SharedFSAutoReplicaFailoverUtilsTest, TestSolrDeletionPolicy2, CollectionsAPIDistributedZkTest, TestAnalyzeInfixSuggestions, TestSolrQueryParser, TestDocBasedVersionConstraints, DirectUpdateHandlerOptimizeTest, TestSchemaNameResource, NotRequiredUniqueKeyTest, BadCopyFieldTest, SolrCmdDistributorTest, TestReload, TestOmitPositions, ConvertedLegacyTest, ZkSolrClientTest, BasicFunctionalityTest, BJQParserTest, TestQueryUtils, HdfsNNFailoverTest, TestFiltering, TestRawTransformer, LukeRequestHandlerTest, SuggesterTSTTest, FileBasedSpellCheckerTest, TestSolr4Spatial, HdfsWriteToMultipleCollectionsTest, AddBlockUpdateTest, IndexSchemaRuntimeFieldTest, TestMissingGroups, TestSolrJ, DistributedQueueTest, ResourceLoaderTest, TestSortingResponseWriter, ConfigSetsAPITest, SpellCheckCollatorTest, TestBulkSchemaAPI, TestConfigSetsAPIExclusivity, ShowFileRequestHandlerTest, DistributedIntervalFacetingTest, BaseCdcrDistributedZkTest, TestRestoreCore, HdfsRecoveryZkTest, ExitableDirectoryReaderTest, RemoteQueryErrorTest, TestCollationField, CachingDirectoryFactoryTest, HighlighterConfigTest, TestSerializedLuceneMatchVersion, TestOverriddenPrefixQueryForCustomFieldType, TestManagedResourceStorage, BlockJoinFacetRandomTest, TestRecovery, TestReplicationHandlerBackup, FullSolrCloudDistribCmdsTest, TestCryptoKeys, DebugComponentTest, TestBlobHandler, TestRandomCollapseQParserPlugin, DateMathParserTest, TestUtils, TestSolr4Spatial2, BlobRepositoryCloudTest, HdfsDirectoryTest, TestRangeQuery, TestCollationFieldDocValues, BasicZkTest, TestDistributedStatsComponentCardinality, BasicAuthIntegrationTest, TestRandomFaceting, TestManagedSchemaAPI, TestSolrCoreProperties, TestJoin, FieldAnalysisRequestHandlerTest, SpellingQueryConverterTest, FacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, ResponseHeaderTest, CollectionsAPISolrJTest, OpenExchangeRatesOrgProviderTest, UpdateRequestProcessorFactoryTest, WordBreakSolrSpellCheckerTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestTrie, JavabinLoaderTest, TestFilteredDocIdSet, TestCopyFieldCollectionResource, DocExpirationUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, CacheHeaderTest, TestBinaryResponseWriter, SolrPluginUtilsTest, DateRangeFieldTest, TestSolrXml, SolrIndexSplitterTest, TestScoreJoinQPScore, TestHighFrequencyDictionaryFactory, TestShortCircuitedRequests, TestMiniSolrCloudCluster, RuleEngineTest, SolrInfoMBeanTest, TestFastWriter, TestStressRecovery, DistributedQueryComponentOptimizationTest, TestCrossCoreJoin, TestReversedWildcardFilterFactory, StatsComponentTest, BigEndianAscendingWordDeserializerTest, DistribDocExpirationUpdateProcessorTest, TestObjectReleaseTracker, QueryParsingTest, EchoParamsTest, EnumFieldTest, SuggesterWFSTTest, HdfsBasicDistributedZkTest, ConnectionReuseTest, TestRTGBase, TestJettySolrRunner, CollectionReloadTest, DistributedDebugComponentTest, AsyncCallRequestStatusResponseTest, SignatureUpdateProcessorFactoryTest, TermVectorComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, SolrCloudExampleTest, TestSchemaSimilarityResource, CurrencyFieldOpenExchangeTest, TestNamedUpdateProcessors]
   [junit4] Completed [284/590 (1!)] on J1 in 51.33s, 1 test, 1 failure <<< FAILURES!

[...truncated 1025 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014: There were test failures: 590 suites (10 ignored), 2372 tests, 1 failure, 85 ignored (70 assumptions) [seed: BAFC563BE4925AE5]

Total time: 79 minutes 30 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



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 532 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/532/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 45 seconds
	at __randomizedtesting.SeedInfo.seed([CD046CF540F9AD47:4550532FEE05C0BF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:858)
	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
	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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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 10778 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/init-core-data-001
   [junit4]   2> 541377 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[CD046CF540F9AD47]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 541377 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[CD046CF540F9AD47]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 541381 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 541381 INFO  (Thread-2408) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 541381 INFO  (Thread-2408) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 541481 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkTestServer start zk server on port:50190
   [junit4]   2> 541481 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541482 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541485 INFO  (zkCallback-429-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a8efa08 name:ZooKeeperConnection Watcher:127.0.0.1:50190 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541485 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541485 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541485 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 541490 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541491 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541493 INFO  (zkCallback-430-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d6c778c name:ZooKeeperConnection Watcher:127.0.0.1:50190/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541493 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541493 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541493 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 541495 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 541498 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 541499 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 541501 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-doc-expire-update-processor.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 541501 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 541504 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 541504 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 541506 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 541506 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 541508 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 541508 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 541510 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 541510 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 541512 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 541512 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 541514 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 541514 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 541516 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 541516 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 541518 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 541519 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 541520 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 541520 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 541522 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 541522 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 541686 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1
   [junit4]   2> 541688 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 541689 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74935086{/,null,AVAILABLE}
   [junit4]   2> 541689 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.ServerConnector Started ServerConnector@76fa408e{HTTP/1.1,[http/1.1]}{127.0.0.1:34924}
   [junit4]   2> 541689 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.Server Started @545213ms
   [junit4]   2> 541689 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/tempDir-001/control/data, hostContext=/, hostPort=34924, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores}
   [junit4]   2> 541690 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 541690 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001'
   [junit4]   2> 541691 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 541691 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 541691 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541691 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541696 INFO  (zkCallback-431-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@242b9886 name:ZooKeeperConnection Watcher:127.0.0.1:50190/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541697 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541697 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541699 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 541700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/solr.xml
   [junit4]   2> 541704 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores
   [junit4]   2> 541704 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CoreContainer New CoreContainer 738567760
   [junit4]   2> 541704 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001]
   [junit4]   2> 541704 WARN  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/lib
   [junit4]   2> 541704 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] 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,
   [junit4]   2> 541706 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 541707 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 541707 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 541707 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50190/solr
   [junit4]   2> 541707 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 541707 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541708 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541710 INFO  (zkCallback-434-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ed4c5ab name:ZooKeeperConnection Watcher:127.0.0.1:50190 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541711 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541711 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541713 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$41/1172349961@be79d3a
   [junit4]   2> 541714 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541716 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55bec863 name:ZooKeeperConnection Watcher:127.0.0.1:50190/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541716 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541718 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 541721 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 541726 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 541729 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 541731 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 541734 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 541737 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 541739 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 541741 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 541743 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541746 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 541750 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 541751 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 541753 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541754 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95751677232807940-127.0.0.1:34924_-n_0000000000
   [junit4]   2> 541754 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34924_
   [junit4]   2> 541754 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 541756 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer Overseer (id=95751677232807940-127.0.0.1:34924_-n_0000000000) starting
   [junit4]   2> 541758 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 541767 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 541768 INFO  (OverseerCollectionConfigSetProcessor-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 541769 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34924_
   [junit4]   2> 541769 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 541770 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34924_
   [junit4]   2> 541773 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 541773 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 541773 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 541794 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 541794 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 541794 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores
   [junit4]   2> 541795 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 541795 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1
   [junit4]   2> 541795 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 541797 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 541797 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:34924_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 541798 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 541798 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 541801 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34924",
   [junit4]   2>   "node_name":"127.0.0.1:34924_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 541801 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 541801 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34924",
   [junit4]   2>   "node_name":"127.0.0.1:34924_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 541802 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 541802 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 541804 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 542802 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 542802 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 542803 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 542803 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 542804 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 542804 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1'
   [junit4]   2> 542805 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 542805 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 542806 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 542812 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 542813 WARN  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 542814 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 542817 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 542823 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 542877 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 542879 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 542879 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 542882 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 542908 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 542908 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 542908 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 542908 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data/]
   [junit4]   2> 542908 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 542909 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data
   [junit4]   2> 542909 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data/index/
   [junit4]   2> 542909 WARN  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 542909 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data/index
   [junit4]   2> 542909 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=41.0888671875, floorSegmentMB=2.001953125, forceMergeDeletesPctAllowed=13.197429884768558, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8136785468392035
   [junit4]   2> 542910 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@19851a69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@160a85ec),segFN=segments_1,generation=1}
   [junit4]   2> 542910 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 542910 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data/
   [junit4]   2> 542910 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 542912 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-defaults"
   [junit4]   2> 542927 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-field"
   [junit4]   2> 542927 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-param"
   [junit4]   2> 542927 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-field-with-param-default"
   [junit4]   2> 542928 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "scheduled-delete" (default)
   [junit4]   2> 543458 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "scheduled-delete" (default)
   [junit4]   2> 543460 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 543461 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 543462 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 543462 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 543464 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 543464 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 543465 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 543465 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 543466 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 543466 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 543466 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 543466 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@19851a69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@160a85ec),segFN=segments_1,generation=1}
   [junit4]   2> 543466 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 543467 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d6ea400[collection1] main]
   [junit4]   2> 543467 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 543468 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 543468 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 543469 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 543469 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 543469 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 543469 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 543469 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 543469 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 543477 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 543477 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 543477 INFO  (searcherExecutor-1632-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d6ea400[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 543477 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 543477 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 543477 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1532026837921693696
   [junit4]   2> 543479 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1532026837921693696
   [junit4]   2> 543479 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 543480 INFO  (coreLoadExecutor-1631-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 543481 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:34924 collection:control_collection shard:shard1
   [junit4]   2> 543482 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 543487 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95751677232807940-core_node1-n_0000000000
   [junit4]   2> 543488 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 543490 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 543491 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 543491 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34924/collection1/
   [junit4]   2> 543491 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 543491 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34924/collection1/ has no replicas
   [junit4]   2> 543491 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 543492 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 543493 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 543497 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95751677232807940-core_node1-n_0000000000
   [junit4]   2> 543500 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34924/collection1/ shard1
   [junit4]   2> 543501 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:34924",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 543605 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 543651 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:34924/collection1/ and leader is http://127.0.0.1:34924/collection1/
   [junit4]   2> 543651 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34924
   [junit4]   2> 543652 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 543652 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 543652 INFO  (coreZkRegister-1625-thread-1-processing-n:127.0.0.1:34924_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 543655 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34924",
   [junit4]   2>   "node_name":"127.0.0.1:34924_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 543655 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34924",
   [junit4]   2>   "node_name":"127.0.0.1:34924_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 543759 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 543945 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 543946 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 543950 INFO  (zkCallback-437-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12faced name:ZooKeeperConnection Watcher:127.0.0.1:50190/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 543951 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 543951 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 543951 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 543954 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 543955 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 544128 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/cores/collection1
   [junit4]   2> 544129 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001
   [junit4]   2> 544130 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 544132 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@171b2ad4{/,null,AVAILABLE}
   [junit4]   2> 544133 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.ServerConnector Started ServerConnector@53b91b20{HTTP/1.1,[http/1.1]}{127.0.0.1:60087}
   [junit4]   2> 544133 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.Server Started @547656ms
   [junit4]   2> 544133 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=60087, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/cores}
   [junit4]   2> 544134 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 544134 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001'
   [junit4]   2> 544135 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 544135 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 544135 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 544136 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 544140 INFO  (zkCallback-438-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46d9de0 name:ZooKeeperConnection Watcher:127.0.0.1:50190/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 544140 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 544141 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 544143 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 544143 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/solr.xml
   [junit4]   2> 544149 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/cores
   [junit4]   2> 544149 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CoreContainer New CoreContainer 379577910
   [junit4]   2> 544149 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001]
   [junit4]   2> 544149 WARN  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/lib
   [junit4]   2> 544150 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] 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,
   [junit4]   2> 544152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 544152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 544152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 544152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50190/solr
   [junit4]   2> 544152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 544152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 544153 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 544156 INFO  (zkCallback-441-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f441d0c name:ZooKeeperConnection Watcher:127.0.0.1:50190 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 544157 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 544158 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 544160 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$41/1172349961@303d7f04
   [junit4]   2> 544160 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 544163 INFO  (zkCallback-442-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6be58a4a name:ZooKeeperConnection Watcher:127.0.0.1:50190/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 544163 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 544174 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 544176 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 544179 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 544179 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95751677232807944-127.0.0.1:60087_-n_0000000001
   [junit4]   2> 544180 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95751677232807940-127.0.0.1:34924_-n_0000000000 to know if I could be the leader
   [junit4]   2> 544181 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.ZkController Publish node=127.0.0.1:60087_ as DOWN
   [junit4]   2> 544183 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:60087_"} current state version: 4
   [junit4]   2> 544183 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:60087_
   [junit4]   2> 544286 INFO  (zkCallback-437-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 544287 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 544288 INFO  (zkCallback-442-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 545186 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60087_
   [junit4]   2> 545186 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60087_
   [junit4]   2> 545188 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 545188 INFO  (zkCallback-437-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 545189 INFO  (zkCallback-442-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 545189 INFO  (zkCallback-437-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 545189 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 545190 INFO  (zkCallback-442-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 545211 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 545211 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 545212 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/cores
   [junit4]   2> 545214 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 545214 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/cores/collection1
   [junit4]   2> 545214 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 545215 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 545215 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [n:127.0.0.1:60087_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 545216 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 545216 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 545219 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60087",
   [junit4]   2>   "node_name":"127.0.0.1:60087_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 5
   [junit4]   2> 545219 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60087",
   [junit4]   2>   "node_name":"127.0.0.1:60087_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 545219 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 545219 INFO  (OverseerStateUpdate-95751677232807940-127.0.0.1:34924_-n_0000000000) [n:127.0.0.1:34924_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 545220 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 545323 INFO  (zkCallback-437-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 545323 INFO  (zkCallback-442-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 545323 INFO  (zkCallback-435-thread-1-processing-n:127.0.0.1:34924_) [n:127.0.0.1:34924_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 546221 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 546221 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 546222 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 546222 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 546223 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 546223 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-1-001/cores/collection1'
   [junit4]   2> 546224 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 546224 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 546477 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.DocExpirationUpdateProcessorFactory Begining periodic deletion of expired docs
   [junit4]   2> 546484 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 546484 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 546484 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 546485 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {deleteByQuery={!cache=false}eXpField_tdt:[* TO 2016-04-19T08:30:50.371Z] (-1532026841068470272),commit=} 0 7
   [junit4]   2> 546485 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.DocExpirationUpdateProcessorFactory Finished periodic deletion of expired docs
   [junit4]   2> 549476 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.DocExpirationUpdateProcessorFactory Begining periodic deletion of expired docs
   [junit4]   2> 549477 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 549477 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 549478 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 549478 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {deleteByQuery={!cache=false}eXpField_tdt:[* TO 2016-04-19T08:30:53.370Z] (-1532026844213149696),commit=} 0 1
   [junit4]   2> 549478 INFO  (autoExpireDocs-1637-thread-1) [n:127.0.0.1:34924_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.DocExpirationUpdateProcessorFactory Finished periodic deletion of expired docs
   [junit4]   2> 550731 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 550741 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 550743 WARN  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 550744 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 550749 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 550753 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 550867 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 550868 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 550868 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 550871 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 550904 INFO  (coreLoadExecutor-1643-thread-1-processing-n:127.0.0.1:60087_) [n:127.0.0.1:60087_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet prope

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

llection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 614225 INFO  (recoveryExecutor-456-thread-1-processing-n:127.0.0.1:62008_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:62008_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 614225 INFO  (recoveryExecutor-456-thread-1-processing-n:127.0.0.1:62008_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:62008_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001/shard-4-001/cores/collection1/data
   [junit4]   2> 614226 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.Overseer Overseer (id=95751677232807953-127.0.0.1:62008_-n_0000000004) closing
   [junit4]   2> 614226 INFO  (OverseerStateUpdate-95751677232807953-127.0.0.1:62008_-n_0000000004) [n:127.0.0.1:62008_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62008_
   [junit4]   2> 614230 ERROR (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]-EventThread) [n:127.0.0.1:62008_    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$13/275648517@66233247 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@10415df[Shutting down, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 38]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 614234 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6fe3cb32{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 614234 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28c93ca2{/,null,UNAVAILABLE}
   [junit4]   2> 614240 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CD046CF540F9AD47]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50190 50190
   [junit4]   2> 614264 INFO  (Thread-2408) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50190 50190
   [junit4]   2> 614265 WARN  (Thread-2408) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistribDocExpirationUpdateProcessorTest -Dtests.method=test -Dtests.seed=CD046CF540F9AD47 -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Europe/Malta -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 72.9s J1 | DistribDocExpirationUpdateProcessorTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 45 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CD046CF540F9AD47:4550532FEE05C0BF]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:858)
   [junit4]    > 	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 614268 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[CD046CF540F9AD47]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CD046CF540F9AD47-001
   [junit4]   2> Apr 19, 2016 8:31:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ca, timezone=Europe/Malta
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=115146624,total=339738624
   [junit4]   2> NOTE: All tests run in this JVM: [QueryResultKeyTest, BlockDirectoryTest, EchoParamsTest, TestRawTransformer, TestTrieFacet, HdfsWriteToMultipleCollectionsTest, TestSolrDeletionPolicy2, RuleEngineTest, SolrInfoMBeanTest, RAMDirectoryFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, TestDownShardTolerantSearch, RemoteQueryErrorTest, LukeRequestHandlerTest, FacetPivotSmallTest, DefaultValueUpdateProcessorTest, CreateCollectionCleanupTest, DistributedFacetPivotWhiteBoxTest, CSVRequestHandlerTest, SpellCheckCollatorTest, TestSortingResponseWriter, DirectUpdateHandlerOptimizeTest, ConnectionReuseTest, TestRebalanceLeaders, CachingDirectoryFactoryTest, TestHdfsUpdateLog, DateMathParserTest, MultiThreadedOCPTest, TestSolrCloudWithKerberosAlt, TestIndexSearcher, TestCoreDiscovery, ResourceLoaderTest, CoreAdminHandlerTest, TlogReplayBufferedWhileIndexingTest, TestStandardQParsers, TestTrie, TestReloadAndDeleteDocs, TestDistributedStatsComponentCardinality, TestGeoJSONResponseWriter, HdfsRecoveryZkTest, AliasIntegrationTest, BadCopyFieldTest, HdfsDirectoryTest, DistributedFacetPivotSmallAdvancedTest, FieldMutatingUpdateProcessorTest, HdfsNNFailoverTest, CoreMergeIndexesAdminHandlerTest, DistributedQueryComponentOptimizationTest, SpellCheckComponentTest, CursorMarkTest, FullHLLTest, TestLMJelinekMercerSimilarityFactory, TestQueryTypes, TestBulkSchemaAPI, DateRangeFieldTest, BaseCdcrDistributedZkTest, NumericFieldsTest, TermVectorComponentTest, TestShortCircuitedRequests, DistribDocExpirationUpdateProcessorTest]
   [junit4] Completed [100/590 (1!)] on J1 in 73.93s, 1 test, 1 failure <<< FAILURES!

[...truncated 1598 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014: There were test failures: 590 suites (10 ignored), 2372 tests, 1 failure, 85 ignored (70 assumptions) [seed: CD046CF540F9AD47]

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



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 531 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/531/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerCloud:     1) Thread[id=9536, name=Thread-3279, state=TIMED_WAITING, group=TGRP-TestSolrConfigHandlerCloud]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)         at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333)         at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)         at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)         at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)         at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)         at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)         at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)         at org.apache.solr.core.SolrCore$$Lambda$27/1854871484.run(Unknown Source)         at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2424)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerCloud: 
   1) Thread[id=9536, name=Thread-3279, state=TIMED_WAITING, group=TGRP-TestSolrConfigHandlerCloud]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)
        at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333)
        at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)
        at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
        at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
        at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
        at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
        at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)
        at org.apache.solr.core.SolrCore$$Lambda$27/1854871484.run(Unknown Source)
        at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2424)
	at __randomizedtesting.SeedInfo.seed([A767ADCC2ADA3FDD]:0)




Build Log:
[...truncated 10898 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/init-core-data-001
   [junit4]   2> 1041051 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[A767ADCC2ADA3FDD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1041051 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[A767ADCC2ADA3FDD]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /br/un
   [junit4]   2> 1041054 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1041054 INFO  (Thread-3090) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1041054 INFO  (Thread-3090) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1041154 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ZkTestServer start zk server on port:35845
   [junit4]   2> 1041154 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1041155 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1041157 INFO  (zkCallback-1198-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@305afb52 name:ZooKeeperConnection Watcher:127.0.0.1:35845 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1041157 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1041158 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1041158 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1041163 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1041163 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1041170 INFO  (zkCallback-1199-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ef58f20 name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1041170 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1041170 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1041170 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1041174 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1041176 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1041178 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1041182 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1041182 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1041185 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1041186 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1041188 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1041189 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1041191 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1041191 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1041194 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1041194 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1041197 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1041197 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1041200 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1041200 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1041202 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1041202 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1041205 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1041205 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1041207 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1041207 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1041210 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1041210 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1041344 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1
   [junit4]   2> 1041345 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1041347 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53556d18{/br/un,null,AVAILABLE}
   [junit4]   2> 1041350 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4fb11cba{HTTP/1.1,[http/1.1]}{127.0.0.1:39731}
   [junit4]   2> 1041351 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.Server Started @1044387ms
   [junit4]   2> 1041351 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/tempDir-001/control/data, hostContext=/br/un, hostPort=39731, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores}
   [junit4]   2> 1041351 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1041352 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001'
   [junit4]   2> 1041352 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1041352 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1041352 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1041353 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1041354 INFO  (zkCallback-1200-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@786ecc45 name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1041355 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1041355 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1041356 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1041356 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/solr.xml
   [junit4]   2> 1041361 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores
   [junit4]   2> 1041361 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CoreContainer New CoreContainer 1334630107
   [junit4]   2> 1041361 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001]
   [junit4]   2> 1041361 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/lib
   [junit4]   2> 1041361 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] 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,
   [junit4]   2> 1041363 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1041364 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1041364 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1041364 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35845/solr
   [junit4]   2> 1041364 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1041364 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1041364 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1041366 INFO  (zkCallback-1203-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@45b68fe1 name:ZooKeeperConnection Watcher:127.0.0.1:35845 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1041367 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1041367 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1041369 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$22/335461197@2ec5ec68
   [junit4]   2> 1041369 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1041371 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2edc6914 name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1041371 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1041373 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1041376 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1041381 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1041384 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1041386 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1041389 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1041392 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1041394 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1041396 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1041398 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1041400 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1041402 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1041404 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1041406 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1041406 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000
   [junit4]   2> 1041407 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39731_br%2Fun
   [junit4]   2> 1041407 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1041409 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer Overseer (id=95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) starting
   [junit4]   2> 1041412 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1041421 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1041421 INFO  (OverseerCollectionConfigSetProcessor-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1041422 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39731_br%2Fun
   [junit4]   2> 1041422 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1041423 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39731_br%2Fun
   [junit4]   2> 1041427 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1041428 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1041428 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1041474 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1041475 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1041475 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores
   [junit4]   2> 1041476 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1041476 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1
   [junit4]   2> 1041476 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1041478 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1041478 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1041478 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1041478 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1041481 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39731/br/un",
   [junit4]   2>   "node_name":"127.0.0.1:39731_br%2Fun",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1041481 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1041482 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39731/br/un",
   [junit4]   2>   "node_name":"127.0.0.1:39731_br%2Fun",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1041482 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1041483 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1041485 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1042482 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1042482 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1042483 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1042483 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1042484 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1042484 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1'
   [junit4]   2> 1042484 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1042484 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1042486 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1042492 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1042495 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1042502 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1042508 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1042590 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1042595 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1042596 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1042609 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1042612 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1042614 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1042615 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1042617 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1042617 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1042617 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1042617 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data/]
   [junit4]   2> 1042617 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77991adf
   [junit4]   2> 1042618 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data
   [junit4]   2> 1042618 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1042618 WARN  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1042618 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data/index
   [junit4]   2> 1042618 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=18.4287109375, floorSegmentMB=1.9150390625, forceMergeDeletesPctAllowed=11.869427896368846, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6974756872414788
   [junit4]   2> 1042619 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78a2bd53 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1346a15),segFN=segments_1,generation=1}
   [junit4]   2> 1042619 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1042619 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data/
   [junit4]   2> 1042620 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1042622 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1042622 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1042622 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1042622 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1042622 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1042622 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1042623 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1042623 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1042623 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1042623 WARN  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1042625 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1042626 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1042628 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1042629 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1042632 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1042632 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1042633 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1042633 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1042633 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1042634 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1042634 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.447265625, floorSegmentMB=1.775390625, forceMergeDeletesPctAllowed=1.922724685718985, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1042634 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78a2bd53 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1346a15),segFN=segments_1,generation=1}
   [junit4]   2> 1042634 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1042634 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@28d3953c[collection1] main]
   [junit4]   2> 1042634 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1042636 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1042636 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1042636 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1042636 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1042636 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1042637 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1042637 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1042637 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1042637 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1042638 INFO  (searcherExecutor-3956-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28d3953c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1042638 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1042638 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1042638 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1042638 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531968269518372864
   [junit4]   2> 1042640 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531968269518372864
   [junit4]   2> 1042640 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1042641 INFO  (coreLoadExecutor-3955-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1042642 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:39731/br/un collection:control_collection shard:shard1
   [junit4]   2> 1042644 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1042649 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95748016741154820-core_node1-n_0000000000
   [junit4]   2> 1042649 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1042652 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1042652 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1042652 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39731/br/un/collection1/
   [junit4]   2> 1042652 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1042652 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:39731/br/un/collection1/ has no replicas
   [junit4]   2> 1042652 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1042654 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1042658 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95748016741154820-core_node1-n_0000000000
   [junit4]   2> 1042660 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39731/br/un/collection1/ shard1
   [junit4]   2> 1042661 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:39731/br/un",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1042765 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1042812 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:39731/br/un/collection1/ and leader is http://127.0.0.1:39731/br/un/collection1/
   [junit4]   2> 1042812 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39731/br/un
   [junit4]   2> 1042812 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1042812 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1042812 INFO  (coreZkRegister-3949-thread-1-processing-n:127.0.0.1:39731_br%2Fun x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:39731_br%2Fun c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1042815 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39731/br/un",
   [junit4]   2>   "node_name":"127.0.0.1:39731_br%2Fun",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1042816 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39731/br/un",
   [junit4]   2>   "node_name":"127.0.0.1:39731_br%2Fun",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1042920 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1042984 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:35845/solr
   [junit4]   2> 1042985 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1042986 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042988 INFO  (zkCallback-1206-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1602a2a6 name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042988 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1042988 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1042988 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1042991 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1042992 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1042992 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1042992 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1042993 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042994 INFO  (zkCallback-1207-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46ad0cba name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042995 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1042995 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1042998 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1042999 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1043102 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1043132 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/cores/collection1
   [junit4]   2> 1043132 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001
   [junit4]   2> 1043133 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1043135 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b6d2685{/br/un,null,AVAILABLE}
   [junit4]   2> 1043135 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2c825673{HTTP/1.1,[http/1.1]}{127.0.0.1:52721}
   [junit4]   2> 1043135 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.e.j.s.Server Started @1046172ms
   [junit4]   2> 1043135 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/br/un, hostPort=52721, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/cores}
   [junit4]   2> 1043136 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1043136 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001'
   [junit4]   2> 1043136 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1043137 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1043137 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1043137 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043140 INFO  (zkCallback-1208-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12ac1a29 name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043140 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1043141 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1043142 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1043142 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/solr.xml
   [junit4]   2> 1043147 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/cores
   [junit4]   2> 1043147 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CoreContainer New CoreContainer 1273166904
   [junit4]   2> 1043147 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001]
   [junit4]   2> 1043147 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/lib
   [junit4]   2> 1043148 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] 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,
   [junit4]   2> 1043150 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1043151 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1043151 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1043151 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35845/solr
   [junit4]   2> 1043151 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1043151 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1043152 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043154 INFO  (zkCallback-1211-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1616a7e6 name:ZooKeeperConnection Watcher:127.0.0.1:35845 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043154 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1043154 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1043156 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$22/335461197@6510b85
   [junit4]   2> 1043157 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043159 INFO  (zkCallback-1212-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48bbd99f name:ZooKeeperConnection Watcher:127.0.0.1:35845/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043159 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1043170 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1043172 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1043177 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1043177 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95748016741154825-127.0.0.1:52721_br%2Fun-n_0000000001
   [junit4]   2> 1043178 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000 to know if I could be the leader
   [junit4]   2> 1043179 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.ZkController Publish node=127.0.0.1:52721_br%2Fun as DOWN
   [junit4]   2> 1043182 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:52721_br%2Fun"} current state version: 3
   [junit4]   2> 1043182 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:52721_br%2Fun
   [junit4]   2> 1043183 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1043297 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1043297 INFO  (zkCallback-1206-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1043297 INFO  (zkCallback-1212-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1044184 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52721_br%2Fun
   [junit4]   2> 1044185 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52721_br%2Fun
   [junit4]   2> 1044187 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1044187 INFO  (zkCallback-1206-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1044187 INFO  (zkCallback-1212-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1044188 INFO  (zkCallback-1204-thread-1-processing-n:127.0.0.1:39731_br%2Fun) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1044188 INFO  (zkCallback-1206-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1044188 INFO  (zkCallback-1212-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1044215 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1044215 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1044216 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/cores
   [junit4]   2> 1044217 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1044217 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/cores/collection1
   [junit4]   2> 1044217 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1044219 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1044219 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[A767ADCC2ADA3FDD]) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1044220 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1044220 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1044221 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1044221 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 1044222 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 1044222 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52721/br/un",
   [junit4]   2>   "node_name":"127.0.0.1:52721_br%2Fun",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1044222 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1044223 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52721/br/un",
   [junit4]   2>   "node_name":"127.0.0.1:52721_br%2Fun",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1044223 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1044223 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1044326 INFO  (OverseerStateUpdate-95748016741154820-127.0.0.1:39731_br%2Fun-n_0000000000) [n:127.0.0.1:39731_br%2Fun    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1044328 INFO  (zkCallback-1212-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1044329 INFO  (zkCallback-1212-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 1045223 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1045224 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1045225 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1045225 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1045226 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1045226 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_A767ADCC2ADA3FDD-001/shard-1-001/cores/collection1'
   [junit4]   2> 1045226 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1045226 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1045229 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1045238 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1045241 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1045267 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1045274 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1045378 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1045385 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1045386 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1045401 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1045406 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1045408 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1045409 INFO  (coreLoadExecutor-3966-thread-1-processing-n:127.0.0.1:52721_br%2Fun) [n:127.0.0.1:52721_br%2Fun c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1045411 INFO  (coreLoadExecutor

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

olr-master-Solaris/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/api-all-1.0.0-M20.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/bcprov-jdk15-1.45.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/cglib-nodep-2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/commons-collections-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/commons-math3-3.4.1.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/easymock-3.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/ehcache-core-2.4.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jackson-annotations-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jackson-databind-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jersey-core-1.9.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jersey-server-1.9.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jetty-6.1.26.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jetty-util-6.1.26.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/mina-core-2.0.0-M5.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/mockito-core-1.9.5.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/objenesis-1.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/presto-parser-0.122.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/slice-0.10.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/analysis/icu/lucene-analyzers-icu-7.0.0-SNAPSHOT.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/contrib/solr-analysis-extras/classes/java:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/queryparser/classes/test:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/export/home/jenkins/.ant/lib/ivy-2.3.0.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/usr/jdk/instances/jdk1.8.0/lib/tools.jar:/export/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20160418_164226_617.events @/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20160418_164226_617.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 9.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1481)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014: At least one slave process threw an exception, first: Forked process returned with error code: 9.

Total time: 316 minutes 16 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