[X] I have searched in the issues and found no similar issues.
What would you like to be improved?
The feature of periodically GC: https://github.com/apache/kyuubi/issues/4352 is very necessary in some scenario, but in our case, System.gc() seems like not collect any week reference and might cause a long period of Stop-the-World. So it might be necessary to not trigger periodically GC if configuration kyuubi.server.periodicGC.interval is set to 0
How should we improve?
if configuration kyuubi.server.periodicGC.interval is set to 0, not trigger periodically GC
Are you willing to submit PR?
[X] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
Code of Conduct
Search before asking
What would you like to be improved?
The feature of periodically GC: https://github.com/apache/kyuubi/issues/4352 is very necessary in some scenario, but in our case, System.gc() seems like not collect any week reference and might cause a long period of Stop-the-World. So it might be necessary to not trigger periodically GC if configuration kyuubi.server.periodicGC.interval is set to 0
How should we improve?
if configuration kyuubi.server.periodicGC.interval is set to 0, not trigger periodically GC
Are you willing to submit PR?