Re: GC pause by Metadata GC Threshold for weeks then turned to Full GC

2025-04-26 Thread Daniel Sun
Hi Luis, I find 4.0.8 a bit outdated. Please give Groovy 4.0.26 a try. BTW, could you submit a JIRA ticket and attach a script to reproduce the issue? Cheers, Daniel Sun On 2025/04/25 05:13:15 Luis Ashurei wrote: > Hello, > > I have a java application running heavily groovy scripts. After > ru

Re: GC pause by Metadata GC Threshold for weeks then turned to Full GC

2025-04-26 Thread Luis Ashurei
Although it is jruby topic, I will review, thank you! On Sun, Apr 27, 2025 at 2:24 AM Daniel Sun wrote: > I find JRuby had a similar issue: > https://github.com/jruby/jruby/issues/4391 > > Cheers, > Daniel Sun > > On 2025/04/25 05:13:15 Luis Ashurei wrote: > > Hello, > > > > I have a java applic

Re: GC pause by Metadata GC Threshold for weeks then turned to Full GC

2025-04-26 Thread Luis Ashurei
Hi Daniel, I open a JIRA ticket here: https://issues.apache.org/jira/browse/GROOVY-11640 Note that I can't attach script to reproduce the issue, since there are hundreds of them, and I have no idea which is the cause. (I have deeply reviewed the gc with script changes, not find strongly related t

Re: GC pause by Metadata GC Threshold for weeks then turned to Full GC

2025-04-26 Thread Luis Ashurei
Thanks Daniel, I had reviewed all changelog titles between 4.0.8 and 4.0.26, it seems nothing strong related to my issue. It is definitely one of my test options, but I need weeks to push the production environment test. On Sun, Apr 27, 2025 at 2:12 AM

Re: GC pause by Metadata GC Threshold for weeks then turned to Full GC

2025-04-26 Thread Daniel Sun
I find JRuby had a similar issue: https://github.com/jruby/jruby/issues/4391 Cheers, Daniel Sun On 2025/04/25 05:13:15 Luis Ashurei wrote: > Hello, > > I have a java application running heavily groovy scripts. After > running for weeks, the system encountered Full GC in every day, every > time i