-
Notifications
You must be signed in to change notification settings - Fork 21
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
ensure maestro instance ready after adding to hash ring. #229
Conversation
852d8b0
to
0a5db1c
Compare
LGTM |
d942ae2
to
1971a80
Compare
Signed-off-by: morvencao <[email protected]>
Signed-off-by: morvencao <[email protected]>
Signed-off-by: morvencao <[email protected]>
1971a80
to
59981a3
Compare
/assign @clyang82 |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
func addServerInstances() *gormigrate.Migration { | ||
type ServerInstance struct { | ||
Model | ||
LastHeartbeat time.Time | ||
Ready bool `gorm:"default:false"` | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been a new migration and not an edit of an existing migration.
@morvencao @skeeey @clyang82 because of this, the migration doesn't get applied to existing deployments as it was already applied
Ref: https://issues.redhat.com/browse/ACM-16392