Skip to content

fix: switch InputDataAgent from FileCatalogClient to FileCatalog - #8757

Open
maxnoe wants to merge 1 commit into
DIRACGrid:integrationfrom
maxnoe:input-data-agent-file-catalog
Open

fix: switch InputDataAgent from FileCatalogClient to FileCatalog#8757
maxnoe wants to merge 1 commit into
DIRACGrid:integrationfrom
maxnoe:input-data-agent-file-catalog

Conversation

@maxnoe

@maxnoe maxnoe commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

BEGINRELEASENOTES
*TransformationSystem
FIX: The InputDataAgent now uses FileCatalog instead of FileCatalogClient, enabling its use with any configured FileCatalog, e.g. the RucioFileCatalog.
ENDRELEASENOTES

Closes #8752

self.log.verbose("Using input data query for transformation", "%d: %s" % (transID, str(inputDataQuery)))
start = time.time()
mdc = self.metadataClient
if self.multiVO:

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fstagni The multi-vo case I am very unsure about if this is the correct way to deal with it, but there seems to be no way to pass delegateDN / delegatedGroup through the FileCatalog

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andresailer or @atsareg can you answer?

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.

[Bug]: InputDataAgent always uses FileCatalogClient

2 participants