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. 05 11月, 2020 7 次提交
  7. 27 10月, 2020 1 次提交
  8. 22 10月, 2020 1 次提交
  9. 28 8月, 2020 1 次提交
  10. 25 8月, 2020 1 次提交
  11. 21 8月, 2020 1 次提交
  12. 24 6月, 2020 1 次提交
  13. 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
  14. 08 6月, 2020 1 次提交
  15. 04 6月, 2020 3 次提交
  16. 26 5月, 2020 1 次提交
  17. 17 5月, 2020 1 次提交
  18. 16 5月, 2020 2 次提交
  19. 15 5月, 2020 1 次提交
    • A
      [hotfix] Rename... · 8e574f65
      Andrey Zagrebin 提交于
      [hotfix] Rename JobManagerProcessUtils#processSpecFromConfigWithFallbackForLegacyHeap to processSpecFromConfigAndFallbackToNewOptIfLegacyHeapSet
      8e574f65
  20. 06 5月, 2020 1 次提交
  21. 27 4月, 2020 1 次提交
  22. 25 4月, 2020 2 次提交
  23. 20 4月, 2020 1 次提交
  24. 18 4月, 2020 1 次提交
  25. 16 4月, 2020 2 次提交
  26. 13 4月, 2020 1 次提交
    • W
      [FLINK-15639][k8s] Support to set tolerations for jobmanager and taskmanger pod · 30311ecd
      wangyang0918 提交于
      Taints and tolerations work together to ensure that pods are not scheduled onto inappropriate nodes. One or more taints are applied to a node; this marks that the node should not accept any pods that do not tolerate the taints. Tolerations are applied to pods, and allow (but do not require) the pods to schedule onto nodes with matching taints.
      
      This closes #11606 .
      30311ecd
  27. 08 4月, 2020 1 次提交
  28. 07 4月, 2020 1 次提交
  29. 02 4月, 2020 1 次提交