Bug 891314
| Summary: | Repeating CertificateRevocationListTask error in stage logs | ||
|---|---|---|---|
| Product: | [Community] Candlepin (Migrated to Jira) | Reporter: | Dennis Crissman <dcrissman> |
| Component: | candlepin | Assignee: | candlepin-bugs |
| Status: | CLOSED DUPLICATE | QA Contact: | Eric Sammons <esammons> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-03 19:29:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dennis Crissman
2013-01-02 15:08:53 UTC
In stage the CRL job was schedule to run multiple times. Closing as duplicate. mysql> select * from QRTZ_CRON_TRIGGERS; +----------------------+--------------------------------------------------------------------+---------------+-----------------+------------------+ | SCHED_NAME | TRIGGER_NAME | TRIGGER_GROUP | CRON_EXPRESSION | TIME_ZONE_ID | +----------------------+--------------------------------------------------------------------+---------------+-----------------+------------------+ | ITClusteredScheduler | CertificateRevocationListTask-0f63b281-8046-4f6b-a80a-4053a658d9c6 | cron group | 0/5 * * * * ? | US/Eastern | | ITClusteredScheduler | CertificateRevocationListTask-2cff169b-01ef-4f54-a946-5e441c4cdad2 | cron group | 0/2 * * * * ? | US/Eastern | | ITClusteredScheduler | CertificateRevocationListTask-4db75071-193c-484f-b896-5ed371e3fb62 | cron group | 0 0 0/2 * * ? | America/New_York | | ITClusteredScheduler | CertificateRevocationListTask-53c12dba-09c8-4ddc-90a0-47802ac2944f | cron group | 0/2 * * * * ? | US/Eastern | | ITClusteredScheduler | CertificateRevocationListTask-939f284e-2695-4823-a90a-43be1bb8702a | cron group | 0 0 0/2 * * ? | US/Eastern | | ITClusteredScheduler | CertificateRevocationListTask-a5b8a23c-a2fa-495c-924b-574a645bc68f | cron group | 0 0 0/2 * * ? | US/Eastern | | ITClusteredScheduler | JobCleaner-ceff3cb3-23d0-4be9-9cb9-6742d422a720 | cron group | 0 0 12 * * ? | US/Eastern | +----------------------+--------------------------------------------------------------------+---------------+-----------------+------------------+ 7 rows in set (0.00 sec) *** This bug has been marked as a duplicate of bug 886211 *** |