Bug 106571
| Summary: | QueueManager.queue broken for shared publishing destinations | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Enterprise CMS | Reporter: | Carsten Clasohm <clasohm> |
| Component: | other | Assignee: | ccm-bugs-list |
| Status: | CLOSED RAWHIDE | QA Contact: | Jon Orris <jorris> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-12-10 16:21:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 100952 | ||
fixed on 6.0.x (37639) and dev (37649) |
Description of problem: When the publishing destinations defined in the com.arsdigita.cms.publishToFile.Initializer section of enterprise.init are declared as "shared", QueueManager.queue should queue tasks on the first host listed in the com.arsdigita.web.Initializer section. Instead, it does not queue tasks at all. Version-Release number of selected component (if applicable): 6.0 and dev How reproducible: always Steps to Reproduce: 1. Enable and configure P2FS. Change the destinations parameter in the com.arsdigita.cms.publishToFile.Initializer section so that the publishing destinations are declared as "shared" (third list element). 2. Publish or unpublish an item. 3. Observe that publish_to_fs_queue remains empty. Additional info: The simple fix can be found in changelist 36800. (Set lastIndex to 1 instead of 0.)