wForget commented on PR #5864:
URL: https://github.com/apache/kyuubi/pull/5864#issuecomment-1909209201

   According to the description of your issue, we may be able to modify 
`BatchJobSubmission#close` like this:
   
   ```
     override def close(): Unit = withLockRequired {
       if (!isClosedOrCanceled) {
         withClosingOperationLog {
   
   ```


-- 
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