-
Notifications
You must be signed in to change notification settings - Fork 68
Set PNN instead of PSNs for wmbs file locations #4402
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
Conversation
|
What WMCore tag should this use ? T0 Ops can't run a replay until I at least confirm basic compatibility with that tag. Currently T0 is at 1.1.6. Guess I should switch directly yo 1.1.10 ? |
|
The tag which include this change is 1.1.10.pre1 |
| (FILEID, LOCATION) | ||
| VALUES (wmbs_file_details_SEQ.nextval, (SELECT id FROM wmbs_location WHERE site_name = 'T0_CH_CERN')) | ||
| (FILEID, PNN) | ||
| VALUES (wmbs_file_details_SEQ.nextval, (SELECT id FROM wmbs_pnns WHERE pnn = 'T0_CH_CERN')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WHERE pnn = 'T0_CH_CERN_Disk'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update it soon.
|
Replay still dies with 2017-12-08 18:51:37,053:140257366316800:ERROR:BaseWorkerThread:Error in worker algorithm (1): 2017-12-08 18:51:37,053:140257366316800:INFO:Harness:>>>Terminating worker threads 2017-12-08 18:51:37,068:140257366316800:INFO:BaseWorkerThread:Worker thread <T0Component.Tier0Feeder.Tier0FeederPoller.Tier0FeederPoller object at 0x7f9036806410> terminated Have you run any functional tests with 1.1.10.pre1 yet ? |
|
About this failure on Tier0FeederPoller. You need to update the code of any components (inheriting from See original PR changes here dmwm/WMCore#8165 |
8e5905f to
a42142c
Compare
|
Seems to be working now 2017-12-08 21:14:15,512:140208127547136:INFO:BaseWorkerThread:Tier0FeederPoller took 65.127 secs to execute Will keep watching the replay to make sure data discovery in the JobCreator also works (since these queries were also changed). |
|
You forgot to change a GROUP statement in GetAvailableRepackMergeFiles.py, JobCreator crashes in the RepackMerge subscriptions. |
make it T0_CH_CERN_Disk Fix group statement
a42142c to
715f089
Compare
|
Sorry Dirk, GetAvailableRepackMergeFiles.py has been fixed. |
|
Ok, tested in a replay, works now. Merging this. |
|
thanks! |
T0 version of dmwm/WMCore#8280
@hufnagel @ticoann please review. Dirk, can you ask T0 Ops to run a replay to test these changes (once you're happy with them)?