Commit Graph

50324 Commits

Author SHA1 Message Date
Alex Duan 2cf21bd134 test: update code 2023-03-24 10:16:45 +08:00
wangmm0220 1a2513d212 Merge branch 'fix/TD023101' of https://github.com/taosdata/TDengine into fix/TD023101 2023-03-24 10:12:12 +08:00
wangmm0220 bf78f63e22 fix:send data batch if consume wal where subscribe db 2023-03-24 10:10:52 +08:00
dependabot[bot] fb883786f4
chore(deps): bump spring-core in /examples/JDBC/taosdemo (#20610)
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.26.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.26)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-24 10:06:09 +08:00
cadem 57d7ee29f3 fix/change msg order 2023-03-24 09:17:46 +08:00
cadem 86ca5ce210 fix/trigger election by sync msg 2023-03-24 09:13:20 +08:00
Benguang Zhao 9be09492f0 enh: disable timely vnodeCommit 2023-03-24 09:05:06 +08:00
Shengliang Guan 8d1224ce22 refactor: format code 2023-03-23 22:31:20 +08:00
Xiaoyu Wang bddba107be
Merge pull request #20608 from taosdata/fix/TS-2960
fix(tdb/restore): rollback journal files backward
2023-03-23 19:47:31 +08:00
Alex Duan e2e76f9e28 test: udfpy_main.py case passed ! 2023-03-23 19:22:40 +08:00
Benguang Zhao 22d92cd3dc feat: WAL cleanup not affected by topic consumption anymore 2023-03-23 18:59:14 +08:00
Xiaoyu Wang 18b039fecd
Merge pull request #20603 from taosdata/enh/3.0_planner_optimize
fix: udf error check
2023-03-23 18:44:23 +08:00
Minglei Jin a07366ed02 fix(tdb/pager): destroy txn id list 2023-03-23 18:23:14 +08:00
Xiaoyu Wang ca2e566319 enh: improve error reporting information 2023-03-23 17:56:56 +08:00
Minglei Jin 5d641a8934 fix(tdb/restore): restore tdb journal backward 2023-03-23 17:55:53 +08:00
Xiaoyu Wang bbd5191800 fix: udf error check 2023-03-23 16:32:00 +08:00
dapan1121 7f50b463bb
Merge pull request #20599 from taosdata/fix/mainT3.0
fix: merge main to 3.0
2023-03-23 16:17:01 +08:00
54liuyao ffa59f69aa fix:add combine function for groupKey 2023-03-23 15:20:45 +08:00
Xiaoyu Wang e15e40abdf enh: improve error reporting information 2023-03-23 14:15:49 +08:00
t_max d4a81c11d2 fix: fix check timestamp data 2023-03-23 14:07:43 +08:00
t_max 6e66b74b38 fix: fix check timestamp data 2023-03-23 14:00:48 +08:00
slzhou c9f91a364a Merge branch 'main' of github.com:taosdata/TDengine into szhou/fix-td23288 2023-03-23 13:53:24 +08:00
slzhou 40a78bde50 fix: unknow db error when query ins_tables with table_name="" 2023-03-23 13:52:53 +08:00
cyang 58501301a4 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD023101 2023-03-23 13:38:48 +08:00
wangmm0220 20e2010f70 fix:memory leak 2023-03-23 13:35:17 +08:00
Xiaoyu Wang a5d8549cb1
Merge pull request #20593 from taosdata/FEAT/TD-23258-3.0
feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database
2023-03-23 11:43:01 +08:00
Xiaoyu Wang 323d8ee0b4
Merge pull request #20598 from taosdata/FIX/TD-23187-main
fix: set pWriter->info.state.committed as ever in vnodeSnapWriterClose
2023-03-23 11:42:48 +08:00
Hui Li 4b10d3b778
Merge pull request #20352 from taosdata/lihui3.0/test
test: reopen tmqDelete-1ctb.py
2023-03-23 10:15:18 +08:00
Haojun Liao cfcb6fe635
Merge pull request #20604 from taosdata/fix/TD023101
fix:[TS-2961] consume error change from snapshot to wal for taosx
2023-03-23 09:06:30 +08:00
dapan1121 dbca1c0e8c
Merge pull request #20595 from taosdata/fix/TD-23283
fix: slimit not work issue
2023-03-23 08:47:15 +08:00
Alex Duan 6345952f88 test: debug python file 2023-03-22 20:30:25 +08:00
wangmm0220 6b8fd25894 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD023101 2023-03-22 20:17:39 +08:00
wangmm0220 5f9c7e9a7d fix:[TS-2961] consume error change from snapshot to wal for taosx 2023-03-22 20:14:19 +08:00
plum-lihui 7f261b200f test: close tmqDelete-1ctb.py 2023-03-22 19:21:41 +08:00
plum-lihui ab65346083 Merge branch 'main' into lihui3.0/test 2023-03-22 19:20:41 +08:00
Xiaoyu Wang fddf3f16cf fix: udf error check 2023-03-22 19:09:26 +08:00
Alex Duan cb59cc8308 test: select nested query of udf 2023-03-22 18:28:50 +08:00
dapan1121 a14631dc80
Merge pull request #20601 from taosdata/fix/TS-2904.2
fix: restore removed code
2023-03-22 18:24:29 +08:00
cadem cf28b637a7 change msg order 2023-03-22 18:09:59 +08:00
dapan1121 e12bb34074 Merge branch 'fix/mainT3.0' of github.com:taosdata/TDengine into fix/mainT3.0 2023-03-22 17:43:02 +08:00
dapan1121 e58afd12e1 fix: merge main to 3.0 2023-03-22 17:42:09 +08:00
dapan1121 ddbc0e2e61 fix: restore removed code 2023-03-22 17:37:57 +08:00
Alex Duan 2b938ffea3 Merge branch '3.0' into test/TD-22889-3.0 2023-03-22 17:19:36 +08:00
Alex Duan 8ac1e7f02c test: first submit udf python case 2023-03-22 17:18:24 +08:00
Alex Duan 70297a4648 test: first submit udf python case 2023-03-22 17:17:53 +08:00
dapan1121 965dc731f1
Merge pull request #20591 from taosdata/fix/TD-23271
fix: union all translate issue
2023-03-22 17:16:00 +08:00
dapan1121 6506805784 fix: fix no group slimit issue and test cases 2023-03-22 17:14:45 +08:00
plum-lihui da0c7a29b6 test: modify test case 2023-03-22 17:00:42 +08:00
plum-lihui 6811a6b264 Merge branch 'main' into lihui3.0/test 2023-03-22 16:57:07 +08:00
chenhaoran 04a751ab5e ci:merge main to 3.0 2023-03-22 16:31:31 +08:00