-
Notifications
You must be signed in to change notification settings - Fork 858
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
Consolidate migration folder in OSS #6893
base: main
Are you sure you want to change the base?
Conversation
d0276d0
to
99ed161
Compare
…' into consolidate-force-replication-wf
if !isNotFoundServiceError(err) { | ||
a.logger.Error("force-replication failed to generate replication task", tag.WorkflowNamespaceID(request.NamespaceID), tag.WorkflowID(we.WorkflowId), tag.WorkflowRunID(we.RunId), tag.Error(err)) | ||
var executionCandidates []definition.WorkflowKey | ||
if request.EnableParentInfo { |
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.
Do we want to expose this in OSS? my understanding is that we may take a different approach. @yux0 ?
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.
agree. We can remove this part and use the new approach.
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.
But I think we will not keep 2 version of this code. After the pr got merged, force-replication on the saas-temporal will be deleted.
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.
Or are we going to modify generateReplicationTasks before consolidation?
What changed?
1, Consolidate force replication and handover wf in OSS with control plane.
2, We copied all 7 files from cp and remove the prefix saas.
Why?
How did you test it?
Potential risks
Documentation
Is hotfix candidate?