Commit graph

2639 commits

Author SHA1 Message Date
Cary Xu
74bf84fd5a fix: make the ci cases pass 2022-07-17 23:17:24 +08:00
Cary Xu
2e9e36d0f8 Merge branch '3.0' into feature/grant-3.0 2022-07-16 11:54:26 +08:00
Minghao Li
b86ec034db refactor(sync): modify elect/heartbeat timer 2022-07-15 18:05:51 +08:00
Minghao Li
5b1042ce2c Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-15 16:57:49 +08:00
Haojun Liao
505e14892e
Merge pull request #14932 from taosdata/feature/3_liaohj
fix(query): handle multi group last_row query.
2022-07-15 15:03:10 +08:00
Minghao Li
5b6c7bc38d refactor(sync): add leader transfer callback 2022-07-15 14:26:18 +08:00
Haojun Liao
fd2dec280b fix(query): fix memory leak. 2022-07-15 11:18:26 +08:00
Yihao Deng
a6e71424b4
Merge branch '3.0' into enh/addLRUToIdx 2022-07-15 09:47:35 +08:00
Haojun Liao
159d6c47c8
Merge pull request #14911 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-07-14 20:36:30 +08:00
Haojun Liao
707f0a837a fix(query): set correct fill output object. 2022-07-14 20:11:29 +08:00
Liu Jicong
41b2595086 fix(sma): fix case 2022-07-14 17:40:32 +08:00
Liu Jicong
9847abf166 fix(sma): double free 2022-07-14 17:34:06 +08:00
yihaoDeng
fe8ccabf7a add lru to index 2022-07-14 17:14:53 +08:00
Liu Jicong
a0466d7802 fix(sma): double free 2022-07-14 16:12:57 +08:00
Cary Xu
101b5dd7c7 feat: restrict read/write for grant 2022-07-14 15:58:49 +08:00
Liu Jicong
d75e9b8f6a merge from 3.0 2022-07-14 15:35:00 +08:00
Liu Jicong
9ea0ad57ec refactor(stream): destroy stream task 2022-07-14 15:32:21 +08:00
yihaoDeng
a9e64f2938 feat: add lru to index 2022-07-14 15:17:05 +08:00
yihaoDeng
cace9b6be9 feat: add lru to index 2022-07-14 14:51:39 +08:00
Haojun Liao
b23e08db85
Merge pull request #14893 from taosdata/feature/3_liaohj
fix(query): set correct fill output column index and fix some memory leaks
2022-07-14 14:25:24 +08:00
Cary Xu
1175bda094 Merge branch '3.0' into feature/grant-3.0 2022-07-14 14:10:14 +08:00
Cary Xu
7438f1fed4 feat: read/create restrict when grant expired 2022-07-14 14:09:43 +08:00
Haojun Liao
75aca0b031 fix(query): set correct fill output column index, fix some memory leak, and do some internal refactor, 2022-07-14 13:53:23 +08:00
wangmm0220
3b4c2826b4 Merge branch '3.0' into feature/TD-13041 2022-07-14 10:22:15 +08:00
Haojun Liao
38b395147a Merge branch '3.0' into feature/3_liaohj 2022-07-13 23:27:51 +08:00
Haojun Liao
083de75afc fix(query):fix memory leak. 2022-07-13 23:15:58 +08:00
Haojun Liao
2974d826ef
Merge pull request #14850 from taosdata/feature/3_liaohj
fix(query): support last_row(tags) for super table query.
2022-07-13 23:14:57 +08:00
wangmm0220
d3cdd75b94 Merge branch '3.0' into feature/TD-13041 2022-07-13 19:40:26 +08:00
wangmm0220
8aa04f8e55 fix:error in tmq meta 2022-07-13 18:49:57 +08:00
Li Minghao
60703bdd05
Merge pull request #14857 from taosdata/feature/3.0_mhli
refactor(sync): add skiplist entry cache
2022-07-13 17:52:45 +08:00
wangmm0220
a015aca162 fix:core dump if stable name is null in SVCreateTbReq 2022-07-13 17:16:34 +08:00
wangmm0220
cd051d40c3 fix:confilct from 3.0 2022-07-13 16:03:39 +08:00
wangmm0220
531dfd4452 fix:error in tmq meta 2022-07-13 16:00:06 +08:00
Minglei Jin
0cd7d1fb13 fix: fix last row reader close memory issues 2022-07-13 15:28:21 +08:00
Haojun Liao
649cf7e55d fix(query): support last_row(tags) for super table query. 2022-07-13 14:21:44 +08:00
wangmm0220
037ea1519c fix:core dump if consumer multi vgroup message with sequence:create/alter/delete/create or create/delete/create 2022-07-13 13:42:55 +08:00
Haojun Liao
2c1efc3963 other: merge 3.0 2022-07-12 21:10:10 +08:00
Haojun Liao
6f2ac5ba72 fix(query): always generated results for last_row query if rows exists. 2022-07-12 21:07:12 +08:00
Shengliang Guan
148e3a5f97
Merge pull request #14818 from taosdata/fix/mnode
enh: adjust vnode fetch queue number
2022-07-12 20:43:05 +08:00
Haojun Liao
ea5a68046e
Merge pull request #14825 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-07-12 20:13:20 +08:00
Shengliang Guan
dad12c24fb refactor: comment out to avoid crash of tmqShow.py 2022-07-12 19:56:38 +08:00
Liu Jicong
a34d344225
Merge pull request #14808 from taosdata/feature/stream
refactor(tmq): prepare only needed
2022-07-12 18:09:31 +08:00
Haojun Liao
e99231c1c8 fix(query): set correct output buffer. 2022-07-12 17:59:25 +08:00
Haojun Liao
85ddb63e53 fix(query): free resources in tsdbread 2022-07-12 17:44:10 +08:00
Liu Jicong
8e3f5135a6 fix(tsdb): close fd 2022-07-12 17:28:14 +08:00
Minghao Li
473e134f31 refactor(sync): add resp ttl clean 2022-07-12 16:57:19 +08:00
Liu Jicong
0fccdace56 fix(tmq): reset offset 2022-07-12 16:39:05 +08:00
Haojun Liao
6e709dc2e0 fix(query): check if table exists during creating lastrow reader. 2022-07-12 16:30:34 +08:00
Haojun Liao
b253d4a07a refactor: do some internal refactor. 2022-07-12 16:26:55 +08:00
Li Minghao
d192abbb32
Merge pull request #14814 from taosdata/feature/3.0_mhli
refactor(sync): do leader transfer
2022-07-12 16:26:35 +08:00