THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Design document to outline desired changes in the Streaming Window Join Operator
Requirements
- Joins should initially run only on time windows
- Support for operator time and event time
- Event time version must support multiple windows being in progress (or buffered) while waiting for watermarks
- Support for simple Java heap and Flink-managed memory
- Flink-managed memory variant should support out-of-core operation
- Join buffers or hashtables need to be checkpointed.
- Join buffers or hashtables need to support incremental checkpointing
- Join buffers or hashtables should support asynchronous checkpointing
- For sliding time windows, we should consider variants to reuse the join candidates across multiple windows they are contained in.
1 Comment
zhangrucong
when saving event in dataStream2 window, the event must be saved as the key of key_in_second for fast finding.