Commit Graph

62570 Commits

Author SHA1 Message Date
dapan1121 09510a590f
Merge pull request #24720 from taosdata/fix/TD-28445
fix: join order by not work issue
2024-02-02 13:08:57 +08:00
Minglei Jin 3562ef4334 fix(query/cache): separate null inserting 2024-02-02 12:29:29 +08:00
kailixu a452480249 feat: support uniq grant 2024-02-02 12:28:51 +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 015fb4d679 feat: support uniq grant 2024-02-02 11:15:39 +08:00
dapan1121 948845ea35 fix: join order by not work issue 2024-02-02 10:38:09 +08:00
dmchen 7ae45a0a83 atomic refactor 2024-02-02 02:21:06 +00:00
charles a2ef5fcf4c Merge branch 'ts4479' of https://github.com/taosdata/TDengine into ts4479 2024-02-02 10:16:38 +08:00
charles 57148a7731 udpate checkAsan.sh to skip asan_malloc_linux.cpp error 2024-02-02 10:16:14 +08:00
dmchen d3b668bd5f double atomic lib 2024-02-02 01:48:00 +00:00
Yihao Deng 5d80d9d41c change error code 2024-02-02 01:45:36 +00:00
Alex Duan 71c9da5127
Merge pull request #24718 from taosdata/case/TD-28305-3.0
fix: comment checkStreamCorrect again
2024-02-02 09:15:17 +08:00
Alex Duan ad16d1ed38 fix: comment checkStreamCorrect again 2024-02-02 09:14:20 +08:00
Alex Duan 035f7d096c
Merge pull request #24715 from taosdata/coverage/TD-28550-3.0
coverage: metaIdx.c comment no use function
2024-02-02 09:05:51 +08:00
kailixu 44d264456d feat: support uniq grant 2024-02-02 08:41:45 +08:00
wade zhang 2bfdc88e21
Merge pull request #24717 from taosdata/feat/TD-27463-3.0a
feat: support uniq grant
2024-02-02 08:14:55 +08:00
kailixu 231cf000da Merge branch 'feat/TD-27463-3.0a' into feat/TD-27463-3.0 2024-02-02 00:07:15 +08:00
kailixu 67425fce1e feat: support uniq grant 2024-02-01 22:57:56 +08:00
Alex Duan 52d5315820
Merge pull request #24714 from taosdata/case/TD-28305-3.0
case: open checkStreamCorrect on s3_basic.py
2024-02-01 21:09:08 +08:00
Alex Duan 68fe671cbc add tsz compress 2024-02-01 21:04:38 +08:00
Haojun Liao 43ff259d5d
Merge pull request #24709 from taosdata/fix/3_liaohj
fix(stream): pass down the transId of checkpoint
2024-02-01 19:28:37 +08:00
Alex Duan 963bb20ce3 coverage: metaIdx.c comment no use funciton 2024-02-01 19:11:50 +08:00
Alex Duan f78b62e224 case: open checkStreamCorrect on s3_basic.py 2024-02-01 19:06:38 +08:00
dapan1121 eb04c1a818
Merge pull request #24707 from taosdata/fix/TD-28514
fix:[TD-28514] memory leak
2024-02-01 18:44:57 +08:00
Yihao Deng 58b675a5d7 change error code 2024-02-01 10:15:56 +00:00
54liuyao 4f2fb15a56 delete log 2024-02-01 18:07:19 +08:00
kailixu adee720128 feat: support uniq grant 2024-02-01 17:48:29 +08:00
Minglei Jin d59b767af3 enh(tsdb/cache): flag empty table when creating 2024-02-01 17:40:32 +08:00
Haojun Liao 87e543c824 fix(stream): pass down the transId of checkpoint, to make sure the downstream task can report the error transId successfully. 2024-02-01 17:14:36 +08:00
Haojun Liao 0fe9c05c5f
Merge pull request #24704 from taosdata/fix/3_liaohj
fix(stream): take ver snapshot for all vgroups
2024-02-01 17:07:36 +08:00
kailixu 4d8ba0f60f feat: support uniq grant 2024-02-01 17:02:08 +08:00
54liuyao a6a312a1a6 fix issue 2024-02-01 16:44:00 +08:00
dmchen 97a120ee09 fix taosd monitor case 2024-02-01 08:41:10 +00:00
slzhou bcba3007dc fix: query and free RSS quickly 2024-02-01 16:40:53 +08:00
wangmm0220 d369289ea2 fix:[TD-28514] memory leak 2024-02-01 16:34:05 +08:00
charles 54c8f01034 update test case for ts4479 and td28163 by charles 2024-02-01 16:05:20 +08:00
dmchen 7752a57580 not log null, memory leak, skip empty, default config 2024-02-01 07:26:05 +00:00
wade zhang 70a2674315
Merge pull request #24698 from taosdata/FIX/TD-28529-3.0
fix: reset sync timer although failed to enqueue since out of memory in rpc queue
2024-02-01 15:13:18 +08:00
Haojun Liao 88f246b988 fix(stream): fix syntax error on windows, and add null ptr check for pTrans obj. 2024-02-01 15:08:06 +08:00
dm chen 4605f6b011 Windows double atomic 2024-02-01 14:19:12 +08:00
Haojun Liao ac2d8f4ca8 fix(stream): fix memory leak. 2024-02-01 13:04:26 +08:00
dmchen 907e06ad4d clusterid by taosd 2024-02-01 04:52:54 +00:00
Haojun Liao 4088e1cbff fix(stream): fix memory leak. 2024-02-01 12:05:07 +08:00
Haojun Liao cb2ea4a721 fix(stream): take ver snapshot for all vgroups before launching stream with fill-history option opened. 2024-02-01 11:37:57 +08:00
wangmm0220 a9fcc67321 fix:conflicts from 3.0 2024-02-01 11:13:03 +08:00
Benguang Zhao 57714dff65 fix: reset sync timer although failed to enqueue since Out of Memory in rpc queue 2024-02-01 11:07:17 +08:00
“happyguoxy” b1841ceff5 test: add agg group always/not return value cases 2024-02-01 10:41:44 +08:00
“happyguoxy” 077ed6841c test: add agg group always return value cases 2024-02-01 10:38:31 +08:00
“happyguoxy” 165fd7555b test: add agg group not return value cases 2024-02-01 10:38:09 +08:00
slzhou 1e30ac9408 fix: compilation error 2024-02-01 10:30:07 +08:00