Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.0
Description
The number of locks acquired by a query can greatly influence the performance and stability of the system, especially for ZK locks. Please add INFO level logging with the number of locks each query obtains.
A list of acquired locks will be stored in the org.apache.hadoop.hive.ql.Context object and can be retrieved via org.apache.hadoop.hive.ql.Context#getHiveLocks.