Skip to content

AthenaOutputStream: added writeMetaData(), not calling metaFileTransition in ES mode

Marcin Nowak requested to merge mnowak/athena:sim.metadata into master

Added new method AthenaOutputStream::writeMetaData(filename) and moved code from the incident handler there. Changed the incident handler to not call transitionMetaDataFile() in EventService mode but use the new writeMetaData() directly. In this case the StopMetaDataIncident is not called at all.

Merge request reports