Commit Graph

37385 Commits

Author SHA1 Message Date
Shengliang Guan 82cf87369a
Merge pull request #28711 from taosdata/fix/optGetConnRule
opt:(rpc) opt get conn rule from connheap
2024-11-11 10:23:36 +08:00
Shengliang Guan 94e5bbdd6a
Merge pull request #28697 from taosdata/fix/liaohj
feat: kill rsync by pid.
2024-11-11 10:22:41 +08:00
yihaoDeng 0087ba3f62 opt get conn rule 2024-11-10 21:44:35 +08:00
yihaoDeng abb79a4402 opt get conn rule 2024-11-10 21:41:51 +08:00
yihaoDeng ca860881a7 fix compile error 2024-11-10 16:53:01 +08:00
yihaoDeng 1a433666eb opt get conn rule 2024-11-10 16:50:36 +08:00
Haojun Liao 006900408a fix: check return value. 2024-11-10 12:23:01 +08:00
Haojun Liao 4b50edccf0 fix: fix memory leak. 2024-11-10 10:49:31 +08:00
Haojun Liao 9ff749be73 fix:disable unit test for windows/mac 2024-11-10 10:12:21 +08:00
Haojun Liao 3559188dfa fix(stream): check return value. 2024-11-08 14:23:37 +08:00
Haojun Liao d8098ab3e1 fix(util): check return value. 2024-11-08 12:48:00 +08:00
Haojun Liao c312896d73 feat: set correct rsp code. 2024-11-08 10:31:48 +08:00
Shengliang Guan d0828ddf1e
Merge pull request #28643 from taosdata/enh/TD-32732-main
enh(query)[TD-32732]: add client Id generation and usage
2024-11-08 09:44:07 +08:00
Shengliang Guan d36b6fd214
Merge pull request #28682 from taosdata/enh/TD-32167/os
Parameter validation
2024-11-08 09:30:09 +08:00
Shengliang Guan b0b1a232e3
Merge pull request #28691 from taosdata/merge/3.0tomain
merge: from 3.0 to main
2024-11-07 20:00:33 +08:00
Haojun Liao 9c5c9f62ad feat: kill rsync by pid. 2024-11-07 19:48:32 +08:00
Hongze Cheng 6c487c3f48
Merge pull request #28472 from taosdata/enh/TD-31867-main
enh: add more log for last cache retrieve
2024-11-07 19:46:46 +08:00
Shengliang Guan 952345c734 Merge branch '3.0' into merge/3.0tomain 2024-11-07 18:01:24 +08:00
Shengliang Guan 95b043052f
Merge pull request #28683 from taosdata/enh/TS-5574-3.0
enh: add active info for show grants logs
2024-11-07 17:59:19 +08:00
Shengliang Guan 33c8aebae0
Merge pull request #28677 from taosdata/fix/3.0/TD-32817
enh: Add TSDB_CODE_TSC_STMT_BIND_NUMBER_ERROR
2024-11-07 17:40:51 +08:00
xsren 9adc756975 enh: parameter validation 2024-11-07 17:37:33 +08:00
Haojun Liao a8f7f153d9 refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00
Haojun Liao daedcc53fb refactor: return the error code and do some refactor. 2024-11-07 16:28:47 +08:00
xsren 5c01cff369 enh: param 2024-11-07 16:19:57 +08:00
Pengrongkun 7af56a3120 Add TSDB_CODE_TSC_STMT_BIND_NUMBER_ERROR, Clear error message 2024-11-07 14:49:46 +08:00
Shengliang Guan 75973af940
Merge pull request #28663 from taosdata/fix/3_liaohj
fix(stream): stop the underlying scan operations for stream
2024-11-07 13:59:55 +08:00
Shengliang Guan 3034c22afd
Merge pull request #28664 from taosdata/fix/liaohj
fix(stream): fix the underlying scan operations for stream
2024-11-07 13:59:52 +08:00
xsren 04565b23ef Parameter validation 2024-11-07 13:36:53 +08:00
Shengliang Guan b0902e81eb
Merge pull request #28659 from taosdata/fix/main/32800
fix vnode cannot restart while wal level =0
2024-11-07 11:06:31 +08:00
Shengliang Guan 3aca3c68f0
Merge pull request #28662 from taosdata/fix/TD-32829
fix:(rpc)update fqdn cache
2024-11-07 09:17:46 +08:00
Jinqing Kuang 43a337ef74 enh(query)[TD-32732]: add client Id generation and usage
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
Shengliang Guan 1f7bd1d179 Merge branch 'main' into enh/TD-32615/lemon 2024-11-06 20:52:36 +08:00
Shengliang Guan 10df16b01a
Merge pull request #28667 from taosdata/merge/3.0tomain
merge: from 3.0 to main branch
2024-11-06 20:46:56 +08:00
54liuyao 06bfd0a7ba fix issue 2024-11-06 17:43:04 +08:00
54liuyao 88cb8a9599 fix issue 2024-11-06 17:21:21 +08:00
Haojun Liao 4b4943335e fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks. 2024-11-06 17:01:32 +08:00
Haojun Liao 5ba9a088d2 fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks. 2024-11-06 16:15:40 +08:00
yihaoDeng 268576b386 fix double free when meet mem leak 2024-11-06 16:15:36 +08:00
yihaoDeng 0a9d1d8ff7 update fqdn cache 2024-11-06 15:55:42 +08:00
yihaoDeng aa8bc83791 update fqdn cache 2024-11-06 15:46:21 +08:00
xsren 1456d027b7 fix: lemon_sqll depends 2024-11-06 15:11:27 +08:00
xsren b566e26084 enh: ttokendef.h 2024-11-06 13:47:01 +08:00
Shengliang Guan 6ff8de1d22
Merge pull request #28641 from taosdata/fix/TD-32815
fix(stream):check scan range of stream operator
2024-11-06 13:35:24 +08:00
kailixu 0823c60623 Merge branch '3.0' into enh/TS-5574-3.0 2024-11-06 12:15:36 +08:00
54liuyao 527c3d59a9 fix issue 2024-11-06 11:44:02 +08:00
xiao-77 8984231b9f fix vnode cannot restart while wal level =0 2024-11-06 11:15:08 +08:00
54liuyao 719a3faa12 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
54liuyao 379df5f5b2 add twa ci test 2024-11-06 10:43:13 +08:00
Shengliang Guan 08603e5d11
Merge pull request #28551 from taosdata/feat/TS-5215-2
test(blob): testing & fixes for blob
2024-11-06 10:29:03 +08:00
Shengliang Guan c3a8daced4
Merge pull request #28401 from taosdata/feat/TS-5484-audit-delete
feat/TS-5484-audit-delete
2024-11-06 10:11:15 +08:00