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

Overwrite checker #23

Open
jgoldverg opened this issue Apr 15, 2023 · 2 comments · May be fixed by #31
Open

Overwrite checker #23

jgoldverg opened this issue Apr 15, 2023 · 2 comments · May be fixed by #31

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented Apr 15, 2023

There is an overwrite flag currently in the ODS API that signals if we want to overwrite a file.
2 cases possible:

  1. The flag is not set, so we do not wish to override the files on the destination in this case we want to remove all files from the infolist found on the destination. This will prevent the Transfer-Service from sending those files as it by default overwrites the files.
  2. In this case the flag is set, so we want to include all files in the infoList so that the Transfer-Service can upload them.

This should strictly be implemented on the Transfer-Scheduler by manipulating the final infoList that gets pushed through to RabbitMQ.

@amisinha amisinha self-assigned this Apr 18, 2023
@A-bel
Copy link

A-bel commented Sep 27, 2023

I can take a look at this!

@A-bel A-bel self-assigned this Sep 27, 2023
@A-bel A-bel linked a pull request Dec 10, 2023 that will close this issue
@A-bel
Copy link

A-bel commented Dec 15, 2023

Raised a pull request for the changes (see linked pull request)

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 a pull request may close this issue.

3 participants