Commit Graph

2879 Commits

Author SHA1 Message Date
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 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
Haojun Liao 3701ded767 fix(stream): remove invalid assert. 2024-08-12 16:56:43 +08:00
yihaoDeng 3b99e077ef fix return error 2024-08-09 16:57:10 +08:00
Haojun Liao f48d6f11ca
Merge pull request #27110 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-08-09 16:13:54 +08:00
Haojun Liao a145d9db22 fix(stream): allowed continue hb msg. 2024-08-09 14:08:08 +08:00
yihaoDeng d763e559e1 refactor errno code 2024-08-09 13:57:57 +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 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 c793aba958
Merge pull request #27101 from taosdata/fix/syntax
fix(stream): send kill checkpoint trans msg before close task.
2024-08-09 02:03:32 +08:00
Haojun Liao 506a72d50f fix(stream): update checkpoint info only it is in ck status. 2024-08-09 02:02:41 +08:00
Haojun Liao e3a2733fee fix(stream): send kill checkpoint trans msg before close task. 2024-08-09 00:47:42 +08:00
Haojun Liao 8472f25a6e fix(stream): send kill checkpoint trans msg before close task. 2024-08-09 00:46:20 +08:00
Haojun Liao dfa74f82d7 fix(stream): avoid repeat send checkpoint-report msg. 2024-08-09 00:40:05 +08:00
yihaoDeng ea715a21b1 fix invalid remove 2024-08-07 16:11:06 +08:00
Haojun Liao 26a770f61e fix(stream):update log. 2024-08-07 15:54:48 +08:00
yihaoDeng 925c279ac9 fix invalid remove 2024-08-07 15:25:27 +08:00
Haojun Liao 1fbb3a63bc refactor: do some internal refactor. 2024-08-07 14:59:39 +08:00
Haojun Liao 255faa0eac fix(stream): update acceptable code. 2024-08-07 11:43:38 +08:00
Haojun Liao bb7efb7423 Merge branch '3.0' into fix/3_liaohj 2024-08-07 10:21:53 +08:00
Haojun Liao a8eedcfdc6
Merge pull request #27012 from taosdata/fix/syntax
fix(query):check return code
2024-08-07 09:17:56 +08:00
Haojun Liao 59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00
Haojun Liao 1bb5d787ba
Merge pull request #27003 from taosdata/fix/syntax
fix(query):check return code
2024-08-06 16:46:33 +08:00
dapan1121 2d57e77df8
Merge pull request #26949 from taosdata/fix/3.0/TD-31079
fix:[TD-31079] Reduce memory usage of percentile function.
2024-08-06 16:03:29 +08:00
Haojun Liao c8dd0e90a9 fix(query):check return code 2024-08-06 14:02:58 +08:00
Haojun Liao 94a2ea1ad5 fix(stream): clear the freed ptr 2024-08-05 19:32:29 +08:00
Haojun Liao 6645192ff3 fix(stream): fix syntax error. 2024-08-05 19:12:42 +08:00
Haojun Liao 6297d238e0 fix: check return values. 2024-08-05 18:34:56 +08:00
sima eec71bcd84 fix:[TD-31079] Reduce memory usage of percentile function. 2024-08-05 17:26:25 +08:00
Haojun Liao 1c13763a46 fix(stream): set ptr to be null after free it 2024-08-05 16:24:55 +08:00
Haojun Liao ade444b690 fix(stream): check return value. 2024-08-05 14:45:54 +08:00
Haojun Liao e9ac0d6cd4 other: merge 3.0 2024-08-05 13:38:05 +08:00
yihaoDeng 093e7ef0bb refactor remve backend code 2024-08-05 12:06:01 +08:00
yihaoDeng 59586b0169 Merge branch 'fix/syntaxRefact' into fix/syntax 2024-08-05 12:04:21 +08:00
yihaoDeng 0bcfe11e84 refactor remve backend code 2024-08-05 11:55:36 +08:00
Haojun Liao 183f33af87 fix(stream): fix syntax error. 2024-08-05 10:35:00 +08:00
Haojun Liao 34ce872eaf refactor: do some internal refactor. 2024-08-05 10:16:09 +08:00
Haojun Liao 02b59d0b33 fix(stream): add more check in tmr. 2024-08-03 16:34:26 +08:00
Haojun Liao 281f636954 fix(stream): fix syntax error. 2024-08-02 18:21:46 +08:00
Haojun Liao e0a7e64a65 fix(stream): fix deadlock. 2024-08-02 17:28:05 +08:00
Haojun Liao c1ca6ce464 fix(stream): set the concurrently handle init failed. 2024-08-02 17:24:29 +08:00
Haojun Liao 895a9a1f3d fix(stream): check status before start init, do some internal refactor. 2024-08-02 16:54:08 +08:00
Haojun Liao 3e1074aea3 fix(stream): set correct return value. 2024-08-01 16:14:58 +08:00
Haojun Liao 2dae0bf423 fix(stream): add more check. 2024-08-01 16:14:53 +08:00
Haojun Liao ede7f23b0e fix(stream): fix dead lock caused by refactor. 2024-08-01 16:14:34 +08:00
Haojun Liao 6539760c64 fix(stream): fix dead lock caused by refactor. 2024-08-01 16:13:31 +08:00
Haojun Liao b35ebe6131 fix(stream): set correct return value. 2024-08-01 15:48:09 +08:00
Haojun Liao aefb9d275e fix(stream): add ts in HbMsg. 2024-08-01 15:22:37 +08:00
Haojun Liao b57b263534 fix(stream): add check. 2024-08-01 14:40:10 +08:00