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

1 tests failed.
FAILED:  
org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.monitorZookeeper

Error Message:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:60597/solr: Server Error  request: 
http://127.0.0.1:60597/solr/admin/zookeeper/status?wt=json&version=1

Stack Trace:
java.util.concurrent.ExecutionException: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:60597/solr: Server Error

request: http://127.0.0.1:60597/solr/admin/zookeeper/status?wt=json&version=1
        at 
__randomizedtesting.SeedInfo.seed([35EBDF642AB8B17:96B97EAF464AA9FA]:0)
        at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
        at 
org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.monitorZookeeper(ZookeeperStatusHandlerTest.java:72)
        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.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:60597/solr: Server Error

request: http://127.0.0.1:60597/solr/admin/zookeeper/status?wt=json&version=1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.lambda$httpUriRequest$0(HttpSolrClient.java:299)
        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




Build Log:
[...truncated 12552 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.ZookeeperStatusHandlerTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.ZookeeperStatusHandlerTest_35EBDF642AB8B17-001\init-core-data-001
   [junit4]   2> 189252 WARN  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 189252 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 189254 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-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> 189255 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 189255 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.ZookeeperStatusHandlerTest_35EBDF642AB8B17-001\tempDir-001
   [junit4]   2> 189255 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 189276 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 189276 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 189358 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60586
   [junit4]   2> 189358 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60586
   [junit4]   2> 189358 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 60586
   [junit4]   2> 189409 INFO  (zkConnectionManagerCallback-1249-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 189434 INFO  (zkConnectionManagerCallback-1251-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 189446 INFO  (zkConnectionManagerCallback-1253-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 189454 WARN  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 189455 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 189455 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 189455 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 189456 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 189456 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 189456 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 189456 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a45b3c3{/solr,null,AVAILABLE}
   [junit4]   2> 189460 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@67209234{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:60597}
   [junit4]   2> 189460 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.s.Server Started @189493ms
   [junit4]   2> 189460 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60597}
   [junit4]   2> 189461 ERROR (jetty-launcher-1254-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 189461 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 189461 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 189461 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 189461 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 189461 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T21:48:43.578464300Z
   [junit4]   2> 189470 INFO  (zkConnectionManagerCallback-1256-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 189470 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 189745 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 189764 WARN  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7aafa3db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 189776 WARN  (jetty-launcher-1254-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@34f89c36[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 189779 INFO  (jetty-launcher-1254-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60586/solr
   [junit4]   2> 189790 INFO  (zkConnectionManagerCallback-1263-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 189815 INFO  (zkConnectionManagerCallback-1265-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190332 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60597_solr
   [junit4]   2> 190333 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.Overseer Overseer 
(id=72159002707820549-127.0.0.1:60597_solr-n_0000000000) starting
   [junit4]   2> 190355 INFO  (zkConnectionManagerCallback-1272-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190359 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:60586/solr ready
   [junit4]   2> 190361 INFO  
(OverseerStateUpdate-72159002707820549-127.0.0.1:60597_solr-n_0000000000) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:60597_solr
   [junit4]   2> 190361 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60597_solr
   [junit4]   2> 190361 INFO  
(OverseerStateUpdate-72159002707820549-127.0.0.1:60597_solr-n_0000000000) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 190374 INFO  (zkCallback-1271-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 190421 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 190462 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60597.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1904e9d6
   [junit4]   2> 190471 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60597.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1904e9d6
   [junit4]   2> 190471 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60597.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1904e9d6
   [junit4]   2> 190473 INFO  (jetty-launcher-1254-thread-1) 
[n:127.0.0.1:60597_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.handler.admin.ZookeeperStatusHandlerTest_35EBDF642AB8B17-001\tempDir-001\node1\.
   [junit4]   2> 190500 INFO  (zkConnectionManagerCallback-1278-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190503 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 190504 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60586/solr ready
   [junit4]   2> 190530 INFO  
(TEST-ZookeeperStatusHandlerTest.monitorZookeeper-seed#[35EBDF642AB8B17]) [    
] o.a.s.SolrTestCaseJ4 ###Starting monitorZookeeper
   [junit4]   2> 190561 ERROR (qtp716705112-3104) [n:127.0.0.1:60597_solr    ] 
o.a.s.h.RequestHandlerBase java.io.UncheckedIOException: 
java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.base/java.io.BufferedReader$1.hasNext(BufferedReader.java:577)
   [junit4]   2>        at 
java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)
   [junit4]   2>        at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
   [junit4]   2>        at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
   [junit4]   2>        at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
   [junit4]   2>        at 
java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
   [junit4]   2>        at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
   [junit4]   2>        at 
java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.getZkRawResponse(ZookeeperStatusHandler.java:213)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.monitorZookeeper(ZookeeperStatusHandler.java:187)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.getZkStatus(ZookeeperStatusHandler.java:99)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.handleRequestBody(ZookeeperStatusHandler.java:77)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:796)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:762)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:522)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]   2>        at 
java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
   [junit4]   2>        at 
java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:297)
   [junit4]   2>        at 
java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)
   [junit4]   2>        at 
java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
   [junit4]   2>        at 
java.base/java.io.InputStreamReader.read(InputStreamReader.java:185)
   [junit4]   2>        at 
java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
   [junit4]   2>        at 
java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
   [junit4]   2>        at 
java.base/java.io.BufferedReader.readLine(BufferedReader.java:392)
   [junit4]   2>        at 
java.base/java.io.BufferedReader$1.hasNext(BufferedReader.java:574)
   [junit4]   2>        ... 42 more
   [junit4]   2> 
   [junit4]   2> 190561 INFO  (qtp716705112-3104) [n:127.0.0.1:60597_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/zookeeper/status 
params={wt=json&version=1} status=500 QTime=25
   [junit4]   2> 190561 ERROR (qtp716705112-3104) [n:127.0.0.1:60597_solr    ] 
o.a.s.s.HttpSolrCall null:java.io.UncheckedIOException: 
java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.base/java.io.BufferedReader$1.hasNext(BufferedReader.java:577)
   [junit4]   2>        at 
java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)
   [junit4]   2>        at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
   [junit4]   2>        at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
   [junit4]   2>        at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
   [junit4]   2>        at 
java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
   [junit4]   2>        at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
   [junit4]   2>        at 
java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.getZkRawResponse(ZookeeperStatusHandler.java:213)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.monitorZookeeper(ZookeeperStatusHandler.java:187)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.getZkStatus(ZookeeperStatusHandler.java:99)
   [junit4]   2>        at 
org.apache.solr.handler.admin.ZookeeperStatusHandler.handleRequestBody(ZookeeperStatusHandler.java:77)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:796)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:762)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:522)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]   2>        at 
java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
   [junit4]   2>        at 
java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:297)
   [junit4]   2>        at 
java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)
   [junit4]   2>        at 
java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
   [junit4]   2>        at 
java.base/java.io.InputStreamReader.read(InputStreamReader.java:185)
   [junit4]   2>        at 
java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
   [junit4]   2>        at 
java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
   [junit4]   2>        at 
java.base/java.io.BufferedReader.readLine(BufferedReader.java:392)
   [junit4]   2>        at 
java.base/java.io.BufferedReader$1.hasNext(BufferedReader.java:574)
   [junit4]   2>        ... 42 more
   [junit4]   2> 
   [junit4]   2> 190618 INFO  
(TEST-ZookeeperStatusHandlerTest.monitorZookeeper-seed#[35EBDF642AB8B17]) [    
] o.a.s.SolrTestCaseJ4 ###Ending monitorZookeeper
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ZookeeperStatusHandlerTest -Dtests.method=monitorZookeeper 
-Dtests.seed=35EBDF642AB8B17 -Dtests.slow=true -Dtests.locale=ff-MR 
-Dtests.timezone=US/Eastern -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.13s J1 | ZookeeperStatusHandlerTest.monitorZookeeper <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:60597/solr: Server Error
   [junit4]    > request: 
http://127.0.0.1:60597/solr/admin/zookeeper/status?wt=json&version=1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([35EBDF642AB8B17:96B97EAF464AA9FA]:0)
   [junit4]    >        at 
java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    >        at 
java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
   [junit4]    >        at 
org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.monitorZookeeper(ZookeeperStatusHandlerTest.java:72)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:60597/solr: Server Error
   [junit4]    > request: 
http://127.0.0.1:60597/solr/admin/zookeeper/status?wt=json&version=1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.lambda$httpUriRequest$0(HttpSolrClient.java:299)
   [junit4]    >        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    >        ... 1 more
   [junit4]   2> 190639 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 
0x1005c3b0bbf0007, likely client has closed socket
   [junit4]   2> 190640 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1782023224
   [junit4]   2> 190640 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60597_solr
   [junit4]   2> 190642 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 190642 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:60597_solr as DOWN
   [junit4]   2> 190647 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 190648 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 190654 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@631aec87: rootName = 
solr_60597, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@f7e78eb
   [junit4]   2> 190660 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 190660 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11531c6f: rootName = 
solr_60597, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@687c486c
   [junit4]   2> 190664 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 190664 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57d19335: rootName = 
solr_60597, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@693ae5a7
   [junit4]   2> 190664 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 190666 INFO  (closeThreadPool-1284-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72159002707820549-127.0.0.1:60597_solr-n_0000000000) closing
   [junit4]   2> 190667 INFO  
(OverseerStateUpdate-72159002707820549-127.0.0.1:60597_solr-n_0000000000) 
[n:127.0.0.1:60597_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:60597_solr
   [junit4]   2> 190667 INFO  
(OverseerAutoScalingTriggerThread-72159002707820549-127.0.0.1:60597_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 190671 INFO  (zkCallback-1271-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 190673 INFO  (closeThreadPool-1284-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72159002707820549-127.0.0.1:60597_solr-n_0000000000) closing
   [junit4]   2> 190673 INFO  (jetty-closer-1280-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72159002707820549-127.0.0.1:60597_solr-n_0000000000) closing
   [junit4]   2> 190676 INFO  (jetty-closer-1280-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@67209234{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 190676 INFO  (jetty-closer-1280-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6a45b3c3{/solr,null,UNAVAILABLE}
   [junit4]   2> 190677 INFO  (jetty-closer-1280-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 190679 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 190680 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 190683 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60586
   [junit4]   2> 190683 INFO  
(SUITE-ZookeeperStatusHandlerTest-seed#[35EBDF642AB8B17]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 60586
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.ZookeeperStatusHandlerTest_35EBDF642AB8B17-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=370, maxMBSortInHeap=7.1257709469595145, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@33e9d0bf),
 locale=ff-MR, timezone=US/Eastern
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 13-ea 
(64-bit)/cpus=3,threads=1,free=137469608,total=320864256
   [junit4]   2> NOTE: All tests run in this JVM: 
[RoutingToNodesWithPropertiesTest, TestShortCircuitedRequests, 
AdminHandlersProxyTest, FullHLLTest, TestFunctionQuery, 
TestSimpleQParserPlugin, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistribJoinFromCollectionTest, TestConfigSetImmutable, 
TestSimComputePlanAction, TestBlendedInfixSuggestions, TestRebalanceLeaders, 
TestConfigSetsAPI, CircularListTest, TestExportWriter, BufferStoreTest, 
StatsReloadRaceTest, TestUninvertingReader, NodeMarkersRegistrationTest, 
ZookeeperStatusHandlerTest]
   [junit4] Completed [33/858 (1!)] on J1 in 2.87s, 1 test, 1 error <<< 
FAILURES!

[...truncated 46148 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7971/consoleText

[repro] Revision: b28de243be3144312543fdd7d7bde94de1938478

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       ZookeeperStatusHandlerTest
[repro] ant compile-test

[...truncated 3332 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.ZookeeperStatusHandlerTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=35EBDF642AB8B17 
-Dtests.slow=true -Dtests.locale=ff-MR -Dtests.timezone=US/Eastern 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 73 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.admin.ZookeeperStatusHandlerTest
[repro] Exiting with code 0

[...truncated 78 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to