Commit Graph

5199 Commits

Author SHA1 Message Date
Haojun Liao cf645f4cdf
Merge pull request #27286 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-08-18 20:38:47 +08:00
Hongze Cheng d0be0268fb
Merge pull request #27235 from taosdata/fix/TD-30849-3.0
fix/TD-30849-3.0
2024-08-17 10:31:11 +08:00
Haojun Liao f4bac23906 refactor: do some internal refactor 2024-08-17 01:47:30 +08:00
yihaoDeng 171e06a198 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-16 16:54:28 +08:00
yihaoDeng b6cf379247 fix double send-rsp 2024-08-16 16:53:44 +08:00
dmchen 0f922fb373 fix/TD-31485 2024-08-16 01:23:01 +00:00
Haojun Liao 7c44227048
Merge pull request #27263 from taosdata/fix/3_liaohj
fix(stream): delay to load the stream task.
2024-08-16 09:11:30 +08:00
Haojun Liao 868898d11c fix(stream): delay to load the stream task. 2024-08-16 00:28:49 +08:00
Haojun Liao e9cf8471ef
Merge pull request #27260 from taosdata/fix/3_liaohj
fix(stream): perform node update when mnode leader/follower switches.
2024-08-16 00:27:42 +08:00
dapan1121 88ae8af4a4
Merge pull request #27218 from taosdata/fix/3.0/TD-31435
fix db tsma version not updated by heart beat
2024-08-15 18:53:46 +08:00
Haojun Liao 54fdea3173 fix(stream): perform node update when mnode leader/follower switches. 2024-08-15 18:01:28 +08:00
Hongze Cheng e13ec18e5d
Merge pull request #27190 from taosdata/fix/TS-5262-conflict-return-error
fix/TS-5262-conflict-return-error
2024-08-15 15:20:46 +08:00
dmchen b85dba328c fix/TD-30849 2024-08-15 03:55:20 +00:00
dapan1121 9f47f8467d
Merge pull request #27087 from taosdata/feat/TS-5156
opti:[TS-5156]add user/fqdn in show consumers/subscriptions
2024-08-15 11:33:27 +08:00
wangjiaming0909 daf8ed7e06 fix db tsma version not updated by heart beat 2024-08-14 16:23:08 +08:00
dapan1121 084592dc34
Merge pull request #27168 from taosdata/feat/TS-4893
feat:[TS-4893] Support MYSQL functions.
2024-08-14 15:10:27 +08:00
Hongze Cheng 6372d6d016
Merge pull request #27202 from taosdata/fix/TD-31433
fix(mnd/s3): fix trim & s3migrate timer routine
2024-08-14 14:21:08 +08:00
Minglei Jin 834dd8de8c fix(mnd/s3): fix trim & s3migrate timer routine 2024-08-14 09:38:05 +08:00
sima 1d77ea76e8 feat:[TS-4893] Backward Compatibility. 2024-08-14 09:19:25 +08:00
sima a54019211f feat:[TS-4893] Support MYSQL functions.
Add more functions:
 - Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
 - String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
 - Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
 - Aggregate Functions: VAR_POP().
Modify some functions:
 - ROUND(): support round to given decimal places.
 - CHAR_LENGTH(): support calculate multi-byte character's length.
 - TIMEDIFF(): result will be negative when expr1 < expr2.
 - STDDEV(): add alias name STDDEV_POP().
 - SUBSTR(): add alias name SUBSTRING().
             support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
Haojun Liao 264bfe3f28
Merge pull request #27200 from taosdata/fix/syntax
fix(stream): init the in-mem task list when recv checkpoint-report.
2024-08-14 09:15:04 +08:00
Haojun Liao eb029395a2 fix(stream): init exec when mnd become leader. 2024-08-14 00:38:15 +08:00
Haojun Liao 57a0c7b487 fix(stream): init the in-mem task list when recv checkpoint-report. check the number of complete downstream check by checking it in hashmap, not just number. 2024-08-13 23:20:37 +08:00
dmchen 7bf3206076 fix/TS-5262-conflict-return-error 2024-08-13 08:29:09 +00:00
dapan1121 3790a1f415
Merge pull request #26959 from taosdata/feat/TS-3718
feat:[TS-3718]save slow log file one day one file
2024-08-13 09:18:07 +08:00
Haojun Liao 354c5d2823
Merge pull request #27149 from taosdata/fix/3_liaohj
fix(stream): update return value check.
2024-08-12 13:10:00 +08:00
Haojun Liao 5ff6397416 fix(stream): update return value check. 2024-08-12 10:25:47 +08:00
Hongze Cheng a76087c381
Merge pull request #27098 from taosdata/fix/TS-5262-log-conflict
Fix/ts-5262-log-conflict
2024-08-12 08:54:39 +08:00
wangmm0220 9e018e8e58 fix:[TS-5156]add user/fqdn in show consumers 2024-08-09 14:28:58 +08:00
Haojun Liao 71b8f67ea6 refactor: do some internal refactor. 2024-08-09 11:37:34 +08:00
Haojun Liao 10acd19e71 refactor: do some internal refactor. 2024-08-09 10:36:10 +08:00
Haojun Liao bc38eadf53 Merge branch '3.0' into fix/3_liaohj 2024-08-09 10:31:55 +08:00
Haojun Liao bc14da28e5 refactor: do some internal refactor. 2024-08-09 10:31:05 +08:00
Haojun Liao 6ea01d7f9c
Merge pull request #27095 from taosdata/opti/TD-30453
opti:[TD-30453] change trans policy from rollback to retry in tmq
2024-08-09 09:20:18 +08:00
Haojun Liao 6fc8c7bd4e
Merge pull request #26619 from taosdata/fix/3_liaohj
fix(stream): adjust the time to free task backend.
2024-08-09 09:09:21 +08:00
Haojun Liao b24e8efa5f Merge remote-tracking branch 'origin/fix/3_liaohj' into fix/3_liaohj 2024-08-09 02:02:56 +08:00
Haojun Liao dfa74f82d7 fix(stream): avoid repeat send checkpoint-report msg. 2024-08-09 00:40:05 +08:00
dmchen ed710653eb fix/TS-5262-log-conflict 2024-08-08 10:37:49 +00:00
wangmm0220 bde16f4667 opti:[TD-30453] change trans policy from rollback to retry in tmq 2024-08-08 18:34:02 +08:00
wangmm0220 e7b990f3dd feat:[TS-3718]merge from 3.0 2024-08-08 17:35:24 +08:00
wangmm0220 d5b990e4ed fix:[TS-5156]add user in show consumers 2024-08-08 16:38:11 +08:00
dapan1121 cefd1de7fb
Merge pull request #27064 from taosdata/fix/TD-31308
fix:[TD-31308] error code if topic not exist
2024-08-08 13:48:48 +08:00
Haojun Liao fe7565330b
Merge branch '3.0' into fix/3_liaohj 2024-08-08 11:20:12 +08:00
wangmm0220 3ef942bf4b Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-3718 2024-08-08 10:59:45 +08:00
wangmm0220 9ee22b17a1 fix:[TD-TD-31308] error code if topic not exist 2024-08-08 09:46:00 +08:00
Haojun Liao 3ae295dd1f
Merge pull request #27032 from taosdata/fix/syntax
fix(stream):set accept code for trans.
2024-08-08 09:08:08 +08:00
Hongze Cheng 96103a9d0a
Merge pull request #27052 from taosdata/fix/TD-31284-3.0
fix: drop user notification
2024-08-08 09:01:16 +08:00
Hongze Cheng 194b33eed8
Merge pull request #26989 from taosdata/fix/TD-31091-3.0
fix/TD-31091-3.0
2024-08-08 08:54:29 +08:00
Cary Xu d9477c8dd7
Update mndUser.c 2024-08-07 18:41:03 +08:00
kailixu 3fdf936c88 fix: drop user notification 2024-08-07 16:46:17 +08:00