Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/5934 I am also a bit torn. Sometimes I am thinking we might just have a pool with as many serializer copies as se can have concurrent checkpoints + savepoints. But then again, it is borderline to premature optimization. For this particular case, I think your suggestion sounds good.
---