Closed zhouyifan279 closed 8 months ago
Current hive.txn.manager is org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager. If Kyuubi's HiveSQLEngine crashed and restarted, following queries may wait for Table lock for a long time until last lock is expired.
hive.txn.manager
org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager
cc @pan3793
Current
hive.txn.manager
isorg.apache.hadoop.hive.ql.lockmgr.DummyTxnManager
. If Kyuubi's HiveSQLEngine crashed and restarted, following queries may wait for Table lock for a long time until last lock is expired.