java.lang.NoSuchMethodException:org.eclipse.jetty.server.ServerConnector.setSelectorPriorityDelta
This is a result of SOLR-11810, curiously we never actually start Solr as part of any unit tests so this one slipped through the cracks. There was a config in jetty-http.xml that triggered this, has been deprecated for a long while so just remove it. Fixed, sorry for the noise. Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
