----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31146/#review82203 -----------------------------------------------------------
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java <https://reviews.apache.org/r/31146/#comment132900> Can you add a small comment here to indicate that 0s means this config is disabled? You might want to add the new config to HiveConf.metaVars as well. - Vaibhav Gumashta On April 30, 2015, 7:28 p.m., Thiruvel Thirumoolan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31146/ > ----------------------------------------------------------- > > (Updated April 30, 2015, 7:28 p.m.) > > > Review request for hive. > > > Repository: hive-git > > > Description > ------- > > HIVE-9508: MetaStore client socket connection should have a lifetime > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 72e4ff2 > > itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java > 130fd67 > > metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java > 5ce58ee > > Diff: https://reviews.apache.org/r/31146/diff/ > > > Testing > ------- > > 1. Added a unit test case. > 2. Tested on a live deployment with the fix. The client reconnected after 5 > minutes. > > > Thanks, > > Thiruvel Thirumoolan > >