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
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Impact of the bug
Relvals stuck in system for more than 10 days.
Describe the bug https://github.com/CMSCompOps/WmAgentScripts/blob/master/Unified/batchor.py#L96
shows that if the relval is HIN, the site chosen is randomly between T1_DE_KIT or T1_FR_CCIN2P3. The problem here is now that if unified makes a campaign with site whitelist as T1_FR_CCIN2P3 and if data is at KIT, the workflows are stuck.
Expected behavior
Should have chosen KIT as the data is at KIT unless it checks the resources required by the relval and matches it with site whitelist which it is not doing here.
Additional context and error message @z4027163@vlimant@amaltaro I think we should check the input data and then assign the campaign a site. what's your suggestions here?
Impact of the bug
Relvals stuck in system for more than 10 days.
Describe the bug
https://github.com/CMSCompOps/WmAgentScripts/blob/master/Unified/batchor.py#L96
shows that if the relval is HIN, the site chosen is randomly between T1_DE_KIT or T1_FR_CCIN2P3. The problem here is now that if unified makes a campaign with site whitelist as T1_FR_CCIN2P3 and if data is at KIT, the workflows are stuck.
How to reproduce it
https://its.cern.ch/jira/browse/CMSCOMPPR-12285
https://dmytro.web.cern.ch/dmytro/cmsprodmon/requests.php?campaign=CMSSW_11_1_0_pre7__HIN_PU2018-1589471410
Expected behavior
Should have chosen KIT as the data is at KIT unless it checks the resources required by the relval and matches it with site whitelist which it is not doing here.
Additional context and error message
@z4027163 @vlimant @amaltaro I think we should check the input data and then assign the campaign a site. what's your suggestions here?