Skip to content

Migrate ClusterDumper to ReadHandle(Key)

Walter Lampl requested to merge wlampl/athena:ClusterDumper_DH into master

Make ClusterDumper MT-safe:

  • Use a read-Handle to the input cluster collection to get data-dependencies right
  • Protect the text-file writing part with a mutex

Note that this is a debugging/testing tool, not intended to run in production (or on more than a handful of events).

Merge request reports