[ 
https://issues.apache.org/jira/browse/SOLR-15616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679847#comment-17679847
 ] 

Ishan Chattopadhyaya edited comment on SOLR-15616 at 1/23/23 3:22 PM:
----------------------------------------------------------------------

bq. You are explicitly working AGAINST the build and removing the generated 
gradle.properties. ... You are causing the issues here.

That is a ridiculous statement right there. On a fresh clone, I issue 
"./gradlew check -x test -Pvalidation.errorprone=true" and run into OOM issues. 
It is a problem, no matter what the workaround (e.g. "./gradlew localSettings") 
is after this. In my case, even the workaround doesn't work.


was (Author: ichattopadhyaya):
bq. You are explicitly working AGAINST the build and removing the generated 
gradle.properties.

That is a ridiculous statement right there. On a fresh clone, I issue 
"./gradlew check -x test -Pvalidation.errorprone=true" and run into OOM issues. 
It is a problem, no matter what the workaround (e.g. "./gradlew localSettings") 
is after this. In my case, even the workaround doesn't work.

> Allow thread metrics to be cached
> ---------------------------------
>
>                 Key: SOLR-15616
>                 URL: https://issues.apache.org/jira/browse/SOLR-15616
>             Project: Solr
>          Issue Type: Improvement
>          Components: metrics
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Ishan Chattopadhyaya
>            Priority: Major
>         Attachments: SOLR-15616-2.patch, SOLR-15616-9x.patch, 
> SOLR-15616.patch, SOLR-15616.patch
>
>
> Computing JVM metrics for threads can be expensive, and we should provide 
> option to users to avoid doing so on every call to the metrics API 
> (group=jvm).
> solr.xml:
> {code}
> <solr>
> <metrics enabled=true>
>   <caching>
>     <int name="threadsIntervalSeconds">2</int>
>   </caching>
> ..
> </metrics>
> </solr>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to