superfly / litefs

FUSE-based file system for replicating SQLite databases across a cluster of machines
Apache License 2.0
3.76k stars 89 forks source link

Retry primary lookup in proxy if not found #406

Closed benbjohnson closed 9 months ago

benbjohnson commented 9 months ago

Per a discussion on Epic Slack discord, it'd be helpful for the proxy to retry for a short period if no current primary is found. This would alleviate any issue of dropping requests in the time window where a primary is switched via clean shutdown (as opposed to handoff).