dsmiley commented on code in PR #2474: URL: https://github.com/apache/solr/pull/2474#discussion_r1610783362
########## solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java: ########## @@ -73,10 +72,7 @@ public class SolrDispatchFilter extends BaseSolrFilter implements PathExcluder { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); - // TODO: see if we can get rid of the holder here (Servlet spec actually guarantees - // ContextListeners run before filter init, but JettySolrRunner that we use for tests is - // complicated) - private ServiceHolder coreService; Review Comment: Can you please recommend the beasting options I should use today/tonight? I'd like to merge this to main only and then only backport after awhile. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org