From commits-return-5588-apmail-helix-commits-archive=helix.apache.org@helix.apache.org Mon Jun 22 04:18:24 2015 Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4D0618F26 for ; Mon, 22 Jun 2015 04:18:24 +0000 (UTC) Received: (qmail 44053 invoked by uid 500); 22 Jun 2015 04:18:24 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 43921 invoked by uid 500); 22 Jun 2015 04:18:24 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 43912 invoked by uid 99); 22 Jun 2015 04:18:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 04:18:24 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 22 Jun 2015 04:16:14 +0000 Received: (qmail 43744 invoked by uid 99); 22 Jun 2015 04:18:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 04:18:00 +0000 Date: Mon, 22 Jun 2015 04:18:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@helix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HELIX-600) Task scheduler fails to schedule a recurring workflow if the startTime is set to a future timestamp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HELIX-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595340#comment-14595340 ] ASF GitHub Bot commented on HELIX-600: -------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/29 > Task scheduler fails to schedule a recurring workflow if the startTime is set to a future timestamp > --------------------------------------------------------------------------------------------------- > > Key: HELIX-600 > URL: https://issues.apache.org/jira/browse/HELIX-600 > Project: Apache Helix > Issue Type: Bug > Affects Versions: 0.6.3, 0.6.4 > Reporter: Karthiek > Assignee: Lei Xia > > If we define a recurrent job queue with start-time value in the future (say current time + 5 minutes), Helix does not schedule the queue event after start-time timestamp elapses. Helix should schedule jobs once the recurrence timestamp is hit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)