----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60950/ -----------------------------------------------------------
(Updated July 20, 2017, 12:39 a.m.) Review request for hive. Changes ------- Code review comments. Repository: hive-git Description ------- Added the code to notify meta listeners during shutdown. Shutdown would eventually call cleanupRawStore (In both cases HMSHandler#close and TServerEventHandler#DeleteContext), so called the notification code in that function. Diffs (updated) ----- itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestMetaStoreEventListener.java fd4527e653 metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 58b9044930 Diff: https://reviews.apache.org/r/60950/diff/5/ Changes: https://reviews.apache.org/r/60950/diff/4-5/ Testing ------- Added unit test cases for the affected codepath. Thanks, PRASHANT GOLASH