1. 11 9月, 2015 1 次提交
    • A
      [FLINK-2577] [streaming] Fix Stalling Watermarks when Sources Close · c438cff8
      Aljoscha Krettek 提交于
      Before, when one source closes early it will not emit watermarks
      anymore. Downstream operations don't know about this and expect
      watermarks to keep on coming. This leads to watermarks not being
      forwarded anymore.
      
      Now, when a source closes it will emit a final watermark with timestamp
      Long.MAX_VALUE. This will have the effect of allowing the watermarks
      from the other operations to propagate though because the watermark is
      defined as the minimum over all inputs.
      
      The Long.MAX_VALUE watermark has the added benefit of notifying
      operations that no more elements will arrive in the future.
      
      This closes #1060
      c438cff8
  2. 10 9月, 2015 11 次提交
  3. 09 9月, 2015 11 次提交
  4. 08 9月, 2015 5 次提交
  5. 07 9月, 2015 7 次提交
  6. 05 9月, 2015 1 次提交
  7. 04 9月, 2015 1 次提交
  8. 03 9月, 2015 3 次提交