Commit Graph

4859 Commits

Author SHA1 Message Date
Haojun Liao d18f3a6a46
Merge pull request #26618 from taosdata/fix/syntax
fix(stream): return after get value.
2024-07-18 22:29:08 +08:00
Hongze Cheng c9a5c30ea9
Merge pull request #26643 from taosdata/fix/TD-30989-mnode2
fix/TD-30989
2024-07-18 16:59:08 +08:00
dmchen 013121e1df fix case 2024-07-18 06:14:14 +00:00
Hongze Cheng 28a85323f7
Merge pull request #26600 from taosdata/fix/TD-30989-mnode1
fix/TD-30989
2024-07-18 11:14:21 +08:00
Hongze Cheng ecaf29c124
Merge pull request #26599 from taosdata/fix/TD-30989-sdb
fix/TD-30989
2024-07-18 11:08:57 +08:00
dmchen 8501d0a909 fix case 2024-07-18 02:36:28 +00:00
dmchen f727668ebb fix/TD-30989 2024-07-17 11:41:15 +00:00
Haojun Liao 552e59f42b refactor: check return value for each function. 2024-07-17 15:40:00 +08:00
dmchen e68ac2300e fix/TD-30973 2024-07-17 03:22:02 +00:00
dmchen 3e4d31a2fb compile 2024-07-17 00:49:35 +00:00
dmchen 89be4351dc fix case 2024-07-17 00:37:34 +00:00
dmchen 44efc20ec3 fix/TD-30989 2024-07-16 04:56:55 +00:00
dapan1121 4951ed9fa7
Merge pull request #26552 from taosdata/fix/TD-30966.0
fix: validate function return value
2024-07-15 14:59:47 +08:00
dapan1121 e527f2fd0b fix: validate function return value 2024-07-12 15:22:39 +08:00
Haojun Liao 58b44de576
Merge pull request #26526 from taosdata/fix/3_liaohj
fix(stream):commit the update of table meta.
2024-07-12 15:11:51 +08:00
Haojun Liao cb42806148 fix(stream): update some logs. 2024-07-12 13:31:39 +08:00
Haojun Liao 8c024c8554 fix(stream): add some logs. 2024-07-12 11:43:14 +08:00
Haojun Liao 4e684c400d fix(stream): ignore the invalid_vgroup_id error for checkpoint_trans. 2024-07-11 15:12:05 +08:00
dapan1121 076fd07a26
Merge pull request #26492 from taosdata/enh/3.0/bigger_tsma_interval
Enh/3.0/bigger tsma interval
2024-07-10 18:30:40 +08:00
Hongze Cheng c27d7f4ca3
Merge pull request #26481 from taosdata/fix/TS-5144-3.0
fix/TS-5144
2024-07-09 17:53:54 +08:00
Haojun Liao 8db4722be4 fix(stream):fix syntax error. 2024-07-09 16:08:35 +08:00
Haojun Liao c71413c2aa fix(stream): discard the repeat send consensus-checkpointId msg. 2024-07-09 14:52:15 +08:00
Haojun Liao acde36a25b Merge branch '3.0' into fix/3_liaohj 2024-07-09 14:43:35 +08:00
dmchen d4c6b3447b fix/TS-5144 2024-07-09 03:02:08 +00:00
Haojun Liao 50a2ef08bd fix(stream): update some logs. 2024-07-08 17:10:34 +08:00
Haojun Liao 56b7ec3d89 fix(stream): update some logs. 2024-07-08 15:10:00 +08:00
Haojun Liao 0cbf88f021 fix(stream): fix memory leak. 2024-07-08 14:51:08 +08:00
Haojun Liao 6e15c16cf7 fix(stream): check the set consensus-checkpointId ts. 2024-07-08 14:33:28 +08:00
Haojun Liao 647f9f47ef refactor: do some internal refactor. 2024-07-08 10:32:23 +08:00
Haojun Liao ce4153b6fc fix(stream): use hb to send the consens-checkpointid req. 2024-07-08 09:05:33 +08:00
Haojun Liao 674acd0e9f refactor(stream): delay checkpointInterval to generate the checkpoint after stream started. 2024-07-05 18:53:35 +08:00
wangjiaming0909 dbc2e9ec75 support bigger tsma interval 2024-07-05 18:21:48 +08:00
Haojun Liao 6a1555e893 refactor: do some internal refactor. 2024-07-05 18:06:00 +08:00
Haojun Liao 8e6bb176c2 fix(stream): use trans to set the consensus-checkpoint id 2024-07-05 16:17:20 +08:00
Haojun Liao 78993d9c55 fix(stream): update logs. 2024-07-05 09:00:01 +08:00
Haojun Liao db4a00c74e fix(stream): not restart for reset task status. 2024-07-05 08:55:40 +08:00
Haojun Liao 47b0a0464e fix(stream): send checkpoint-source-rsp to mnode before reset task status. 2024-07-04 15:21:16 +08:00
Hongze Cheng 8d449140bb
Merge pull request #26368 from taosdata/fix/TD-30853-3.0
fix: mndCheckTransConflict uses the same iterator variable
2024-07-04 14:25:50 +08:00
Haojun Liao 653f7a1a43 fix(stream): refactor the checkpoint consensus policy. 2024-07-04 13:55:50 +08:00
Haojun Liao 27cb3638c2 fix(stream): add more check before launching update stream task nodeEp 2024-07-03 09:20:37 +08:00
Haojun Liao 8bacca6644
Merge pull request #26381 from taosdata/fix/3_liaohj
fix(stream): set the initial checkpointId for a new created stream.
2024-07-02 22:40:49 +08:00
Haojun Liao c73a003ee3 fix(stream): set the initial checkpointId for a new created stream. 2024-07-02 19:13:20 +08:00
Haojun Liao 0a9bcc0870
Merge pull request #26370 from taosdata/fix/3_liaohj
fix(stream): remove invalid assert.
2024-07-02 18:41:45 +08:00
Hongze Cheng 460aed2721
Merge pull request #26372 from taosdata/fix/TD-26945-3.0
fix: backward compactibility for community version
2024-07-02 17:50:03 +08:00
Hongze Cheng 5160c7621f fix: backward compactibility for community version 2024-07-02 16:16:56 +08:00
Haojun Liao c7d4f45b7f fix(stream): remove invalid assert. 2024-07-02 15:33:25 +08:00
Shungang Li 13ec77e1f9 fix: mndCheckTransConflict uses the same iterator variable 2024-07-02 14:51:35 +08:00
Haojun Liao 420b59fea5
Merge pull request #26344 from taosdata/fix/3_liaohj
fix(stream): validate the stream hb msg, and discard the invalid hb msg.
2024-07-02 09:07:31 +08:00
Haojun Liao 2c86e3940f fix(stream): fix memory leak. 2024-07-01 17:43:10 +08:00
Haojun Liao e00e83b398 fix(stream):update some logs. 2024-07-01 13:37:40 +08:00