Skip to content

MappingQueue should be parsed in WS GLUE2 TargetInformationRetrieval (Fixes BUGZ-3538)

Andrii Salnikov requested to merge andrii/arc:ws-glue2-mappingqueue into master

If only EMIES (or REST) is used without LDAP the MappingQueue is not parsed in TargetInformationRetrieval and as a result the queue that is used for submission contains share name (with _voname suffix).

Moreover if advertisedvos is only defined in [infosys/cluster] but not per-[queue] the A-REX also will not apply this suffix stripping.

The result is very annoying slowdown with all shares useless iteration.

We traced down this with @floridop and hope this small fix will fix the issue. Will see after build.

Edited by Andrii Salnikov

Merge request reports