1. 29 12月, 2020 4 次提交
    • C
      [FLINK-20792][build] Allow shorthand calls to spotless · bf72938a
      Chesnay Schepler 提交于
      It was not possible to just run 'mvn spotless:check', but instead one needed to use the fully qualified name of the plugin, i.e., 'mvn com.diffplug.spotless:spotless-maven-plugin:check'.
      
      This is due to 'force-shading'; this module is declared as a child of the flink-parent pom (i.e., the root pom of the project), but is not actually declaring that very module as it's parent.
      This seems to throw of maven, which fails to retrieve the plugin information from the parent.
      
      Note that this is just a band-aid; a proper fix would declare flink-parent as the parent of force-shading, but this is the easier fix.
      bf72938a
    • Y
      [FLINK-17331][runtime] Explicitly get the ByteBuf length of all classes which... · 96d8c0d4
      Yangze Guo 提交于
      [FLINK-17331][runtime] Explicitly get the ByteBuf length of all classes which is written to NettyMessage
      
      Currently, the length of some header fields in NettyMessage is hardcoded: InputChannelID, ExecutionAttemptID, e.t.c.
      So if we make some changes for such field, then we are not ware that it also needs to change the respective length for related netty messages component.
      This PR explicitly get the ByteBuf length of all classes which is written to NettyMessage to avoid such problems.
      96d8c0d4
    • R
      [FLINK-18998] No watermark is shown in Flink UI when ProcessingTime is used · a7551f6b
      Rainie Li 提交于
      Display more informative message stating that Watermarks are only available when using
      event time if there are no watermarks to display in the web UI.
      
      This closes #14483.
      a7551f6b
    • H
      679c974a
  2. 28 12月, 2020 20 次提交
  3. 27 12月, 2020 2 次提交
  4. 25 12月, 2020 13 次提交
  5. 24 12月, 2020 1 次提交