----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68683/ -----------------------------------------------------------
Review request for hive, Zoltan Haindrich, Zoltan Haindrich, and Peter Vary. Bugs: HIVE-20535 https://issues.apache.org/jira/browse/HIVE-20535 Repository: hive-git Description ------- When removing the compile lock, it is quite risky to remove it entirely. It would be good to provide a pool size for the concurrent compilation, so the administrator can limit the load Diffs ----- common/src/java/org/apache/hadoop/hive/common/metrics/common/MetricsConstant.java af0f87bac3 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 8c39de3e77 ql/src/java/org/apache/hadoop/hive/ql/Driver.java 737debd2ad ql/src/test/org/apache/hadoop/hive/ql/CompileLockTest.java PRE-CREATION Diff: https://reviews.apache.org/r/68683/diff/1/ Testing ------- Added CompileLockTest Thanks, denys kuzmenko