You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@costing I vaguely remember that there are SEs which are counted equivalent because they are close by. Would the check created by @ktf work for this case?
I think the exact SE name is checked in the whereis output. Which is ok, the secondary files are supposed to be stored in the same locations as the original ones, not in nearby SEs.
Just that enabling this check for every file will double the load on the catalogue. We already return the list of PFNs at a ::Open() of the original and the secondary files. So if the check could be deferred to when the files are actually about to be used it would not put additional pressure on the databases. In this form it can be used for one time debugging / optimizing step, but it cannot be done regularly or by default.
I agree. This should run as an extra special train and not be enabled for user trains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.