Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7869/
Java: 64bit/jdk-13-ea+12 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
KeeperErrorCode = ConnectionLoss for 
/solr/collections/oneInstanceCollection2/state.json

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /solr/collections/oneInstanceCollection2/state.json
        at 
__randomizedtesting.SeedInfo.seed([9BBB16D6D661EA9D:13EF290C789D8765]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
        at 
org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:615)
        at 
org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:640)
        at 
org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:640)
        at 
org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:640)
        at 
org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:640)
        at 
org.apache.solr.common.cloud.SolrZkClient.printLayoutToStream(SolrZkClient.java:653)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.printLayout(AbstractDistribZkTestBase.java:315)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:632)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:427)
        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:567)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:835)


FAILED:  
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Timeout occurred while waiting response from server at: 
http://127.0.0.1:56115/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n6

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:56115/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n6
        at 
__randomizedtesting.SeedInfo.seed([9BBB16D6D661EA9D:AA2B9A3A723715B4]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:125)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:46)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:485)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:366)
        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:567)
        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:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: 
http://127.0.0.1:56115/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n6
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.lambda$directUpdate$0(BaseCloudSolrClient.java:459)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        ... 1 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 10 more




Build Log:
[...truncated 13694 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\init-core-data-001
   [junit4]   2> 1034848 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[9BBB16D6D661EA9D]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1034848 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[9BBB16D6D661EA9D]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1034848 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[9BBB16D6D661EA9D]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1034856 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMustMatch
   [junit4]   2> 1034858 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001
   [junit4]   2> 1034859 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1034895 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1034895 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1034972 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.ZkTestServer start zk server on port:55846
   [junit4]   2> 1034972 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55846
   [junit4]   2> 1034972 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55846
   [junit4]   2> 1035004 INFO  (zkConnectionManagerCallback-7258-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035011 INFO  (zkConnectionManagerCallback-7260-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035013 INFO  (zkConnectionManagerCallback-7262-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035014 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1006a5ae0740002, likely client has closed socket
   [junit4]   2> 1035015 WARN  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1035016 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1035016 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1035016 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1035016 WARN  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1035016 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1035016 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1035016 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@68d9632e{/solr,null,AVAILABLE}
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cfca8fe{/solr,null,AVAILABLE}
   [junit4]   2> 1035018 WARN  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1035018 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1035019 WARN  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1035019 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f7a772d{/solr,null,AVAILABLE}
   [junit4]   2> 1035020 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1035020 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1035020 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1035020 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38ac1670{/solr,null,AVAILABLE}
   [junit4]   2> 1035026 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f14bddd{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1035026 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55863}
   [junit4]   2> 1035027 ERROR (jetty-launcher-7263-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-03T09:00:41.765555400Z
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@36974a17{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1035027 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55860}
   [junit4]   2> 1035028 ERROR (jetty-launcher-7263-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-03T09:00:41.766334100Z
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2cd7607b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@15bdcd8d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55866}
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55857}
   [junit4]   2> 1035028 ERROR (jetty-launcher-7263-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1035028 ERROR (jetty-launcher-7263-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-03T09:00:41.766837200Z
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035028 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-03T09:00:41.766837200Z
   [junit4]   2> 1035032 INFO  (zkConnectionManagerCallback-7265-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035032 INFO  (zkConnectionManagerCallback-7267-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035032 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1035035 INFO  (zkConnectionManagerCallback-7271-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035035 INFO  (zkConnectionManagerCallback-7269-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035036 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1035037 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1035060 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1035061 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1006a5ae0740003, likely client has closed socket
   [junit4]   2> 1035206 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1035211 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1035231 WARN  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@257f4503[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035236 WARN  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3c072727[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035240 WARN  (jetty-launcher-7263-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@23cc66aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035240 INFO  (jetty-launcher-7263-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55846/solr
   [junit4]   2> 1035243 WARN  (jetty-launcher-7263-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6de2801[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035243 INFO  (jetty-launcher-7263-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55846/solr
   [junit4]   2> 1035248 INFO  (zkConnectionManagerCallback-7284-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035251 INFO  (zkConnectionManagerCallback-7287-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035252 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1006a5ae0740008, likely client has closed socket
   [junit4]   2> 1035257 INFO  (zkConnectionManagerCallback-7289-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035260 INFO  (zkConnectionManagerCallback-7291-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035343 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55863_solr
   [junit4]   2> 1035343 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.Overseer Overseer 
(id=72174532583227402-127.0.0.1:55863_solr-n_0000000000) starting
   [junit4]   2> 1035357 INFO  (zkConnectionManagerCallback-7300-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035361 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:55846/solr ready
   [junit4]   2> 1035362 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55863_solr
   [junit4]   2> 1035402 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1035429 INFO  
(OverseerStateUpdate-72174532583227402-127.0.0.1:55863_solr-n_0000000000) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:55863_solr
   [junit4]   2> 1035429 INFO  (zkCallback-7290-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1035429 INFO  (zkCallback-7299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1035432 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55863.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035441 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55863.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035441 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55863.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035442 INFO  (jetty-launcher-7263-thread-4) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node3\.
   [junit4]   2> 1035446 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1035449 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55857_solr as DOWN
   [junit4]   2> 1035451 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1035451 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55857_solr
   [junit4]   2> 1035453 INFO  (zkCallback-7299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1035453 INFO  (zkCallback-7290-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1035485 INFO  (zkCallback-7288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1035488 INFO  (zkConnectionManagerCallback-7306-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035488 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1035489 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:55846/solr ready
   [junit4]   2> 1035489 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1035511 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55857.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035520 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55857.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035520 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55857.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035521 INFO  (jetty-launcher-7263-thread-3) 
[n:127.0.0.1:55857_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node2\.
   [junit4]   2> 1035707 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1035710 WARN  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@54fede2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035712 WARN  (jetty-launcher-7263-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2fd86dff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035713 INFO  (jetty-launcher-7263-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55846/solr
   [junit4]   2> 1035716 INFO  (zkConnectionManagerCallback-7313-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035721 INFO  (zkConnectionManagerCallback-7315-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035725 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1035728 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55860_solr as DOWN
   [junit4]   2> 1035729 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1035729 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55860_solr
   [junit4]   2> 1035730 INFO  (zkCallback-7288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1035730 INFO  (zkCallback-7290-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1035730 INFO  (zkCallback-7299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1035731 INFO  (zkCallback-7305-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1035731 INFO  (zkCallback-7314-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1035771 INFO  (zkConnectionManagerCallback-7322-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035772 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1035772 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:55846/solr ready
   [junit4]   2> 1035773 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1035794 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55860.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035803 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55860.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035804 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55860.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1035804 INFO  (jetty-launcher-7263-thread-2) 
[n:127.0.0.1:55860_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\.
   [junit4]   2> 1036177 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1036179 WARN  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@567d7545[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1036182 WARN  (jetty-launcher-7263-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@559c9631[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1036183 INFO  (jetty-launcher-7263-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55846/solr
   [junit4]   2> 1036186 INFO  (zkConnectionManagerCallback-7329-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036187 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1006a5ae0740010, likely client has closed socket
   [junit4]   2> 1036189 INFO  (zkConnectionManagerCallback-7331-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036194 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1036198 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55866_solr as DOWN
   [junit4]   2> 1036198 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1036198 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55866_solr
   [junit4]   2> 1036199 INFO  (zkCallback-7290-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036199 INFO  (zkCallback-7314-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036199 INFO  (zkCallback-7299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036199 INFO  (zkCallback-7305-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036199 INFO  (zkCallback-7288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036200 INFO  (zkCallback-7321-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036200 INFO  (zkCallback-7330-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1036233 INFO  (zkConnectionManagerCallback-7338-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036235 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1036236 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:55846/solr ready
   [junit4]   2> 1036236 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1036257 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55866.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1036266 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55866.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1036266 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55866.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1036267 INFO  (jetty-launcher-7263-thread-1) 
[n:127.0.0.1:55866_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node4\.
   [junit4]   2> 1036313 INFO  (zkConnectionManagerCallback-7344-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036314 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1036316 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:55846/solr ready
   [junit4]   2> 1036317 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: 
org.apache.solr.client.solrj.impl.CloudSolrClient@53f2a04d
   [junit4]   2> 1036317 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider 
127.0.0.1:55846/solr
   [junit4]   2> 1036319 INFO  (zkConnectionManagerCallback-7349-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036321 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1036322 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[9BBB16D6D661EA9D])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:55846/solr ready
   [junit4]   2> 1036324 INFO  (qtp1988640264-19231) [n:127.0.0.1:55863_solr    
] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=testMustMatch&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 1036327 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testMustMatch",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 1036328 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/testMustMatch/managed-schema
   [junit4]   2> 1036329 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/testMustMatch/protwords.txt
   [junit4]   2> 1036330 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/testMustMatch/solrconfig.xml
   [junit4]   2> 1036331 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/testMustMatch/synonyms.txt
   [junit4]   2> 1036333 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/testMustMatch/stopwords.txt
   [junit4]   2> 1036334 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testMustMatch/lang/contractions_it.txt
   [junit4]   2> 1036336 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testMustMatch/lang/contractions_ca.txt
   [junit4]   2> 1036338 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testMustMatch/lang/stemdict_nl.txt
   [junit4]   2> 1036339 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testMustMatch/lang/stopwords_hy.txt
   [junit4]   2> 1036340 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testMustMatch/lang/stopwords_no.txt
   [junit4]   2> 1036342 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testMustMatch/lang/stopwords_id.txt
   [junit4]   2> 1036343 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testMustMatch/lang/stopwords_da.txt
   [junit4]   2> 1036345 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testMustMatch/lang/stopwords_ga.txt
   [junit4]   2> 1036347 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testMustMatch/lang/stopwords_hi.txt
   [junit4]   2> 1036348 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testMustMatch/lang/stopwords_ja.txt
   [junit4]   2> 1036350 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testMustMatch/lang/stopwords_pt.txt
   [junit4]   2> 1036351 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testMustMatch/lang/stopwords_hu.txt
   [junit4]   2> 1036353 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testMustMatch/lang/stopwords_el.txt
   [junit4]   2> 1036355 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testMustMatch/lang/stopwords_ru.txt
   [junit4]   2> 1036356 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testMustMatch/lang/stopwords_tr.txt
   [junit4]   2> 1036358 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testMustMatch/lang/stopwords_ar.txt
   [junit4]   2> 1036359 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testMustMatch/lang/userdict_ja.txt
   [junit4]   2> 1036360 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testMustMatch/lang/stopwords_eu.txt
   [junit4]   2> 1036362 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testMustMatch/lang/stopwords_it.txt
   [junit4]   2> 1036363 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testMustMatch/lang/stopwords_cz.txt
   [junit4]   2> 1036365 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testMustMatch/lang/stoptags_ja.txt
   [junit4]   2> 1036366 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testMustMatch/lang/contractions_fr.txt
   [junit4]   2> 1036368 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testMustMatch/lang/stopwords_de.txt
   [junit4]   2> 1036369 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testMustMatch/lang/stopwords_fa.txt
   [junit4]   2> 1036371 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testMustMatch/lang/contractions_ga.txt
   [junit4]   2> 1036372 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testMustMatch/lang/stopwords_ca.txt
   [junit4]   2> 1036374 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testMustMatch/lang/stopwords_nl.txt
   [junit4]   2> 1036376 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testMustMatch/lang/stopwords_bg.txt
   [junit4]   2> 1036377 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testMustMatch/lang/stopwords_en.txt
   [junit4]   2> 1036379 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testMustMatch/lang/stopwords_es.txt
   [junit4]   2> 1036380 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testMustMatch/lang/stopwords_lv.txt
   [junit4]   2> 1036382 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testMustMatch/lang/stopwords_ro.txt
   [junit4]   2> 1036384 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testMustMatch/lang/stopwords_th.txt
   [junit4]   2> 1036386 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testMustMatch/lang/stopwords_fr.txt
   [junit4]   2> 1036387 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testMustMatch/lang/stopwords_sv.txt
   [junit4]   2> 1036388 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testMustMatch/lang/stopwords_fi.txt
   [junit4]   2> 1036390 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testMustMatch/lang/hyphenations_ga.txt
   [junit4]   2> 1036391 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testMustMatch/lang/stopwords_gl.txt
   [junit4]   2> 1036393 INFO  
(OverseerThreadFactory-5770-thread-1-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/testMustMatch/params.json
   [junit4]   2> 1036395 INFO  (qtp1988640264-19231) [n:127.0.0.1:55863_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=testMustMatch&action=CREATE&wt=javabin&version=2}
 status=0 QTime=71
   [junit4]   2> 1036397 INFO  (qtp1988640264-19233) [n:127.0.0.1:55863_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=testMustMatch&name=testMustMatch&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1036399 INFO  
(OverseerThreadFactory-5770-thread-2-processing-n:127.0.0.1:55863_solr) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMustMatch
   [junit4]   2> 1036399 INFO  
(OverseerCollectionConfigSetProcessor-72174532583227402-127.0.0.1:55863_solr-n_0000000000)
 [n:127.0.0.1:55863_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> 1036506 INFO  
(OverseerStateUpdate-72174532583227402-127.0.0.1:55863_solr-n_0000000000) 
[n:127.0.0.1:55863_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMustMatch",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMustMatch_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55860/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1036722 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr    
x:testMustMatch_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMustMatch&newCollection=true&name=testMustMatch_shard1_replica_n1&action=CREATE&numShards=1&collection=testMustMatch&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1037739 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1037739 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1037740 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 1037740 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1037741 WARN  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1037750 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1037783 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.IndexSchema [testMustMatch_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1037947 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1037992 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testMustMatch_shard1_replica_n1' using 
configuration from collection testMustMatch, trusted=true
   [junit4]   2> 1037992 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55860.solr.core.testMustMatch.shard1.replica_n1' (registry 
'solr.core.testMustMatch.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d960483
   [junit4]   2> 1037993 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrCore [[testMustMatch_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\.\testMustMatch_shard1_replica_n1\data\]
   [junit4]   2> 1037995 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1038102 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1038102 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1038106 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1038106 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1038107 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5ef0f717[testMustMatch_shard1_replica_n1] main]
   [junit4]   2> 1038108 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testMustMatch
   [junit4]   2> 1038109 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testMustMatch
   [junit4]   2> 1038109 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testMustMatch/managed-schema
   [junit4]   2> 1038110 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1038111 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1038111 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1038112 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1038112 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1629782849460633600
   [junit4]   2> 1038114 INFO  
(searcherExecutor-5790-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@5ef0f717[testMustMatch_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1038114 INFO  
(searcherExecutor-5790-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 1038114 INFO  
(searcherExecutor-5790-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 1038115 INFO  
(searcherExecutor-5790-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.c.SolrCore 
[testMustMatch_shard1_replica_n1] Registered new searcher 
Searcher@5ef0f717[testMustMatch_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1038118 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testMustMatch/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1038118 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testMustMatch/leaders/shard1
   [junit4]   2> 1038123 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1038123 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1038123 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55860/solr/testMustMatch_shard1_replica_n1/
   [junit4]   2> 1038124 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1038124 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:55860/solr/testMustMatch_shard1_replica_n1/ has no replicas
   [junit4]   2> 1038124 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testMustMatch/leaders/shard1/leader after winning as 
/collections/testMustMatch/leader_elect/shard1/election/72174532583227406-core_node2-n_0000000000
   [junit4]   2> 1038126 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55860/solr/testMustMatch_shard1_replica_n1/ shard1
   [junit4]   2> 1038227 INFO  (zkCallback-7314-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1038229 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1038231 INFO  (qtp135694273-19221) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMustMatch&newCollection=true&name=testMustMatch_shard1_replica_n1&action=CREATE&numShards=1&collection=testMustMatch&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1510
   [junit4]   2> 1038234 INFO  (qtp1988640264-19233) [n:127.0.0.1:55863_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> 1038332 INFO  (zkCallback-7314-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1038332 INFO  (zkCallback-7314-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1038332 INFO  (zkCallback-7290-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1038334 INFO  (qtp1988640264-19233) [n:127.0.0.1:55863_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=testMustMatch&name=testMustMatch&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1936
   [junit4]   2> 1038349 INFO  (qtp135694273-19223) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"set-user-property":{"update.autoCreateFields":false}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tracking-testSliceRouting",
   [junit4]   2>     "class":"solr.TrackingUpdateProcessorFactory",
   [junit4]   2>     "group":"testMustMatch"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     
"class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 1038349 INFO  (qtp135694273-19223) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property overlay to be of version 0 for collection testMustMatch
   [junit4]   2> 1038349 INFO  (Thread-2609) [    ] o.a.s.c.SolrCore config 
update listener called for core testMustMatch_shard1_replica_n1
   [junit4]   2> 1038350 INFO  (Thread-2609) [    ] o.a.s.c.SolrCore core 
reload testMustMatch_shard1_replica_n1
   [junit4]   2> 1038350 INFO  
(solrHandlerExecutor-5795-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1038358 INFO  (Thread-2609) [    ] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 1038358 INFO  (Thread-2609) [    ] o.a.s.c.RequestParams 
request params refreshed to version 0
   [junit4]   2> 1038359 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 1038359 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1038359 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 1038359 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1038360 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 1038360 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1038360 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 1038360 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1038360 WARN  (Thread-2609) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_9BBB16D6D661EA9D-001\tempDir-001\node1\testMustMatch_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 1038367 INFO  (Thread-2609) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 1038391 INFO  (Thread-2609) [    ] o.a.s.s.IndexSchema 
[testMustMatch_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1038401 INFO  
(OverseerCollectionConfigSetProcessor-72174532583227402-127.0.0.1:55863_solr-n_0000000000)
 [n:127.0.0.1:55863_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1038452 INFO  (qtp135694273-19225) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1038453 INFO  (qtp135694273-19225) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.S.Request [testMustMatch_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1038453 INFO  (SolrConfigHandler-refreshconf) [    ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1038453 INFO  
(solrHandlerExecutor-5795-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
http://127.0.0.1:55860/solr/testMustMatch_shard1_replica_n1/ for prop overlay   
after 1 attempts
   [junit4]   2> 1038453 INFO  
(solrHandlerExecutor-5795-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1038553 INFO  (qtp135694273-19245) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1038553 INFO  (qtp135694273-19245) [n:127.0.0.1:55860_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.S.Request [testMustMatch_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1038554 INFO  
(solrHandlerExecutor-5795-thread-1-processing-n:127.0.0.1:55860_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:55860_solr c:testMustMatch s:shard1 r:core_node2 x

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

mat(name=LuceneFixedGap), foo_b=Lucene50(blocksize=128), 
name=PostingsFormat(name=Asserting), inStock=Lucene50(blocksize=128), 
id=PostingsFormat(name=Asserting), text=Lucene50(blocksize=128)}, 
docValues:{regex_dup_A_s=DocValuesFormat(name=Direct), 
other_tl1=DocValuesFormat(name=Lucene80), 
regex_dup_B_s=DocValuesFormat(name=Lucene80), 
range_facet_l_dv=DocValuesFormat(name=Asserting), 
SubjectTerms_mfacet=DocValuesFormat(name=Lucene80), 
n_l1=DocValuesFormat(name=Lucene80), 
multiDefault=DocValuesFormat(name=Lucene80), 
intDefault=DocValuesFormat(name=Lucene80), 
genre_s=DocValuesFormat(name=Direct), n_td1=DocValuesFormat(name=Lucene80), 
n_d1=DocValuesFormat(name=Lucene80), 
range_facet_l=DocValuesFormat(name=Lucene80), 
n_f1=DocValuesFormat(name=Lucene80), series_t=DocValuesFormat(name=Lucene80), 
n_tl1=DocValuesFormat(name=Lucene80), oddField_s=DocValuesFormat(name=Direct), 
n_tf1=DocValuesFormat(name=Lucene80), price=DocValuesFormat(name=Direct), 
a_t=DocValuesFormat(name=Lucene80), cat=DocValuesFormat(name=Lucene80), 
sequence_i=DocValuesFormat(name=Direct), inStock=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting), text=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Lucene80), foo_i=DocValuesFormat(name=Lucene80), 
val_i=DocValuesFormat(name=Asserting), _root_=DocValuesFormat(name=Lucene80), 
n_dt1=DocValuesFormat(name=Lucene80), author_t=DocValuesFormat(name=Lucene80), 
a_i1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Asserting), 
rnd_b=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene80), 
n_tdt1=DocValuesFormat(name=Lucene80), foo_b=DocValuesFormat(name=Direct), 
name=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Lucene80), 
foo_d=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
foo_f=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=812, 
maxMBSortInHeap=6.013210225406357, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@60721822),
 locale=fr-ML, timezone=America/Punta_Arenas
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 13-ea 
(64-bit)/cpus=3,threads=1,free=71992064,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocSet, 
NodeAddedTriggerTest, TestCursorMarkWithoutUniqueKey, TestFieldCache, 
PKIAuthenticationIntegrationTest, TestInPlaceUpdatesRequiredField, 
TestCoreBackup, SimplePostToolTest, TestZkChroot, TestConfig, 
TestCollationFieldDocValues, SuggesterTSTTest, MaxSizeAutoCommitTest, 
HdfsUnloadDistributedZkTest, HdfsDirectoryFactoryTest, SolrIndexMetricsTest, 
UpdateLogTest, MBeansHandlerTest, TestFastOutputStream, 
TestSolrConfigHandlerConcurrent, CursorPagingTest, TestLegacyNumericUtils, 
SimpleFacetsTest, HdfsThreadLeakTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, ZkControllerTest, 
TestSafeXMLParsing, FileUtilsTest, TestStressLiveNodes, RangeFacetCloudTest, 
TestExactStatsCache, TestAddFieldRealTimeGet, TestNumericTerms64, 
TestFileDictionaryLookup, TestCollectionAPIs, SolrMetricManagerTest, 
TestExclusionRuleCollectionAccess, CursorMarkTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestDocumentBuilder, 
TermVectorComponentDistributedTest, TestComponentsName, 
TestSolrCloudWithKerberosAlt, TestSolrDeletionPolicy2, SuggesterWFSTTest, 
IgnoreLargeDocumentProcessorFactoryTest, 
SuggestComponentContextFilterQueryTest, SpellingQueryConverterTest, 
DistributedIntervalFacetingTest, TestDocBasedVersionConstraints, 
SortSpecParsingTest, TestPushWriter, TestFacetMethods, ComputePlanActionTest, 
UtilsToolTest, ZkSolrClientTest, TestSimpleTrackingShardHandler, 
BasicAuthIntegrationTest, TaggingAttributeTest, TermsComponentTest, 
TestHdfsUpdateLog, TestCloudInspectUtil, TestImplicitCoreProperties, 
TestChildDocTransformerHierarchy, TestXmlQParserPlugin, TestCloudRecovery, 
HdfsDirectoryTest, CloudMLTQParserTest, AliasIntegrationTest, 
TestLocalFSCloudBackupRestore, DocValuesNotIndexedTest, NoCacheHeaderTest, 
BJQParserTest, DeleteLastCustomShardedReplicaTest, DateMathParserTest, 
CollectionReloadTest, ReplicationFactorTest, SolrMetricsIntegrationTest, 
TestStressRecovery, CustomTermsComponentTest, CollectionStateFormat2Test, 
TestUniqueKeyFieldResource, TestDFISimilarityFactory, 
SystemCollectionCompatTest, TestDeleteCollectionOnDownNodes, MergeStrategyTest, 
LeaderElectionContextKeyTest, TestLuceneIndexBackCompat, TestSimPolicyCloud, 
WrapperMergePolicyFactoryTest, FieldAnalysisRequestHandlerTest, 
TestConfigSetsAPI, UUIDFieldTest, TestJsonFacetRefinement, 
TestSchemalessBufferedUpdates, SolrCmdDistributorTest, 
TestCopyFieldCollectionResource, TestSha256AuthenticationProvider, 
HdfsRestartWhileUpdatingTest, V2ApiIntegrationTest, TestRandomFlRTGCloud, 
SliceStateTest, StatelessScriptUpdateProcessorFactoryTest, 
TestShardHandlerFactory, TestStressCloudBlindAtomicUpdates, IndexSchemaTest, 
TestLegacyField, AsyncCallRequestStatusResponseTest, BasicFunctionalityTest, 
TestImpersonationWithHadoopAuth, AddBlockUpdateTest, 
HdfsAutoAddReplicasIntegrationTest, TestMacros, 
HdfsCollectionsAPIDistributedZkTest, TestScoreJoinQPScore, TestInitParams, 
Tagger2Test, SearchHandlerTest, TestJettySolrRunner, TestSchemaVersionResource, 
BlockDirectoryTest, CdcrReplicationHandlerTest, TestOnReconnectListenerSupport, 
TestPointFields, CdcrVersionReplicationTest, TestTolerantUpdateProcessorCloud, 
WordBreakSolrSpellCheckerTest, ShowFileRequestHandlerTest, 
SimpleCollectionCreateDeleteTest, SpellCheckComponentTest, TestLazyCores, 
CdcrUpdateLogTest, TestManagedSynonymFilterFactory, DeleteStatusTest, 
SchemaApiFailureTest, TestRestoreCore, TestUtils, TestJavabinTupleStreamParser, 
TestCustomStream, TestSchemaResource, TestIndexSearcher, QueryParsingTest, 
ExternalFileFieldSortTest, AtomicUpdateProcessorFactoryTest, TestRestManager, 
SolrRequestParserTest, CategoryRoutedAliasUpdateProcessorTest, 
TestRawTransformer, TestFieldCacheVsDocValues, TestCloudPivotFacet, 
HdfsChaosMonkeySafeLeaderTest, ImplicitSnitchTest, TestCloudSearcherWarming, 
TestSQLHandlerNonCloud, RestoreTriggerStateTest, CdcrBootstrapTest, 
TestShortCircuitedRequests, TestSolrFieldCacheBean, RootFieldTest, 
TestCloudJSONFacetJoinDomain, TestRequestStatusCollectionAPI, 
TestCSVResponseWriter, OverseerTest, TestLFUCache, RollingRestartTest, 
VMParamsZkACLAndCredentialsProvidersTest, PeerSyncWithBufferUpdatesTest, 
ConcurrentDeleteAndCreateCollectionTest, TestSimGenericDistributedQueue, 
TestFieldSortValues, MetricsHistoryIntegrationTest, StressHdfsTest, 
ConnectionManagerTest, RequestHandlersTest, TriggerCooldownIntegrationTest, 
HDFSCollectionsAPITest, TestManagedSchema, TolerantUpdateProcessorTest, 
TestQueryTypes, SplitShardTest, HdfsBasicDistributedZkTest, QueryResultKeyTest, 
PreAnalyzedUpdateProcessorTest, DistributedFacetPivotLongTailTest, 
TestDistribIDF, RequestLoggingTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestConfigSetImmutable, 
SynonymTokenizerTest, LeaderFailureAfterFreshStartTest, 
MultiSolrCloudTestCaseTest, MissingSegmentRecoveryTest, 
DistributedUpdateProcessorTest, LeaderVoteWaitTimeoutTest, 
IndexBasedSpellCheckerTest, TestLegacyNumericRangeQueryBuilder, 
TestSortByMinMaxFunction, TestSolr4Spatial2, TestSubQueryTransformerCrossCore, 
TestMultiWordSynonyms, DistributedFacetPivotSmallTest, SampleTest, 
CoreAdminCreateDiscoverTest, CircularListTest, TestCoreAdminApis, 
TestSolrCoreSnapshots, TestAnalyzedSuggestions, EchoParamsTest, 
MinimalSchemaTest, SolrInfoBeanTest, SolrTestCaseJ4Test, 
TestDistributedGrouping, TestDistributedMissingSort, TestGroupingSearch, 
TestHighlightDedupGrouping, TestJoin, TestRandomDVFaceting, 
TestSolrCoreProperties, TestTolerantSearch, TestTrie, 
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, 
TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
ConnectionReuseTest, ActionThrottleTest, BasicDistributedZk2Test, 
BasicDistributedZkTest]
   [junit4] Completed [458/846 (2!)] on J1 in 314.37s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1380 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20190403_084326_584455155887831188562.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps\java_pid2076.hprof
 ...
   [junit4] Heap dump file created [475318160 bytes in 7.285 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8944 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:633: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:585: Some of 
the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid2076.hprof

Total time: 122 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to