Commit Graph

14652 Commits

Author SHA1 Message Date
dmchen d4c6b3447b fix/TS-5144 2024-07-09 03:02:08 +00:00
Haojun Liao 75d2e96b9a
Merge pull request #26446 from taosdata/fix/cov
refactor(stream): delay checkpointInterval to generate the checkpoint
2024-07-09 09:00:43 +08:00
Haojun Liao 50a2ef08bd fix(stream): update some logs. 2024-07-08 17:10:34 +08:00
Hongze Cheng b3be47fdbb cancel bg tasks when alter stt_trigger 2024-07-08 15:39:25 +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
Hongze Cheng 854f52dd0a
Merge pull request #26418 from taosdata/fix/TD-30736-3.0a
fix: oom in rpc queue
2024-07-07 11:06:22 +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
dmchen 3a4412b282 fix/TD-30876 2024-07-05 06:24:53 +00: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
Yihao Deng 94a480292f Merge remote-tracking branch 'origin/3.0' into enh/TD-30442 2024-07-05 00:48:41 +00:00
Yihao Deng 0cdfae3a2c refactor backend 2024-07-04 12:13:17 +00:00
Haojun Liao 4cfecfcf28 other: fix coverity issue. 2024-07-04 19:23:58 +08:00
Yihao Deng 8428a5be37 refactor backend 2024-07-04 10:25:37 +00:00
kailixu 81577b8222 fix: oom in rpc queue 2024-07-04 18:19:08 +08:00
kailixu a9a6747ac0 fix: oom in rpc queue 2024-07-04 18:12:55 +08:00
kailixu 79f1e90743 fix: oom in rpc queue 2024-07-04 17:11:53 +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
Yihao Deng 0bd51f2133 fix comment 2024-07-04 06:36:36 +00: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
Minglei Jin 0fa44fe8cf fix(tsdb/commit): make commit failing core in release buildings 2024-07-03 16:40:54 +08:00
Haojun Liao 27cb3638c2 fix(stream): add more check before launching update stream task nodeEp 2024-07-03 09:20:37 +08:00
dapan1121 56689cf97a
Merge pull request #26360 from taosdata/fix/3.0/TD-30305
fix coverity issues
2024-07-03 08:50:11 +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
Hongze Cheng 991d43b610
Merge pull request #26314 from taosdata/fix/TS-2518-3.0
fix/TS-2518
2024-07-02 18:52:02 +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
Yihao Deng 471580ec5e Merge remote-tracking branch 'origin/3.0' into enh/TD-30442 2024-07-02 08:26:10 +00: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
Haojun Liao 279bfb4de0
Merge pull request #26364 from taosdata/fix/3_liaohj
fix(stream): fix error in pause/resume procedure.
2024-07-02 15:32:43 +08:00
Shungang Li 13ec77e1f9 fix: mndCheckTransConflict uses the same iterator variable 2024-07-02 14:51:35 +08:00
Haojun Liao 4e56b6f9eb fix(stream): fix error in pause/resume procedure. 2024-07-02 13:33:31 +08:00
wangjiaming0909 024422bfd7 fix coverity issues 2024-07-02 09:27:14 +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
dapan1121 6d0b8eeed4
Merge pull request #26302 from taosdata/TD-26483
feat(query):add thread pool
2024-07-01 19:04:52 +08:00
Haojun Liao 2c86e3940f fix(stream): fix memory leak. 2024-07-01 17:43:10 +08:00
Hongze Cheng 88a24c5457
Merge pull request #26345 from taosdata/fix/TD-30843
fix(tsdb/retention): fix null pointer crash (uaf)
2024-07-01 15:50:27 +08:00
Minglei Jin 299cf3a00b fix(tsdb/retention): fix null pointer crash (uaf) 2024-07-01 14:20:48 +08:00
Haojun Liao e00e83b398 fix(stream):update some logs. 2024-07-01 13:37:40 +08:00
Haojun Liao 8144df956a fix(stream): validate the stream hb msg, and discard the invalid hb msg. 2024-07-01 13:36:06 +08:00
Haojun Liao f09be802ea other: merge 3.0 2024-07-01 13:32:30 +08:00
wangjiaming0909 5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
wangjiaming0909 11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
Yihao Deng 6c6bff611a add self check 2024-06-29 12:56:36 +00:00
Yihao Deng 7290920c6f add self check 2024-06-29 04:35:54 +00:00
Haojun Liao 79085015d6 fix(stream): set correct msg start position. 2024-06-29 00:49:37 +08:00
Haojun Liao 2345f6cf7f Merge branch '3.0' into fix/check_end_pos 2024-06-28 16:30:36 +08:00
Haojun Liao 707fe02885 fix(stream):set the initial transId 2024-06-28 16:30:12 +08:00
Haojun Liao f6e32529fc fix(stream): set initial update ep transId. 2024-06-28 14:13:16 +08:00
Haojun Liao 025437df0c fix(stream): fix error in checkpoint consensus. 2024-06-27 19:25:18 +08:00
Haojun Liao 48bf5eb4d8 other: merge 3.0 2024-06-27 19:23:06 +08:00
Hongze Cheng 38caccb097
Merge pull request #26300 from taosdata/fix/TD-30768-3.0
fix/TD-30768
2024-06-27 18:01:26 +08:00
dmchen 66312372d6 remove useless 2024-06-27 09:57:54 +00:00
Haojun Liao b5661752aa fix(tsdb):check the result of the binary search for the end position in data file block. 2024-06-27 14:32:18 +08:00
Haojun Liao dc78cf32cb fix(tsdb):check the result of the binary search for the end position in data file block. 2024-06-27 14:29:29 +08:00
dapan1121 7074260e75
Merge pull request #26307 from taosdata/fix/TS-4921
fix:[TS-4921] errors in test
2024-06-27 14:20:51 +08:00
dmchen 5001cab278 fix/TS-2518 2024-06-27 04:38:17 +00:00
wangmm0220 1ec867449e fix:[TS-4921] errors in test 2024-06-27 10:11:38 +08:00
wangmm0220 d4b31cfd8e fix:[TS-4921] errors in test 2024-06-26 18:32:09 +08:00
dmchen e47968340d fix drop db 2024-06-26 09:40:17 +00:00
dmchen 1d8c2fd923 fix/TD-30768 2024-06-26 07:42:19 +00:00
Haojun Liao a44e17d5ea fix(stream): enable to re-send hbmsg if mnode failed to recv this hbmsg. 2024-06-26 15:21:14 +08:00
Hongze Cheng b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
Haojun Liao 1818edcb2b fix(stream): consensus the start checkpoint id, and extract the streamhb related functions into a new file. 2024-06-26 10:18:32 +08:00
dapan1121 ccda3a7f0d
Merge pull request #26263 from taosdata/fix/TS-4921
feat:[TS-4921] add slow log logic
2024-06-25 17:07:35 +08:00
wangmm0220 e517db6462 fix:add db configuration that not reportted 2024-06-24 19:19:46 +08:00
Hongze Cheng 0f32f941b0
Merge pull request #26269 from taosdata/enh/TS-5043-3.0
fix: expire time for show cluster
2024-06-24 18:44:14 +08:00
kailixu fc925b5eee fix: expire time for show cluster 2024-06-24 16:14:41 +08:00
Haojun Liao de1a9702bf
Merge pull request #26268 from taosdata/fix/3_liaohj
fix(stream): pause not stop the start procedure of stream tasks.
2024-06-24 14:36:47 +08:00
Haojun Liao bd8c7d8c93 fix(stream): pause not stop the start procedure of stream tasks. 2024-06-24 13:25:48 +08:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
dapan1121 f9be1e9c00
Merge pull request #26233 from taosdata/fix/TS-5067-3.0
fix:[TS-5067] check if consumer belong to this cgroup:topic where drop cgroup
2024-06-24 10:28:55 +08:00
Hongze Cheng 64b79b30f4
Merge pull request #26256 from taosdata/fix/TD-30583-2-30
Fix/TD-30583-2-30
2024-06-24 09:35:40 +08:00
Hongze Cheng e87aff28be
Merge pull request #26265 from taosdata/enh/TD-30718-3.0
enh: sdb table name for grant
2024-06-24 09:14:14 +08:00
Hongze Cheng 7d54629e3e
Merge pull request #26264 from taosdata/fix/TD-30677-3.0a
fix: compatibility for msg and error code
2024-06-24 09:09:16 +08:00
kailixu 89be170305 enh: sdb table name for grant 2024-06-23 21:00:45 +08:00
wangmm0220 596121431c fix:add monitor result for show cluster variables 2024-06-23 18:49:59 +08:00
wangmm0220 d0ca79ddca fix:add monitor result for show cluster variables 2024-06-23 18:17:50 +08:00
Haojun Liao ffef405c3a
Merge pull request #26242 from taosdata/fix/3_liaohj
fix(stream): disable pause if task is un-init.
2024-06-23 10:01:49 +08:00
kailixu 431c0cf331 fix: compatibility for msg and error code 2024-06-22 23:04:56 +08:00
kailixu 6f7b0145e0 Merge branch '3.0' into fix/TD-30677-3.0 2024-06-22 21:01:36 +08:00
wangmm0220 65fac20367 fix:[TS-4921] merge from 3.0 2024-06-22 15:02:34 +08:00
Yihao Deng df15c92aba fix invalid ip white 2024-06-21 23:58:11 +00:00
Yihao Deng 4e1ea52d07 fix invalid ip white 2024-06-21 23:56:11 +00:00
wangmm0220 51a66a684a fix:[TS-5067] memory leak 2024-06-21 18:25:35 +08:00
Haojun Liao 4c4bb0a2e4 other: merge 3.0. 2024-06-21 16:11:50 +08:00
Haojun Liao 53f9af06ff fix(stream): fix invalid write. 2024-06-21 15:44:38 +08:00
Haojun Liao 53b51b9b71 fix(stream): fix syntax error. 2024-06-21 15:23:15 +08:00
Haojun Liao 119001e30b fix(stream): update the retrieve checkpoint-trigger msg. 2024-06-21 15:11:48 +08:00
wangmm0220 a49dc93baf fix:[TS-5067] check if consumer belong to this cgroup:topic where drop cgroup 2024-06-21 14:18:04 +08:00