Yihao Deng
|
1b052eefd0
|
refactor code
|
2024-07-09 09:48:26 +00:00 |
wangjiaming0909
|
64f3d11783
|
add tests for month/year tsma interval
|
2024-07-09 17:39:44 +08:00 |
Haojun Liao
|
d28adbed29
|
Merge pull request #26485 from taosdata/fix/3_liaohj
refactor: update the consensus-checkpointId generation procedure.
|
2024-07-09 17:26:47 +08:00 |
Yihao Deng
|
ddd3c23ff0
|
refactor code
|
2024-07-09 09:12:02 +00:00 |
dapan1121
|
3852c55a75
|
Merge pull request #26423 from taosdata/fix/TD-30883-3.0
fix[TD-30883] tmqParamsTest.py failed in some times
|
2024-07-09 17:12:00 +08:00 |
charles
|
87428925d9
|
udpate test case for backquote modification
|
2024-07-09 16:48:19 +08:00 |
Yihao Deng
|
41f8553d53
|
refactor code
|
2024-07-09 08:35:04 +00:00 |
Yihao Deng
|
ee09e26f47
|
refactor code
|
2024-07-09 08:24:30 +00:00 |
Haojun Liao
|
8db4722be4
|
fix(stream):fix syntax error.
|
2024-07-09 16:08:35 +08:00 |
Haojun Liao
|
773f70a907
|
fix(stream): fix syntax error.
|
2024-07-09 15:55:56 +08:00 |
Haojun Liao
|
c71413c2aa
|
fix(stream): discard the repeat send consensus-checkpointId msg.
|
2024-07-09 14:52:15 +08:00 |
factosea
|
163b31a4ee
|
fix: type overflow
|
2024-07-09 14:48:21 +08:00 |
Haojun Liao
|
acde36a25b
|
Merge branch '3.0' into fix/3_liaohj
|
2024-07-09 14:43:35 +08:00 |
Yihao Deng
|
b96e282aff
|
refactor code
|
2024-07-09 03:28:27 +00:00 |
Hongze Cheng
|
0b241fa3fd
|
Merge pull request #26468 from taosdata/fix/TS-4331-3.0
protection when alter stt_trigger
|
2024-07-09 11:14:44 +08:00 |
dmchen
|
d4c6b3447b
|
fix/TS-5144
|
2024-07-09 03:02:08 +00:00 |
Haojun Liao
|
f09bfecfa5
|
Merge pull request #26479 from taosdata/docs/update-stream
Update 14-stream.md
|
2024-07-09 10:45:13 +08:00 |
wade zhang
|
15384c927d
|
Merge pull request #26473 from taosdata/doc/3.0/TS-5120
add doc for SELECT ... FILL multi values
|
2024-07-09 10:38:15 +08:00 |
wade zhang
|
8976ac0c83
|
Update 12-distinguished.md
|
2024-07-09 10:38:06 +08:00 |
Haojun Liao
|
985d888b6d
|
Update 14-stream.md
|
2024-07-09 10:36:18 +08:00 |
Haojun Liao
|
ad0679a295
|
Merge pull request #26477 from taosdata/docs/update-stream
Update 14-stream.md
|
2024-07-09 09:36:42 +08:00 |
Haojun Liao
|
b30c2ab621
|
Update 14-stream.md
|
2024-07-09 09:36:14 +08:00 |
wangjiaming0909
|
3efb64ea8c
|
add doc for SELECT ... FILL multi values
|
2024-07-09 09:17:37 +08: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 |
Hongze Cheng
|
618bb18ed4
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0
|
2024-07-09 08:57:48 +08:00 |
factosea
|
20f4eda56d
|
fix: tinyint
|
2024-07-09 07:05:40 +08:00 |
Haojun Liao
|
9f4f4f7f9f
|
fix(stream): set the null column when extracting data from submit data.
|
2024-07-09 00:01:54 +08:00 |
factosea
|
3e320ebdf1
|
build failed
|
2024-07-08 23:22:41 +08:00 |
factosea
|
28dc3c85ea
|
type overflow
|
2024-07-08 20:38:23 +08:00 |
wangjiaming0909
|
cdca567ad3
|
fix query tsma with month/year interval
|
2024-07-08 19:12:15 +08:00 |
wangjiaming0909
|
73d4fa48f9
|
support month/year tsma interval
|
2024-07-08 18:22:33 +08:00 |
Haojun Liao
|
bdced636b3
|
fix(stream): free task state when stopping stream tasks.
|
2024-07-08 18:20:35 +08:00 |
Yihao Deng
|
fe9aebc4fe
|
fix invalid read
|
2024-07-08 09:27:42 +00:00 |
Haojun Liao
|
50a2ef08bd
|
fix(stream): update some logs.
|
2024-07-08 17:10:34 +08:00 |
Hongze Cheng
|
855c6d6295
|
make it compile
|
2024-07-08 17:09:15 +08:00 |
Haojun Liao
|
de7e25f259
|
fix(stream): fix race condition in handling the hbMsg rsp.
|
2024-07-08 16:57:13 +08:00 |
Hongze Cheng
|
1c774f021f
|
Merge pull request #26443 from taosdata/fix/TD-30807
fix UAF
|
2024-07-08 16:14:56 +08:00 |
wangmm0220
|
2176fa3b1a
|
fix:[TD-30883]send hb before close in tmq
|
2024-07-08 15:49:00 +08:00 |
Haojun Liao
|
7cfdf0c14d
|
fix(stream): not check the total number of sub tasks with different status.
|
2024-07-08 15:43:29 +08:00 |
Hongze Cheng
|
b3be47fdbb
|
cancel bg tasks when alter stt_trigger
|
2024-07-08 15:39:25 +08:00 |
Yihao Deng
|
ef46c0c545
|
Merge remote-tracking branch 'origin/3.0' into enh/TD-30880
|
2024-07-08 07:34:39 +00:00 |
Yihao Deng
|
982fed581d
|
fix invalid read
|
2024-07-08 07:34:06 +00:00 |
wangmm0220
|
2ce9d05f75
|
fix:[TD-30915]tmq exit elegantly
|
2024-07-08 15:33:04 +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 |
Hongze Cheng
|
9edfc82bf4
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0
|
2024-07-08 14:32:07 +08:00 |
wangmm0220
|
e14d11c78a
|
fix:[TD-30915]tmq exit elegantly
|
2024-07-08 14:28:27 +08:00 |
wangmm0220
|
7ff7ef1d73
|
fix:[TD-30883]send hb before close in tmq
|
2024-07-08 13:51:30 +08:00 |
Yihao Deng
|
e02caa9757
|
add http interface
|
2024-07-08 05:41:38 +00:00 |