Bug 1666893
| Summary: | Actions::Candlepin::ListenOnCandlepinEvents occasionally not starting after unclean shutdown of the executor | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Mike McCune <mmccune> |
| Component: | Tasks Plugin | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED ERRATA | QA Contact: | jcallaha |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | aruzicka, inecas, zhunting |
| Target Milestone: | 6.4.2 | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tfm-rubygem-dynflow-1.0.5.5-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1651367 | Environment: | |
| Last Closed: | 2019-02-13 19:08:21 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: | 1651367 | ||
| Bug Blocks: | |||
|
Description
Mike McCune
2019-01-16 21:20:00 UTC
Verified in Satellite 6.4.2 Snap 1 -bash-4.2# ps -aux | grep dynflow root 20902 0.0 0.0 112708 980 pts/0 S+ 21:34 0:00 grep --color=auto dynflow foreman+ 26872 0.0 0.1 257088 48644 ? Sl Jan22 0:02 ruby /usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid foreman 27446 1.2 3.6 3107508 900772 ? Sl Jan22 17:18 dynflow_executor foreman 27447 0.0 0.4 493820 107240 ? Sl Jan22 0:00 dynflow_executor_monitor -bash-4.2# -bash-4.2# kill 27446 -bash-4.2# -bash-4.2# ps -aux | grep dynflow root 21107 0.0 0.0 112708 980 pts/0 S+ 21:36 0:00 grep --color=auto dynflow foreman+ 26872 0.0 0.1 257088 48644 ? Sl Jan22 0:02 ruby /usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid foreman 27447 0.0 0.4 493820 107240 ? Sl Jan22 0:00 dynflow_executor_monitor -bash-4.2# -bash-4.2# systemctl restart foreman-tasks -bash-4.2# -bash-4.2# ps -aux | grep dynflow foreman 21218 95.0 0.9 615448 229168 ? Rl 21:36 0:18 dynflow_executor foreman 21221 0.5 0.4 492308 105568 ? Sl 21:36 0:00 dynflow_executor_monitor root 21266 0.0 0.0 112708 980 pts/0 S+ 21:36 0:00 grep --color=auto dynflow foreman+ 26872 0.0 0.1 257088 48644 ? Sl Jan22 0:02 ruby /usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid After the restart, both the listen and monitor tasks are running. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0345 |