gus-asf commented on code in PR #2347: URL: https://github.com/apache/solr/pull/2347#discussion_r1526264642
########## solr/core/src/java/org/apache/solr/search/CpuAllowedLimit.java: ########## @@ -34,7 +34,9 @@ public class CpuAllowedLimit implements QueryTimeout { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); - private final long limitAtNs; + private final long + timeOutAtThreadTotalCpuNs; // this is a value based on total cpu since the inception of the + // thread Review Comment: not me ask spotless :shrug: -- 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