From issues-return-24261-apmail-kylin-issues-archive=kylin.apache.org@kylin.apache.org Tue Feb 26 01:44:04 2019 Return-Path: X-Original-To: apmail-kylin-issues-archive@minotaur.apache.org Delivered-To: apmail-kylin-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4B46185C9 for ; Tue, 26 Feb 2019 01:44:04 +0000 (UTC) Received: (qmail 24276 invoked by uid 500); 26 Feb 2019 01:44:04 -0000 Delivered-To: apmail-kylin-issues-archive@kylin.apache.org Received: (qmail 24236 invoked by uid 500); 26 Feb 2019 01:44:04 -0000 Mailing-List: contact issues-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list issues@kylin.apache.org Received: (qmail 24224 invoked by uid 99); 26 Feb 2019 01:44:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2019 01:44:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E4A89C193D for ; Tue, 26 Feb 2019 01:44:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NdOxc8b1ajyb for ; Tue, 26 Feb 2019 01:44:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2949E5F52F for ; Tue, 26 Feb 2019 01:44:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7302CE27E8 for ; Tue, 26 Feb 2019 01:44:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 817E624567 for ; Tue, 26 Feb 2019 01:44:00 +0000 (UTC) Date: Tue, 26 Feb 2019 01:44:00 +0000 (UTC) From: "Shaofeng SHI (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KYLIN-3814) Add pause interval for job retry 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/KYLIN-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaofeng SHI updated KYLIN-3814: -------------------------------- Priority: Major (was: Blocker) Fix Version/s: v3.0.0 > Add pause interval for job retry > -------------------------------- > > Key: KYLIN-3814 > URL: https://issues.apache.org/jira/browse/KYLIN-3814 > Project: Kylin > Issue Type: Improvement > Components: Job Engine > Reporter: PENG Zhengshuai > Assignee: PENG Zhengshuai > Priority: Major > Fix For: v3.0.0 > > > When there is an exception occurred while the job was running, like network shake or ZK service shake. The job will be retried. The configuration "kylin.job.retry" will handle this. > But sometimes we need to pause a little time before the retry job start. The purpose is to wait for the network shake or ZK shake recovered, otherwise the retry make no sense. > The design is to add a configuration "kylin.job.retry-interval", the default is 30000 milliseconds. -- This message was sent by Atlassian JIRA (v7.6.3#76005)