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

Bug: list-dataset-replicas yields different output with and without -deep #882

Open
haozturk opened this issue Jan 21, 2025 · 0 comments
Open
Labels

Comments

@haozturk
Copy link
Contributor

Bug Description

I thought the --deep option became a default of list-dataset-replicas, however I do get different results with and without it:

[haozturk@lxplus987 ~]$ rucio list-dataset-replicas cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD | head -n 14

DATASET: cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029
+----------------------+---------+---------+
| RSE                  |   FOUND |   TOTAL |
|----------------------+---------+---------|
| T1_US_FNAL_Disk      |       0 |       0 |
| T1_FR_CCIN2P3_Disk   |      44 |      44 |
| T1_DE_KIT_Disk       |      44 |      44 |
| T2_CH_CERN_Test      |       0 |       0 |
| T2_US_Vanderbilt     |      44 |      44 |
| T0_CH_CERN_Tape      |      44 |      44 |
| T1_US_FNAL_Disk_Test |       0 |       0 |
+----------------------+---------+---------+

[haozturk@lxplus987 ~]$ rucio list-dataset-replicas cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD --deep | head -n 14

DATASET: cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029
+----------------------+---------+---------+
| RSE                  |   FOUND |   TOTAL |
|----------------------+---------+---------|
| T2_CH_CERN_Test      |      44 |      44 |
| T1_US_FNAL_Disk_Test |      44 |      44 |
| T1_FR_CCIN2P3_Disk   |      44 |      44 |
| T0_CH_CERN_Tape      |      44 |      44 |
| T1_DE_KIT_Disk       |      44 |      44 |
| T2_US_Vanderbilt     |      44 |      44 |
+----------------------+---------+---------+

Running the command on the rucio dataset / cms block however returns the correct result without the deep:

$ rucio list-dataset-replicas cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029

DATASET: cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029
+----------------------+---------+---------+
| RSE                  |   FOUND |   TOTAL |
|----------------------+---------+---------|
| T2_CH_CERN_Test      |      44 |      44 |
| T1_US_FNAL_Disk_Test |      44 |      44 |
| T1_FR_CCIN2P3_Disk   |      44 |      44 |
| T0_CH_CERN_Tape      |      44 |      44 |
| T1_DE_KIT_Disk       |      44 |      44 |
| T2_US_Vanderbilt     |      44 |      44 |
+----------------------+---------+---------+

So there might be something wrong when the command is run on the container. @ericvaandering fyi

Reproduction Steps

written above

Expected Behavior

list-dataset-replicas should return the same response with and without --deep

Possible Solution

No response

Related Issues

#864

@haozturk haozturk added the bug label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant