Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bug 1896015: Discovery Service requires restart to get latest changes to Plan Tree view #724

Closed
djwhatle opened this issue Oct 29, 2020 · 2 comments · Fixed by #761
Closed
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@djwhatle
Copy link
Contributor

djwhatle commented Oct 29, 2020

See: https://bugzilla.redhat.com/show_bug.cgi?id=1896015

Describe the bug
I ran a few migrations against a single MigPlan while working on #723 . I found that the PodVolumeRestores and PodVolumeBackups will sometimes only show up in the plan tree view if you kill mig-controller, which also kills the discovery service, and let it restart.

The PodVolumeRestores and PodVolumeBackups are also missing from JSON output of /plan/tree.

What I expected
image

What I saw
Same as above, but with PodVolumeBackups and PodVolumeRestores missing until I restarted the controller.

To Reproduce
Steps to reproduce the behavior:

  1. Run a few migrations against the same MigPlan
  2. Check the debug tree view in the UI
  3. Notice that the output received from the discovery service is missing PodVolumeBackups that are present on the cluster
@djwhatle djwhatle added the kind/bug Categorizes issue or PR as related to a bug. label Oct 29, 2020
@jortel
Copy link
Contributor

jortel commented Oct 30, 2020

I will try to reproduce and investigate next week.

@jwmatthews
Copy link
Contributor

I saw similar behavior when preparing MTC labs with MTC 1.3.1.

I consistently failed to see any PVB/PVR data in my debug views.

I was using a stock MTC 1.3.1 install from production.

@jwmatthews jwmatthews changed the title Discovery Service requires restart to get latest changes to Plan Tree view BZ#1896015: Discovery Service requires restart to get latest changes to Plan Tree view Nov 9, 2020
@djwhatle djwhatle changed the title BZ#1896015: Discovery Service requires restart to get latest changes to Plan Tree view Bug 1896015: Discovery Service requires restart to get latest changes to Plan Tree view Nov 9, 2020
jortel added a commit that referenced this issue Nov 10, 2020
djwhatle pushed a commit that referenced this issue Nov 16, 2020
…inventory correctly.

fixes #724

(cherry picked from commit ad775f3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants