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

Fix issue where tmp files created by open_atomic cause error in DefaultTileStore #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

favyen2
Copy link
Collaborator

@favyen2 favyen2 commented Feb 19, 2025

Fix issue where tmp files created by open_atomic cause error in DefaultTileStore.

The tmp files are created if there is an error during atomic write. The atomic write successfully prevents the actual filename from being written to, but the caller is expected to ignore these additional files that could get created.

Resolves #125.

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.

DefaultTileStore: should ignore .tmp files
1 participant