----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31146/ -----------------------------------------------------------
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 e64e8fc11cbfe3e538440cd9ca344397baf1dc17 itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java 130fd67175091daf00268495093853fba63e3884 metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java b4f02fc1c519096b71a7e0c10567049a9ccdf13e 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