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

clean up current home cluster after failover to another cluster is co… #340

Conversation

BenamarMk
Copy link
Member

…mplete

When failing over, DRPC start the failover process and creates a task to cleanup the old primary
in parallel. It is possible that the cleanup task runs before the failover is even started. This
change is to close that window. The cleanup task will only be created when the failover operation
is complete

…mplete

When failing over, DRPC start the failover process and creates a task to cleanup the old primary
in parallel. It is possible that the cleanup task runs before the failover is even started. This
change is to close that window. The cleanup task will only be created when the failover operation
is complete
@ShyamsundarR
Copy link
Member

Current change is ack'd and looking good.

@BenamarMk BenamarMk force-pushed the cleanup_cur_home_clus_after_failover_is_complete branch from d4be9b3 to a67090d Compare December 3, 2021 10:57
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.

None yet

3 participants