----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60950/ -----------------------------------------------------------
Review request for hive. 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 ----- 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/1/ Testing ------- Added unit test cases for the affected codepath. Thanks, PRASHANT GOLASH