Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 576B9CBD4 for ; Fri, 14 Nov 2014 13:51:34 +0000 (UTC) Received: (qmail 31532 invoked by uid 500); 14 Nov 2014 13:51:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 31502 invoked by uid 500); 14 Nov 2014 13:51:34 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 31296 invoked by uid 99); 14 Nov 2014 13:51:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2014 13:51:34 +0000 Date: Fri, 14 Nov 2014 13:51:34 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-8332) Configs: Hive client retry settings are not adequate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212259#comment-14212259 ] Hudson commented on AMBARI-8332: -------------------------------- SUCCESS: Integrated in Ambari-branch-1.7.0 #401 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/401/]) AMBARI-8332 Configs: Hive client retry settings are not adequate (dsen) (dsen: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1901f2a70844f1cec73bb086c83f7277c571e2fc) * ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml > Configs: Hive client retry settings are not adequate > ---------------------------------------------------- > > Key: AMBARI-8332 > URL: https://issues.apache.org/jira/browse/AMBARI-8332 > Project: Ambari > Issue Type: Bug > Components: stacks > Affects Versions: 1.7.0 > Environment: HDP2.2 > Reporter: Dmytro Sen > Assignee: Dmytro Sen > Priority: Blocker > Fix For: 1.7.0 > > > Currently hive client retry settings are recommended to be: > {code} > hive.metastore.failure.retries=5 > hive.metastore.client.connect.retry.delay=5 > {code} > So we have overall time of 25 seconds to restart Hive. This doesn't seem reasonable in a rolling upgrade scenario where we accomplish three things: > {noformat} > - Stop the Hive metastore > - Upgrade the schema (run the schemaTool upgrade) > - Start the Hive metastore > {noformat} > For now I think we should raise it to 2 minutes. We could do the following: > {code} > hive.metastore.failure.retries=24 > hive.metastore.connect.retries=24 > hive.metastore.client.connect.retry.delay=5s > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)