Github user rtudoran commented on the issue: https://github.com/apache/flink/pull/3641 @fhueske Thanks for the feedback. It has on the one hand that the few events that arrive with the same proctime are not computed iteratively, but in a batch (all in the same time - 1 ms later), but it avoids all the mess of having strong synchronization in case there is no explicit and fixed order of execution between the 2 functions (as per my example in the mailing list)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---