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

Enable usage of TTreeCache in Fireworks #20702

Merged
merged 2 commits into from Oct 5, 2017
Merged

Conversation

osschar
Copy link
Contributor

@osschar osschar commented Sep 29, 2017

Port from 9.2.7 to 9.4.0. See #20118 for discussion.

Port from 9.2.7 to 9.4.0. See cms-sw#20118 for discussion.
@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20702/1061

Code check has found code style and quality issues which could be resolved by applying a patch in https://cmssdt.cern.ch/SDT/code-checks/PR-20702/1061/git-diff.patch
e.g. curl https://cmssdt.cern.ch/SDT/code-checks/PR-20702/1061/git-diff.patch | patch -p1

You can run scram build code-checks to apply code checks directly

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20702/1062

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @osschar (Matevž Tadel) for master.

It involves the following packages:

DataFormats/FWLite
Fireworks/Core

@cmsbuild, @smuzaffar, @Dr15Jones, @alja can you please review it and eventually sign? Thanks.
@alja, @rovere, @wddgit this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@Dr15Jones
Copy link
Contributor

Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 30, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23335/console Started: 2017/09/30 03:30

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2758565
  • DQMHistoTests: Total failures: 246
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2758132
  • DQMHistoTests: Total skipped: 187
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 10 edm output root files, 26 DQM output files

@Dr15Jones
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 2, 2017

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2)

if (FWTTreeCache::IsLogging())
printf("FWFileEntry::openFile enabling FWTTreeCache for file class '%s'.", m_file->ClassName());

auto tc = new FWTTreeCache(m_eventTree, FWTTreeCache::GetDefaultCacheSize());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @osschar - is this pointer cleaned up somewhere?

@osschar
Copy link
Contributor Author

osschar commented Oct 4, 2017

Yes, ownership is transferred to TFile on the next line, 122.

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 71f503f into cms-sw:master Oct 5, 2017
@osschar osschar deleted the 940-fworks-xrd branch September 7, 2021 17:41
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

4 participants