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

Uploads occasionally need to be retried #118

Open
slifty opened this issue Mar 22, 2023 · 0 comments
Open

Uploads occasionally need to be retried #118

slifty opened this issue Mar 22, 2023 · 0 comments

Comments

@slifty
Copy link
Contributor

slifty commented Mar 22, 2023

The permanent backend occasionally responds with an error on upload. The error is something like this:

  input: {
    message: 'SQLSTATE[25P02]: In failed sql transaction: 7 ERROR:  current transaction is aborted, commands ignored until end of transaction block'
  }

A few things to note:

  1. This issue is on the backend, and should translate to a backend issue.
  2. The sdk does not properly parse these responses.

I think the sftp service is actually handling this outcome appropriately: responding with a FAILURE status to the sftp client (rclone handles this well enough with a retry, which tends to fix the issue). That said I wanted to at least make the issue here as a first step in the triage (and we can close it once the sdk and backend issues are created)

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