gus-asf commented on code in PR #4065:
URL: https://github.com/apache/solr/pull/4065#discussion_r2708962183
##########
solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:
##########
@@ -478,6 +485,13 @@ public SolrDispatchFilter getSolrDispatchFilter() {
return (SolrDispatchFilter) dispatchFilter.getFilter();
}
+ /**
+ * @return the {@link SolrDispatchFilter} for this node
+ */
+ public RateLimitFilter getSolrRateLimitFilter() {
Review Comment:
Called in TestRequestRateLimiter
##########
solr/core/src/java/org/apache/solr/servlet/CoreContainerAwareHttpFilter.java:
##########
@@ -29,11 +29,10 @@
public abstract class CoreContainerAwareHttpFilter extends HttpFilter {
private static final Logger log =
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
- private CoreContainerProvider containerProvider;
Review Comment:
accessed in org.apache.solr.embedded.JettySolrRunner#getCoreContainer and
some tests, where I am not confident we can count on a same-thread or
synchronized memory model.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]