kailixu
|
11a338fc38
|
chore: enable sysInfo update
|
2023-07-13 19:30:19 +08:00 |
kailixu
|
0cc7dca3e3
|
chore: comment sysInfo to make CI pass
|
2023-07-13 16:49:55 +08:00 |
Haojun Liao
|
f41bcd73b0
|
other: merge main.
|
2023-07-13 11:02:09 +08:00 |
Haojun Liao
|
27eabb3da9
|
fix(tmq): fix tmq syntax error.
|
2023-07-11 12:05:49 +08:00 |
Haojun Liao
|
3ffdbe923d
|
other: merge 3.0
|
2023-07-11 09:12:57 +08:00 |
wangmm0220
|
31a8af9e50
|
fix:do not commit offset if seek offset
|
2023-07-10 19:12:50 +08:00 |
wangmm0220
|
8e011c46c9
|
fix:can not do assignment if in tsdb mode
|
2023-07-10 15:07:20 +08:00 |
wangmm0220
|
dabaefe3e2
|
Merge branch 'main' of https://github.com/taosdata/TDengine into mark/tmq
|
2023-07-10 14:47:10 +08:00 |
wangmm0220
|
9648117454
|
fix:can not do assignment if in tsdb mode
|
2023-07-10 11:28:30 +08:00 |
Haojun Liao
|
516fcc53ad
|
Merge pull request #21943 from taosdata/fix/TD-25071
fix:[TD-25071] pSub is null & return wal not exist if no data
|
2023-07-10 10:21:36 +08:00 |
wangmm0220
|
8904f3857b
|
fix:seek failed in initilized status
|
2023-07-09 19:16:19 +08:00 |
wangmm0220
|
ee50ed4847
|
fix:seek failed in initilized statue
|
2023-07-09 15:31:19 +08:00 |
wangmm0220
|
35ba132a29
|
fix:conflicts from main
|
2023-07-09 12:52:18 +08:00 |
wangmm0220
|
0929be690d
|
fix:seek to offset - 1
|
2023-07-09 11:54:53 +08:00 |
wangmm0220
|
3ad486e95b
|
fix:seek failed if type is earliest
|
2023-07-09 11:34:49 +08:00 |
wangmm0220
|
4436eb7e0f
|
fix:set commitOffset is send msg success & optimize log & add test cases for TD-25129
|
2023-07-07 19:12:18 +08:00 |
wangmm0220
|
106e273157
|
fix:bugs in get_assignment
|
2023-07-07 16:12:15 +08:00 |
dapan1121
|
a99fac031c
|
fix: fix coverity scan issues
|
2023-07-07 10:25:48 +08:00 |
Haojun Liao
|
ca27220000
|
Merge pull request #21962 from taosdata/fix/TD-25102
add version check in rpc
|
2023-07-07 08:59:31 +08:00 |
wangmm0220
|
0928bd5510
|
fix:send rsp offset to client if unregister push mgr
|
2023-07-06 19:35:48 +08:00 |
wangmm0220
|
b2d41ce907
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-25071
|
2023-07-06 19:34:22 +08:00 |
wangmm0220
|
8e29de0c4d
|
Merge branch 'mark/tmq' of https://github.com/taosdata/TDengine into mark/tmq
|
2023-07-06 17:03:15 +08:00 |
wangmm0220
|
ba9ab1f20b
|
fix:null pointer error
|
2023-07-06 17:02:58 +08:00 |
wangmm0220
|
47ae92af93
|
fix:conflicts from main
|
2023-07-06 13:40:04 +08:00 |
wangmm0220
|
11e6856d3e
|
fix:init char array
|
2023-07-06 13:37:58 +08:00 |
wangmm0220
|
34a62c3f38
|
fix:vginfo assigment not in same time,we should get vginfo by vg,not all vg
|
2023-07-05 22:55:41 +08:00 |
yihaoDeng
|
79f01ad655
|
add version check in rpc
|
2023-07-05 08:16:25 +00:00 |
wangmm0220
|
bdfeb32923
|
fix:bugs in tmq_get_topic_assignment
|
2023-07-05 16:04:34 +08:00 |
wangmm0220
|
6b5daf6c9f
|
fix:add lock for tmq->clientTopic
|
2023-07-04 14:59:36 +08:00 |
Haojun Liao
|
82342ebdc7
|
Merge pull request #21934 from taosdata/feature/TD-20678
feat:subscribe only meta info
|
2023-07-04 11:28:27 +08:00 |
kailixu
|
cd494803ee
|
chore: code optimization
|
2023-07-03 20:39:50 +08:00 |
kailixu
|
64281ece98
|
chore: code optimization
|
2023-07-03 20:32:12 +08:00 |
kailixu
|
9f05ae15d6
|
chore: enable sysInfo update
|
2023-07-03 16:51:21 +08:00 |
dapan1121
|
a36dac2008
|
Merge pull request #21893 from taosdata/fix/TS-3551-M
enh: update of user auth version
|
2023-07-03 14:58:09 +08:00 |
kailixu
|
0a111f8c30
|
chore: make jenkins happy
|
2023-07-02 23:26:24 +08:00 |
kailixu
|
06c0d99008
|
chore: add test case
|
2023-07-02 22:57:10 +08:00 |
kailixu
|
2124ef00a7
|
chore: code optimization
|
2023-07-01 15:35:31 +08:00 |
kailixu
|
3cd9f67ab3
|
Merge branch 'fix/TS-3551-M' of github.com:taosdata/TDengine into fix/TS-3551-M
|
2023-07-01 15:25:34 +08:00 |
kailixu
|
6b0fc4aa1e
|
chore: code optimization
|
2023-07-01 15:25:17 +08:00 |
kailixu
|
c16088fffa
|
chore: remove obsolete code
|
2023-06-30 19:31:56 +08:00 |
kailixu
|
c81ecb1771
|
chore: make jenkins happy
|
2023-06-30 19:22:14 +08:00 |
kailixu
|
067a8334fd
|
chore: code optimization
|
2023-06-30 16:30:04 +08:00 |
kailixu
|
387d611179
|
chore: passVer and authVer refact
|
2023-06-30 14:52:20 +08:00 |
wangmm0220
|
58c7011e0e
|
feat:support only meta in tmq subscriptions
|
2023-06-30 11:42:40 +08:00 |
dapan1121
|
c8435de64a
|
Merge branch '3.0' into fix/m23.0
|
2023-06-29 14:03:56 +08:00 |
dapan1121
|
3519e9170e
|
Merge remote-tracking branch 'origin/main' into 3.0
|
2023-06-29 11:13:45 +08:00 |
kailixu
|
1e9b85545b
|
chore: more code
|
2023-06-28 20:57:05 +08:00 |
kailixu
|
aefebfca7f
|
enh: update of user auth version
|
2023-06-28 20:49:29 +08:00 |
wangmm0220
|
c4d1b5aa4b
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TS-3495
|
2023-06-27 11:10:00 +08:00 |
wangmm0220
|
e8d53c2a96
|
fix:add log
|
2023-06-27 10:50:57 +08:00 |