----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72488/ -----------------------------------------------------------
(Updated June 3, 2020, 9:20 a.m.) Review request for hive, Denys Kuzmenko and Peter Vary. Changes ------- Renamed the config 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 (updated) ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java abd12c9a82 ql/src/java/org/apache/hadoop/hive/ql/lockmgr/DbTxnManager.java 71afcbdc68 ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java 8a15b7cc5d Diff: https://reviews.apache.org/r/72488/diff/2/ Changes: https://reviews.apache.org/r/72488/diff/1-2/ Testing ------- Thanks, Peter Varga
