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 |
yihaoDeng
|
1cb488dd56
|
refactor: add new auth code
|
2022-07-26 13:33:24 +08:00 |
Shengliang Guan
|
9d5acf1812
|
enh: add wal options to db
|
2022-07-26 13:26:52 +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
|
9650f0b3b0
|
enh: check stb conflict in trans
|
2022-07-25 22:14:10 +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
|
5a89411486
|
Merge remote-tracking branch 'origin/3.0' into fix/tsim
|
2022-07-25 19:54:05 +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
|
bc9a553db0
|
fix: the message cannot be processed until the vnode recovery is complete
|
2022-07-25 19:08:08 +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 |
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
|
b859e6bde2
|
fix: the modification of alter dnode does not take effect through show dnode variables
|
2022-07-25 15:27:47 +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 |
Shengliang Guan
|
5ce41960f1
|
Merge remote-tracking branch 'origin/3.0' into fix/dnode
|
2022-07-23 18:23:21 +08:00 |
Shengliang Guan
|
58f2fa8c82
|
enh: make the error codes of 2.0 and 3.0 error as same
|
2022-07-23 18:23:09 +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 |
Yihao Deng
|
ca7fe4e9b5
|
Merge pull request #15345 from taosdata/fix/indexMemleak
fix: avoid mem leak
|
2022-07-23 16:38:49 +08:00 |
WANG MINGMING
|
b40325705d
|
Merge branch '3.0' into feature/TD-14761
|
2022-07-23 16:03:19 +08:00 |
wangmm0220
|
d6399cafc3
|
feat: add interface for tmq writing raw data
|
2022-07-23 15:59:29 +08:00 |
dapan1121
|
4bf6eac58c
|
Merge pull request #15340 from taosdata/fix/removeFilterUt
fix: remove filter ut temporarily
|
2022-07-23 15:53:18 +08:00 |
yihaoDeng
|
98aa28ef1e
|
avoid mem leak
|
2022-07-23 15:32:18 +08:00 |
dapan1121
|
741f8f7e55
|
fix: remove filter ut
|
2022-07-23 14:55:12 +08:00 |
Xiaoyu Wang
|
6c5eb5c563
|
fix: semantic check when last(*) and column are together
|
2022-07-23 13:42:43 +08:00 |
plum-lihui
|
19acda27b2
|
test: add comment for tq
|
2022-07-23 13:32:25 +08:00 |
Hongze Cheng
|
b4e3865a8a
|
fix: delete stuck when replica is 3
|
2022-07-23 02:43:22 +00:00 |
Cary Xu
|
f516e3a4d6
|
Merge pull request #15317 from taosdata/feature/TD-11274-3.0
enh: rsma level 2/3 submitReq msg use wal version
|
2022-07-23 09:43:06 +08:00 |
Shengliang Guan
|
c8bdd98467
|
fix: modifying stb in subscription is not allowed
|
2022-07-22 22:03:58 +08:00 |
Cary Xu
|
9b4a9d24d5
|
Merge branch '3.0' into feature/TD-11274-3.0
|
2022-07-22 20:39:23 +08:00 |
Cary Xu
|
00a9598ac8
|
enh: rsma level 2/3 submitReq msg use wal version
|
2022-07-22 20:39:13 +08:00 |
Liu Jicong
|
43abf0d3f1
|
Merge pull request #15309 from taosdata/feature/tq
fix: memory leak
|
2022-07-22 19:12:15 +08:00 |
Liu Jicong
|
e1046c7a98
|
fix: memory leak
|
2022-07-22 18:11:29 +08:00 |
Liu Jicong
|
2fddb8a6d6
|
feat(tmq): check alter
|
2022-07-22 17:10:40 +08:00 |
Liu Jicong
|
0a47ebc580
|
merge 3.0
|
2022-07-22 16:06:57 +08:00 |
Liu Jicong
|
2441ec22bd
|
feat(tmq): check alter for ntb
|
2022-07-22 16:05:28 +08:00 |
Minglei Jin
|
a05def413d
|
fix: more error log to debug vnode info file
|
2022-07-22 15:53:45 +08:00 |
WANG MINGMING
|
2c3e0cfe9e
|
Merge pull request #15277 from taosdata/feature/TD-14761
fix:modify lock scope when receive ttl message
|
2022-07-22 14:42:15 +08:00 |
Minglei Jin
|
0c33cdeefb
|
Merge pull request #15287 from taosdata/fix/TD-17676
fix: clear meta reader if return -1
|
2022-07-22 14:23:31 +08:00 |
Cary Xu
|
db1d8fcd0e
|
Merge pull request #15289 from taosdata/feature/TD-11274-3.0
test: add case update1_sort_merge.sim to CI
|
2022-07-22 13:55:20 +08:00 |
Cary Xu
|
74de37615e
|
enh: code optimization
|
2022-07-22 13:18:53 +08:00 |
Cary Xu
|
01d8287a73
|
enh: set wal ver to submitReq
|
2022-07-22 13:12:26 +08:00 |
Cary Xu
|
652a01556c
|
test: add case update1_sort_merge.sim to CI
|
2022-07-22 13:04:50 +08:00 |
Hongze Cheng
|
8cdef36879
|
fix: sam cases
|
2022-07-22 04:56:15 +00:00 |
Hongze Cheng
|
cd762afe76
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-22 04:50:24 +00:00 |
Haojun Liao
|
ab2ad2cc54
|
Merge pull request #15269 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-07-22 12:50:03 +08:00 |
Minglei Jin
|
7981e96862
|
fix: clear meta reader if return -1
|
2022-07-22 12:43:52 +08:00 |
Hongze Cheng
|
476053e3e1
|
refact some code
|
2022-07-22 03:16:03 +00:00 |
Liu Jicong
|
b1f3428c05
|
refactor(stream): do not merge output
|
2022-07-22 10:43:49 +08:00 |
wangmm0220
|
6ca882510b
|
Merge branch 'feature/TD-14761' of https://github.com/taosdata/TDengine into feature/TD-14761
|
2022-07-22 10:29:12 +08:00 |
wangmm0220
|
6d0c718fbf
|
fix:modify ttl push interval to 86400 & modify lock scope when receive ttl message
|
2022-07-22 10:28:28 +08:00 |
Hongze Cheng
|
1808fc7977
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-22 01:40:13 +00:00 |
Hongze Cheng
|
b27272d784
|
fix memory leak
|
2022-07-22 01:40:02 +00:00 |
Hongze Cheng
|
63627172c6
|
fix memory leak
|
2022-07-22 01:37:21 +00:00 |
Liu Jicong
|
c82bda25e2
|
refactor(tmq): add debug log
|
2022-07-21 21:48:05 +08:00 |
Hongze Cheng
|
a086019de7
|
more concurrency fix
|
2022-07-21 13:02:48 +00:00 |
Haojun Liao
|
7522c2edf3
|
refactor: do some internal refactor.
|
2022-07-21 20:44:36 +08:00 |
Liu Jicong
|
b49c61cfb4
|
merge 3.0
|
2022-07-21 20:44:08 +08:00 |
Hongze Cheng
|
bce29321c6
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-21 12:40:03 +00:00 |
Hongze Cheng
|
15c3945eb7
|
fix: another concurrency problem
|
2022-07-21 12:38:49 +00:00 |
Haojun Liao
|
8a2fb51129
|
Merge pull request #15230 from taosdata/feature/3_liaohj
fix(query): add query involved column info
|
2022-07-21 20:29:25 +08:00 |
Liu Jicong
|
eaf11ca1ac
|
refactor(tmq): disable parallel
|
2022-07-21 20:15:52 +08:00 |
Hongze Cheng
|
6a7a3da3db
|
fix some crash
|
2022-07-21 11:56:18 +00:00 |
Cary Xu
|
ada2eb232e
|
fix: resource cleanup and rsma result build
|
2022-07-21 19:46:55 +08:00 |
Hongze Cheng
|
05da4e16d6
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-21 11:42:53 +00:00 |
Hongze Cheng
|
684dd82358
|
fix read concurrency
|
2022-07-21 11:42:42 +00:00 |
Cary Xu
|
f2a3f1591b
|
Merge pull request #15260 from taosdata/feature/TD-11274-3.0
fix: merge dup rows in client
|
2022-07-21 19:21:26 +08:00 |
Liu Jicong
|
81d8d2b937
|
feat(stream): add version in stream block
|
2022-07-21 17:27:44 +08:00 |
Haojun Liao
|
8e42bf85e8
|
fix(query): fix border check.
|
2022-07-21 15:47:22 +08:00 |
Hongze Cheng
|
bb2e923ffa
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0
|
2022-07-21 06:35:44 +00:00 |
Hongze Cheng
|
f195decac9
|
more fix
|
2022-07-21 06:27:32 +00:00 |
dapan1121
|
dd640885e6
|
Merge branch '3.0' into fix/TD-15197
|
2022-07-21 13:36:46 +08:00 |
Cary Xu
|
dd6aa40ff5
|
Merge branch '3.0' into feature/TD-11274-3.0
|
2022-07-21 12:11:02 +08:00 |
Haojun Liao
|
2a437ee38a
|
fix(query): close del handle when successing in read del file content.
|
2022-07-21 11:35:31 +08:00 |
Haojun Liao
|
c2d588a118
|
other:merge 3.0
|
2022-07-21 11:29:34 +08:00 |
Haojun Liao
|
ef0d705c5f
|
fix(query): close del file read handle.
|
2022-07-21 11:27:20 +08:00 |