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 #6593] bin/kyuubi supports kill command #6611

Closed
wants to merge 3 commits into from

Conversation

BruceWong96
Copy link
Contributor

🔍 Description

Issue References 🔗

This pull request fixes #6593

Describe Your Solution 🔧

The kill -9 $PID command directly forces Kyuubi to be shut down.

Types of changes 🔖

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Behavior With This Pull Request 🎉

(base) $ bin/kyuubi kill
Stopping org.apache.kyuubi.server.KyuubiServer forcefully.


            __  __                            __
           /` \/` \                          /` \       __
           \ \ \/ /    __  __  __  __   __ __\ \ \____ /\_\
            \ \ , <   /` \/` \/` \/` \/` \/` \\ \ \__` \/` \
             \ \ \ \`\\ \ \_\ \\ \_\  \\ \_\  \\ \ \L\  \ \ \
              \ \_\ \_ \/`____ \ \____/ \ \____`\ \_,__/ \ \_\
               \/_/\/_/ `/___/> \/___/   \/___/  \/___/   \/_/
                           /\___/
                           \/__\/


Bye!

Checklist 📝

Be nice. Be informative.

bin/kyuubi Outdated Show resolved Hide resolved
@pan3793 pan3793 changed the title [KYUUBI #6593][Improvement] Support bin/kyuubi kill command [KYUUBI #6593] bin/kyuubi supports kill command Aug 13, 2024
bin/kyuubi Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (d3e1768) to head (00f8c4c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #6611   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         677     677           
  Lines       41907   41907           
  Branches     5721    5721           
======================================
  Misses      41907   41907           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yaooqinn yaooqinn added this to the v1.10.0 milestone Aug 13, 2024
@yaooqinn yaooqinn closed this in d2ead6b Aug 13, 2024
@yaooqinn
Copy link
Member

Merged to master, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Support bin/kyuubi kill command
4 participants