Commit Graph

33267 Commits

Author SHA1 Message Date
wangmm0220 3bd21d446d fix:[TD-31017]process return value in client for tmq 2024-07-23 14:35:40 +08:00
wangmm0220 62a781ac6e fix:[TD-31017]process return value in client for tmq 2024-07-23 14:32:28 +08:00
wangmm0220 ac9b27dcce fix:[TD-31017]process return value in client for tmq 2024-07-23 14:19:02 +08:00
Haojun Liao 3bc91da354
Merge pull request #26689 from taosdata/fix/TD-30967
feat(operator):adj operator result
2024-07-22 16:59:48 +08:00
54liuyao d02617aaf6 adj operator result 2024-07-22 14:42:50 +08:00
54liuyao 3660b6cede adj operator res 2024-07-22 13:55:00 +08:00
54liuyao e3a89571ff adj operator res 2024-07-22 13:40:35 +08:00
54liuyao b43dcf2a26 adj operator res 2024-07-22 13:38:30 +08:00
dapan1121 5328c6dbea
Merge pull request #26585 from taosdata/enh/TD-30992/command
enh: return value: command
2024-07-22 13:18:15 +08:00
54liuyao 951283fc44 adj operator res 2024-07-22 13:15:24 +08:00
54liuyao fd6c1ecf37 adj operator res 2024-07-22 13:05:39 +08:00
Hongze Cheng 4143b6ac1b
Merge pull request #26653 from taosdata/fix/TD-30989-mnode3
fix/TD-30989
2024-07-22 13:00:36 +08:00
54liuyao 6e70da62fb adj operator res 2024-07-22 12:51:25 +08:00
Hongze Cheng dd22e80059
Merge pull request #26701 from taosdata/fix/TD-30989-mnode6
fix/TD-30989
2024-07-22 10:40:34 +08:00
Hongze Cheng 67f183745d
Merge pull request #26658 from taosdata/enh/refactErrCodeRsync
Enh/refactErrCodeRsync
2024-07-22 10:16:06 +08:00
Hongze Cheng e8c24c236a
Merge pull request #26616 from taosdata/fix/addErrorToMgmt
Fix/addErrorToMgmt
2024-07-22 10:15:45 +08:00
xsren e86189d9ea check serialize result 2024-07-22 09:36:59 +08:00
xsren 99dcaaff21 build on windows 2024-07-22 09:36:59 +08:00
xsren ebec7c928b array push 2024-07-22 09:36:59 +08:00
xsren 200fd4738f array push 2024-07-22 09:36:59 +08:00
xsren 010a1da482 return value: querymsg.c 2024-07-22 09:36:56 +08:00
54liuyao b038b655da Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-22 09:27:41 +08:00
xsren 1583fbb40d fix: build error 2024-07-22 09:26:58 +08:00
xsren 02ea558db8 enh: return value: command 2024-07-22 09:26:58 +08:00
dapan1121 acafca8841
Merge pull request #26685 from taosdata/opti/TD-31017
fix:[TD-31017]process return value in clientRawBlockWrite.c
2024-07-22 09:08:26 +08:00
dapan1121 963b3d1b3e
Merge pull request #26690 from taosdata/opti/TS-4593-3.0
opti:[TS-4593] transform offset from file to tdb in tmq
2024-07-22 09:06:54 +08:00
dapan1121 d834da9371
Merge pull request #26692 from taosdata/fix/TS-4921
fix:remove time cleanup to avoid unexpected error
2024-07-22 09:05:09 +08:00
wangmm0220 af42d4fa59 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-21 22:22:26 +08:00
Haojun Liao 2f0768e12d
Merge pull request #26700 from taosdata/fix/create_tb
fix(stream): fix race condition when starting check downstream status
2024-07-21 10:03:43 +08:00
dmchen 1c12a16b00 fix/TD-30989 2024-07-21 00:58:07 +00:00
Haojun Liao 6cc0096534 fix(stream): fix memory leak. 2024-07-21 03:10:21 +08:00
Haojun Liao 70191f6a5d fix(stream): fix race condition when starting check downstream status and dropping task are executed concurrently. 2024-07-21 02:06:09 +08:00
Yihao Deng f80d67acbb refactor error code 2024-07-20 09:50:11 +00:00
Yihao Deng b3ce1c8411 Merge remote-tracking branch 'origin/3.0' into enh/refactErrCodeRsync 2024-07-20 09:19:45 +00:00
Yihao Deng 9d506d20f1 refactor error code 2024-07-20 07:43:22 +00:00
Hongze Cheng 1ce56588b2 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-10 2024-07-20 10:29:00 +08:00
dmchen 379f285ab0 fix case 2024-07-20 01:23:01 +00:00
yihaoDeng 5172d3cd8a change msg define 2024-07-19 21:41:40 +08:00
wangmm0220 08440d1ab7 fix:[TD-31017]process return value in clientRawBlockWrite.c 2024-07-19 18:36:51 +08:00
54liuyao 3f2abe8b00 adj operator result 2024-07-19 18:36:03 +08:00
54liuyao 60699c7895 adj operator result 2024-07-19 17:53:56 +08:00
54liuyao ed819d1054 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-19 17:41:12 +08:00
wangmm0220 c7475094ac fix:remove time cleanup to avoid unexpected error 2024-07-19 17:13:16 +08:00
Hongze Cheng 651077866e
Merge pull request #26684 from taosdata/fix/TS-5184-3.0
fix: insert clause mixed with bound and unspecified columns
2024-07-19 17:01:33 +08:00
54liuyao a4071fddd5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-19 16:39:33 +08:00
Hongze Cheng 0a16d1bc56
Merge pull request #26648 from taosdata/fix/TD-31030
fix invalid read when taosc quit
2024-07-19 16:36:14 +08:00
dapan1121 6e0aace55c
Merge pull request #26679 from taosdata/fix/TD-31016.1
fix: function return code
2024-07-19 16:26:42 +08:00
54liuyao a618667a5e adj stream op result 2024-07-19 16:23:52 +08:00
wangmm0220 21c30fe6ff opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-19 16:19:12 +08:00
54liuyao 13b75ba72a adj operator result 2024-07-19 16:15:37 +08:00