----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72488/ -----------------------------------------------------------
Review request for hive and Peter Vary. Repository: hive-git Description ------- >From time-to-time some query is blocked on locks which should not. To have a quick workaround for this we should have a config which the user can set in the session to disable acquiring/checking locks, so we can provide it immediately and then later investigate and fix the root cause. Diffs ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 60ae06a49a ql/src/java/org/apache/hadoop/hive/ql/lockmgr/DbTxnManager.java deaab89c1f ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java 2adabe7058 Diff: https://reviews.apache.org/r/72488/diff/1/ Testing ------- Thanks, Peter Varga
