Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1651367 - Actions::Candlepin::ListenOnCandlepinEvents occasionally not starting after unclean shutdown of the executor
Summary: Actions::Candlepin::ListenOnCandlepinEvents occasionally not starting after u...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Tasks Plugin
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.5.0
Assignee: Adam Ruzicka
QA Contact: jcallaha
URL:
Whiteboard:
Depends On:
Blocks: 1666893
TreeView+ depends on / blocked
 
Reported: 2018-11-19 20:21 UTC by Ivan Necas
Modified: 2022-03-13 16:08 UTC (History)
9 users (show)

Fixed In Version: tfm-rubygem-dynflow-1.1.3-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1666893 (view as bug list)
Environment:
Last Closed: 2019-05-14 12:38:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 25526 0 Normal Closed Actions::Candlepin::ListenOnCandlepinEvents occasionally not starting after unclean shutdown of the executor 2020-11-17 16:14:42 UTC
Red Hat Bugzilla 1642369 0 medium CLOSED LOCE task can stick around after restart 2023-09-07 19:28:35 UTC
Red Hat Knowledge Base (Solution) 3803961 0 None None None 2019-01-14 12:19:14 UTC
Red Hat Product Errata RHSA-2019:1222 0 None None None 2019-05-14 12:39:02 UTC

Internal Links: 1642369

Description Ivan Necas 2018-11-19 20:21:44 UTC
Description of problem:
In some occasion (not having a reliable reproducer at the moment), there can be an invalid lock records be present, preventing the ListenOnCandlepinEvents task to not start after the foreman-tasks is stopped

Version-Release number of selected component (if applicable):


How reproducible:
occasionally

Steps to Reproduce:
1. force-kill the dynflow_executor
2. systemctl restart foreman-tasks

Actual results:
the ListenOnCandlepinEvents not getting started

Expected results:
The task gets started

Additional info:

One indicator is, when the foreman-tasks service is stopped, the
following query still returns some results (even though it should not):

select * from dynflow_coordinator_records where class = 'Dynflow::Coordinator::SingletonActionLock';

singleton-action:Actions::Candlepin::ListenOnCandlepinEvents | Dynflow::Coordinator::SingletonActionLock | execution-plan:f16e072d-04e4-4b88-9db7-a9349bc7476c | {"class":" 
Dynflow::Coordinator::SingletonActionLock","owner_id":"execution-plan:f16e072d-04e4-4b88-9db7-a9349bc7476c","execution_plan_id":"f16e072d-04e4-4b88-9db7-a9349bc7476c","id": 
"singleton-action:Actions::Candlepin::ListenOnCandlepinEvents"} 
singleton-action:Actions::Katello::EventQueue::Monitor | Dynflow::Coordinator::SingletonActionLock | execution-plan:b340536b-5b55-4891-ad7a-b65a012bf5ff | {"class":" 
Dynflow::Coordinator::SingletonActionLock","owner_id":"execution-plan:b340536b-5b55-4891-ad7a-b65a012bf5ff","execution_plan_id":"b340536b-5b55-4891-ad7a-b65a012bf5ff","id": 
"singleton-action:Actions::Katello::EventQueue::Monitor"} 

Seems related to https://bugzilla.redhat.com/show_bug.cgi?id=1642369

Comment 3 Adam Ruzicka 2018-11-21 13:36:07 UTC
Created redmine issue http://projects.theforeman.org/issues/25526 from this bug

Comment 4 Adam Ruzicka 2018-11-21 13:41:42 UTC
To recapitulate, if an execution plan is deleted while it still holds the singleton action lock (needed for LOCE and EQM), the singleton action lock will not be unlocked during invalidation. This leads to LOCE and EQM not starting on dynflow executor restart.

New steps to reproduce based on previous findings:
1. force-kill the dynflow_executor
2. Find which execution plan holds the singleton lock and delete the execution plan
3. systemctl restart foreman-tasks

Comment 8 Ivan Necas 2019-01-08 16:28:51 UTC
        /sbin/service foreman-tasks stop
        /sbin/foreman-rake foreman_tasks:cleanup:run TASK_SEARCH='label=Actions::Candlepin::ListenOnCandlepinEvents'   STATES="running,paused"
        /sbin/foreman-rake foreman_tasks:cleanup:run TASK_SEARCH='label=Actions::Katello::EventQueue::Monitor'   STATES="running,paused"

        #Delete the action locks
        /bin/echo "delete from dynflow_coordinator_records where class = 'Dynflow::Coordinator::SingletonActionLock';"  | /bin/sudo -u postgres psql -d foreman

        #start foreman-tasks
        /bin/systemctl start foreman-tasks

Comment 9 Ivan Necas 2019-01-08 16:30:35 UTC
To determine the system is hitting the issue:

service foreman-tasks stop
/bin/echo "select * from dynflow_coordinator_records where class = 'Dynflow::Coordinator::SingletonActionLock';"  | /bin/sudo -u postgres psql -d foreman

If it's returning non-empty table, it most probably means the issue has been hit and https://bugzilla.redhat.com/show_bug.cgi?id=1651367#c8 should be applied

Comment 13 jcallaha 2019-01-16 21:25:35 UTC
Verified in Satellite 6.5.0 Snap 11

Followed the reproducer steps

-bash-4.2# ps -aux | grep dynflow
foreman+ 14365  0.0  0.2 1961072 53392 ?       Sl   20:49   0:02 ruby /usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid
foreman  14520  2.7  2.5 3236688 635688 ?      Sl   20:49   2:29 dynflow_executor
foreman  14523  0.0  0.4 504352 117068 ?       Sl   20:49   0:00 dynflow_executor_monitor
root     32069  0.0  0.0 112712   980 pts/0    S+   22:21   0:00 grep --color=auto dynflow
-bash-4.2# 
-bash-4.2# kill 14520
-bash-4.2# 
-bash-4.2# ps -aux | grep dynflow
foreman+ 14365  0.0  0.2 1961072 53392 ?       Sl   20:49   0:02 ruby /usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid
foreman  14523  0.0  0.4 504352 117068 ?       Sl   20:49   0:00 dynflow_executor_monitor
root     32090  0.0  0.0 112712   980 pts/0    S+   22:21   0:00 grep --color=auto dynflow
-bash-4.2# 
-bash-4.2# systemctl restart foreman-tasks
-bash-4.2# 


After the restart, the listen on candlepin task is shown as running, as well as the monitor event queue.

Comment 15 errata-xmlrpc 2019-05-14 12:38:54 UTC
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/RHSA-2019:1222


Note You need to log in before you can comment on or make changes to this bug.