1. 11 1月, 2021 1 次提交
  2. 28 12月, 2020 1 次提交
  3. 25 12月, 2020 1 次提交
  4. 23 12月, 2020 1 次提交
  5. 24 11月, 2020 1 次提交
  6. 08 11月, 2020 1 次提交
  7. 05 11月, 2020 6 次提交
  8. 27 10月, 2020 1 次提交
  9. 22 10月, 2020 1 次提交
  10. 28 8月, 2020 1 次提交
  11. 27 8月, 2020 2 次提交
  12. 25 8月, 2020 1 次提交
  13. 21 8月, 2020 1 次提交
  14. 07 8月, 2020 3 次提交
  15. 24 6月, 2020 1 次提交
  16. 23 6月, 2020 1 次提交
    • A
      [FLINK-18353] Make enabling of the JVM Direct Memory limit configurable for JM · dcd96025
      Andrey Zagrebin 提交于
      The JVM Direct Memory leak is unlikely in JM. Therefore, we could
      disable its limit by default. This way it could span into e.g. JVM
      Overhead w/o failure to improve the user experience as before FLIP-116.
      If user needs the limit, e.g. to investigate container OOMs, the limit can be enabled by
      setting the 'jobmanager.memory.enable-jvm-direct-memory-limit' option.
      
      This closes #12745.
      dcd96025
  17. 08 6月, 2020 1 次提交
  18. 26 5月, 2020 2 次提交
  19. 17 5月, 2020 3 次提交
  20. 16 5月, 2020 2 次提交
  21. 06 5月, 2020 1 次提交
  22. 27 4月, 2020 1 次提交
  23. 25 4月, 2020 2 次提交
  24. 20 4月, 2020 1 次提交
  25. 18 4月, 2020 1 次提交
  26. 17 4月, 2020 1 次提交
    • X
      [FLINK-16437][runtime] Remove numSlotsPerTaskManager from... · d981c944
      Xintong Song 提交于
      [FLINK-16437][runtime] Remove numSlotsPerTaskManager from ActiveResourceManager and ContaineredTaskManagerParameters.
      
      Since now we compute pending slot profiles inside SlotManager, ResourceManagers no longer need to be aware of number of slots per worker.
      d981c944
  27. 16 4月, 2020 1 次提交
    • W
      [FLINK-15790][k8s] Make some interfaces in FlinkKubeClient asynchronous which... · 577abe7f
      wangyang0918 提交于
      [FLINK-15790][k8s] Make some interfaces in FlinkKubeClient asynchronous which potentially blocks the execution of RpcEndpoint's main thread
      
      The interfaces in FlinkKubeClient will be called both in Client and ResourceManager. To avoid potentially blocking the execution of RpcEndpoint's main thread, these interfaces #createTaskManagerPod, #stopPod should be implemented asynchronously.
      
      This closes #11427.
      577abe7f