Skip to content

Commit ef4488c

Browse files
committed
【解决分库分表插件任务完成时最后一个数据源连接未关闭问题】【26062】
1 parent ced8675 commit ef4488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flinkx-rdb/flinkx-rdb-reader/src/main/java/com.dtstack.flinkx.rdb.inputformat/DistributedJdbcInputFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected void closeCurrentSource(){
206206

207207
@Override
208208
protected void closeInternal() throws IOException {
209-
209+
closeCurrentSource();
210210
}
211211

212212
@Override

0 commit comments

Comments
 (0)