Commit graph

2859 commits

Author SHA1 Message Date
dapan1121
e836437e19 Merge branch '3.0' into feature/catalogBatchFetch 2022-07-28 08:41:34 +08:00
Liu Jicong
ba0c1b3689 refactor(stream) 2022-07-27 20:11:03 +08:00
Liu Jicong
5e1bbe0e7e refactor(sma): remove option 2022-07-27 16:55:23 +08:00
Liu Jicong
00acf4520c refactor(stream): remove option 2022-07-27 16:49:03 +08:00
Haojun Liao
089f045817
Merge pull request #15444 from taosdata/feature/3_liaohj
fix(query):fix memory leak.
2022-07-27 15:49:52 +08:00
dapan1121
648a7a12b0 feat: support mnd meta batch fetching 2022-07-27 14:02:05 +08:00
WANG MINGMING
98fb54bf02
Merge pull request #15439 from taosdata/feature/TD-14761
feat:add tmq get data interface
2022-07-27 11:05:06 +08:00
dapan1121
602d2197fb feat: support vnode meta batch fetching 2022-07-27 08:27:24 +08:00
Haojun Liao
aeed234b2e fix(query):fix memory leak. 2022-07-26 20:40:39 +08:00
Li Minghao
6207eef28c
Merge pull request #15436 from taosdata/feature/3.0_mhli
refactor(sync): pre-commit integration
2022-07-26 19:05:44 +08:00
dapan1121
4cf20418cd feat: support batch fetch in catalog 2022-07-26 18:00:50 +08:00
wangmm0220
915d3c4203 fix:conflicts from 3.0 2022-07-26 17:47:10 +08:00
wangmm0220
ba1962cacf feat:add tmq get data interface 2022-07-26 17:43:22 +08:00
Minghao Li
9a540919b9 refactor(sync): pre-commit integration 2022-07-26 17:23:26 +08:00
Haojun Liao
97e3946a98
Merge pull request #15421 from taosdata/feature/3_liaohj
refactor: optimize the memory consumption in tsdbread
2022-07-26 16:49:14 +08:00
Minglei Jin
9c8055c479
Merge pull request #15430 from taosdata/fix/TD-17830
fix: handle both null tag values
2022-07-26 16:40:10 +08:00
Liu Jicong
ad9c3cbd8c
Merge pull request #15427 from taosdata/fix/wal
enh: add wal options to db
2022-07-26 16:38:20 +08:00
Haojun Liao
bd8fa53371 fix(query): set current SBlock before move to next block. 2022-07-26 15:52:47 +08:00
Minglei Jin
bb80e5c64f fix: handle both null tag values 2022-07-26 15:38:18 +08:00
Liu Jicong
c2164dd8aa fix(wal): snapshot end with no deleting 2022-07-26 14:13:03 +08:00
Haojun Liao
4532bcdf4e fix(query):set ptr to be null after releasing resources. 2022-07-26 13:26:29 +08:00
Haojun Liao
6600540fd9 refactor: optimize the memory consumption during tsdbread 2022-07-26 11:43:45 +08:00
Minghao Li
0addf09996 refactor(sync): add pre-commit interface 2022-07-26 11:24:39 +08:00
Haojun Liao
231f439979 refactor: opt memory consumption for tsdbread. 2022-07-26 10:19:12 +08:00
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
bc9a553db0 fix: the message cannot be processed until the vnode recovery is complete 2022-07-25 19:08:08 +08:00
Shengliang Guan
d726c2a982 Merge remote-tracking branch 'origin/3.0' into fix/batch 2022-07-25 18:28:06 +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
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
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
Shengliang Guan
5b654779ba Merge pull request #15372 from taosdata/fix/tsim
test: regression case
2022-07-25 15:23:41 +08:00
Haojun Liao
6d86ef0c33 other: merge 3.0 2022-07-25 11:22:09 +08:00
Haojun Liao
93af7aaaf7 fix(query):fix limit/offset bug. 2022-07-25 11:18:30 +08:00
Haojun Liao
9bddf99d7d refactor(query): do some internal refactor. 2022-07-25 11:17:45 +08:00
Minglei Jin
4291a627ac
Merge pull request #15362 from taosdata/fix/TD-17760
fix: use default cmp func
2022-07-23 22:01:51 +08:00
Cary Xu
87b9a7542f
Merge pull request #15360 from taosdata/feature/grant-3.0
fix: grant check for create table
2022-07-23 20:40:29 +08:00
Liu Jicong
072fe10013
Merge pull request #15361 from taosdata/feature/tq
fix(tmq): correctly set reader status
2022-07-23 20:40:14 +08:00
Minglei Jin
e3f7c6dff7 fix: use default cmp func 2022-07-23 20:39:27 +08:00
Liu Jicong
095f6aa4e0 fix(tmq): correctly set reader status 2022-07-23 20:07:16 +08:00
Cary Xu
381d378b58 fix: grant check for create table 2022-07-23 19:38:41 +08:00
WANG MINGMING
cf665cdbc8
Merge pull request #15346 from taosdata/feature/TD-14761
feat: add interface for tmq writing raw data
2022-07-23 17:57:17 +08:00
Minglei Jin
80a88605b1
Merge pull request #15351 from taosdata/fix/TD-17683
fix: super table not exists if suid expired
2022-07-23 17:32:53 +08:00
Minglei Jin
dbdee1152c fix: super table not exists if suid expired 2022-07-23 16:56:26 +08:00
Xiaoyu Wang
8a7d8147f9
Merge pull request #15333 from taosdata/feature/3.0_debug_wxy
fix: semantic check when last(*) and column are together
2022-07-23 16:53:07 +08:00