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

PR 81X Fix sporadic crashes in HLT when Seeding with correlations. #14992

Conversation

rekovic
Copy link
Contributor

@rekovic rekovic commented Jun 27, 2016

This is a fix for the sporadic crashes in the HLT in case of L1T correlation triggers are used.

The problem was in the HLTL1TSeed module which was making ghost combinations in case of cross-object triggers. What effectively was a double loop (once over the vector SingleCombinationInCondition and once over the object types) was causing seeding combinations to be n^2, where n is the larger number of seeds of the two object types. Some of the objects of the type with smaller number of passing objects were not necessarily passing the L1T conditions but were still being promoted as seeds, creating ghosts.

The code was previously looping both over object types and over vector SingleCombinationInCondition.
This is fixed by now only looping over SingleCombinationInCondition while tracking the object
type to seed properly.

…gers: was looping both over types and over vector SingleCombinationInCondition. Now loop over vector SingleCombinationInCondition and increase iType counter.
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @rekovic for CMSSW_8_1_X.

It involves the following packages:

HLTrigger/HLTfilters

@Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard, @davidlange6 can you please review it and eventually sign? Thanks.
@Martin-Grunewald this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@Martin-Grunewald
Copy link
Contributor

@rekovic
Thanks!

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 27, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/13696/console

@Martin-Grunewald
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14992/13696/summary.html

There are some workflows for which there are errors in the baseline:
5.1 step 2
The results for the comparisons for these workflows could be incomplete
This means most likely that the IB is having errors in the relvals.The error does NOT come from this pull request

…using std::distance in SingleCombinationInCondition vector iterator.
@cmsbuild
Copy link
Contributor

Pull request #14992 was updated. @Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #14992 was updated. @Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard, @davidlange6 can you please check and sign again.

@fwyzard
Copy link
Contributor

fwyzard commented Jun 28, 2016

please test

@fwyzard
Copy link
Contributor

fwyzard commented Jun 28, 2016

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 28, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/13715/console

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@davidlange6
Copy link
Contributor

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants