Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-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 187BE704E for ; Mon, 19 Dec 2011 03:44:55 +0000 (UTC) Received: (qmail 11752 invoked by uid 500); 19 Dec 2011 03:44:54 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 11454 invoked by uid 500); 19 Dec 2011 03:44:54 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 11048 invoked by uid 99); 19 Dec 2011 03:44:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2011 03:44:52 +0000 X-ASF-Spam-Status: No, hits=-2002.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2011 03:44:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E4FFE11A9A4 for ; Mon, 19 Dec 2011 03:44:30 +0000 (UTC) Date: Mon, 19 Dec 2011 03:44:30 +0000 (UTC) From: "Hadrian Zbarcea (Created) (JIRA)" To: issues@camel.apache.org Message-ID: <1531587700.24992.1324266270939.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CAMEL-4794) After restarting route a camel-quartz component fires right away (and it shouldn't) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 After restarting route a camel-quartz component fires right away (and it shouldn't) ----------------------------------------------------------------------------------- Key: CAMEL-4794 URL: https://issues.apache.org/jira/browse/CAMEL-4794 Project: Camel Issue Type: Bug Components: camel-quartz Affects Versions: 2.8.3 Reporter: Hadrian Zbarcea Assignee: Hadrian Zbarcea Fix For: 2.8.4, 2.9.0 I am adding a new QuartzRouteRestartTest that demonstrates this issue. Not only a message is fired right after restart, but the scheduled times are messed up as well. I tried to keep the fire interval as low as possible, but it has to be large enough to demonstrate the problem. So I went down to 0/5 (fire every five sec), but it's more obvious with 0/10 or 0/15, the trigger starts firing at the wrong time. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira