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 1713211: Correctly update overview donut when stateful set is scaled #3128

Conversation

spadgett
Copy link
Member

@spadgett spadgett commented Jun 3, 2019

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 3, 2019
@@ -66,7 +66,6 @@

var updateCurrent = function(apiObject) {
if (!apiObject ||
row.current ||
Copy link
Member Author

@spadgett spadgett Jun 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check prevented row.current from being updated to the new value for apiObject, which meant the donut was showing the old desired replicas value forever.

Copy link
Member

@rhamilto rhamilto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2019
@openshift-merge-robot openshift-merge-robot merged commit e156298 into openshift:enterprise-3.11 Jun 3, 2019
@spadgett spadgett deleted the overview-stateful-set branch June 3, 2019 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants