wForget commented on code in PR #6008:
URL: https://github.com/apache/kyuubi/pull/6008#discussion_r1465730011


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/AdminResource.scala:
##########
@@ -270,6 +275,18 @@ private[v1] class AdminResource extends ApiRequestContext 
with Logging {
               s"${e.getMessage}")
         }
       }
+
+      if (Option(refId).isDefined) {

Review Comment:
   Can we add a new parameter to decide whether to kill forcefully or 
gracefully?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to