----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72488/#review220947 -----------------------------------------------------------
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Lines 2737 (patched) <https://reviews.apache.org/r/72488/#comment309677> I would name config property - HIVE_TXN_DISABLE_LOCKS, to give more clarification on its purpose. - Denys Kuzmenko On May 19, 2020, 7:38 a.m., Peter Varga wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72488/ > ----------------------------------------------------------- > > (Updated May 19, 2020, 7:38 a.m.) > > > Review request for hive, Denys Kuzmenko 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 > >