Commit Graph

34412 Commits

Author SHA1 Message Date
Shengliang Guan c2984af087 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-07-06 09:26:04 +08:00
Shengliang Guan e9104b1c70 Merge branch 'fix/dnode' into fix/mnode 2022-07-06 09:24:53 +08:00
Shengliang Guan 4da465f6a8 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-07-06 09:24:48 +08:00
Shengliang Guan 40b317ee86 test: recover case 2022-07-06 09:23:13 +08:00
Jason-Jia d47ae8b014
Merge branch '3.0' into 3.0test/jcy 2022-07-06 09:22:08 +08:00
Cary Xu 4a3ee65e78 Merge branch 'feat/tsdb_refact' of github.com:taosdata/TDengine into feat/tsdb_refact 2022-07-06 09:13:36 +08:00
Cary Xu 3091f111b7 other: use tp row 2022-07-06 09:13:24 +08:00
dapan1121 641531bc6d fix: fix compile issue 2022-07-06 09:09:34 +08:00
dapan1121 2304e12c49 fix: fix sch error handling issue 2022-07-06 08:57:10 +08:00
Minglei Jin fc20a61c85
Merge branch '3.0' into feat/tsdb_refact 2022-07-06 00:37:21 +08:00
Haojun Liao 5f93b8db89 fix(query): copy the column that will not output. 2022-07-05 23:54:51 +08:00
Haojun Liao eafbaa6374
Merge pull request #14575 from taosdata/feature/3_liaohj
fix(query): release memory when operator is destroyed.
2022-07-05 23:53:56 +08:00
Haojun Liao e1f53d4c2f fix(query): release memory when operator is destroyed. 2022-07-05 23:14:16 +08:00
Shengliang Guan 9f6a4679c6
Merge pull request #14569 from taosdata/fix/dnode
refactor: adjust vnode propose msg
2022-07-05 22:34:14 +08:00
Shengliang Guan 5c8933726f test: comment out case in windows 2022-07-05 21:45:50 +08:00
Shengliang Guan efeef24f1c refactor: adjust vnode propose msg 2022-07-05 21:43:55 +08:00
Shengliang Guan 3087208dc9 refactor: adjust vnode propose msg 2022-07-05 21:22:34 +08:00
Xiaoyu Wang 811bdc2b06 Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-05 21:12:53 +08:00
Xiaoyu Wang c8508248e2 feat: sql command 'insert ... select' 2022-07-05 21:12:10 +08:00
Shengliang Guan 39420da24f Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-07-05 21:07:06 +08:00
Shengliang Guan c17c10d650 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-07-05 21:06:21 +08:00
Shengliang Guan 46f9cbda8b test: adjust valgrind case 2022-07-05 21:05:51 +08:00
Shengliang Guan d9b3c7b28e
Merge pull request #14570 from taosdata/fix/tsim
test: recover case
2022-07-05 21:05:27 +08:00
afwerar 55cf31a094 os: add file auto del func 2022-07-05 20:54:50 +08:00
wenzhouwww@live.cn da40e3ac1b update case for time unit about nano db 2022-07-05 20:46:48 +08:00
tomchon 101622c3ff test: delete comment of queryQnode testcase 2022-07-05 20:45:17 +08:00
Haojun Liao 8c1b9ea60f
Merge pull request #14557 from taosdata/feature/3_liaohj
fix(query): set number of rows before assign column data.
2022-07-05 20:42:09 +08:00
tomchon b61297f0d5 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-05 20:40:05 +08:00
Shengliang Guan 61a803104d
Merge pull request #14567 from taosdata/fix/fixMemLeak
fix:  avoid rpc mem leak
2022-07-05 20:38:45 +08:00
Ganlin Zhao c9a7613de9
Merge pull request #14552 from taosdata/fix/TD-17012
fix(query): add "1b" timeunit in function param to represent nanosecond
2022-07-05 20:36:57 +08:00
shenglian-zhou 149587c948
Merge pull request #14560 from taosdata/szhou/feature/push-project-condition
feat: push project condition down to its child
2022-07-05 20:31:55 +08:00
tomchon a20456debd test:modify testcase 2022-07-05 20:30:42 +08:00
tomchon dac30f83ac add 2022-07-05 20:27:15 +08:00
dapan1121 b3e8e7ba10 fix: fix scheduler no resp issue 2022-07-05 20:26:52 +08:00
tomchon 8a7c271a54 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-05 20:14:33 +08:00
Ganlin Zhao 479776b7fb fix timetruncate test case 2022-07-05 20:11:26 +08:00
Shengliang Guan abd595bfb5 test: recover case 2022-07-05 20:10:44 +08:00
Hongze Cheng 3def7a0ed8 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-05 12:09:19 +00:00
Hongze Cheng a2d5c964e4 more snapshot writer 2022-07-05 12:08:10 +00:00
Shengliang Guan 64b540bef5 refactor: adjust vnode propose msg 2022-07-05 20:04:17 +08:00
yihaoDeng eb3a9a53ab fix rpc mem leak 2022-07-05 20:03:27 +08:00
Ganlin Zhao cc89370f93 Merge branch '3.0' into fix/TD-17012 2022-07-05 19:59:36 +08:00
Shengliang Guan 8f3cd4514d
Merge pull request #14559 from taosdata/fix/tsim
fix: crash while create db
2022-07-05 19:59:08 +08:00
Shengliang Guan 53a847a413
Merge pull request #14545 from taosdata/fix/mnode
fix: crash while create db
2022-07-05 19:56:02 +08:00
Hongze Cheng aa8f1604f0 more snapshot writer 2022-07-05 11:55:07 +00:00
jiacy-jcy eca5a29cc9 Merge branch '3.0' into 3.0test/jcy 2022-07-05 19:39:53 +08:00
jiacy-jcy c2d0315ae9 update test case 2022-07-05 19:38:42 +08:00
Cary Xu 442a781781 Merge branch 'feat/tsdb_refact' of github.com:taosdata/TDengine into feat/tsdb_refact 2022-07-05 19:31:19 +08:00
Cary Xu eedaeda846 enh: rsma level 1/2 utilize separated version 2022-07-05 19:30:37 +08:00
Zhiqiang Wang 254802129a
Merge pull request #14565 from taosdata/fix/ZhiqiangWang/TD-13063-reduce-one-win-ci-case
test: reduce one win ci case
2022-07-05 19:27:17 +08:00