Commit Graph

43769 Commits

Author SHA1 Message Date
chenhaoran 04c6d7f26f ci:add the env that builds with sanitizer 2022-11-10 09:10:40 +08:00
chenhaoran aedeecb81b ci:add the env that builds with sanitizer 2022-11-09 22:42:02 +08:00
chenhaoran bd2f86f22c ci:add the env that builds with sanitizer 2022-11-09 22:22:55 +08:00
chenhaoran 5c59e69607 ci:add the env that builds with sanitizer 2022-11-09 21:17:15 +08:00
chenhaoran 2007c0a7bd ci:add the env that builds with sanitizer 2022-11-09 20:50:53 +08:00
chenhaoran e5bd00f0ae ci:add the env that builds with sanitizer 2022-11-09 20:29:32 +08:00
Shengliang Guan efbe9ecbdc
Merge pull request #17999 from taosdata/fix/TD-20052
refact: move sync test code to single lib and reduce the number of memory copies
2022-11-09 19:14:33 +08:00
Shengliang Guan 4646640a11
Merge pull request #18001 from taosdata/fix/sync
fix(sync): fix AddressSanitizer error
2022-11-09 19:13:48 +08:00
dapan1121 b607f4736d
Merge pull request #17996 from taosdata/fix/TD-20277
fix: fix valgrind invalid read error
2022-11-09 19:01:17 +08:00
dapan1121 3c8a87eb45
Merge pull request #17997 from taosdata/fix/TD-20224
fix: uncomment CI cases
2022-11-09 18:57:30 +08:00
Shengliang Guan aeb16925b7
Merge pull request #17993 from taosdata/feature/TD-20201
fix(ci):modify ci test
2022-11-09 18:50:25 +08:00
Shengliang Guan 9584c07efc
Merge pull request #18000 from taosdata/fix/3.0_bugfix_wxy
fix: some problems of parser
2022-11-09 18:49:57 +08:00
Shengliang Guan be9a32fcfd
Merge pull request #17998 from taosdata/fix/liao_cov
fix(query): fix syntax errors.
2022-11-09 18:13:43 +08:00
Shengliang Guan fdad108726 Merge branch '3.0' into fix/TD-20052 2022-11-09 18:02:46 +08:00
Shengliang Guan 35bacc2f96
Merge pull request #17995 from taosdata/feature/3.0_mhli
refactor(sync): add FpApplyQueueItems in fsm
2022-11-09 17:40:28 +08:00
Xiaoyu Wang 6298f92d56 fix: some problems of parser 2022-11-09 17:39:28 +08:00
Minghao Li 153c01ee73 fix(sync): fix AddressSanitizer error 2022-11-09 17:38:46 +08:00
Shengliang Guan f2fd847414 refact: move sync test code to single lib 2022-11-09 17:35:22 +08:00
Shengliang Guan 340bad7e99 Merge branch '3.0' into fix/TD-20052 2022-11-09 17:29:24 +08:00
Haojun Liao ffa34888df Merge branch '3.0' into fix/liao_cov 2022-11-09 17:14:32 +08:00
Haojun Liao 464f108e48 fix(query): fix syntax errors. 2022-11-09 17:14:01 +08:00
Ganlin Zhao f4a5cb995d Revert "test:refact unsuccessful case"
This reverts commit d550e43c5a.
2022-11-09 17:04:22 +08:00
Minghao Li 2391391621 refactor(sync): save error code in syncPrintNodeLog 2022-11-09 16:44:05 +08:00
Ganlin Zhao e0f2a4b5fe Merge branch '3.0' into fix/TD-20277 2022-11-09 16:42:22 +08:00
Ganlin Zhao 652c6388f2 fix: fix valgrind invalid read error 2022-11-09 16:40:17 +08:00
Minghao Li 18363f52e5 refactor(sync): add FpApplyQueueItems in fsm 2022-11-09 16:35:26 +08:00
Minghao Li d672e7a05c refactor(sync): add FpApplyQueueItems in fsm 2022-11-09 16:18:28 +08:00
Shengliang Guan a63e79e334
Merge pull request #17990 from taosdata/enh/3.0_planner_optimize
fix: taos_fetch_rows_a error
2022-11-09 15:57:26 +08:00
Shengliang Guan 7f03194299
Merge pull request #17991 from taosdata/feature/stream
enh(tmq): auto clear lost consumer
2022-11-09 15:57:08 +08:00
dapan1121 ba34b7477f
Merge pull request #17986 from taosdata/feature/TD-20283
fix(operator):partition operator memory leak
2022-11-09 15:03:23 +08:00
Shengliang Guan 15e7e345dc refact: move sync test code to single lib 2022-11-09 14:45:07 +08:00
Liu Jicong 4000176dc7 enh(tmq): auto clear lost consumer 2022-11-09 14:44:09 +08:00
Xiaoyu Wang caf5bddb04 fix: taos_fetch_rows_a error 2022-11-09 14:43:56 +08:00
Shengliang Guan 0656cd8fe4
Merge pull request #17984 from taosdata/feature/3.0_mhli
refactor(sync): delete assert, call FpCommitCb when multi replica
2022-11-09 13:27:10 +08:00
54liuyao 97fb25372e fix(ci):modify ci test 2022-11-09 12:58:44 +08:00
54liuyao da13891ca4 fix(stream):partition operator memory leak 2022-11-09 12:52:17 +08:00
Shengliang Guan 0d4239af46
Merge pull request #17976 from taosdata/feature/3_liaohj
enh(query): optimize the query perf.
2022-11-09 11:41:17 +08:00
Shuduo Sang 9533ad4198
feat: taosbenchmark support query fails then continue (#17980) 2022-11-09 11:24:45 +08:00
Minghao Li 372d26f74b refactor(sync): delete assert, call FpCommitCb when multi replica 2022-11-09 11:24:11 +08:00
dapan1121 7af6a0feaa
Merge pull request #17963 from taosdata/feature/stream_ly
fix(stream): state window, error result after deleting data
2022-11-09 11:18:25 +08:00
Haojun Liao 459bed5f86 enh(query): improve the query perf. 2022-11-09 10:41:53 +08:00
Haojun Liao 0c427b5f5b refactor: do some internal refactor. 2022-11-09 10:39:32 +08:00
Haojun Liao e3aabacf9a fix(query): fix error in min/max functions. 2022-11-09 09:47:21 +08:00
Haojun Liao 68f2f92116 fix(query): fix the syntax errors. 2022-11-09 09:07:21 +08:00
Haojun Liao d238f387ce other: merge 3.0 2022-11-09 00:00:14 +08:00
Shengliang Guan ebc17283de
Merge pull request #17974 from taosdata/fix/TD-20052
refact: adjust sync resp mgr
2022-11-08 23:56:25 +08:00
Shengliang Guan a99a1d2eae
Merge pull request #17975 from taosdata/fix/TD-20289
fix: send response on enqueue msg failed
2022-11-08 23:55:28 +08:00
Shengliang Guan bf1aca1b9e fix: send response on enqueue msg failed 2022-11-08 23:00:14 +08:00
Shengliang Guan 1c8a2d696d fix: send response on enqueue msg failed 2022-11-08 22:59:05 +08:00
Shengliang Guan a4e96ca833 refact: adjust sync resp mgr 2022-11-08 22:43:12 +08:00