Commit Graph

18931 Commits

Author SHA1 Message Date
Hongze Cheng 070ec1412e
Merge pull request #26048 from taosdata/enh/TS-4885
enh/wal_level: new level 0 to disable wal writing
2024-06-06 10:19:50 +08:00
Minglei Jin 11b26d80b7 wal_level 0: update unit & tsim test cases 2024-06-05 18:22:23 +08:00
dapan1121 95c4b7748f
Merge pull request #26047 from taosdata/fix/TD-30214
add ts column for last cache
2024-06-05 16:32:12 +08:00
Minglei Jin fdc2de2bd0 fix/wal_level 0: error with wal_level 0 to replica > 1 2024-06-05 15:47:09 +08:00
Minglei Jin d6b2bcba68 enh/wal_level: new level 0 to disable wal writing 2024-06-05 15:19:55 +08:00
Haojun Liao c529ecc7d2
Merge pull request #25734 from taosdata/fix/3_liaohj
fix(stream): update the checkpoint info for followers, and some internal refactor.
2024-06-05 13:38:51 +08:00
54liuyao 545fa5ebcb add ts column for last cache 2024-06-05 11:38:38 +08:00
dapan1121 2b3ed37b47
Merge pull request #26036 from taosdata/fix/TS-4955
fix: insert into select constant issue
2024-06-05 11:04:43 +08:00
Haojun Liao 8f1e999638
Merge pull request #26029 from taosdata/feat/ly_stream
set scan mode for stream
2024-06-05 10:51:38 +08:00
Hongze Cheng 4490cd7db3
Merge pull request #26040 from taosdata/enh/lsg-restore-3.0
enh: add more log for restore
2024-06-05 09:11:42 +08:00
Haojun Liao bf9a5135fb fix(stream): disable timer for checkpoint-ready msg in rsma. 2024-06-05 00:13:57 +08:00
Shungang Li 1f73bb106e enh: add more log for restore 2024-06-04 17:14:59 +08:00
Haojun Liao 3fc20f761f
Merge pull request #26021 from taosdata/fix/TD-30303
coverity scan for stream
2024-06-04 16:55:06 +08:00
dapan1121 6f696a3933 fix: insert into select constant issue 2024-06-04 16:27:51 +08:00
Haojun Liao 4fc21cc8b0 refactor: do some internal refactor. 2024-06-04 10:08:18 +08:00
54liuyao 5ab81da4a0 set scan mode for stream 2024-06-04 09:50:26 +08:00
Haojun Liao 407f79cfa6 fix(stream): fix dead-lock. 2024-06-03 19:14:45 +08:00
dapan1121 91375c8ca1 fix: taosc exit issue 2024-06-03 19:13:14 +08:00
Haojun Liao 0c8e9046f6
Merge pull request #26015 from taosdata/fix/TD-3036
adj stream count state buff
2024-06-03 19:03:24 +08:00
54liuyao 3e38c1f973 coverity scan for 2024-06-03 19:01:24 +08:00
Haojun Liao 3b3ed1c30c fix(stream): add monitor for checkpoint-ready msg recv status. 2024-06-03 16:45:37 +08:00
54liuyao 1ad25599ca init delete mark 2024-06-03 16:41:38 +08:00
dapan1121 3c98aa1b3d
Merge pull request #26006 from taosdata/fix/3.0/TS-4879
fix exchange operator memory access problem
2024-06-03 16:30:18 +08:00
Haojun Liao 5a575dc53f
Merge pull request #25998 from taosdata/fix/TD-30343
when dst table has composite primary key, need to delete result
2024-06-03 16:25:32 +08:00
Haojun Liao 927e2237de Merge branch '3.0' into fix/3_liaohj 2024-06-03 15:56:02 +08:00
Hongze Cheng 6f72fd4170
Merge pull request #25996 from taosdata/feat/TD-30006-3
Feat/TD-30006-3
2024-06-03 15:41:47 +08:00
54liuyao ca7e1344e1 adj stream count state buff 2024-06-03 15:22:12 +08:00
wangjiaming0909 6fcd071144 fix exchange operator memory access problem 2024-06-03 13:57:35 +08:00
dapan1121 affdeed944
Merge pull request #25909 from taosdata/feat/ly_tmq_batch_meta
optimize tmq snapshot meta
2024-06-03 10:19:57 +08:00
Haojun Liao 31317c4895 fix(stream): set the checkpoint ready info for only one task in stream. 2024-06-01 23:20:43 +08:00
Haojun Liao 2a8270f9c8 fix(stream): track the checkpoint-ready msg on the upstream tasks. 2024-06-01 18:26:45 +08:00
Yihao Deng ac2d9ab276 add error 2024-05-31 11:41:05 +00:00
Yihao Deng 69e402d547 add error 2024-05-31 11:40:54 +00:00
Yihao Deng 9f0d6eddae add error 2024-05-31 11:40:08 +00:00
Yihao Deng 9fb329f481 add error 2024-05-31 08:08:54 +00:00
54liuyao a77c6940da when dst table has composite primary key, need to delete result 2024-05-31 15:22:38 +08:00
Yihao Deng fd385d7c52 support add column compress 2024-05-31 06:41:36 +00:00
Haojun Liao 76b43dc072 fix(stream): 1. check the checkpoint-trigger rsp, 2. set the error code in the message body, 3. follower nodes not handle the checkpoint-trigger retrieve request. 2024-05-31 14:32:55 +08:00
Yihao Deng c253ac73a9 support add column compress 2024-05-31 06:27:54 +00:00
Haojun Liao bef1953b24
Merge branch '3.0' into fix/3_liaohj 2024-05-31 14:27:46 +08:00
Yihao Deng 116409d73f merge 3.0 2024-05-31 02:53:36 +00:00
Yihao Deng 5293c4a1dd Merge branch '3.0' into feat/TD-30006 2024-05-31 02:49:58 +00:00
Haojun Liao ee4e4c0e6d refactor: do some internal refactor. 2024-05-31 09:17:20 +08:00
Yihao Deng c6407277dc support add column compress 2024-05-30 11:41:22 +00:00
dapan1121 4f67ccc5d5
Merge pull request #25935 from taosdata/fix/3.0/TD-30188
fix select from union all caused crash
2024-05-30 15:45:44 +08:00
Haojun Liao 5768cc94a1 Merge branch '3.0' into fix/3_liaohj 2024-05-30 15:35:00 +08:00
dapan1121 f09135abed
Merge pull request #25968 from taosdata/fix/TD-30108
fix: add ut thread join
2024-05-30 08:46:18 +08:00
Haojun Liao 0946f25e5f fix(stream): fix syntax error. 2024-05-29 22:36:22 +08:00
Haojun Liao becc4cb368 enh(stream): limit the concurrent started checkpoint tasks. 2024-05-29 19:29:26 +08:00
dapan1121 a98394949a fix: add ut thread join 2024-05-29 17:20:56 +08:00