Minglei Jin
|
dcd9901d5f
|
Merge branch '3.0' into feat/TS-4243-3.0
|
2024-04-10 11:18:19 +08:00 |
Shungang Li
|
16e0fc44e2
|
fix: arb reply to set-assigned no matter what error
|
2024-04-08 19:56:22 +08:00 |
54liuyao
|
53265e9e09
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0
|
2024-04-08 17:24:09 +08:00 |
Benguang Zhao
|
2fa55f04e1
|
enh: check validity of commit actions of trans
|
2024-04-07 15:26:21 +08:00 |
Benguang Zhao
|
ccc7a0bf08
|
enh: skip trans context switch in error logging
|
2024-04-07 15:26:20 +08:00 |
Benguang Zhao
|
ac6846d76c
|
enh: check validity of parallel actions of trans
|
2024-04-07 15:26:18 +08:00 |
Hongze Cheng
|
5440471e07
|
Merge pull request #25257 from taosdata/ENH/TS-4595-3.0
enh: not to touch meta data during balance vgroup leader
|
2024-04-03 18:50:23 +08:00 |
54liuyao
|
537395e845
|
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0
|
2024-04-03 09:54:10 +08:00 |
Benguang Zhao
|
018d388278
|
enh: not to write confirm after balance vgroup leader
|
2024-04-02 18:20:26 +08:00 |
Hongze Cheng
|
6c886d1e4a
|
Merge pull request #25160 from taosdata/ENH/TS-4595-3.0
enh: support changeless transaction of tasks
|
2024-04-02 16:45:35 +08:00 |
dapan1121
|
eb50334baf
|
Merge pull request #25234 from taosdata/fix/TD-28032
fix:cases error
|
2024-04-02 10:17:04 +08:00 |
54liuyao
|
204c5acefe
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0
|
2024-04-02 09:10:52 +08:00 |
wangmm0220
|
174b0a104e
|
fix:case error
|
2024-04-01 19:59:30 +08:00 |
Haojun Liao
|
c6294200ea
|
Merge pull request #25211 from taosdata/fix/TD-28032
fix:same subtable same partition by leads to same table name in stream
|
2024-04-01 15:49:47 +08:00 |
wangmm0220
|
8e2a2414c0
|
fix:same subtable same partition by leads to same table name in stream
|
2024-03-28 13:48:46 +08:00 |
wangmm0220
|
4722f8be87
|
fix:write schema error if schema ver is 1 more than origin version
|
2024-03-27 15:17:49 +08:00 |
wangmm0220
|
f4fed29739
|
fix:write schema error if schema ver is 1 more than origin version
|
2024-03-27 15:04:37 +08:00 |
Haojun Liao
|
0bfd606e5c
|
Merge pull request #25193 from taosdata/fix/3_liaohj
fix(stream): acquire the stream task in exec buffer if not in mnode store.
|
2024-03-27 13:17:14 +08:00 |
Haojun Liao
|
e776cde461
|
fix(stream):fix unrelease stream obj.
|
2024-03-27 09:02:21 +08:00 |
Haojun Liao
|
f3c306d582
|
fix(stream): add some comments.
|
2024-03-26 23:28:20 +08:00 |
Haojun Liao
|
3c7fe5fd01
|
fix(stream): check null ptr.
|
2024-03-26 23:27:38 +08:00 |
Haojun Liao
|
46280bfee9
|
fix(stream): add some comments.
|
2024-03-26 19:40:47 +08:00 |
Haojun Liao
|
530e0133b9
|
fix(stream): acquire the stream task in exec buffer if not in mnode store.
|
2024-03-26 19:39:58 +08:00 |
Shungang Li
|
44ce5b951d
|
fix: arb group leak
|
2024-03-25 18:38:04 +08:00 |
54liuyao
|
a02535c3ab
|
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0
|
2024-03-25 11:15:21 +08:00 |
Benguang Zhao
|
02528eaa48
|
enh: not to touch meta data during balance vgroup leader
|
2024-03-22 16:24:13 +08:00 |
Benguang Zhao
|
85ccba0fab
|
enh: support changeless transaction of tasks
|
2024-03-22 15:37:53 +08:00 |
Hongze Cheng
|
537fa8558b
|
Merge pull request #25155 from taosdata/fix/TD-29190
fix: arb send set assigned req
|
2024-03-22 14:11:48 +08:00 |
Shungang Li
|
2821e706a5
|
fix: arb send set assigned req
|
2024-03-22 12:59:07 +08:00 |
Hongze Cheng
|
6f174fdb7a
|
Merge pull request #25126 from taosdata/fix/TD-29180
fix: arb alter database check
|
2024-03-22 09:54:08 +08:00 |
Shungang Li
|
be54767897
|
fix: arb show null in show arbgroups
|
2024-03-21 18:13:25 +08:00 |
Hongze Cheng
|
9429c9d04c
|
Merge pull request #25048 from taosdata/enh/TS-4531-3.0
enh: logs and show grants
|
2024-03-21 11:03:28 +08:00 |
54liuyao
|
a60f390cdc
|
stream primary key
|
2024-03-21 10:50:07 +08:00 |
Haojun Liao
|
109fd34b38
|
Merge pull request #25141 from taosdata/fix/3_liaohj
fix(stream): adjust conflict level when creating stream.
|
2024-03-20 23:02:21 +08:00 |
Haojun Liao
|
a9ba534f48
|
fix(stream): adjust conflict level when creating stream.
|
2024-03-20 18:31:57 +08:00 |
Shungang Li
|
701ac8b865
|
fix: arb alter database check
|
2024-03-20 11:05:57 +08:00 |
Cary Xu
|
861528fb6c
|
Merge branch '3.0' into enh/TS-4531-3.0
|
2024-03-19 17:03:41 +08:00 |
Hongze Cheng
|
a9c1bcc91c
|
Merge pull request #25097 from taosdata/feat/TD-25880
feat: support 2 replica with arbitrator
|
2024-03-19 16:44:07 +08:00 |
Shungang Li
|
4185962c43
|
fix: arb unit test
|
2024-03-19 14:26:11 +08:00 |
kailixu
|
3da55a48ca
|
enh: code optimization
|
2024-03-19 11:03:30 +08:00 |
Shungang Li
|
7f3b49bde8
|
enh: arb adjust version code
|
2024-03-19 09:38:05 +08:00 |
Shungang Li
|
d0df927dfa
|
feat: arb add version in sarbgroup
|
2024-03-19 09:31:05 +08:00 |
Shungang Li
|
fc7575279c
|
fix: arb unit test
|
2024-03-19 09:30:51 +08:00 |
Shungang Li
|
3a656c3595
|
feat: support 2 replica with arbitrator
|
2024-03-19 09:30:35 +08:00 |
kailixu
|
7df12ffe50
|
fix: update machine id
|
2024-03-19 08:40:48 +08:00 |
wangmm0220
|
4810053142
|
opti:tmq
|
2024-03-18 21:43:22 +08:00 |
wangmm0220
|
0ccad9d5de
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into mark/tmq-opti
|
2024-03-18 21:23:58 +08:00 |
kailixu
|
0b15e3415d
|
enh: machine id persistence
|
2024-03-18 18:06:18 +08:00 |
wangmm0220
|
5624efff4e
|
opti:tmq
|
2024-03-18 14:31:40 +08:00 |
Haojun Liao
|
29d9e8a9f9
|
Merge pull request #25105 from taosdata/fix/3_liaohj
fix(stream): fix stream task retrieve reallocate error
|
2024-03-15 21:44:21 +08:00 |