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

ensure maestro instance ready after adding to hash ring. #229

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

morvencao
Copy link
Contributor

@morvencao morvencao force-pushed the br_health_check branch 8 times, most recently from 852d8b0 to 0a5db1c Compare December 16, 2024 02:09
@skeeey
Copy link
Contributor

skeeey commented Dec 16, 2024

LGTM

@morvencao
Copy link
Contributor Author

/assign @clyang82
rebased the code

@clyang82
Copy link
Contributor

/ok-to-test

Copy link
Contributor

@clyang82 clyang82 left a comment

Choose a reason for hiding this comment

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

LGTM

@clyang82 clyang82 merged commit f859783 into openshift-online:main Dec 17, 2024
7 checks passed
@morvencao morvencao deleted the br_health_check branch December 17, 2024 05:59
Comment on lines 11 to 17
func addServerInstances() *gormigrate.Migration {
type ServerInstance struct {
Model
LastHeartbeat time.Time
Ready bool `gorm:"default:false"`
}

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants