Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Recipe Instance Job Statuses Inconsistencies #1847

Open
emimaesmith opened this issue Feb 4, 2020 · 0 comments
Open

Recipe Instance Job Statuses Inconsistencies #1847

emimaesmith opened this issue Feb 4, 2020 · 0 comments
Labels

Comments

@emimaesmith
Copy link
Contributor

emimaesmith commented Feb 4, 2020

Description
There is a discrepancy between the jobs status reported in the details.nodes and the jobs_ count fields returned by the /recipes/{id}/ serializer. There are instances where the the jobs_ counts returned do not match the statuses returned for each node. This causes the UI to color code each node differently than the overall job status bar reports.

This appears to be due to a lag between the messages being sent to update the recipe node status and the message being sent to update the recipe metrics.

Reproduction Steps
Steps to reproduce the problem:

  1. Go to Scale -> Processing -> Recipes
  2. Click on a running recipe
  3. Hover over the jobs status bar and note the number of running/pending/queued/canceled/etc
  4. See if those numbers match the color coded nodes in the recipe graph

Expected behavior
The color codes of the nodes in the recipe graph should match the reported jobs_ count fields coming back from the /recipes/{id}/ endpoint.

@emimaesmith emimaesmith added the bug label Feb 4, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant