Commit Graph

470 Commits

Author SHA1 Message Date
Haojun Liao 2e79c766fa
Merge pull request #24731 from taosdata/fix/3_liaohj
fix(tsdb): check and return if the rows in stt are before the data rows in data files.
2024-02-05 09:00:32 +08:00
kailixu 6098538162 feat: support uniq grant 2024-02-04 18:00:02 +08:00
kailixu 6cf7809e8d feat: support uniq grant 2024-02-04 14:59:47 +08:00
Haojun Liao 3236ef7bae feat(stream): return the stream source task exec delay, and do some internal refactor. 2024-02-02 11:26:47 +08:00
kailixu c97274c5eb feat: support uniq grant 2024-01-24 14:25:36 +08:00
dapan1121 bb48b457ca fix: return error response while fetching in quick response mode 2023-11-03 11:28:16 +08:00
dapan1121 e24498b0fd enh: add task notify 2023-08-25 14:59:34 +08:00
dapan1121 5faf7d967d fix: table version release issue 2023-08-22 13:55:45 +08:00
dapan1121 daf91648fe fix: invalid read memory issue 2023-08-18 13:57:17 +08:00
dapan1121 31b0bcd716 fix: taosd crash issue 2023-08-15 08:51:23 +08:00
dapan1121 c9656d3f77 fix: fix memory issues 2023-08-11 17:39:41 +08:00
dapan1121 1aac643a9b enh: support single vnode join 2023-08-09 10:30:35 +08:00
dapan1121 9ed1417bba enh: remove group cache 2023-07-28 18:00:33 +08:00
dapan1121 6a0061ccfb fix: invalid task status update issue 2023-07-26 13:54:58 +08:00
dapan1121 c19c59d5e6 enh: optimize oprator param usage 2023-07-07 16:49:35 +08:00
dapan1121 b371b7e6be fix: compile issue and merge join crash issue 2023-07-06 10:52:28 +08:00
dapan1121 e7c200ad6e enh: support dynamic table scan 2023-07-06 09:54:45 +08:00
dapan1121 0718859c0a enh: support passing params between nodes 2023-07-05 19:24:06 +08:00
wade zhang 254a20bdf3
Merge pull request #21660 from luckeverda/feat/TD-23739
feat/TD-23739: enhance ttl, deletetime modified by writing-op
2023-06-25 09:06:57 +08:00
Shungang Li b93f653d7e feat: enhance ttl, deletetime modified by writing-ops
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
2023-06-19 19:03:35 +08:00
dapan1121 14f3270a76 fix: subtask dead loop issue 2023-06-09 17:21:28 +08:00
Haojun Liao 7bf07b78b2 fix(client): remove dependency 2023-06-07 11:36:01 +08:00
kailixu 87a086996e chore: code optimization 2023-06-04 09:07:04 +08:00
kailixu 907feb23b0 chore: unbind the dependency 2023-06-04 07:56:46 +08:00
Haojun Liao ab907e3344 fix(query): fix syntax error. 2023-05-24 21:53:40 +08:00
Haojun Liao fe09705855 fix: set the init function pointer. 2023-05-24 17:13:20 +08:00
Haojun Liao f203c7806d fix(tools): fix build failure on enterprise edition. 2023-05-24 14:52:50 +08:00
Haojun Liao 66477a28ca refactor: do some internal refactor. 2023-05-23 19:10:50 +08:00
dapan1121 df973ce28e fix: remove debug info 2023-05-16 18:37:00 +08:00
dapan1121 cacbc7d3d3 fix: query stop issue 2023-05-10 16:20:44 +08:00
dapan1121 9f78c22fb5 fix: quick rsp issue 2023-04-14 10:08:40 +08:00
dapan1121 fe9df727f3 fix: fetch rsp message type issue 2023-04-14 09:15:14 +08:00
dapan1121 9caac472e8 fix: quick rsp issue 2023-04-13 19:40:56 +08:00
dapan1121 1508c3afc2 fix: quick rsp issue 2023-04-13 18:34:23 +08:00
dapan1121 7800da65ae fix: quick rsp lock issue 2023-04-13 18:30:13 +08:00
dapan1121 8ad82f07b0 fix: quick rsp issue 2023-04-13 18:25:50 +08:00
dapan1121 8ecf5bdb33 fix: quick rsp 2023-04-13 17:42:20 +08:00
dapan1121 e86ffad8ef fix: add debug info 2023-04-13 14:23:12 +08:00
dapan1121 23920e10c1 enh: optimize log perf 2023-04-12 13:58:29 +08:00
dapan1121 13331134d5
Merge pull request #20725 from taosdata/fix/TS-2876
fix: task context not exists issue
2023-03-31 21:35:13 +08:00
dapan1121 19e5d63721 fix: add job retry 2023-03-31 18:26:46 +08:00
dapan1121 0327a8eaa3 fix: block rows number type 2023-03-29 10:46:56 +08:00
dapan1121 59b532a890 fix: modify minrows/maxrows range and add cases 2023-03-16 09:46:14 +08:00
Xiaoyu Wang 1ab144609e merge main 2023-02-23 14:58:22 +08:00
dapan1121 42525b846a fix: fix issues reported by coverity scan 2023-02-22 09:58:18 +08:00
dapan1121 0b0af5240d
Merge pull request #20002 from taosdata/fix/forceStopTask
fix: add force stop task and rename conflict structer name
2023-02-21 16:30:18 +08:00
Xiaoyu Wang c597de099f merge main 2023-02-20 13:41:27 +08:00
dapan1121 892d6c61c9 fix: task dropped error code 2023-02-16 10:06:01 +08:00
dapan1121 ed4e8313e0 fix: add force stop task and rename conflict structer name 2023-02-16 08:55:13 +08:00
dapan1121 208706d947
Merge pull request #19880 from taosdata/fix/TS-2547
fix: invalid msg order issue
2023-02-14 09:11:20 +08:00
Xiaoyu Wang 09925437e3 merge main 2023-02-08 09:51:52 +08:00
dapan1121 ab328a7c1e fix: query res freed when fetch handling drop event 2023-02-06 15:26:07 +08:00
dapan1121 ebbf3af3b1 fix: invalid msg order issue 2023-02-06 13:46:47 +08:00
Xiaoyu Wang 5d499e52f9 merge main 2023-02-03 17:13:11 +08:00
Xiaoyu Wang 24157e78d6 merge main 2023-01-28 17:52:58 +08:00
slzhou d9b22b3299 fix: add node stopped and get/accquire ctx return node stopped 2023-01-18 15:13:16 +08:00
dapan1121 e70f767647 fix: crash caused of wrong task phase issue 2023-01-17 17:53:56 +08:00
Shengliang Guan 3016f35e9f Merge branch '3.0' into merge/mainto3.0_0105 2023-01-05 16:08:23 +08:00
Xiaoyu Wang fdde287ca9 merge main 2023-01-04 11:43:20 +08:00
dapan1121 1477ce97a7 fix: drop task while task executing issue 2023-01-03 18:07:18 +08:00
dapan1121 436bc5cbe8 enh: remove asserts 2022-12-30 15:35:03 +08:00
dapan1121 5dc80c0bb1 fix: invalid msg order issue 2022-12-30 11:20:25 +08:00
dapan1121 d5e5697cef fix: int64 print issue 2022-12-29 12:30:38 +08:00
dapan1121 9facfe83d1 fix: some query tasks not end when vnode stopped 2022-12-29 10:50:16 +08:00
yihaoDeng e6709caafb remove sch status on timeout 2022-12-14 16:14:39 +08:00
yihaoDeng 581a041ddd remove unused param 2022-12-13 20:39:36 +08:00
yihaoDeng e150913c7b change default sch value 2022-12-09 17:08:51 +08:00
Shengliang Guan 6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan d5126d469a refact: replcase ASSERT with tAssert 2022-12-07 18:42:48 +08:00
dapan1121 f9f60a8f39
Merge pull request #18646 from taosdata/fix/TD-20684-3.0
feat(api): add new api int64_t taos_affected_rows64
2022-12-04 16:47:51 +08:00
Shengliang Guan d9c261cd13 refact: remove some error codes 2022-12-03 10:17:02 +08:00
Alex Duan 81dc25819d feat(api): add int64 affect row fix build error 2022-12-03 09:42:58 +08:00
Alex Duan 213b97b79a feat(api): taos_affected_rows64 add and modfiy tmsg.h 2022-12-02 23:20:19 +08:00
Shengliang Guan 524de026a5 enh: remove TSDB_CODE_RPC_REDIRECT 2022-12-02 22:24:35 +08:00
dapan1121 6593c835fe
Merge pull request #18632 from taosdata/fix/TD-20727
fix: filter memory leak cause of same const strings
2022-12-02 16:23:12 +08:00
dapan1121 7bb30150a9 fix: fix memory leak 2022-12-02 14:23:36 +08:00
dapan1121 8ee170bef1 enh: add retry for vnode closed case 2022-11-29 16:17:05 +08:00
Haojun Liao 7fe4cf7bbe
Merge branch '3.0' into feature/3_liaohj 2022-11-25 22:24:59 +08:00
dapan1121 2774799d9a fix: duplicated explain response issue 2022-11-25 13:59:13 +08:00
Haojun Liao 9a208b2d09 other: merge 3.0 2022-11-24 17:08:15 +08:00
dapan1121 f0fcaa9305 fix: fix exchange operator hang issue 2022-11-23 21:13:34 +08:00
dapan1121 cafc5e4cae enh: refact fetch message 2022-11-22 10:43:56 +08:00
dapan1121 8abdb21091 fix: fix memory leak issue 2022-11-21 17:34:50 +08:00
dapan1121 a6c3bc20f1 Merge remote-tracking branch 'origin/3.0' into enh/msgRefactor1 2022-11-21 15:04:10 +08:00
dapan1121 70eb1f445e fix: fix compile error 2022-11-18 13:18:23 +08:00
dapan1121 3f88dbe256 enh: refact client server messages 2022-11-18 11:43:03 +08:00
dapan1121 1b0c98433e enh: refact query message 2022-11-17 18:04:57 +08:00
Haojun Liao ec7ad45b2b fix(query): fix a typo. 2022-11-17 17:37:45 +08:00
dapan1121 08be4503c9 fix: fix query thread stop issue 2022-11-16 16:25:58 +08:00
Haojun Liao 7b53b8142e refactor: do some internal refactor. 2022-11-12 16:03:47 +08:00
dapan1121 f60441e2dd fix: fix query thread quitting issue 2022-11-11 18:44:59 +08:00
dapan1121 89c13efba8 fix: fix query thread quit issue 2022-11-11 17:13:55 +08:00
dapan1121 5ab6166efe enh: support grant check in vnode query 2022-11-07 16:23:40 +08:00
dapan1121 d282e511e3 fix: fix taosd memory leak issue 2022-11-03 11:47:15 +08:00
dapan1121 ba0913e645 fix: remove not used code 2022-10-26 19:25:12 +08:00
Benguang Zhao 00a066443f Merge branch '3.0' into FIX/TD-19593-3.0 2022-10-19 09:38:36 +08:00
Benguang Zhao 3b0968d7f9 enh: enable the -Wformat=2 compiler option 2022-10-19 09:24:15 +08:00
dapan1121 0fe14f0b16 fix: fix coverity issues 2022-10-18 16:33:27 +08:00
dapan1121 cf9abe7258 fix: fix coverity check issues 2022-10-17 19:48:36 +08:00
dapan1121 40591003d1 Merge branch 'refact/query_opt' of github.com:taosdata/TDengine into refact/query_opt 2022-10-14 13:09:30 +08:00