1. 27 4月, 2020 4 次提交
  2. 21 4月, 2020 1 次提交
  3. 20 4月, 2020 2 次提交
  4. 18 4月, 2020 1 次提交
  5. 17 4月, 2020 1 次提交
  6. 10 4月, 2020 2 次提交
  7. 08 4月, 2020 1 次提交
  8. 27 3月, 2020 1 次提交
  9. 26 3月, 2020 1 次提交
  10. 17 3月, 2020 1 次提交
  11. 13 3月, 2020 1 次提交
  12. 12 3月, 2020 3 次提交
  13. 03 3月, 2020 1 次提交
  14. 29 2月, 2020 1 次提交
  15. 27 2月, 2020 1 次提交
  16. 24 2月, 2020 1 次提交
  17. 22 2月, 2020 1 次提交
  18. 21 2月, 2020 3 次提交
  19. 06 2月, 2020 2 次提交
  20. 22 1月, 2020 1 次提交
    • D
      [FLINK-15519][configuration]Preserve logs from BashJavaUtils and make them part of TM logs · fcd00551
      Dawid Wysakowicz 提交于
      We build a separate jar for BashJavaUtils with bundled log4j classes and
      a configuration that logs to the stdout. Using this jar we run the
      utility to capture the output. Out of the last line we extract jvm
      parameters. The rest we pass as an environment variable (INHERITED_LOGS)
      to the TaskManager process.
      
      As part of the EnvironmentInformation printing we log whatever was
      passed through the INHERITED_LOGS in the TM/JM process.
      
      This closes #10850
      fcd00551
  21. 16 1月, 2020 2 次提交
  22. 15 1月, 2020 1 次提交
  23. 13 1月, 2020 2 次提交
  24. 10 1月, 2020 2 次提交
  25. 26 12月, 2019 1 次提交
  26. 20 12月, 2019 1 次提交
    • A
      [FLINK-15268][build] Correctly set Multi-Release in manifest. · 96f4c794
      Arvid Heise 提交于
      FLINK-14905 introduced a multi-release approach to bundle libraries
      for different JDK versions. However, the multi-release flag was not
      correctly set, which effectively disabled the mechanism and lead to
      incomplete dependencies on Java 11. This commit fixes the setup, such
      that the Java 11 libraries are correctly loaded.
      96f4c794
  27. 14 12月, 2019 1 次提交