1. 26 7月, 2016 3 次提交
  2. 25 7月, 2016 7 次提交
  3. 23 7月, 2016 2 次提交
  4. 22 7月, 2016 2 次提交
    • U
      [FLINK-4201] [runtime] Forward suspend to checkpoint coordinator · 54f02ec7
      Ufuk Celebi 提交于
      Suspended jobs were leading to shutdown of the checkpoint coordinator
      and hence removal of checkpoint state. For standalone recovery mode
      this is OK as no state can be recovered anyways (unchanged in this PR).
      For HA though this lead to removal of checkpoint state, which we
      actually want to keep for recovery.
      
      We have the following behaviour now:
      
      -----------+------------+-------------------
                 | Standalone | High Availability
      -----------+------------+-------------------
       SUSPENDED |  Discard   |       Keep
      -----------+------------+-------------------
       FINISHED/ |  Discard   |     Discard
       FAILED/   |            |
       CANCELED  |            |
      -----------+------------+-------------------
      
      This closes #2276.
      54f02ec7
    • T
      [FLINK-4202] [metrics] Update restarting time metric documentation · b3fa459d
      Till Rohrmann 提交于
      This closes #2284.
      b3fa459d
  5. 21 7月, 2016 7 次提交
  6. 20 7月, 2016 6 次提交
  7. 19 7月, 2016 4 次提交
  8. 18 7月, 2016 9 次提交