-
Notifications
You must be signed in to change notification settings - Fork 938
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
[KYUUBI #4352] Support System.gc() with periodic GC interval #4382
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4382 +/- ##
============================================
- Coverage 53.72% 53.71% -0.01%
Complexity 13 13
============================================
Files 563 564 +1
Lines 30877 30892 +15
Branches 4164 4164
============================================
+ Hits 16588 16594 +6
- Misses 12735 12745 +10
+ Partials 1554 1553 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments,lgtm overall
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala
Outdated
Show resolved
Hide resolved
59fb890
to
2beb1ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4382 from lightning-L/kyuubi-4352. Closes #4352 2beb1ef [Tianlin Liao] update config name a9eb126 [Tianlin Liao] update config setting 75cdfbb [Tianlin Liao] [KYUUBI #4352] Support System.gc() with periodic GC interval Authored-by: Tianlin Liao <tiliao@ebay.com> Signed-off-by: fwang12 <fwang12@ebay.com> (cherry picked from commit e5ade90) Signed-off-by: fwang12 <fwang12@ebay.com>
thanks, merged to master and branch-1.7 |
Why are the changes needed?
Fix #4352
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request