You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/24 17:42:55 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3452 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3452/

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
expected:<401> but was:<400>

Stack Trace:
java.lang.AssertionError: expected:<401> but was:<400>
	at __randomizedtesting.SeedInfo.seed([1CB49C45BB36E251:A0DAEA571F65612B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 15365 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1772878 INFO  (SUITE-BasicAuthIntegrationTest-seed#[1CB49C45BB36E251]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/init-core-data-001
   [junit4]   2> 1772879 INFO  (SUITE-BasicAuthIntegrationTest-seed#[1CB49C45BB36E251]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1772880 INFO  (SUITE-BasicAuthIntegrationTest-seed#[1CB49C45BB36E251]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1772883 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 1772884 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001
   [junit4]   2> 1772884 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1772885 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1772885 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1772985 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkTestServer start zk server on port:37149
   [junit4]   2> 1772985 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37149
   [junit4]   2> 1772985 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37149
   [junit4]   2> 1772989 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1772992 INFO  (zkConnectionManagerCallback-10244-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1772992 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1772996 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773001 INFO  (zkConnectionManagerCallback-10246-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773001 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773004 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773008 INFO  (zkConnectionManagerCallback-10248-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773008 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773115 WARN  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1773116 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1773116 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1773116 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 1773117 WARN  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1773117 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1773117 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1773117 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 1773118 WARN  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1773118 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1773118 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1773118 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 1773120 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1773120 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1773120 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1773120 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@578dd4f8{/solr,null,AVAILABLE}
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@708db659{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44141}
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.e.j.s.Server Started @1773169ms
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44141}
   [junit4]   2> 1773121 ERROR (jetty-launcher-10249-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1773121 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T17:16:46.190863Z
   [junit4]   2> 1773160 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773179 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1773179 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1773179 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1773179 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@652b737a{/solr,null,AVAILABLE}
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4e6014d4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33761}
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.e.j.s.Server Started @1773228ms
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33761}
   [junit4]   2> 1773180 ERROR (jetty-launcher-10249-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1773180 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T17:16:46.249722Z
   [junit4]   2> 1773182 INFO  (zkConnectionManagerCallback-10251-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773182 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773182 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1773183 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773191 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1773191 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1773191 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1773191 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3578346d{/solr,null,AVAILABLE}
   [junit4]   2> 1773192 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@39a6812e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44261}
   [junit4]   2> 1773192 INFO  (jetty-launcher-10249-thread-2) [     ] o.e.j.s.Server Started @1773240ms
   [junit4]   2> 1773192 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44261}
   [junit4]   2> 1773193 ERROR (jetty-launcher-10249-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1773193 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1773193 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1773193 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1773193 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1773193 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T17:16:46.262316Z
   [junit4]   2> 1773194 INFO  (zkConnectionManagerCallback-10253-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773194 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773196 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773196 INFO  (zkConnectionManagerCallback-10255-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773196 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773292 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1773293 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1773502 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1773503 WARN  (jetty-launcher-10249-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70e5c7ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773503 WARN  (jetty-launcher-10249-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70e5c7ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773516 WARN  (jetty-launcher-10249-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73fe8c76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773516 WARN  (jetty-launcher-10249-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73fe8c76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773517 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37149/solr
   [junit4]   2> 1773519 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773527 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1773527 INFO  (zkConnectionManagerCallback-10264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773527 INFO  (jetty-launcher-10249-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773541 WARN  (jetty-launcher-10249-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f5eed08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773541 WARN  (jetty-launcher-10249-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f5eed08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773570 WARN  (jetty-launcher-10249-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7304a703[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773570 WARN  (jetty-launcher-10249-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7304a703[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1773571 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37149/solr
   [junit4]   2> 1773583 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773588 INFO  (zkConnectionManagerCallback-10270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773588 INFO  (jetty-launcher-10249-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773633 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773634 INFO  (zkConnectionManagerCallback-10272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773634 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773736 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773743 INFO  (zkConnectionManagerCallback-10276-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773743 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773762 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44141_solr
   [junit4]   2> 1773763 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.Overseer Overseer (id=72084477028007944-127.0.0.1:44141_solr-n_0000000000) starting
   [junit4]   2> 1773765 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33761_solr
   [junit4]   2> 1773773 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1773776 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773777 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773778 INFO  (zkCallback-10271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1773779 INFO  (zkConnectionManagerCallback-10288-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773779 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773780 INFO  (zkConnectionManagerCallback-10283-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1773780 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1773782 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1773784 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37149/solr ready
   [junit4]   2> 1773785 INFO  (OverseerStateUpdate-72084477028007944-127.0.0.1:44141_solr-n_0000000000) [n:127.0.0.1:44141_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44141_solr
   [junit4]   2> 1773785 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1773786 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44141_solr as DOWN
   [junit4]   2> 1773788 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1773788 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44141_solr
   [junit4]   2> 1773790 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37149/solr ready
   [junit4]   2> 1773790 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1773790 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 1773792 INFO  (zkCallback-10271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1773792 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 1773814 INFO  (zkCallback-10282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1773818 INFO  (zkCallback-10287-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1773832 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1773847 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1773890 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1773910 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1773910 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1773913 INFO  (jetty-launcher-10249-thread-1) [n:127.0.0.1:44141_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node1/.
   [junit4]   2> 1773917 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1773945 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1773945 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1773947 INFO  (jetty-launcher-10249-thread-3) [n:127.0.0.1:33761_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node3/.
   [junit4]   2> 1774000 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1774001 WARN  (jetty-launcher-10249-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ce5b43d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1774001 WARN  (jetty-launcher-10249-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ce5b43d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1774013 WARN  (jetty-launcher-10249-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62e61189[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1774013 WARN  (jetty-launcher-10249-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62e61189[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1774015 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37149/solr
   [junit4]   2> 1774020 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1774020 INFO  (zkConnectionManagerCallback-10296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1774020 INFO  (jetty-launcher-10249-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1774123 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1774125 INFO  (zkConnectionManagerCallback-10298-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1774125 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1774132 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1774140 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44261_solr as DOWN
   [junit4]   2> 1774142 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1774142 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44261_solr
   [junit4]   2> 1774144 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1774144 INFO  (zkCallback-10282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1774144 INFO  (zkCallback-10287-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1774144 INFO  (zkCallback-10271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1774145 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1774152 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1774156 INFO  (zkConnectionManagerCallback-10305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1774156 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1774159 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1774161 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37149/solr ready
   [junit4]   2> 1774162 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 1774187 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1774218 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44261.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1774237 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44261.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1774237 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44261.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1774239 INFO  (jetty-launcher-10249-thread-2) [n:127.0.0.1:44261_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node2/.
   [junit4]   2> 1774303 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1774305 INFO  (zkConnectionManagerCallback-10311-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1774305 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1774309 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1774311 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37149/solr ready
   [junit4]   2> 1774318 INFO  (qtp2118801376-29414) [n:127.0.0.1:44141_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1774325 INFO  (OverseerThreadFactory-9144-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 1774438 INFO  (OverseerStateUpdate-72084477028007944-127.0.0.1:44141_solr-n_0000000000) [n:127.0.0.1:44141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1774442 INFO  (OverseerStateUpdate-72084477028007944-127.0.0.1:44141_solr-n_0000000000) [n:127.0.0.1:44141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44141/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1774446 INFO  (OverseerStateUpdate-72084477028007944-127.0.0.1:44141_solr-n_0000000000) [n:127.0.0.1:44141_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44261/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1774654 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr    x:authCollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1774656 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr    x:authCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1774657 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr    x:authCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1774658 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr    x:authCollection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1775673 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1775677 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1775689 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1775691 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1775698 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1775698 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1775699 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44261.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1775700 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1775701 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node2/authCollection_shard3_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node2/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 1775706 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1775706 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1775706 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1775706 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node1/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node1/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 1775713 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1775715 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1775715 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1775716 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33761.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1775716 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node3/authCollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node3/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 1775789 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1775789 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1775791 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1775791 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1775793 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@74417f7d[authCollection_shard3_replica_n4] main]
   [junit4]   2> 1775796 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1775796 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1775798 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1775798 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1775799 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1775800 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76dbb382[authCollection_shard2_replica_n2] main]
   [junit4]   2> 1775800 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1775801 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1775801 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639960919534469120
   [junit4]   2> 1775802 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1775803 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1775803 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1775803 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639960919536566272
   [junit4]   2> 1775804 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1775804 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1775806 INFO  (searcherExecutor-9160-thread-1-processing-n:127.0.0.1:44261_solr x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore [authCollection_shard3_replica_n4] Registered new searcher Searcher@74417f7d[authCollection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1775807 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1775807 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1775809 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cb447d3[authCollection_shard1_replica_n1] main]
   [junit4]   2> 1775809 INFO  (searcherExecutor-9161-thread-1-processing-n:127.0.0.1:44141_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [authCollection_shard2_replica_n2] Registered new searcher Searcher@76dbb382[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1775811 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1775811 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard3 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 1775811 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard3
   [junit4]   2> 1775812 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1775812 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1775813 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639960919547052032
   [junit4]   2> 1775815 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1775815 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard2
   [junit4]   2> 1775817 INFO  (searcherExecutor-9162-thread-1-processing-n:127.0.0.1:33761_solr x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [authCollection_shard1_replica_n1] Registered new searcher Searcher@7cb447d3[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1775819 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1775820 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1775820 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44261/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 1775820 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1775821 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:44261/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 1775821 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard3/leader after winning as /collections/authCollection/leader_elect/shard3/election/72084477028007949-core_node6-n_0000000000
   [junit4]   2> 1775822 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1775823 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard1
   [junit4]   2> 1775825 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44261/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 1775826 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1775826 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1775826 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44141/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 1775827 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1775828 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:44141/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 1775828 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard2/leader after winning as /collections/authCollection/leader_elect/shard2/election/72084477028007944-core_node5-n_0000000000
   [junit4]   2> 1775829 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1775829 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1775829 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33761/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 1775830 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1775830 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:33761/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1775830 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard1/leader after winning as /collections/authCollection/leader_elect/shard1/election/72084477028007945-core_node3-n_0000000000
   [junit4]   2> 1775831 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44141/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 1775833 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33761/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 1775936 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1775936 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1775937 INFO  (zkCallback-10271-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1775938 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1775938 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1775939 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1775942 INFO  (qtp1084748464-29427) [n:127.0.0.1:33761_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1285
   [junit4]   2> 1775942 INFO  (qtp929130930-29431) [n:127.0.0.1:44261_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1284
   [junit4]   2> 1775945 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1291
   [junit4]   2> 1775948 INFO  (qtp2118801376-29414) [n:127.0.0.1:44141_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1776047 INFO  (zkCallback-10271-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776048 INFO  (zkCallback-10271-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776048 INFO  (zkCallback-10275-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776048 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776048 INFO  (zkCallback-10297-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776048 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776049 INFO  (qtp2118801376-29414) [n:127.0.0.1:44141_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=1731
   [junit4]   2> 1776054 INFO  (qtp2118801376-29413) [n:127.0.0.1:44141_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 1776057 INFO  (qtp2118801376-29415) [n:127.0.0.1:44141_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 1776057 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 1776057 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 1776057 INFO  (zkCallback-10271-thread-2) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 1776057 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1776057 INFO  (zkCallback-10271-thread-2) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1776058 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1776059 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1776059 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1776059 INFO  (zkCallback-10271-thread-2) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1776108 INFO  (qtp2118801376-29416) [n:127.0.0.1:44141_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 1776109 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1929026021
   [junit4]   2> 1776109 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44141_solr
   [junit4]   2> 1776109 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1776109 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44141_solr as DOWN
   [junit4]   2> 1776115 INFO  (coreCloseExecutor-9175-thread-1) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [authCollection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@50d9e8b0
   [junit4]   2> 1776115 INFO  (coreCloseExecutor-9175-thread-1) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard2.replica_n2, tag=50d9e8b0
   [junit4]   2> 1776115 INFO  (coreCloseExecutor-9175-thread-1) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3516ec80: rootName = solr_44141, domain = solr.core.authCollection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.authCollection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@3dc17dd1
   [junit4]   2> 1776129 INFO  (coreCloseExecutor-9175-thread-1) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.authCollection.shard2.leader, tag=50d9e8b0
   [junit4]   2> 1776131 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1776132 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31eee16f: rootName = solr_44141, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6f967757
   [junit4]   2> 1776143 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1776143 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ce3b490: rootName = solr_44141, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@575c0caa
   [junit4]   2> 1776149 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1776149 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@455e2b21: rootName = solr_44141, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@793bd0a4
   [junit4]   2> 1776150 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1776152 INFO  (closeThreadPool-10318-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72084477028007944-127.0.0.1:44141_solr-n_0000000000) closing
   [junit4]   2> 1776153 INFO  (OverseerStateUpdate-72084477028007944-127.0.0.1:44141_solr-n_0000000000) [n:127.0.0.1:44141_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44141_solr
   [junit4]   2> 1776154 INFO  (OverseerAutoScalingTriggerThread-72084477028007944-127.0.0.1:44141_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1776157 INFO  (zkCallback-10304-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1776158 INFO  (closeThreadPool-10318-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72084477028007944-127.0.0.1:44141_solr-n_0000000000) closing
   [junit4]   2> 1776356 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.Overseer Overseer (id=72084477028007944-127.0.0.1:44141_solr-n_0000000000) closing
   [junit4]   2> 1776359 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@708db659{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1776359 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@578dd4f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1776359 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1776359 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1776359 INFO  (zkCallback-10310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1776359 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33761_solr
   [junit4]   2> 1776359 INFO  (zkCallback-10275-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1776359 INFO  (zkCallback-10282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1776361 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1776361 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1776362 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 44141 try number 1 ...
   [junit4]   2> 1776362 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 1776363 INFO  (zkCallback-10275-thread-1) [n:127.0.0.1:33761_solr     ] o.a.s.c.Overseer Overseer (id=72084477028007945-127.0.0.1:33761_solr-n_0000000001) starting
   [junit4]   2> 1776373 INFO  (OverseerStateUpdate-72084477028007945-127.0.0.1:33761_solr-n_0000000001) [n:127.0.0.1:33761_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33761_solr
   [junit4]   2> 1776380 INFO  (zkCallback-10297-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1776380 INFO  (zkCallback-10275-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1776380 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1776380 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1776382 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1776382 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1776382 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1776384 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e56fc2f{/solr,null,AVAILABLE}
   [junit4]   2> 1776385 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@76eb367{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44141}
   [junit4]   2> 1776385 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.s.Server Started @1776433ms
   [junit4]   2> 1776385 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44141}
   [junit4]   2> 1776385 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1776385 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1776386 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1776386 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1776386 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1776386 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T17:16:49.455091Z
   [junit4]   2> 1776390 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776393 INFO  (zkConnectionManagerCallback-10320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776394 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776394 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1776613 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1776614 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1838836a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1776614 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1838836a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1776627 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29f3e3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1776627 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29f3e3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1776629 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37149/solr
   [junit4]   2> 1776630 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776631 INFO  (zkConnectionManagerCallback-10327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776631 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776735 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776740 INFO  (zkConnectionManagerCallback-10329-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776740 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776747 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1776752 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44141_solr as DOWN
   [junit4]   2> 1776753 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1776753 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44141_solr
   [junit4]   2> 1776755 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776755 INFO  (zkCallback-10310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776755 INFO  (zkCallback-10304-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776756 INFO  (zkCallback-10282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776756 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776761 INFO  (zkCallback-10328-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776764 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776768 INFO  (zkConnectionManagerCallback-10336-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776768 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776771 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1776772 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37149/solr ready
   [junit4]   2> 1776773 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 1776773 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1776774 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1776800 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1776837 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1776856 INFO  (zkCallback-10275-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776856 INFO  (zkCallback-10275-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776856 INFO  (zkCallback-10297-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776856 INFO  (zkCallback-10297-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1776861 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1776862 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1776864 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node1/.
   [junit4]   2> 1776864 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1CB49C45BB36E251]) [n:127.0.0.1:44141_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard2_replica_n2]
   [junit4]   2> 1776873 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1776885 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr     ] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1776887 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1776901 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1776911 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1776914 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1776914 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1776914 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44141.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cf0b588
   [junit4]   2> 1776914 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node1/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_1CB49C45BB36E251-001/tempDir-001/node1/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 1776969 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1776969 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1776970 INFO  (coreLoadExecutor-9189-thread-1-processing-n:127.0.0.1:44141_solr) [n:127.0.0.1:44141_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [j

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

orkspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1587867638
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1587867638
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1587867638

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 40ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 105 minutes 46 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 3453 - Failure

Posted by Chris Hostetter <ho...@fucit.org>.
This failure is caused by a JDK HashMap AssertionError, which 
reproduces fairly easily for me using java11, but not with java12.

I *think* it's the same bug as JDK-8205399 -- first identified in java10, 
and fixed in java12...

https://bugs.openjdk.java.net/browse/JDK-8205399

I filed a SOLR issue to try and capture for posterity how this bug can 
affect Solr users, but it's not clear to me how big the impact is (does 
this cause data corruption in the HashMap, or just loss of performance in 
the balance of the RB Tree?) ... and either way there doesn't seem to be 
much we can do about it?

https://issues.apache.org/jira/browse/SOLR-13653

What really confuses me, is that the "fix" for JDK-8205399 was identified 
and committed to the OpenJDK repo 2018-08-10, but doesn't seem to have 
been backported for inclusion in either 11.0.2 or 11.0.3.

(/cc rory in case he can provide any insights)




: Date: Thu, 25 Jul 2019 04:42:40 +0000 (UTC)
: From: Apache Jenkins Server <je...@builds.apache.org>
: Reply-To: dev@lucene.apache.org
: To: dev@lucene.apache.org
: Subject: [JENKINS] Lucene-Solr-Tests-master - Build # 3453 - Failure
: 
: Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3453/
: 
: 1 tests failed.
: FAILED:  org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom
: 
: Error Message:
: Error from server at http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500 Server Error</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/select. Reason: <pre>    Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.AssertionError  at java.base/java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1896)  at java.base/java.util.HashMap$TreeNode.putTreeVal(HashMap.java:2061)  at java.base/java.util.HashMap.putVal(HashMap.java:633)  at java.base/java.util.HashMap.put(HashMap.java:607)  at org.apache.solr.search.LRUCache.put(LRUCache.java:201)  at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1449)  at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:
 568)  at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1484)  at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:398)  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:305)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2581)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:780)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$Cac
 hedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.serv
 er.handler.gzip.GzipHandler.handle(GzipHandler.java:753)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:505)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)  at java.base/java.lang.Thread.run(Thread.java:834) </pre> <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.19.v20190610</a><hr/>  </body> </html> 
: 
: Stack Trace:
: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: Expected mime type application/octet-stream but got text/html. <html>
: <head>
: <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
: <title>Error 500 Server Error</title>
: </head>
: <body><h2>HTTP ERROR 500</h2>
: <p>Problem accessing /solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/select. Reason:
: <pre>    Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.AssertionError
: 	at java.base/java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1896)
: 	at java.base/java.util.HashMap$TreeNode.putTreeVal(HashMap.java:2061)
: 	at java.base/java.util.HashMap.putVal(HashMap.java:633)
: 	at java.base/java.util.HashMap.put(HashMap.java:607)
: 	at org.apache.solr.search.LRUCache.put(LRUCache.java:201)
: 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1449)
: 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:568)
: 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1484)
: 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:398)
: 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:305)
: 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2581)
: 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:780)
: 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
: 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)
: 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)
: 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
: 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
: 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
: 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
: 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
: 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
: 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
: 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
: 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
: 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
: 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
: 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
: 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
: 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
: 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
: 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
: 	at org.eclipse.jetty.server.Server.handle(Server.java:505)
: 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
: 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
: 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
: 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
: 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
: 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
: 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
: 	at java.base/java.lang.Thread.run(Thread.java:834)
: </pre>
: <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.19.v20190610</a><hr/>
: 
: </body>
: </html>
: 
: 	at __randomizedtesting.SeedInfo.seed([B1CFC66C4378F63:7950D96975573910]:0)
: 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
: 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
: 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
: 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
: 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
: 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
: 	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.getNumFound(TestCloudJSONFacetSKG.java:669)
: 	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.verifySKGResults(TestCloudJSONFacetSKG.java:446)
: 	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:392)
: 	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:402)
: 	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:349)
: 	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom(TestCloudJSONFacetSKG.java:274)
: 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
: 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
: 	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:368)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
: 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
: 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
: 	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 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:368)
: 	at java.base/java.lang.Thread.run(Thread.java:834)
: 
: 
: 
: 
: Build Log:
: [...truncated 15292 lines...]
:    [junit4] Suite: org.apache.solr.search.facet.TestCloudJSONFacetSKG
:    [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/init-core-data-001
:    [junit4]   2> 2701326 WARN  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
:    [junit4]   2> 2701326 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
:    [junit4]   2> 2701327 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
:    [junit4]   2> 2701327 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
:    [junit4]   2> 2701328 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001
:    [junit4]   2> 2701328 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
:    [junit4]   2> 2701328 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
:    [junit4]   2> 2701328 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
:    [junit4]   2> 2701428 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33040
:    [junit4]   2> 2701429 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33040
:    [junit4]   2> 2701429 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33040
:    [junit4]   2> 2701458 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2701488 INFO  (zkConnectionManagerCallback-7907-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2701488 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2701492 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2701492 INFO  (zkConnectionManagerCallback-7909-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2701492 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2701493 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2701494 INFO  (zkConnectionManagerCallback-7911-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2701494 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2701606 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
:    [junit4]   2> 2701606 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
:    [junit4]   2> 2701606 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
:    [junit4]   2> 2701606 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
:    [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
:    [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
:    [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
:    [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b1f7e7b{/solr,null,AVAILABLE}
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5adde3ac{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42227}
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.Server Started @2701666ms
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42227}
:    [junit4]   2> 2701608 ERROR (jetty-launcher-7912-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
:    [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-25T04:05:20.323737Z
:    [junit4]   2> 2701610 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2701610 INFO  (zkConnectionManagerCallback-7914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2701610 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2701611 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
:    [junit4]   2> 2701773 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
:    [junit4]   2> 2701774 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76c6bd9a[provider=null,keyStore=null,trustStore=null]
:    [junit4]   2> 2701774 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76c6bd9a[provider=null,keyStore=null,trustStore=null]
:    [junit4]   2> 2701776 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27c6a8d[provider=null,keyStore=null,trustStore=null]
:    [junit4]   2> 2701776 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27c6a8d[provider=null,keyStore=null,trustStore=null]
:    [junit4]   2> 2701777 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33040/solr
:    [junit4]   2> 2701778 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2701779 INFO  (zkConnectionManagerCallback-7921-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2701779 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2701882 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2701882 INFO  (zkConnectionManagerCallback-7923-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2701883 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2702031 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42227_solr
:    [junit4]   2> 2702031 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.Overseer Overseer (id=75096165499404293-127.0.0.1:42227_solr-n_0000000000) starting
:    [junit4]   2> 2702037 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2702037 INFO  (zkConnectionManagerCallback-7930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2702037 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2702040 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33040/solr ready
:    [junit4]   2> 2702041 INFO  (OverseerStateUpdate-75096165499404293-127.0.0.1:42227_solr-n_0000000000) [n:127.0.0.1:42227_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42227_solr
:    [junit4]   2> 2702041 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42227_solr
:    [junit4]   2> 2702044 INFO  (zkCallback-7929-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
:    [junit4]   2> 2702044 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
:    [junit4]   2> 2702054 INFO  (zkCallback-7922-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
:    [junit4]   2> 2702060 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
:    [junit4]   2> 2702079 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
:    [junit4]   2> 2702087 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
:    [junit4]   2> 2702088 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
:    [junit4]   2> 2702089 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001/node1/.
:    [junit4]   2> 2702103 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
:    [junit4]   2> 2702104 INFO  (zkConnectionManagerCallback-7936-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
:    [junit4]   2> 2702104 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
:    [junit4]   2> 2702106 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
:    [junit4]   2> 2702107 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33040/solr ready
:    [junit4]   2> 2702424 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
:    [junit4]   2> 2702434 INFO  (OverseerThreadFactory-7045-thread-1-processing-n:127.0.0.1:42227_solr) [n:127.0.0.1:42227_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection
:    [junit4]   2> 2702560 INFO  (OverseerStateUpdate-75096165499404293-127.0.0.1:42227_solr-n_0000000000) [n:127.0.0.1:42227_solr     ] o.a.s.c.o.SliceMutator createReplica() {
:    [junit4]   2>   "operation":"ADDREPLICA",
:    [junit4]   2>   "collection":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection",
:    [junit4]   2>   "shard":"shard1",
:    [junit4]   2>   "core":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1",
:    [junit4]   2>   "state":"down",
:    [junit4]   2>   "base_url":"http://127.0.0.1:42227/solr",
:    [junit4]   2>   "type":"NRT",
:    [junit4]   2>   "waitForFinalState":"false"} 
:    [junit4]   2> 2702771 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node2&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
:    [junit4]   2> 2702772 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
:    [junit4]   2> 2703801 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
:    [junit4]   2> 2703837 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] Schema name=example
:    [junit4]   2> 2703995 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
:    [junit4]   2> 2704033 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1' using configuration from collection org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection, trusted=true
:    [junit4]   2> 2704033 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard1.replica_n1' (registry 'solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
:    [junit4]   2> 2704033 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001/node1/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001/node1/./org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/data/]
:    [junit4]   2> 2704037 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2018083737, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
:    [junit4]   2> 2704040 WARN  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
:    [junit4]   2> 2704104 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
:    [junit4]   2> 2704104 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
:    [junit4]   2> 2704105 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
:    [junit4]   2> 2704105 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
:    [junit4]   2> 2704106 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=6.2080078125, floorSegmentMB=1.1181640625, forceMergeDeletesPctAllowed=21.362356531471182, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8018989498870158, deletesPctAllowed=38.632328236293546
:    [junit4]   2> 2704107 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cf81c0e[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] main]
:    [junit4]   2> 2704108 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
:    [junit4]   2> 2704109 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
:    [junit4]   2> 2704109 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
:    [junit4]   2> 2704110 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640001723773747200
:    [junit4]   2> 2704131 INFO  (searcherExecutor-7050-thread-1-processing-n:127.0.0.1:42227_solr x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] Registered new searcher Searcher@5cf81c0e[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 2704138 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
:    [junit4]   2> 2704138 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard1
:    [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
:    [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
:    [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/
:    [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
:    [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/ has no replicas
:    [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard1/leader after winning as /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leader_elect/shard1/election/75096165499404293-core_node2-n_0000000000
:    [junit4]   2> 2704144 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/ shard1
:    [junit4]   2> 2704247 INFO  (zkCallback-7922-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [1])
:    [junit4]   2> 2704248 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
:    [junit4]   2> 2704251 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node2&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=1479
:    [junit4]   2> 2704254 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
:    [junit4]   2> 2704353 INFO  (zkCallback-7922-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [1])
:    [junit4]   2> 2704353 INFO  (zkCallback-7922-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [1])
:    [junit4]   2> 2704354 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1929
:    [junit4]   2> 2704354 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection failOnTimeout:true timeout (sec):330
:    [junit4]   1> replica:core_node2 rstate:active live:true
:    [junit4]   1> no one is recoverying
:    [junit4]   1> replica:core_node2 rstate:active live:true
:    [junit4]   1> no one is recoverying
:    [junit4]   1> replica:core_node2 rstate:active live:true
:    [junit4]   1> no one is recoverying
:    [junit4]   2> 2704356 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection
:    [junit4]   2> 2704364 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1 to Terms{values={core_node2=1}, version=1}
:    [junit4]   2> 2704364 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1640001724037988352)]} 0 3
:    [junit4]   2> 2704366 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1640001724041134080)]} 0 0
:    [junit4]   2> 2704367 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1640001724042182656)]} 0 0
:    [junit4]   2> 2704368 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1640001724043231232)]} 0 0
:    [junit4]   2> 2704370 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1640001724045328384)]} 0 0
:    [junit4]   2> 2704371 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1640001724046376960)]} 0 0
:    [junit4]   2> 2704372 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1640001724047425536)]} 0 0
:    [junit4]   2> 2704373 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1640001724048474112)]} 0 0
:    [junit4]   2> 2704374 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1640001724050571264)]} 0 0
:    [junit4]   2> 2704375 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1640001724051619840)]} 0 0
:    [junit4]   2> 2704376 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1640001724052668416)]} 0 0
:    [junit4]   2> 2704377 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1640001724053716992)]} 0 0
:    [junit4]   2> 2704378 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1640001724054765568)]} 0 0
:    [junit4]   2> 2704379 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1640001724055814144)]} 0 0
:    [junit4]   2> 2704384 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1640001724061057024)]} 0 0
:    [junit4]   2> 2704396 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1640001724073639936)]} 0 0
:    [junit4]   2> 2704399 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1640001724076785664)]} 0 0
:    [junit4]   2> 2704402 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1640001724079931392)]} 0 0
:    [junit4]   2> 2704404 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1640001724080979968)]} 0 0
:    [junit4]   2> 2704405 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1640001724083077120)]} 0 0
:    [junit4]   2> 2704406 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1640001724084125696)]} 0 0
:    [junit4]   2> 2704409 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1640001724087271424)]} 0 0
:    [junit4]   2> 2704411 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1640001724089368576)]} 0 0
:    [junit4]   2> 2704412 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1640001724090417152)]} 0 0
:    [junit4]   2> 2704413 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1640001724091465728)]} 0 0
:    [junit4]   2> 2704414 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1640001724092514304)]} 0 0
:    [junit4]   2> 2704417 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1640001724094611456)]} 0 0
:    [junit4]   2> 2704418 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1640001724096708608)]} 0 0
:    [junit4]   2> 2704424 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1640001724103000064)]} 0 0
:    [junit4]   2> 2704426 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1640001724104048640)]} 0 0
:    [junit4]   2> 2704427 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1640001724105097216)]} 0 0
:    [junit4]   2> 2704428 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1640001724107194368)]} 0 0
:    [junit4]   2> 2704429 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1640001724108242944)]} 0 0
:    [junit4]   2> 2704430 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1640001724109291520)]} 0 0
:    [junit4]   2> 2704431 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1640001724110340096)]} 0 0
:    [junit4]   2> 2704432 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1640001724111388672)]} 0 0
:    [junit4]   2> 2704433 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1640001724112437248)]} 0 0
:    [junit4]   2> 2704434 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1640001724113485824)]} 0 0
:    [junit4]   2> 2704436 INFO  (OverseerCollectionConfigSetProcessor-75096165499404293-127.0.0.1:42227_solr-n_0000000000) [n:127.0.0.1:42227_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
:    [junit4]   2> 2704436 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1640001724115582976)]} 0 0
:    [junit4]   2> 2704439 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1640001724118728704)]} 0 0
:    [junit4]   2> 2704440 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1640001724119777280)]} 0 0
:    [junit4]   2> 2704441 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1640001724120825856)]} 0 0
:    [junit4]   2> 2704443 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1640001724122923008)]} 0 0
:    [junit4]   2> 2704444 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1640001724123971584)]} 0 0
:    [junit4]   2> 2704447 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1640001724127117312)]} 0 0
:    [junit4]   2> 2704448 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1640001724128165888)]} 0 0
:    [junit4]   2> 2704449 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1640001724129214464)]} 0 0
:    [junit4]   2> 2704450 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1640001724130263040)]} 0 0
:    [junit4]   2> 2704451 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1640001724131311616)]} 0 0
:    [junit4]   2> 2704453 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1640001724133408768)]} 0 0
:    [junit4]   2> 2704454 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1640001724134457344)]} 0 0
:    [junit4]   2> 2704455 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1640001724135505920)]} 0 0
:    [junit4]   2> 2704456 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1640001724136554496)]} 0 0
:    [junit4]   2> 2704457 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1640001724137603072)]} 0 0
:    [junit4]   2> 2704458 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1640001724138651648)]} 0 0
:    [junit4]   2> 2704461 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1640001724141797376)]} 0 0
:    [junit4]   2> 2704462 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1640001724142845952)]} 0 0
:    [junit4]   2> 2704465 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1640001724145991680)]} 0 0
:    [junit4]   2> 2704467 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1640001724148088832)]} 0 0
:    [junit4]   2> 2704468 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1640001724148088833)]} 0 0
:    [junit4]   2> 2704469 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1640001724150185984)]} 0 0
:    [junit4]   2> 2704470 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1640001724151234560)]} 0 0
:    [junit4]   2> 2704473 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1640001724154380288)]} 0 0
:    [junit4]   2> 2704474 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1640001724155428864)]} 0 0
:    [junit4]   2> 2704475 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1640001724156477440)]} 0 0
:    [junit4]   2> 2704476 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1640001724157526016)]} 0 0
:    [junit4]   2> 2704477 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1640001724158574592)]} 0 0
:    [junit4]   2> 2704478 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1640001724159623168)]} 0 0
:    [junit4]   2> 2704479 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1640001724160671744)]} 0 0
:    [junit4]   2> 2704481 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1640001724162768896)]} 0 0
:    [junit4]   2> 2704482 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1640001724163817472)]} 0 0
:    [junit4]   2> 2704484 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1640001724164866048)]} 0 1
:    [junit4]   2> 2704485 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1640001724166963200)]} 0 0
:    [junit4]   2> 2704486 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1640001724168011776)]} 0 0
:    [junit4]   2> 2704488 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1640001724169060352)]} 0 1
:    [junit4]   2> 2704489 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1640001724171157504)]} 0 0
:    [junit4]   2> 2704490 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1640001724172206080)]} 0 0
:    [junit4]   2> 2704491 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1640001724173254656)]} 0 0
:    [junit4]   2> 2704492 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1640001724174303232)]} 0 0
:    [junit4]   2> 2704493 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1640001724175351808)]} 0 0
:    [junit4]   2> 2704494 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1640001724176400384)]} 0 0
:    [junit4]   2> 2704496 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1640001724178497536)]} 0 0
:    [junit4]   2> 2704497 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1640001724179546112)]} 0 0
:    [junit4]   2> 2704498 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1640001724180594688)]} 0 0
:    [junit4]   2> 2704499 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1640001724181643264)]} 0 0
:    [junit4]   2> 2704500 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1640001724182691840)]} 0 0
:    [junit4]   2> 2704501 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1640001724183740416)]} 0 0
:    [junit4]   2> 2704502 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1640001724184788992)]} 0 0
:    [junit4]   2> 2704503 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1640001724185837568)]} 0 0
:    [junit4]   2> 2704505 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1640001724187934720)]} 0 1
:    [junit4]   2> 2704506 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1640001724188983296)]} 0 0
:    [junit4]   2> 2704507 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1640001724190031872)]} 0 0
:    [junit4]   2> 2704510 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1640001724193177600)]} 0 0
:    [junit4]   2> 2704511 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1640001724194226176)]} 0 0
:    [junit4]   2> 2704512 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1640001724195274752)]} 0 0
:    [junit4]   2> 2704513 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1640001724196323328)]} 0 0
:    [junit4]   2> 2704514 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1640001724197371904)]} 0 0
:    [junit4]   2> 2704515 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1640001724198420480)]} 0 0
:    [junit4]   2> 2704516 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1640001724199469056)]} 0 0
:    [junit4]   2> 2704518 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSON
: 
: [...truncated too long message...]
: 
: cj-lint] 6. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 21)
:  [ecj-lint] 	import javax.naming.NamingException;
:  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] The type javax.naming.NamingException is not accessible
:  [ecj-lint] ----------
:  [ecj-lint] 7. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 22)
:  [ecj-lint] 	import javax.naming.NoInitialContextException;
:  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] The type javax.naming.NoInitialContextException is not accessible
:  [ecj-lint] ----------
:  [ecj-lint] 8. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
:  [ecj-lint] 	Context c = new InitialContext();
:  [ecj-lint] 	^^^^^^^
:  [ecj-lint] Context cannot be resolved to a type
:  [ecj-lint] ----------
:  [ecj-lint] 9. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
:  [ecj-lint] 	Context c = new InitialContext();
:  [ecj-lint] 	                ^^^^^^^^^^^^^^
:  [ecj-lint] InitialContext cannot be resolved to a type
:  [ecj-lint] ----------
:  [ecj-lint] 10. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 779)
:  [ecj-lint] 	} catch (NoInitialContextException e) {
:  [ecj-lint] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] NoInitialContextException cannot be resolved to a type
:  [ecj-lint] ----------
:  [ecj-lint] 11. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 781)
:  [ecj-lint] 	} catch (NamingException e) {
:  [ecj-lint] 	         ^^^^^^^^^^^^^^^
:  [ecj-lint] NamingException cannot be resolved to a type
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 786)
:  [ecj-lint] 	new RuntimeLib(req.getCore().getCoreContainer()).init(new PluginInfo(info.tag, op.getDataMap()));
:  [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/CollectionHandlerApi.java (at line 195)
:  [ecj-lint] 	RuntimeLib lib = new RuntimeLib(handler.handler.coreContainer);
:  [ecj-lint] 	           ^^^
:  [ecj-lint] Resource leak: 'lib' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 244)
:  [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
:  [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: 'leafReader' is not closed at this location
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 148)
:  [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
:  [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
:  [ecj-lint] 	new JavaBinCodec() {
:  [ecj-lint]       SolrParams params;
:  [ecj-lint]       AddUpdateCommand addCmd = null;
:  [ecj-lint] 
:  [ecj-lint]       @Override
:  [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
:  [ecj-lint]         while (true) {
:  [ecj-lint]           Object o = readVal(fis);
:  [ecj-lint]           if (o == END_OBJ) break;
:  [ecj-lint]           if (o instanceof NamedList) {
:  [ecj-lint]             params = ((NamedList) o).toSolrParams();
:  [ecj-lint]           } else {
:  [ecj-lint]             try {
:  [ecj-lint]               if (o instanceof byte[]) {
:  [ecj-lint]                 if (params != null) req.setParams(params);
:  [ecj-lint]                 byte[] buf = (byte[]) o;
:  [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
:  [ecj-lint]               } else {
:  [ecj-lint]                 throw new RuntimeException("unsupported type ");
:  [ecj-lint]               }
:  [ecj-lint]             } catch (Exception e) {
:  [ecj-lint]               throw new RuntimeException(e);
:  [ecj-lint]             } finally {
:  [ecj-lint]               params = null;
:  [ecj-lint]               req.setParams(old);
:  [ecj-lint]             }
:  [ecj-lint]           }
:  [ecj-lint]         }
:  [ecj-lint]         return Collections.emptyList();
:  [ecj-lint]       }
:  [ecj-lint] 
:  [ecj-lint]     }.unmarshal(in);
:  [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 17. INFO in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
:  [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
:  [ecj-lint] 	                                  ^^^^^^
:  [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
:  [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
:  [ecj-lint] 	                             ^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 50)
:  [ecj-lint] 	in = new FileInputStream(src).getChannel();
:  [ecj-lint] 	     ^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 51)
:  [ecj-lint] 	out = new FileOutputStream(destination).getChannel();
:  [ecj-lint] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1142)
:  [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
:  [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
:  [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
:  [ecj-lint] ----------
:  [ecj-lint] ----------
:  [ecj-lint] 22. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 263)
:  [ecj-lint] 	timers.remove(this);
:  [ecj-lint] 	              ^^^^
:  [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
:  [ecj-lint] ----------
:  [ecj-lint] 22 problems (8 errors, 13 warnings, 1 info)
: 
: BUILD FAILED
: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: The following error occurred while executing this line:
: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:645: The following error occurred while executing this line:
: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2009: The following error occurred while executing this line:
: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.
: 
: Total time: 163 minutes 52 seconds
: Build step 'Invoke Ant' marked build as failure
: Archiving artifacts
: Recording test results
: Email was triggered for: Failure - Any
: Sending email for trigger: Failure - Any
: 

-Hoss
http://www.lucidworks.com/

[JENKINS] Lucene-Solr-Tests-master - Build # 3453 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3453/

1 tests failed.
FAILED:  org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom

Error Message:
Error from server at http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500 Server Error</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/select. Reason: <pre>    Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.AssertionError  at java.base/java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1896)  at java.base/java.util.HashMap$TreeNode.putTreeVal(HashMap.java:2061)  at java.base/java.util.HashMap.putVal(HashMap.java:633)  at java.base/java.util.HashMap.put(HashMap.java:607)  at org.apache.solr.search.LRUCache.put(LRUCache.java:201)  at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1449)  at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:568)  at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1484)  at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:398)  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:305)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2581)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:780)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:505)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)  at java.base/java.lang.Thread.run(Thread.java:834) </pre> <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.19.v20190610</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 Server Error</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/select. Reason:
<pre>    Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.AssertionError
	at java.base/java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1896)
	at java.base/java.util.HashMap$TreeNode.putTreeVal(HashMap.java:2061)
	at java.base/java.util.HashMap.putVal(HashMap.java:633)
	at java.base/java.util.HashMap.put(HashMap.java:607)
	at org.apache.solr.search.LRUCache.put(LRUCache.java:201)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1449)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:568)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1484)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:398)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:305)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2581)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:780)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:505)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
	at java.base/java.lang.Thread.run(Thread.java:834)
</pre>
<hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.19.v20190610</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([B1CFC66C4378F63:7950D96975573910]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.getNumFound(TestCloudJSONFacetSKG.java:669)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.verifySKGResults(TestCloudJSONFacetSKG.java:446)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:392)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:402)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:349)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom(TestCloudJSONFacetSKG.java:274)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 15292 lines...]
   [junit4] Suite: org.apache.solr.search.facet.TestCloudJSONFacetSKG
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/init-core-data-001
   [junit4]   2> 2701326 WARN  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
   [junit4]   2> 2701326 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2701327 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2701327 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2701328 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001
   [junit4]   2> 2701328 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2701328 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2701328 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2701428 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33040
   [junit4]   2> 2701429 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33040
   [junit4]   2> 2701429 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33040
   [junit4]   2> 2701458 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701488 INFO  (zkConnectionManagerCallback-7907-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2701488 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2701492 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701492 INFO  (zkConnectionManagerCallback-7909-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2701492 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2701493 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701494 INFO  (zkConnectionManagerCallback-7911-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2701494 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2701606 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2701606 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2701606 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2701606 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2701607 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b1f7e7b{/solr,null,AVAILABLE}
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5adde3ac{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42227}
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.e.j.s.Server Started @2701666ms
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42227}
   [junit4]   2> 2701608 ERROR (jetty-launcher-7912-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2701608 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-25T04:05:20.323737Z
   [junit4]   2> 2701610 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701610 INFO  (zkConnectionManagerCallback-7914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2701610 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2701611 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2701773 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2701774 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76c6bd9a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2701774 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76c6bd9a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2701776 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27c6a8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2701776 WARN  (jetty-launcher-7912-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27c6a8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2701777 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33040/solr
   [junit4]   2> 2701778 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701779 INFO  (zkConnectionManagerCallback-7921-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2701779 INFO  (jetty-launcher-7912-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2701882 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701882 INFO  (zkConnectionManagerCallback-7923-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2701883 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2702031 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42227_solr
   [junit4]   2> 2702031 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.Overseer Overseer (id=75096165499404293-127.0.0.1:42227_solr-n_0000000000) starting
   [junit4]   2> 2702037 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2702037 INFO  (zkConnectionManagerCallback-7930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2702037 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2702040 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33040/solr ready
   [junit4]   2> 2702041 INFO  (OverseerStateUpdate-75096165499404293-127.0.0.1:42227_solr-n_0000000000) [n:127.0.0.1:42227_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42227_solr
   [junit4]   2> 2702041 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42227_solr
   [junit4]   2> 2702044 INFO  (zkCallback-7929-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2702044 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 2702054 INFO  (zkCallback-7922-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2702060 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2702079 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
   [junit4]   2> 2702087 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
   [junit4]   2> 2702088 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
   [junit4]   2> 2702089 INFO  (jetty-launcher-7912-thread-1) [n:127.0.0.1:42227_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001/node1/.
   [junit4]   2> 2702103 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2702104 INFO  (zkConnectionManagerCallback-7936-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2702104 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2702106 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2702107 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33040/solr ready
   [junit4]   2> 2702424 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2702434 INFO  (OverseerThreadFactory-7045-thread-1-processing-n:127.0.0.1:42227_solr) [n:127.0.0.1:42227_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection
   [junit4]   2> 2702560 INFO  (OverseerStateUpdate-75096165499404293-127.0.0.1:42227_solr-n_0000000000) [n:127.0.0.1:42227_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42227/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2702771 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node2&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 2702772 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2703801 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2703837 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] Schema name=example
   [junit4]   2> 2703995 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2704033 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1' using configuration from collection org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection, trusted=true
   [junit4]   2> 2704033 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42227.solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard1.replica_n1' (registry 'solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24fe83c6
   [junit4]   2> 2704033 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001/node1/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_B1CFC66C4378F63-001/tempDir-001/node1/./org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/data/]
   [junit4]   2> 2704037 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2018083737, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2704040 WARN  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2704104 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2704104 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2704105 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2704105 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2704106 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=6.2080078125, floorSegmentMB=1.1181640625, forceMergeDeletesPctAllowed=21.362356531471182, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8018989498870158, deletesPctAllowed=38.632328236293546
   [junit4]   2> 2704107 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cf81c0e[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] main]
   [junit4]   2> 2704108 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 2704109 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 2704109 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2704110 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640001723773747200
   [junit4]   2> 2704131 INFO  (searcherExecutor-7050-thread-1-processing-n:127.0.0.1:42227_solr x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] Registered new searcher Searcher@5cf81c0e[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2704138 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2704138 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard1
   [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/
   [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2704142 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard1/leader after winning as /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leader_elect/shard1/election/75096165499404293-core_node2-n_0000000000
   [junit4]   2> 2704144 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42227/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2704247 INFO  (zkCallback-7922-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2704248 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2704251 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node2&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=1479
   [junit4]   2> 2704254 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2704353 INFO  (zkCallback-7922-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2704353 INFO  (zkCallback-7922-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2704354 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1929
   [junit4]   2> 2704354 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection failOnTimeout:true timeout (sec):330
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 2704356 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[B1CFC66C4378F63]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection
   [junit4]   2> 2704364 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2704364 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1640001724037988352)]} 0 3
   [junit4]   2> 2704366 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1640001724041134080)]} 0 0
   [junit4]   2> 2704367 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1640001724042182656)]} 0 0
   [junit4]   2> 2704368 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1640001724043231232)]} 0 0
   [junit4]   2> 2704370 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1640001724045328384)]} 0 0
   [junit4]   2> 2704371 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1640001724046376960)]} 0 0
   [junit4]   2> 2704372 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1640001724047425536)]} 0 0
   [junit4]   2> 2704373 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1640001724048474112)]} 0 0
   [junit4]   2> 2704374 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1640001724050571264)]} 0 0
   [junit4]   2> 2704375 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1640001724051619840)]} 0 0
   [junit4]   2> 2704376 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1640001724052668416)]} 0 0
   [junit4]   2> 2704377 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1640001724053716992)]} 0 0
   [junit4]   2> 2704378 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1640001724054765568)]} 0 0
   [junit4]   2> 2704379 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1640001724055814144)]} 0 0
   [junit4]   2> 2704384 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1640001724061057024)]} 0 0
   [junit4]   2> 2704396 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1640001724073639936)]} 0 0
   [junit4]   2> 2704399 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1640001724076785664)]} 0 0
   [junit4]   2> 2704402 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1640001724079931392)]} 0 0
   [junit4]   2> 2704404 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1640001724080979968)]} 0 0
   [junit4]   2> 2704405 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1640001724083077120)]} 0 0
   [junit4]   2> 2704406 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1640001724084125696)]} 0 0
   [junit4]   2> 2704409 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1640001724087271424)]} 0 0
   [junit4]   2> 2704411 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1640001724089368576)]} 0 0
   [junit4]   2> 2704412 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1640001724090417152)]} 0 0
   [junit4]   2> 2704413 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1640001724091465728)]} 0 0
   [junit4]   2> 2704414 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1640001724092514304)]} 0 0
   [junit4]   2> 2704417 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1640001724094611456)]} 0 0
   [junit4]   2> 2704418 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1640001724096708608)]} 0 0
   [junit4]   2> 2704424 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1640001724103000064)]} 0 0
   [junit4]   2> 2704426 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1640001724104048640)]} 0 0
   [junit4]   2> 2704427 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1640001724105097216)]} 0 0
   [junit4]   2> 2704428 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1640001724107194368)]} 0 0
   [junit4]   2> 2704429 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1640001724108242944)]} 0 0
   [junit4]   2> 2704430 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1640001724109291520)]} 0 0
   [junit4]   2> 2704431 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1640001724110340096)]} 0 0
   [junit4]   2> 2704432 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1640001724111388672)]} 0 0
   [junit4]   2> 2704433 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1640001724112437248)]} 0 0
   [junit4]   2> 2704434 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1640001724113485824)]} 0 0
   [junit4]   2> 2704436 INFO  (OverseerCollectionConfigSetProcessor-75096165499404293-127.0.0.1:42227_solr-n_0000000000) [n:127.0.0.1:42227_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2704436 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1640001724115582976)]} 0 0
   [junit4]   2> 2704439 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1640001724118728704)]} 0 0
   [junit4]   2> 2704440 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1640001724119777280)]} 0 0
   [junit4]   2> 2704441 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1640001724120825856)]} 0 0
   [junit4]   2> 2704443 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1640001724122923008)]} 0 0
   [junit4]   2> 2704444 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1640001724123971584)]} 0 0
   [junit4]   2> 2704447 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1640001724127117312)]} 0 0
   [junit4]   2> 2704448 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1640001724128165888)]} 0 0
   [junit4]   2> 2704449 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1640001724129214464)]} 0 0
   [junit4]   2> 2704450 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1640001724130263040)]} 0 0
   [junit4]   2> 2704451 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1640001724131311616)]} 0 0
   [junit4]   2> 2704453 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1640001724133408768)]} 0 0
   [junit4]   2> 2704454 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1640001724134457344)]} 0 0
   [junit4]   2> 2704455 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1640001724135505920)]} 0 0
   [junit4]   2> 2704456 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1640001724136554496)]} 0 0
   [junit4]   2> 2704457 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1640001724137603072)]} 0 0
   [junit4]   2> 2704458 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1640001724138651648)]} 0 0
   [junit4]   2> 2704461 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1640001724141797376)]} 0 0
   [junit4]   2> 2704462 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1640001724142845952)]} 0 0
   [junit4]   2> 2704465 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1640001724145991680)]} 0 0
   [junit4]   2> 2704467 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1640001724148088832)]} 0 0
   [junit4]   2> 2704468 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1640001724148088833)]} 0 0
   [junit4]   2> 2704469 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1640001724150185984)]} 0 0
   [junit4]   2> 2704470 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1640001724151234560)]} 0 0
   [junit4]   2> 2704473 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1640001724154380288)]} 0 0
   [junit4]   2> 2704474 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1640001724155428864)]} 0 0
   [junit4]   2> 2704475 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1640001724156477440)]} 0 0
   [junit4]   2> 2704476 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1640001724157526016)]} 0 0
   [junit4]   2> 2704477 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1640001724158574592)]} 0 0
   [junit4]   2> 2704478 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1640001724159623168)]} 0 0
   [junit4]   2> 2704479 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1640001724160671744)]} 0 0
   [junit4]   2> 2704481 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1640001724162768896)]} 0 0
   [junit4]   2> 2704482 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1640001724163817472)]} 0 0
   [junit4]   2> 2704484 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1640001724164866048)]} 0 1
   [junit4]   2> 2704485 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1640001724166963200)]} 0 0
   [junit4]   2> 2704486 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1640001724168011776)]} 0 0
   [junit4]   2> 2704488 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1640001724169060352)]} 0 1
   [junit4]   2> 2704489 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1640001724171157504)]} 0 0
   [junit4]   2> 2704490 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1640001724172206080)]} 0 0
   [junit4]   2> 2704491 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1640001724173254656)]} 0 0
   [junit4]   2> 2704492 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1640001724174303232)]} 0 0
   [junit4]   2> 2704493 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1640001724175351808)]} 0 0
   [junit4]   2> 2704494 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1640001724176400384)]} 0 0
   [junit4]   2> 2704496 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1640001724178497536)]} 0 0
   [junit4]   2> 2704497 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1640001724179546112)]} 0 0
   [junit4]   2> 2704498 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1640001724180594688)]} 0 0
   [junit4]   2> 2704499 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1640001724181643264)]} 0 0
   [junit4]   2> 2704500 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1640001724182691840)]} 0 0
   [junit4]   2> 2704501 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1640001724183740416)]} 0 0
   [junit4]   2> 2704502 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1640001724184788992)]} 0 0
   [junit4]   2> 2704503 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1640001724185837568)]} 0 0
   [junit4]   2> 2704505 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1640001724187934720)]} 0 1
   [junit4]   2> 2704506 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1640001724188983296)]} 0 0
   [junit4]   2> 2704507 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1640001724190031872)]} 0 0
   [junit4]   2> 2704510 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1640001724193177600)]} 0 0
   [junit4]   2> 2704511 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1640001724194226176)]} 0 0
   [junit4]   2> 2704512 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1640001724195274752)]} 0 0
   [junit4]   2> 2704513 INFO  (qtp1410991967-23374) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1640001724196323328)]} 0 0
   [junit4]   2> 2704514 INFO  (qtp1410991967-23370) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1640001724197371904)]} 0 0
   [junit4]   2> 2704515 INFO  (qtp1410991967-23372) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1640001724198420480)]} 0 0
   [junit4]   2> 2704516 INFO  (qtp1410991967-23373) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1640001724199469056)]} 0 0
   [junit4]   2> 2704518 INFO  (qtp1410991967-23371) [n:127.0.0.1:42227_solr c:org.apache.solr.search.facet.TestCloudJSON

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

cj-lint] 6. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 21)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 22)
 [ecj-lint] 	import javax.naming.NoInitialContextException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NoInitialContextException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Context cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	                ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 779)
 [ecj-lint] 	} catch (NoInitialContextException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] NoInitialContextException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 781)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 786)
 [ecj-lint] 	new RuntimeLib(req.getCore().getCoreContainer()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/CollectionHandlerApi.java (at line 195)
 [ecj-lint] 	RuntimeLib lib = new RuntimeLib(handler.handler.coreContainer);
 [ecj-lint] 	           ^^^
 [ecj-lint] Resource leak: 'lib' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 244)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 148)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. INFO in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 50)
 [ecj-lint] 	in = new FileInputStream(src).getChannel();
 [ecj-lint] 	     ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 51)
 [ecj-lint] 	out = new FileOutputStream(destination).getChannel();
 [ecj-lint] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1142)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 263)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 22 problems (8 errors, 13 warnings, 1 info)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:645: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2009: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.

Total time: 163 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any