We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a00d0d commit 491c3c3Copy full SHA for 491c3c3
rdb/rdb-sink/src/main/java/com/dtstack/flink/sql/sink/rdb/format/RetractJDBCOutputFormat.java
@@ -329,6 +329,7 @@ private void checkConnectionOpen(Connection dbConn) {
329
LOG.info("db connection reconnect..");
330
dbConn= establishConnection();
331
upload = dbConn.prepareStatement(insertQuery);
332
+ this.dbConn = dbConn;
333
}
334
} catch (SQLException e) {
335
LOG.error("check connection open failed..", e);
0 commit comments