Commit 4e484f2
committed
[hotfix-32675][jdbc]数据库没有数据,间隔轮训查询会进入死循环,因为事务没有提交,即使后续数据库插入数据 也无法读取事务 所以每次查询之前要手动提交
1 parent e793e44 commit 4e484f2
File tree
1 file changed
+2
-0
lines changed- flinkx-rdb/flinkx-rdb-reader/src/main/java/com.dtstack.flinkx.rdb.inputformat
1 file changed
+2
-0
lines changedflinkx-rdb/flinkx-rdb-reader/src/main/java/com.dtstack.flinkx.rdb.inputformat/JdbcInputFormat.java
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
| 846 | + | |
| 847 | + | |
846 | 848 | | |
847 | 849 | | |
848 | 850 | | |
| |||
0 commit comments