-
Notifications
You must be signed in to change notification settings - Fork 963
Open
Labels
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the bug
kyuubi returns http 500
response when user does DELETE
on a non existing or cleaned up session id.
kyuubi/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/SessionsResource.scala
Line 155 in 494c425
@DELETE |
Is a NotFoundException
more appropriate like what we do for the get endpoint?:
kyuubi/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/SessionsResource.scala
Line 68 in 494c425
@GET |
Affects Version(s)
master
Kyuubi Server Log Output
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
Additional context
No response
Are you willing to submit PR?
- Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
- No. I cannot submit a PR at this time.