-
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
Monitoring JSON changes in DAQ (80X) #12138
Conversation
Config for LO NNPDF30 PDF needed for commit cms-sw#685
…M DB with additional information that distinguishes errors from crashes in HLT farm and other, purely DAQ related causes)
A new Pull Request was created by @smorovic (Srecko Morovic) for CMSSW_8_0_X. Monitoring JSON changes in DAQ (80X) It involves the following packages: DQMServices/Components @perrotta, @cmsbuild, @cvuosalo, @fwyzard, @emeschi, @Martin-Grunewald, @deguio, @slava77, @mommsen, @vanbesien, @danduggan can you please review it and eventually sign? Thanks. |
+1 |
please test |
The tests are being triggered in jenkins. |
+1 |
+1 |
-1 Tested at: 7a58df2 ---> test testPythonParameterSet had ERRORS you can see the results of the tests here: The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
for(int i = 0; i < encModule_.current_; i++) | ||
ost<<i<<"="<<((const edm::ModuleDescription *)(encModule_.decode(i)))->moduleLabel()<<" "; | ||
return ost.str(); | ||
legendaVector.append(Json::Value(((const edm::ModuleDescription *)(encModule_.decode(i)))->moduleLabel())); |
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.
Please avoid use of C style casts. The C++ casts are much easier to notIce and avoid accidental casting away can const.
-1 runTheMatrix-results/50202.0_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50/step3_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50.log 1003.0 step2 runTheMatrix-results/1003.0_RunMinBias2012A+RunMinBias2012A+RECODDQM+HARVESTDDQM/step2_RunMinBias2012A+RunMinBias2012A+RECODDQM+HARVESTDDQM.log ----- Begin Fatal Exception 30-Oct-2015 13:36:46 CET----------------------- An exception of category 'FatalRootError' occurred while [0] Calling EventProcessor::runToCompletion (which does almost everything after beginJob and before endJob) Additional Info: [a] Fatal Root Error: @SUB=TFile::Flush error flushing file step2_inDQM.root (Disk quota exceeded) ----- End Fatal Exception ------------------------------------------------- you can see the results of the tests here: |
…11-01-2300 missing dependency added which was dropped due to DQM/HLTEvF cleanup
…iple_initialization Initialize Sherpa only once for multiple lumi sections
Herwig: Add config for LO NNPDF30
upgrade AMPT to v2.25t5
* void* --> const void*
@cmsbuild please test |
Pull request #12138 was updated. @perrotta, @cmsbuild, @cvuosalo, @fwyzard, @emeschi, @Martin-Grunewald, @deguio, @slava77, @mommsen, @vanbesien, @danduggan can you please check and sign again. |
@smorovic |
* void* --> const void*
rebase got messed up. Will open another PR and branch for this. |
Changes:
port of #12136 submitted for 75X and #12137 submitted for 76X