Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-18 Thread via GitHub
gus-asf merged PR #2347: URL: https://github.com/apache/solr/pull/2347 -- 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.or

Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-18 Thread via GitHub
sigram commented on code in PR #2347: URL: https://github.com/apache/solr/pull/2347#discussion_r1528798498 ## solr/core/src/java/org/apache/solr/search/CpuAllowedLimit.java: ## @@ -57,28 +63,24 @@ public CpuAllowedLimit(SolrQueryRequest req) { throw new IllegalArgumentExc

Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-18 Thread via GitHub
sigram commented on code in PR #2347: URL: https://github.com/apache/solr/pull/2347#discussion_r1528795286 ## solr/core/src/java/org/apache/solr/search/CpuAllowedLimit.java: ## @@ -17,25 +17,29 @@ package org.apache.solr.search; import com.google.common.annotations.VisibleFo

Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-15 Thread via GitHub
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 Log

Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-15 Thread via GitHub
gus-asf commented on code in PR #2347: URL: https://github.com/apache/solr/pull/2347#discussion_r1526264015 ## solr/core/src/java/org/apache/solr/util/ThreadCpuTimer.java: ## @@ -74,7 +74,7 @@ public static boolean isSupported() { /** * Return the initial value of CPU tim

Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-15 Thread via GitHub
gus-asf commented on code in PR #2347: URL: https://github.com/apache/solr/pull/2347#discussion_r1526255373 ## solr/core/src/java/org/apache/solr/util/ThreadCpuTimer.java: ## @@ -87,23 +87,27 @@ public long getStartCpuTimeNs() { * * @return current value, or {@link #UNSU

Re: [PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-15 Thread via GitHub
sigram commented on code in PR #2347: URL: https://github.com/apache/solr/pull/2347#discussion_r1525968639 ## solr/core/src/java/org/apache/solr/util/ThreadCpuTimer.java: ## @@ -87,23 +87,27 @@ public long getStartCpuTimeNs() { * * @return current value, or {@link #UNSUP

[PR] SOLR-17203 fix calculation for CpuAllowedLimit [solr]

2024-03-14 Thread via GitHub
gus-asf opened a new pull request, #2347: URL: https://github.com/apache/solr/pull/2347 https://issues.apache.org/jira/browse/SOLR-17203 -- 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 sp