You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/22 06:16:15 UTC

[flink] branch master updated (a5527e3 -> 9936a4d)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a5527e3  [FLINK-10213] Task managers cache a negative DNS lookup of the blob server indefinitely
     add 9936a4d  [FLINK-17544][jdbc] Fix NPE and resource leak problem in JdbcOutputFormat

No new revisions were added by this update.

Summary of changes:
 .../jdbc/internal/JdbcBatchingOutputFormat.java    |  6 +--
 .../jdbc/internal/TableJdbcUpsertOutputFormat.java |  4 +-
 .../connector/jdbc/internal/JdbcFullTest.java      | 47 ++++++++++++++++++++++
 .../jdbc/internal/JdbcTableOutputFormatTest.java   | 14 +++++++
 4 files changed, 66 insertions(+), 5 deletions(-)