Details
Description
There are still a few operations in TxnHandler that run at Serializable isolation.
Most or all of them can be dropped to READ_COMMITTED now that we have SELECT ... FOR UPDATE support. This will reduce number of deadlocks in the DBs.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-11948 Investigate TxnHandler and CompactionTxnHandler to see where we improve concurrency
- Resolved
-
HIVE-11388 Allow ACID Compactor components to run in multiple metastores
- Closed