1. 29 4月, 2015 8 次提交
  2. 28 4月, 2015 6 次提交
  3. 27 4月, 2015 4 次提交
    • Z
      [FLINK-1924] minor refactoring of the Python API · 247cad1c
      zentol 提交于
      - code formatting
      - simpler python process initialization
      - renaming of the python connection following the switch to TCP
      
      This closes #616.
      247cad1c
    • U
      [runtime] Bump Netty version to 4.27.Final and add javassist · fceb90a3
      Ufuk Celebi 提交于
      This closes #617.
      fceb90a3
    • A
      [hotfix] Raise Akka test timeouts some more · a2c9cbbd
      Aljoscha Krettek 提交于
      a2c9cbbd
    • U
      [FLINK-1930] Separate output buffer pool and result partition life cycle · 88638de7
      Ufuk Celebi 提交于
      The problem: when a pipelined result is only consumed partially, the buffer pool
      associated with the result partition will be destroyed too early. If there is a
      pipelined producer online, which is still producing data for this partition, it
      will run into an IllegalStateException.
      
      The solution: by separating the life-cycle of the result partition and the
      associated buffer pool this cannot happen anymore. The result buffer pool is
      only destroyed after the producing task is finished, which is independent of
      the state of the result partition.
      
      Furthermore, this commit squashes the following commits:
      
      - [FLINK-1930] [tests] Add test for FLINK-1930
      - [tests] Move iterative tests to correct package
      
      This closes #624.
      
      Close the following unrelated PRs:
      
      This closes #112.
      This closes #134.
      88638de7
  4. 26 4月, 2015 16 次提交
  5. 24 4月, 2015 4 次提交
  6. 23 4月, 2015 2 次提交