This failed because the underlying log is huuuge: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/lastCompletedBuild/consoleText
it just repeats the exception over and over: [junit4] 2> 1813275 ERROR (OverseerAutoScalingTriggerThread-72123636277575682-127.0.0.1:8983_solr-n_0000000001) [ ] o.a.s.c.a.OverseerTriggerThread A ZK error has occurred [junit4] 2> java.io.IOException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling.json [junit4] 2> at org.apache.solr.client.solrj.impl.ZkDistribStateManager.getAutoScalingConfig(ZkDistribStateManager.java:183) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.cloud.DistribStateManager.getAutoScalingConfig(DistribStateManager.java:83) ~[java/:?] [junit4] 2> at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:131) [java/:?] [junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144] [junit4] 2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling.json [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0] [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0] [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0] [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340) ~[java/:?] [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) ~[java/:?] [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.impl.ZkDistribStateManager.getAutoScalingConfig(ZkDistribStateManager.java:176) ~[java/:?] [junit4] 2> ... 3 more OverseerTriggerThread has an endless loop that repeats it over and over; I know nothing about Zookeeper, so I don't know whether it should indeed wait here (perhaps a small timeout would be sensible in that loop then) or bail out entirely on this type of exception (SessionExpiredException). CCing Mark Miller, perhaps he'll have an idea. Dawid On Tue, Apr 24, 2018 at 1:56 AM, Policeman Jenkins Server <[email protected]> wrote: > Error processing tokens: Error while parsing action > 'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at > input position (line 79, pos 4): > )"} > ^ > > java.lang.OutOfMemoryError: Java heap space > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
