Commit Graph

64607 Commits

Author SHA1 Message Date
Yihao Deng 5293c4a1dd Merge branch '3.0' into feat/TD-30006 2024-05-31 02:49:58 +00:00
Yihao Deng a1ccf91298 support add column compress 2024-05-31 02:47:57 +00:00
Yihao Deng b364379671 add compress 2024-05-31 02:31:29 +00:00
Haojun Liao ee4e4c0e6d refactor: do some internal refactor. 2024-05-31 09:17:20 +08:00
Hongze Cheng 0988064f9c
Merge pull request #25950 from taosdata/fix/TD-30291-3.0
fix: arb distinguish between isSync and acked
2024-05-30 19:50:51 +08:00
Yihao Deng c6407277dc support add column compress 2024-05-30 11:41:22 +00:00
Haojun Liao 815a9e953b fix(stream): desc the ref for checkpoint-trigger timer. 2024-05-30 18:41:56 +08:00
Haojun Liao e66283d99c fix(stream): remove table meta in table-meta cache. 2024-05-30 18:41:17 +08:00
Hongze Cheng 1821f9aae4 format 2024-05-30 16:29:31 +08:00
Hongze Cheng b9d8f63e85 fix: memory leak 2024-05-30 16:28:51 +08:00
Hongze Cheng d28abdf837 fix coverity scan problem 2024-05-30 16:11:53 +08:00
Haojun Liao b4956392d9 fix(stream): return in_progress code if not send retrieve rsp to downstream. 2024-05-30 15:54:08 +08: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
Haojun Liao cff5e753ef fix(stream): discard the result data block if the primary timestamp of results is expired. 2024-05-30 14:16:49 +08:00
Hongze Cheng e2349518ec
Merge pull request #25974 from taosdata/fix/TD-30317-3.0
Fix/TD-30317-3.0
2024-05-30 13:52:44 +08:00
Hongze Cheng 91394f2e6d fix more 2024-05-30 11:01:44 +08:00
Hongze Cheng f85a4df0e6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30317-3.0 2024-05-30 10:24:31 +08:00
Hongze Cheng 88a2c373b3 more fix 2024-05-30 10:22:26 +08:00
Alex Duan c48db6b212
Merge pull request #25964 from taosdata/TEST/3.0/TS-4721
Test/3.0/ts-4721
2024-05-30 09:21:11 +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
Alex Duan d0e0d8620f
Merge pull request #25971 from taosdata/coverage/TD-30235-3.0
coverage: add test case for db encrypt
2024-05-29 19:50:28 +08:00
Haojun Liao becc4cb368 enh(stream): limit the concurrent started checkpoint tasks. 2024-05-29 19:29:26 +08:00
Hongze Cheng cd74a7e8e8
Merge pull request #25957 from taosdata/fix/TD-30307-3.0
fix/TD-30307
2024-05-29 18:53:59 +08:00
Ping Xiao 4f49cb7940 coverage: add test case for db encrypt 2024-05-29 18:11:45 +08:00
dapan1121 a98394949a fix: add ut thread join 2024-05-29 17:20:56 +08:00
Alex Duan 8cf5beb3a5
Merge pull request #25961 from taosdata/test/TS-4847-3.0
TS-4847: add test case
2024-05-29 16:53:23 +08:00
54liuyao 129d04a449 adj tmq param 2024-05-29 16:29:04 +08:00
wangmm0220 1a6a0d3107 fix:[TD-30323]tmq close error if consumer is cleared 2024-05-29 16:04:37 +08:00
Haojun Liao 46ca55ac74 fix(stream): avoid deadlock. 2024-05-29 15:20:35 +08:00
Hongze Cheng f55321cebc
Merge pull request #25958 from taosdata/fix/TD-30317-3.0
fix: compact and commit concurrency problem
2024-05-29 15:14:45 +08:00
Chris Zhai c9c1e3ec9d update cases.task to add test cases 2024-05-29 15:01:18 +08:00
Chris Zhai 003f9138bc add test cases for TS-4721 2024-05-29 14:59:22 +08:00
Ping Xiao 9e842929e8 TS-4847: add test case 2024-05-29 14:36:14 +08:00
Haojun Liao 27ac6ca16e fix(stream): desc the ref for checkpoint-trigger timer. 2024-05-29 14:12:14 +08:00
Hongze Cheng e75ab5b298 fix more 2024-05-29 14:10:34 +08:00
54liuyao 444014f6ac add ci 2024-05-29 14:10:08 +08:00
Hongze Cheng bb83ed2469 fix: compact and commit concurrency problem 2024-05-29 11:33:17 +08:00
Haojun Liao 09efbad117 fix(stream): drop related fill history task. 2024-05-29 11:16:26 +08:00
dmchen 5283ca87ed fix/TD-30307 2024-05-29 03:08:15 +00:00
wangmm0220 7182e0948e fix:[TD-30306]error in converity scan 2024-05-29 10:49:36 +08:00
Haojun Liao a9abe78eab other: comment invalid sleep for test purpose 2024-05-29 09:16:37 +08:00
Haojun Liao 225dfb1a93 enh(stream): check checkpoint-trigger msg every 100ms. 2024-05-29 00:30:42 +08:00
Haojun Liao d1d868f239 refactor: do some internal refactor and set the pActiveInfo for rsma. 2024-05-29 00:08:29 +08:00
54liuyao 2cf657c767 add ci 2024-05-28 19:33:38 +08:00
Shungang Li 4bfddf5020 fix: ci test case 2024-05-28 19:09:56 +08:00
54liuyao a2255ca355 add tmq param 2024-05-28 18:34:37 +08:00
Haojun Liao 8d54d45054 fix(stream): fix error found by CI. 2024-05-28 17:30:14 +08:00
Haojun Liao c3c6b680fb Merge branch '3.0' into fix/3_liaohj 2024-05-28 17:29:22 +08:00