-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55194/
-----------------------------------------------------------
(Updated Jan. 10, 2017, 9:09 p.m.)
Review request for hive.
Changes
-------
Move creation of ATS events to outside of the ATS logging thread, to reduce the
amount of context being saved by the work queued to the ExecutorService in case
it's blocked.
Bugs: HIVE-15541
https://issues.apache.org/jira/browse/HIVE-15541
Repository: hive-git
Description
-------
Create the ATSHook executor with a bounded queue capacity
Diffs (updated)
-----
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 16f6c1c
ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java 3651c9c
Diff: https://reviews.apache.org/r/55194/diff/
Testing
-------
Thanks,
Jason Dere