----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37935/#review97616 -----------------------------------------------------------
Ship it! Ship It! - Amareshwari Sriramadasu On Sept. 2, 2015, 9:17 a.m., Akshay Goyal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/37935/ > ----------------------------------------------------------- > > (Updated Sept. 2, 2015, 9:17 a.m.) > > > Review request for hive and Amareshwari Sriramadasu. > > > Bugs: HIVE-11482 > https://issues.apache.org/jira/browse/HIVE-11482 > > > Repository: hive-git > > > Description > ------- > > Similar to RetryingMetaStoreClient, this improvement request is to add a > retrying thrift client for HiveServer2 to do retries in case of thrift > exceptions. > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java > 8a00079631b657acd79877202e9819ff282dfdd6 > > service/src/java/org/apache/hive/service/cli/thrift/RetryingThriftCLIServiceClient.java > PRE-CREATION > > service/src/test/org/apache/hive/service/cli/TestRetryingThriftCLIServiceClient.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/37935/diff/ > > > Testing > ------- > > Added test case TestRetryingThriftCLIServiceClient to check whether retries > are happening in case of exceptions and also whether connections are going > through if everything is fine. > > > Thanks, > > Akshay Goyal > >