Commit Graph

13047 Commits

Author SHA1 Message Date
Shengliang Guan be39c5ea9d Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-07-25 21:42:46 +08:00
Shengliang Guan 23f3fb509e
Merge pull request #15400 from taosdata/fix/tsim
fix: the message cannot be processed until the vnode recovery is complete
2022-07-25 20:28:12 +08:00
Shengliang Guan 049f713b3a Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-07-25 20:26:43 +08:00
Shengliang Guan 7296bf1658 fix: failed to create stb in 3 replica db 2022-07-25 20:26:25 +08:00
Haojun Liao b4bb80ba9d
Merge pull request #15389 from taosdata/feature/3_liaohj
fix(query):disable merge for project operator in stream processing.
2022-07-25 20:16:18 +08:00
Shengliang Guan 5a89411486 Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-07-25 19:54:05 +08:00
Cary Xu 4c57ed3d2a
Merge pull request #15382 from taosdata/feature/TD-11274-3.0
fix: add data len for multiple rows
2022-07-25 19:42:36 +08:00
Shengliang Guan 8ed84783b0
Merge pull request #15387 from taosdata/fix/dnode
fix: the modification of alter dnode does not take effect through show dnode variables
2022-07-25 19:38:40 +08:00
Shengliang Guan d77ea8a15c
Merge pull request #15394 from taosdata/fix/batch
enh: add batch processing method to vnode
2022-07-25 19:21:57 +08:00
Shengliang Guan 3945ed0dd5 Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-07-25 19:11:05 +08:00
Shengliang Guan bc9a553db0 fix: the message cannot be processed until the vnode recovery is complete 2022-07-25 19:08:08 +08:00
Li Minghao 5a7fbb9652
Merge pull request #15396 from taosdata/feature/3.0_mhli
refactor(sync): add ref in log entry
2022-07-25 18:38:52 +08:00
Shengliang Guan 4b199aeaee Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-07-25 18:29:09 +08:00
Shengliang Guan d726c2a982 Merge remote-tracking branch 'origin/3.0' into fix/batch 2022-07-25 18:28:06 +08:00
Shengliang Guan d4abe20eeb fix: can't drop db since transaction conflict 2022-07-25 18:21:13 +08:00
Minghao Li cedad48a73 refactor(sync): add ref in log entry 2022-07-25 17:47:15 +08:00
Shengliang Guan 49c42ef289 fix: compile error in unitest 2022-07-25 17:39:05 +08:00
Xiaoyu Wang aefdf8bbcd
Merge pull request #15354 from taosdata/feature/3.0_debug_wxy
feat: super table order by primary key optimization
2022-07-25 17:33:57 +08:00
Liu Jicong 4e965b314d
Merge pull request #15388 from taosdata/feature/stream
feat(wal): ref
2022-07-25 17:23:39 +08:00
Shengliang Guan e4c434d186 fix: crash while get cfg item 2022-07-25 17:20:48 +08:00
Shengliang Guan 8651a5460a Merge branch '3.0' into fix/dnode 2022-07-25 17:18:49 +08:00
Shengliang Guan 3bceeef439 enh: add batch processing method to vnode 2022-07-25 17:16:26 +08:00
Shengliang Guan 8dacdd57c5 enh: add batch processing method to vnode 2022-07-25 17:10:04 +08:00
Xiaoyu Wang 20cb18d8b0 merge 3.0 2022-07-25 16:59:28 +08:00
Xiaoyu Wang ac41f77669 Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy 2022-07-25 16:45:39 +08:00
Xiaoyu Wang 8bb432c348 feat: super table order by primary key optimization 2022-07-25 16:45:23 +08:00
shenglian zhou 0494f4a6e9 fix: fix table merge scan memory leak 2022-07-25 16:41:32 +08:00
Liu Jicong 222e925644 feat(wal): ref 2022-07-25 16:40:19 +08:00
Haojun Liao 90b3e77698 fix(query):disable merge for project operator in stream processing. 2022-07-25 16:02:49 +08:00
Xiaoyu Wang cf8bf7bd39 Merge remote-tracking branch 'origin/szhou/fix/udf' into feature/3.0_debug_wxy 2022-07-25 15:35:14 +08:00
Xiaoyu Wang bf18385e00 merge szhou/fix/udf 2022-07-25 15:34:58 +08:00
shenglian zhou 66bad33c9e fix: fix compilation error 2022-07-25 15:34:11 +08:00
Shengliang Guan b859e6bde2 fix: the modification of alter dnode does not take effect through show dnode variables 2022-07-25 15:27:47 +08:00
shenglian zhou f208b507fc Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-25 15:24:04 +08:00
shenglian zhou 9e9a12cb09 fix: fix memory leak of pseduo col computation in table merge scan 2022-07-25 15:23:43 +08:00
Shengliang Guan 5b654779ba Merge pull request #15372 from taosdata/fix/tsim
test: regression case
2022-07-25 15:23:41 +08:00
Haojun Liao b87bb4c083 fix(query): remove invalid assert. 2022-07-25 15:23:13 +08:00
Xiaoyu Wang 015193e816 feat: super table order by primary key optimization 2022-07-25 15:17:53 +08:00
Haojun Liao 48d85c2799 Merge branch '3.0' into feature/3_liaohj 2022-07-25 15:06:13 +08:00
dapan1121 dd7cf53e96
Merge pull request #15379 from taosdata/fix/outofblockinsink
fix: fix out of block in data sink issue
2022-07-25 15:03:27 +08:00
Cary Xu 135d2673d6 fix: add data len for multiple rows 2022-07-25 14:50:13 +08:00
Minghao Li fba5850b1a Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-25 14:28:35 +08:00
Minghao Li 7f2d0dc077 refactor(sync): add entry cache test 2022-07-25 14:26:41 +08:00
Haojun Liao baca08d05d refactor: do some internal refactor. 2022-07-25 14:15:49 +08:00
dapan1121 2fcfa22520 fix: fix out of block in data sink issue 2022-07-25 14:10:46 +08:00
Haojun Liao 67266bd3a1
Merge branch '3.0' into feature/3_liaohj 2022-07-25 13:44:09 +08:00
Haojun Liao d9917e2f67 other: disable some unit test. 2022-07-25 12:17:49 +08:00
Haojun Liao f60bd675d1 other: merge 3.0 2022-07-25 11:22:31 +08:00
Haojun Liao 6d86ef0c33 other: merge 3.0 2022-07-25 11:22:09 +08:00
54liuyao 86c4d34339 fix(stream): recover the overwritten code 2022-07-25 11:19:52 +08:00