-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
EventSetup conditions fail using ESGetToken for a product that uses a Service #30669
Comments
A new Issue was created by @fwyzard Andrea Bocci. @Dr15Jones, @silviodonato, @dpiparo, @smuzaffar, @makortel can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign core |
New categories assigned: core @Dr15Jones,@smuzaffar,@makortel you have been requested to review this Pull request/Issue and eventually sign? Thanks |
The
cmssw/HeterogeneousCore/CUDAServices/src/numberOfDevices.cc Lines 5 to 10 in 692a8d5
|
#30688 should fix this. Thanks for the report. |
+1 Fix has been merged |
This issue is fully signed and ready to be closed. |
We are seeing an issue with the use of
ESGetToken
after migrating the Patatrack branch to CMSSW_11_2_X .Some modules fail with an error like
A cursory investigation following a suggestion by @makortel suggests that this happens when an
ESGetToken
is used to access a product, produced by an ESProducers that accesses a Service (in our case likely theCUDAService
) when the product is being produced.The text was updated successfully, but these errors were encountered: