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

Wrap deleting error files in query from database into an esgpull command #55

Open
AtefBN opened this issue Dec 6, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@AtefBN
Copy link
Collaborator

AtefBN commented Dec 6, 2024

For the time being, if a query runs into a non-responding datanode (404 or read timeout) or metadata issue (size or checksum) the files will remain stuck in a loop of errors for as long as you retry downloading the query.

It is easy to bypass this with 5 lines of esgpull python client. But it would be much cleaner/convenient to wrap this into a subcommand and call it from command line.
Something like:

esgpull flush-query <######>

Expected behaviour: flushes the db, optionally asks if query is to be deleted

@AtefBN AtefBN added the enhancement New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant