----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60950/ -----------------------------------------------------------
(Updated July 18, 2017, 10:58 p.m.) Review request for hive. Changes ------- Fixed an issue in one of the unit test case. 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/2/ Changes: https://reviews.apache.org/r/60950/diff/1-2/ Testing ------- Added unit test cases for the affected codepath. Thanks, PRASHANT GOLASH