Commit graph

184 commits

Author SHA1 Message Date
Haojun Liao
e92bfa558d fix(query): allow only one trans to be execute for each balance, and do some other refactor. 2023-03-06 21:16:30 +08:00
Haojun Liao
da550029d8 fix(tmq): fix memory error and adjust some logs. 2023-03-06 11:52:52 +08:00
Haojun Liao
22a85734c6 fix(mq): add more chek for balance couner to avoid the negative value emerges. 2023-03-05 13:23:50 +08:00
Haojun Liao
53a0ff0be3 refactor: add some logs. 2023-03-04 16:19:45 +08:00
Shengliang Guan
8ffc397cf2 fix: minor changes 2023-03-03 10:35:13 +08:00
Haojun Liao
b46098793d refactor: do some internal refactor and add some logs for tmq. 2023-02-26 12:16:45 +08:00
Haojun Liao
24c38d30e3 Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2023-02-23 14:10:25 +08:00
Haojun Liao
f00b7b3af0 refactor: do some internal refactor. 2023-02-23 14:09:56 +08:00
Haojun Liao
4432ae51e6
Merge branch 'main' into fix/liaohj 2023-02-23 09:04:32 +08:00
Haojun Liao
9a5b7ce220 refactor: do some internal refactor. 2023-02-21 15:32:17 +08:00
Haojun Liao
8d187efc18 refactor:do some internal refactor. 2023-02-20 10:04:08 +08:00
Haojun Liao
59c72beb8d fix(query): set the correct rows in data block. 2023-02-18 19:47:18 +08:00
Haojun Liao
4853522e11 fix(query): set the correct rows in data block. 2023-02-18 19:46:37 +08:00
Shengliang Guan
ad8c73645b fix: update epset on dnode info changed 2023-01-13 15:26:24 +08:00
Shengliang Guan
9df158e1d9 fix: update assert info 2023-01-03 20:12:25 +08:00
Liu Jicong
e4ab8f986b remove assert 2023-01-03 17:06:43 +08:00
Shengliang Guan
9a10242f7d enh: remove assert from mnode consumer 2023-01-03 16:16:58 +08:00
Shengliang Guan
fc21140e03 enh: remove assert from mnode 2023-01-03 15:33:50 +08:00
Shengliang Guan
cb5ec76cce enh: check conflict before create trans 2022-12-23 13:58:39 +08:00
Shengliang Guan
a366696478
Merge pull request #18596 from taosdata/feature/stream
refactor(stream): distributed checkpoint
2022-12-02 07:51:10 +08:00
Liu Jicong
3424b184d3 refactor(stream): distributed checkpoint 2022-12-02 03:48:45 +08:00
Shengliang Guan
2d48563959 fix: crash if failed to decode sdb row 2022-12-01 16:04:39 +08:00
Shengliang Guan
729b35b6e5 fix: memory leak while subscribe 2022-11-25 17:22:12 +08:00
Liu Jicong
e2005cfa86 fix(stream): skip check update for scalar 2022-11-16 18:48:08 +08:00
Liu Jicong
76cd3122d1 fix: memory leak 2022-11-15 14:28:20 +08:00
Liu Jicong
efde22f081 fix: memory leak 2022-11-15 11:59:29 +08:00
Liu Jicong
d6c389a6cc refactor(tmq): add debug log 2022-11-14 10:46:05 +08:00
Liu Jicong
2fbc8e6306 refactor(stream): stream deploy and state transfer 2022-11-03 13:22:23 +08:00
Liu Jicong
2e640c38a2 refactor: stream and tmq message 2022-10-31 18:37:28 +08:00
Liu Jicong
dcf2c980c5 refactor(mnode): remove unused code 2022-10-27 15:32:20 +08:00
Liu Jicong
2a3448552e test(wal): rollback multiple file 2022-10-26 18:03:25 +08:00
Liu Jicong
1c26f1b53e fix(wal): reference 2022-10-21 16:13:55 +08:00
Benguang Zhao
3b0968d7f9 enh: enable the -Wformat=2 compiler option 2022-10-19 09:24:15 +08:00
Liu Jicong
b1594a6857 fix coverity scan 2022-10-10 11:44:17 +08:00
Shengliang Guan
c6317e67f0 fix: coverity issues 2022-09-30 11:26:26 +08:00
Shengliang Guan
3810b5d4fa fix: add more info log for mnode 2022-09-23 15:42:36 +08:00
Shengliang Guan
43ef21f67b enh: add oper name to show transaction 2022-09-22 16:19:33 +08:00
Liu Jicong
273adb9895 fix memory leak 2022-09-16 16:17:02 +08:00
Liu Jicong
c7f986a656 refactor(tmq): add error code 2022-09-14 17:11:50 +08:00
Liu Jicong
8b3489760c feat(tmq): support taosx 2022-08-30 11:12:20 +08:00
Liu Jicong
27e2ba79c0 Merge branch '3.0' into feature/stream 2022-08-17 01:11:18 +08:00
Liu Jicong
58ea5563a5 fix(tmq): rebalance 2022-08-16 19:46:42 +08:00
Liu Jicong
365dc43fec enh(tmq): add log 2022-08-10 19:03:04 +08:00
Shengliang Guan
d4abe20eeb fix: can't drop db since transaction conflict 2022-07-25 18:21:13 +08:00
Liu Jicong
81d8d2b937 feat(stream): add version in stream block 2022-07-21 17:27:44 +08:00
Liu Jicong
053786e6b4 fix(stream): data exec 2022-07-18 15:50:36 +08:00
Shengliang Guan
c53a84b733 Merge remote-tracking branch 'origin/3.0' into fix/valgrind 2022-07-09 20:13:26 +08:00
Shengliang Guan
a5e8ddbc56 refactor: adjust logs 2022-07-08 18:00:19 +08:00
Liu Jicong
3cd5a35054 refactor(stream): internal refactor 2022-07-08 17:48:34 +08:00
Liu Jicong
3f6ce2da73 feat(tmq): support topic with meta 2022-06-21 15:18:09 +08:00