Skip to content
Snippets Groups Projects
Unverified Commit 8b0295b5 authored by Manish R Jain's avatar Manish R Jain Committed by GitHub
Browse files

Fix context deadline issues with live loader (#2501)

- Use exponential backoffs with propose txns, so if the system is flooded, we don't make it worse.
- Do not block if we find pending txns. Return err, and abort them in a goroutine.
- Do not reach a deadlock trying to remove posting lists from LRU cache. Do a best-effort removal.
- Decrease the number of times SyncIfDirty happens.
parent fe3752bf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment