dmchen
b1dc31a2bd
fix/TS-5805-check-arb-add-column
2025-02-10 06:57:50 +00:00
dmchen
946a0c1bb5
fix/TS-5805-check-arb-remve-useless-code
2025-02-10 02:58:42 +00:00
dongming chen
240a8b5d5b
Merge pull request #29723 from taosdata/3.0
...
3.0
2025-02-10 09:56:12 +08:00
Shengliang Guan
1c8b1520d6
Merge branch 'main' into merge/mainto3.02
2025-02-08 11:12:14 +08:00
Haojun Liao
68faa300af
fix(stream): fix memory leak.
2025-02-07 11:11:22 +08:00
Shengliang Guan
a004d95996
Merge branch '3.0' into merge/mainto3.02
2025-02-06 13:46:36 +08:00
Haojun Liao
a5cdf3320c
refactor(stream): handle stream check in ctrl queue.
2025-02-05 15:03:30 +08:00
Haojun Liao
0f04f47337
refactor(stream): dispatch req handled in ctrl queue.
2025-02-05 15:03:24 +08:00
Haojun Liao
fa2229c453
refactor(stream): dispatch rsp handled in ctrl queue.
2025-02-05 15:03:10 +08:00
Haojun Liao
5e130c4d53
enh(stream): add ctrl queue to handle hb rsp, to avoid hb rsp not being confirmed if all stream threads are occupied.
2025-02-05 14:57:15 +08:00
Shengliang Guan
e1cd2735a6
Merge pull request #29639 from taosdata/feat/3.0/TS-5795
...
Enh(tsdb):print fid while data file corrupted.
2025-02-05 09:41:28 +08:00
Haojun Liao
093233203d
Revert "refactor(stream): do some internal refactor ."
2025-01-24 17:11:15 +08:00
Shengliang Guan
3089e3d904
Merge pull request #29544 from taosdata/fix/tag
...
refactor(stream): do some internal refactor .
2025-01-24 16:27:22 +08:00
Linhe Huo
bc0570f9ad
Merge pull request #29632 from taosdata/enh/analysis
...
enh(analysis): enable community edition to support anodes.
2025-01-24 15:33:16 +08:00
Pan Wei
d6633a27ac
Merge pull request #29651 from taosdata/fix/addMetaDebugLog.m
...
fix: add table meta validation error and debug log
2025-01-24 09:54:36 +08:00
Haojun Liao
2f6977dfda
Merge branch 'main' into enh/analysis
2025-01-23 18:55:32 +08:00
dapan1121
bd450fe751
fix: add meta debug log
2025-01-23 16:12:54 +08:00
Hongze Cheng
3405a007bd
enh: accelerate tsdb snapshot when data are all in stt file
2025-01-23 14:23:54 +08:00
Shengliang Guan
f6f08fa846
Merge pull request #29615 from taosdata/fix/disp_lost
...
fix(stream): check the checkpoint-report transId and checkpointId
2025-01-23 09:47:36 +08:00
Haojun Liao
55ca679571
fix(analysis): fix compiling error on windows.
2025-01-23 09:06:55 +08:00
Haojun Liao
989c20078a
refactor: do some internal refactor.
2025-01-23 00:32:46 +08:00
Haojun Liao
883b1b79a2
enh(analysis): add the algorithm in telemetry report.
2025-01-23 00:29:18 +08:00
Shengliang Guan
3bbecbbba4
Merge pull request #29626 from taosdata/fix/TS-5932
...
fix: invalid subtable in tbname list
2025-01-22 17:24:03 +08:00
xiao-77
362aac2de1
Enh(tsdb):print fid while data file corrupted.
2025-01-22 16:46:10 +08:00
Shengliang Guan
8c0600649f
Merge pull request #29623 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2025-01-22 16:36:17 +08:00
Haojun Liao
d6dc966ed1
fix(analysis): fix compiler error on windows.
2025-01-22 15:12:43 +08:00
Haojun Liao
9f2c448e36
fix(stream): fix error in check node update trans.
2025-01-22 14:05:40 +08:00
Haojun Liao
30358f1297
fix(stream): fix error in check node update trans.
2025-01-22 12:52:30 +08:00
Haojun Liao
84580286ce
enh(analysis): enable community edition to support anodes.
2025-01-22 11:11:06 +08:00
Haojun Liao
2f065062c3
fix(stream): adjust position of checking trans.
2025-01-21 19:04:14 +08:00
Haojun Liao
88a94919c4
fix(stream): check for nodeupdate trans before create streams.
2025-01-21 18:41:52 +08:00
dapan1121
89cea7859a
fix: invalid subtable in tbname in clause issue
2025-01-21 17:41:37 +08:00
Jinqing Kuang
eb5d463490
feat(stream)[TS-5469]. add support for window event notifications in stream processing
...
- Introduce new syntax to specify notification type and destination address
- Collect relevant event information during window computations
- Implement websocket-based notification delivery to the specified address
2025-01-21 17:39:46 +08:00
Haojun Liao
0ea46585f4
fix(stream): update checkpoint-info after check the failed checkpointId, and update the consensus-checkpoint id in mnode.
2025-01-21 16:29:00 +08:00
Shengliang Guan
7e9453385c
Merge branch 'main' into merge/mainto3.0
2025-01-21 16:06:24 +08:00
xiao-77
a4e88660db
fix(rpc):use tsApplyMemoryAllowed to control memory alloc while apply msg.
2025-01-21 11:33:08 +08:00
Haojun Liao
df6ec3afc2
fix(stream): check null ptr.
2025-01-21 11:21:53 +08:00
Haojun Liao
08092aeb0c
fix(stream): not clear task list if check failed, and add more checks.
2025-01-21 10:27:39 +08:00
Haojun Liao
7900c725d5
fix(stream): fix syntax error.
2025-01-21 09:15:27 +08:00
Haojun Liao
efd33aa4d7
fix(stream): check the checkpoint-report transId and checkpointId, and identify the expired checkpoint-report info.
2025-01-21 01:25:53 +08:00
Haojun Liao
84eaed0bbb
fix(stream): fix invalid read.
2025-01-19 00:13:58 +08:00
Haojun Liao
b4a6523aa6
fix(stream): fix invalid read.
2025-01-18 01:35:24 +08:00
Haojun Liao
c93fe999ba
refactor(stream): injection error.
2025-01-18 01:26:49 +08:00
Haojun Liao
6274eea7c4
fix(stream): adjust the free stream meta position and check the close flag of streamMeta before starting scan wal.
2025-01-17 19:15:08 +08:00
Haojun Liao
05a27eb7b0
fix(stream): fix memory leak.
2025-01-12 01:50:54 +08:00
Shengliang Guan
e48b48f93c
Merge branch 'main' into merge/mainto3.0
2025-01-10 12:07:40 +08:00
Shengliang Guan
ad6e9c46d8
Merge pull request #29534 from taosdata/fix/TD-31605/crashLogMain
...
fix: ts31605, write crash log
2025-01-10 11:22:59 +08:00
factosea
bd9ec86061
crash log: safe code
2025-01-10 06:10:20 +08:00
Haojun Liao
3223cc0287
other: add todo
2025-01-09 18:37:05 +08:00
Hongze Cheng
74c7420c1d
Merge pull request #29527 from taosdata/fix/main/TD-33457
...
Test(cfg): add alter config to compatibility.py and fix some memory leak.
2025-01-09 17:22:07 +08:00