Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
LM may acquire read locks on the table when writing a partition.
There is no need to make an entry for the table if we know it's partitioned since any I/U/D must affect a partition (or set of).
Pass isPartitioned() in LockComponent/LockRequest or look up in TxnHandler
Attachments
Issue Links
- relates to
-
HIVE-13795 TxnHandler should know if operation is using dynamic partitions
- Open