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

[KYUUBI #1800][1.4] Remove oom hook #1810

Closed
wants to merge 1 commit into from

Conversation

ulysses-you
Copy link
Contributor

@ulysses-you ulysses-you commented Jan 19, 2022

backport #1803 into branch-1.4

Why are the changes needed?

closes #1800

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

@ulysses-you ulysses-you mentioned this pull request Jan 19, 2022
3 tasks
@yaooqinn yaooqinn added this to the v1.4.1 milestone Jan 19, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1810 (4c8f7e9) into branch-1.4 (fc9a609) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##             branch-1.4    #1810      +/-   ##
================================================
- Coverage         59.03%   58.97%   -0.06%     
  Complexity          172      172              
================================================
  Files               233      232       -1     
  Lines             12031    12007      -24     
  Branches           1482     1478       -4     
================================================
- Hits               7102     7081      -21     
+ Misses             4325     4323       -2     
+ Partials            604      603       -1     
Impacted Files Coverage Δ
...ubi/server/KyuubiThriftBinaryFrontendService.scala 96.55% <ø> (-0.12%) ⬇️
...e/kyuubi/service/ThriftBinaryFrontendService.scala 96.06% <100.00%> (+0.32%) ⬆️
...che/kyuubi/server/KyuubiMySQLFrontendService.scala 90.47% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc9a609...4c8f7e9. Read the comment docs.

ulysses-you added a commit that referenced this pull request Jan 19, 2022
backport #1803 into branch-1.4

<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->
closes #1800

### _How was this patch tested?_
- [x] 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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #1810 from ulysses-you/backport.

Closes #1800

4c8f7e9 [ulysses-you] backport

Authored-by: ulysses-you <ulyssesyou18@gmail.com>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
@ulysses-you
Copy link
Contributor Author

thanks, merging to branch-1.4

@ulysses-you ulysses-you deleted the backport branch January 19, 2022 13:52
beryllw pushed a commit to beryllw/incubator-kyuubi that referenced this pull request Jan 11, 2024
backport apache#1803 into branch-1.4

<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->
closes apache#1800

### _How was this patch tested?_
- [x] 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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes apache#1810 from ulysses-you/backport.

Closes apache#1800

4c8f7e9 [ulysses-you] backport

Authored-by: ulysses-you <ulyssesyou18@gmail.com>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
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 this pull request may close these issues.

None yet

3 participants