Commit Graph

13992 Commits

Author SHA1 Message Date
dapan1121 6a85467d49
Merge pull request #16031 from taosdata/fix/TD-18351
fix: fix task sched crash issue
2022-08-12 13:36:25 +08:00
Yihao Deng 4971b0fc22
Merge pull request #16035 from taosdata/fix/operMemCorrupt
fix: operator double free mem
2022-08-12 13:14:43 +08:00
dapan1121 46a6b37779
Merge pull request #16033 from taosdata/fix/TD-18075
fix: fix taosd put blocks to sink error
2022-08-12 11:48:55 +08:00
dapan1121 d5072a8f32 fix: fix sched handler memory leak issue 2022-08-12 11:36:49 +08:00
Zhiqiang Wang 662ca924e7
Merge pull request #15996 from taosdata/fix/TD-18329
fix(driver): get raw block length
2022-08-12 11:33:52 +08:00
yihaoDeng bd929582f5 fix operator double free 2022-08-12 11:22:41 +08:00
dapan1121 effb4f20d3 fix: fix taosd put blocks to sink error 2022-08-12 11:00:21 +08:00
dapan1121 9cd7c54e25 fix: fix task sched crash issue 2022-08-12 10:41:02 +08:00
huolibo 98c267b4bf fix(driver): adapter windows 2022-08-12 09:59:30 +08:00
Xiaoyu Wang 6b9699aaa4
Merge pull request #15978 from taosdata/feature/3.0_wxy
enh: show command optimize
2022-08-12 00:40:35 +08:00
Xiaoyu Wang 03a39381c0 enh: show command optimize 2022-08-12 00:07:24 +08:00
Xiaoyu Wang 2040ab7872
Merge pull request #16015 from taosdata/fix/3.0_wxy
fix: improve create stream check
2022-08-11 23:55:43 +08:00
Xiaoyu Wang 2e9cadfe89 fix: improve create stream check 2022-08-11 23:20:13 +08:00
Cary Xu a4a7022caf
Merge pull request #15976 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma fetch optimization
2022-08-11 23:20:01 +08:00
Xiaoyu Wang cce189934a fix: improve create stream check 2022-08-11 22:16:28 +08:00
Xiaoyu Wang 03784406c4 fix: improve create stream check 2022-08-11 22:08:19 +08:00
Xiaoyu Wang 4155a3bef4 enh: show command optimize 2022-08-11 21:55:20 +08:00
Cary Xu cfca841567 fix: comment out tsma debug print 2022-08-11 21:06:17 +08:00
dapan1121 df4f4300d3
Merge pull request #15991 from taosdata/fix/TD-18281
fix: fix exchange operator memory leak
2022-08-11 20:52:10 +08:00
Xiaoyu Wang 7176bb9198 merge 3.0 2022-08-11 20:30:02 +08:00
Xiaoyu Wang 9a9aef985e enh: show command optimize 2022-08-11 20:26:40 +08:00
dapan1121 283ce988b5 fix: fix taosc crash issue 2022-08-11 20:04:20 +08:00
Cary Xu d9c10a2f0f other: rsma submit 2022-08-11 19:59:47 +08:00
Ganlin Zhao 73f57290b4 Merge branch '3.0' into fix/TD-18331 2022-08-11 19:54:44 +08:00
Ganlin Zhao 7409cc9513 fix(query): fix memory leak in doTimeslice operator 2022-08-11 19:53:49 +08:00
Ganlin Zhao e128350ab4 fix(query): fix memory leak in doTimeslice operator 2022-08-11 19:43:57 +08:00
Minglei Jin 46bd5e8685
Merge pull request #15982 from taosdata/fix/TD-18147
fix: make grant compile correct
2022-08-11 19:18:58 +08:00
Cary Xu 133beb4d49 other: make test case pass 2022-08-11 19:18:55 +08:00
Minglei Jin cc85cc5a96
Merge pull request #16001 from taosdata/fix/TD-18336
fix: return stable not exists
2022-08-11 19:18:39 +08:00
Minglei Jin 6058b8dff5
Merge pull request #16003 from taosdata/fix/TD-18321
fix: use mem schema if pReader->pSchema is null
2022-08-11 19:18:30 +08:00
Cary Xu e890bcc6f4 enh: tsimplehash remove/iter/ut 2022-08-11 19:12:24 +08:00
Haojun Liao 02300b30fa
Merge pull request #15995 from taosdata/feature/3_liaohj
fix(query): add check when invoking sma filter.
2022-08-11 18:52:51 +08:00
Li Minghao 45ecd2061b
Merge pull request #15993 from taosdata/feature/3.0_mhli
refactor(sync): delete expired config index
2022-08-11 18:52:26 +08:00
Yihao Deng c76e218df1
Merge pull request #15992 from taosdata/fix/rpcDeadlock
fix client deadlock
2022-08-11 18:41:24 +08:00
Minglei Jin 203a8073ca fix: use mem schema if pReader->pSchema is null 2022-08-11 18:19:44 +08:00
Ganlin Zhao 465dd745d7 fix(query): fix invalid read in doTimeslice operator 2022-08-11 18:18:45 +08:00
Ganlin Zhao 37080a36b8
Merge pull request #15988 from taosdata/fix/TD-18331
fix(query): forbid interp in super table query
2022-08-11 18:15:51 +08:00
Minglei Jin 8cac647881 fix: return stable not exists 2022-08-11 18:12:32 +08:00
Minglei Jin a7a334b5b0 fix: multiple defination 2022-08-11 18:06:43 +08:00
huolibo 696bad4b1b fix(driver): get raw block length 2022-08-11 17:48:19 +08:00
yihaoDeng 1c200b4198 fix client deadlock 2022-08-11 17:46:37 +08:00
liuyao 9776404998
Merge pull request #15984 from taosdata/feature/TD-17811
feat(stream):delete window
2022-08-11 17:43:51 +08:00
Minghao Li 8f0361bf75 refactor(sync): delete expired config index 2022-08-11 17:42:04 +08:00
yihaoDeng cfedc4d67a fix client deadlock 2022-08-11 17:41:43 +08:00
Haojun Liao 3a6285c478 fix(query): add check when invoking sma filter. 2022-08-11 17:40:55 +08:00
dapan1121 0e56dc9a7b fix: fix exchange operator memory leak 2022-08-11 17:23:08 +08:00
shenglian-zhou a96193cfc6
Merge pull request #15983 from taosdata/szhou/fixbug
fix: add multi-timeline support for session and state
2022-08-11 17:15:09 +08:00
Li Minghao 8ec0e7305e
Merge pull request #15980 from taosdata/feature/3.0_mhli
refactor(sync): add raft config index test
2022-08-11 16:37:00 +08:00
54liuyao c10a1adbd3 feat(stream):delete window 2022-08-11 16:33:35 +08:00
slzhou 009777a727 fix: add multi-timeline support for session and state 2022-08-11 16:23:53 +08:00