[ https://issues.apache.org/jira/browse/HIVE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526396#comment-13526396 ]
Hudson commented on HIVE-3400: ------------------------------ Integrated in Hive-trunk-h0.21 #1840 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1840/]) HIVE-3400 : Add Retries to Hive MetaStore Connections (Bhushan Mandhani via Ashutosh Chauhan) (Revision 1418190) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1418190 Files : * /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java * /hive/trunk/conf/hive-default.xml.template * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingHMSHandler.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java * /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingRawStore.java * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMarkPartitionRemote.java * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreAuthorization.java * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEndFunctionListener.java * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEventListener.java * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java > Add Retries to Hive MetaStore Connections > ----------------------------------------- > > Key: HIVE-3400 > URL: https://issues.apache.org/jira/browse/HIVE-3400 > Project: Hive > Issue Type: Improvement > Components: Metastore > Reporter: Bhushan Mandhani > Assignee: Bhushan Mandhani > Priority: Minor > Labels: metastore > Fix For: 0.10.0 > > Attachments: HIVE-3400.1.patch.txt, HIVE-3400.2.patch.txt, > HIVE-3400.3.patch.txt > > > Currently, when using Thrift to access the MetaStore, if the Thrift host > dies, there is no mechanism to reconnect to some other host even if the > MetaStore URIs variable in the Conf contains multiple hosts. Hive should > retry and reconnect rather than throwing a communication link error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira