----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49739/#review142085 -----------------------------------------------------------
Ship it! Ship It! - Vaibhav Gumashta On July 7, 2016, 6:34 p.m., Mohit Sabharwal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49739/ > ----------------------------------------------------------- > > (Updated July 7, 2016, 6:34 p.m.) > > > Review request for hive. > > > Bugs: HIVE-14187 > https://issues.apache.org/jira/browse/HIVE-14187 > > > Repository: hive-git > > > Description > ------- > > Instead of relying the client to call close, automatically perform RawStore > related cleanup at the server end via > deleteContext() which gets called when the server detects a lost/closed > connection. > > > Diffs > ----- > > > itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java > 641abab71ad51748689a78e1e9ccb41aacdb9ace > > itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestRemoteHiveMetaStore.java > 6da516558f6cf9a643d33f55cce31def9b7abc91 > > itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestSetUGIOnOnlyClient.java > 2c6d56782219fba26a878497860e2b5e047beafa > > itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestSetUGIOnOnlyServer.java > 6c3fbf62c927644087478c4c7cce26cc144da501 > metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java > f45b90d2f6bc9d853b895a837938a15f7d45a1e1 > > metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java > 44d73d482263bc7f3c210503ba9440a6cd793a72 > > Diff: https://reviews.apache.org/r/49739/diff/ > > > Testing > ------- > > Added unit test > > > Thanks, > > Mohit Sabharwal > >