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

Wait only for local write of controller SQL #4070

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

cbandy
Copy link
Member

@cbandy cbandy commented Jan 13, 2025

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change, as applicable?
  • Have you tested your changes on all related environments with successful results, as applicable?
    • Have you added automated tests?

Type of Changes:

  • Bug fix

What is the current behavior (link to any open issues here)?

When Postgres replication is broken and synchronous commit is enabled, the controller blocks waiting for a remote write that will never happen.

What is the new behavior (if this is a feature change)?

This change allows the controller to return from SQL writes and repair replication.

Other Information:

Issue: PGO-1592

When Postgres replication is broken and synchronous commit is enabled,
the controller blocks waiting for a remote write that will never happen.
This change allows the controller to return from SQL writes and repair
replication.

Issue: PGO-1592
@cbandy cbandy merged commit ef38739 into CrunchyData:main Jan 13, 2025
17 checks passed
@cbandy cbandy deleted the setup-synchronous branch January 13, 2025 20:50
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.

2 participants