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

Upgrade EC managers #5099

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sgalsaleh
Copy link
Member

What this PR does / why we need it:

Upgrade all EC managers as part of the 2.0 EC upgrade process

Which issue(s) this PR fixes:

SC-117404

Does this PR require a test?

Yes

Does this PR require a release note?

NONE

Does this PR require documentation?

NONE

@sgalsaleh sgalsaleh added the type::feature New feature or request label Jan 16, 2025
@sgalsaleh sgalsaleh requested a review from emosbaugh January 16, 2025 23:05
Comment on lines 113 to 115
logger.Infof("EC manager on node %s is connected but is running version %s not %s. Waiting...", nodeName, m.Version, version)
} else {
logger.Infof("EC manager on node %s is not connected. Waiting...", nodeName)
Copy link
Member

Choose a reason for hiding this comment

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

these logs feel like they will be too noisy at info level. typically anything that is polling in my opinion should be debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants