-
Notifications
You must be signed in to change notification settings - Fork 489
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
Version checker for Resume #3999
Version checker for Resume #3999
Conversation
740021d
to
5fa0acf
Compare
5fa0acf
to
b7c2282
Compare
03646bc
to
6e56a1f
Compare
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.
Look good. a minor nit
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 now. Nice job. thanks
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, thanks for the PR & that last fixup
* adding version checker * fix delay and timemout numbers * addressed comments * exp back-off * reuse timeout code * debug print * wording
Issue: #3989
when resuming a cluster, we first check if the CLI version is compatible with the installed version.
The compatibility logic remained the same (exact version match).
The PR also refactors the SC-connection function - added exponential backoff logic and removed duplicated code