You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
It is possible for events to arrive out-of-order into the HTM operator. We should reorder the events using an internal queue, using the watermark to make progress.
HTM. Java sensors index every element. This was preparation for parallel decoding which hasn't been turned on; but is present. Maybe you should consider going through the sensor layer because it does a lot for you?
Though I was thinking, if the data is out of order before it reaches htm.java - then Sensor indexing won't help?
It is possible for events to arrive out-of-order into the HTM operator. We should reorder the events using an internal queue, using the watermark to make progress.
See the flink-cep library for an example of this: CEPPatternOperator.
The text was updated successfully, but these errors were encountered: