-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hey!
It seems that in etl/src/replication/apply.rs, in start_apply_loop, when we use the biased tokio select, that the replication stream never gets update if there is a continuous stream of replication events, as the priority 4 branch will never be executed, and then it fails on a postgres error (I hit the wal timeout in my case).
I added a manual send_status_update (if last one was sent after the REFRESH_INTERVAL) in the priority 2 branch, and it seems to fix the issue for me.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working