Skip to content

Self-Write HTTP (without s for now) etcd client and update supabase_wrappers#39

Open
if-loop69420 wants to merge 2 commits into
fix/etcd-fdw-stabilityfrom
etcd_sync
Open

Self-Write HTTP (without s for now) etcd client and update supabase_wrappers#39
if-loop69420 wants to merge 2 commits into
fix/etcd-fdw-stabilityfrom
etcd_sync

Conversation

@if-loop69420

Copy link
Copy Markdown
Contributor

Found the bug!

Not only doesn't async work, but what was really causing the issues with the stored procedure with the for loop was that supabase_wrappers automatically drops the fdw state after scans (which means cached plans cause usage after free).

What was done?

  • Add etcd_client subcrate that uses http to communicate with etcd
  • Update supabase_wrappers (just commenting out the line with the premature drop)

Please check if this works with your usecase/deployments and merge if it works (give me feedback if it doesn't)

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.

1 participant