Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/6398 Given that the `WatermarkGauge` is not super critical, I'm ok with changing it to a `volatile long`. If the `OneInputStreamTask` should fail again with a similar problem, then we know that the used JVM is affected. I'll update the PR accordingly.
---