kyuubi/externals
fwang12 ccacb33c69 [KYUUBI #4739] Add operation lock instead of locking state Enumeration
### _Why are the changes needed?_

We meet an issue that cause all the operation stuck when closing operation.

Because now all the operations try to lock a Scala Enumeration val.

And if one of them stuck, all the others will be keep stuck.

In this pr, I add a lock for each operation.
### _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

- [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4739 from turboFei/op_lock.

Closes #4739

535400a42 [fwang12] revert
a93438927 [fwang12] lockInterruptibly
274abc9db [fwang12] utils
ceda7314f [fwang12] op lock

Authored-by: fwang12 <fwang12@ebay.com>
Signed-off-by: fwang12 <fwang12@ebay.com>
2023-04-21 10:49:21 +08:00
..
kyuubi-chat-engine [KYUUBI #4739] Add operation lock instead of locking state Enumeration 2023-04-21 10:49:21 +08:00
kyuubi-download [KYUUBI #4348] [INFRA] Cache engine archives in CI jobs for maven download plugin 2023-02-18 22:34:02 +08:00
kyuubi-flink-sql-engine [KYUUBI #4739] Add operation lock instead of locking state Enumeration 2023-04-21 10:49:21 +08:00
kyuubi-hive-sql-engine [KYUUBI #4739] Add operation lock instead of locking state Enumeration 2023-04-21 10:49:21 +08:00
kyuubi-jdbc-engine [KYUUBI #4739] Add operation lock instead of locking state Enumeration 2023-04-21 10:49:21 +08:00
kyuubi-spark-sql-engine [KYUUBI #4739] Add operation lock instead of locking state Enumeration 2023-04-21 10:49:21 +08:00
kyuubi-trino-engine [KYUUBI #4739] Add operation lock instead of locking state Enumeration 2023-04-21 10:49:21 +08:00