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

Possibility for stale tiles #226

Open
rmarianski opened this issue Jul 26, 2017 · 0 comments
Open

Possibility for stale tiles #226

rmarianski opened this issue Jul 26, 2017 · 0 comments

Comments

@rmarianski
Copy link
Member

It might be possible to introduce a race condition to produce stale tiles.

  1. a tile exists in the toi, and is generated on s3
  2. a diff affects that tile, and it gets enqueued
  3. the next prune run removes the tile from the toi and from s3, while the tile was still in the queue
  4. the tile eventually gets processed and stored onto s3, even though it is no longer in the toi
  5. if the tile does not get requested enough to get added back into the toi, the stale toi will remain in s3
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

No branches or pull requests

1 participant