Draft: Athena io shared writer short fix
When writing less than a cluster of events (e.g. during Derivation with filtered output), metadata is written before the event data is flushed, causing early termination of the parallel buffer merger, disrupting the last worker. This should assure that the event data is flushed before metadata writing, therefore registering all workers to the writer.