Skip to content

Fix counter printout issue in Hive by using TBB map instead of std map

Partial fix for LHCBPS-1758 (Counter printout issues in multi-threaded Hive)

  • Use tbb::concurrent_unordered_map instead of std::map.
  • Silence -Wsuggest-override warnings from TBB using pragma GCC diagnostic.
Edited by Marco Clemencic

Merge request reports