-
Notifications
You must be signed in to change notification settings - Fork 46
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
cf delete file when there is an error during tx #441
Comments
avan989
changed the title
cf delete files when there is an error during tx
cf delete file when there is an error during tx
May 15, 2024
Might want to handle the case where the file is in the polling directory differently, since if there's an error you could get into an endless loop of attempting to send the file over and over again. Maybe move the file to a "failed" directory? |
avan989
pushed a commit
to avan989/CF
that referenced
this issue
May 16, 2024
Fix nasa#441, Update to handle error during tx. 1. For polling, the file gets moved or deleted to pervent infinite loop 2. For others, the file does not get deleted.
avan989
pushed a commit
to avan989/CF
that referenced
this issue
May 16, 2024
Fix nasa#441, Update to handle error during tx. 1. For polling, the file gets moved or deleted to pervent infinite loop 2. For others, the file does not get deleted.
avan989
pushed a commit
to avan989/CF
that referenced
this issue
May 16, 2024
Fix nasa#441, Update to handle error during tx. 1. For polling, the file gets moved or deleted to pervent infinite loop 2. For others, the file does not get deleted.
avan989
pushed a commit
to avan989/CF
that referenced
this issue
May 17, 2024
Fix nasa#441, Update to handle error during tx. 1. For polling, the file gets moved or deleted to pervent infinite loop 2. For others, the file does not get deleted.
avan989
pushed a commit
to avan989/CF
that referenced
this issue
Jul 31, 2024
Fix nasa#441, Update to handle error during tx. For polling, the file gets moved or deleted to pervent infinite loop. For others, the file does not get deleted.
avan989
pushed a commit
to avan989/CF
that referenced
this issue
Aug 1, 2024
Fix nasa#441, Update to handle error during tx. For polling, the file gets moved or deleted to pervent infinite loop. For others, the file does not get deleted. Update Unit Test.
2 tasks
avan989
pushed a commit
to avan989/CF
that referenced
this issue
Aug 1, 2024
Fix nasa#441, Update to handle error during tx. For polling, the file gets moved or deleted to pervent infinite loop. For others, the file does not get deleted. Update Unit Test and documentation.
dzbaker
added a commit
that referenced
this issue
Aug 8, 2024
…error Fix #441, cf delete files during error when tx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist (Please check before submitting)
Describe the bug
CF deletes the file even when there is an error during the TX.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
If there is an error, the file should not be deleted.
Code snips
If applicable, add references to the software.
System observed on:
Additional context
Add any other context about the problem here.
Reporter Info
Full name and company/organization if applicable
Anh Van, GSFC
The text was updated successfully, but these errors were encountered: