Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] disable periodic GC interval if not necessary #6704

Closed
3 of 4 tasks
taylor12805 opened this issue Sep 18, 2024 · 1 comment
Closed
3 of 4 tasks

[Improvement] disable periodic GC interval if not necessary #6704

taylor12805 opened this issue Sep 18, 2024 · 1 comment

Comments

@taylor12805
Copy link

taylor12805 commented Sep 18, 2024

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

The feature of periodically GC: #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?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
  • No. I cannot submit a PR at this time.
Copy link

Hello @taylor12805,
Thanks for finding the time to report the issue!
We really appreciate the community's efforts to improve Apache Kyuubi.

taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
taylor12805 pushed a commit to taylor12805/kyuubi that referenced this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant