Hongze Cheng
6b236018d5
more code and case change
2024-11-27 14:40:58 +08:00
dapan1121
85fc4dfc2b
fix: data sink memory issues
2024-11-15 10:16:15 +08:00
yihaoDeng
42065bf2e8
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-14 17:44:29 +08:00
dapan1121
0995facd64
fix: hash put duplicated issue
2024-11-14 16:37:10 +08:00
dapan1121
a8561fba4f
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-11 11:01:22 +08:00
Shengliang Guan
f46cf6044d
Merge pull request #28709 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-10 11:50:38 +08:00
dapan1121
371094cc13
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-08 10:13:20 +08:00
54liuyao
f452ca47fe
delete window state when drop table
2024-11-08 09:42:56 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
yihaoDeng
a6436882a2
support disk usage
2024-11-06 15:25:50 +08:00
yihaoDeng
dc576905f0
support disk usage
2024-11-05 19:57:13 +08:00
54liuyao
b6d16eccdb
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 14:54:42 +08:00
Shengliang Guan
ea9ed2e538
Merge pull request #28300 from taosdata/enh/TS-5441-3.0
...
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-30 13:43:41 +08:00
54liuyao
d065d71821
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 10:09:48 +08:00
54liuyao
6b2d338a20
enh(executor):avoid use dangerous functions
2024-10-25 13:47:09 +08:00
dapan1121
4f3484b823
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-10-24 16:49:38 +08:00
54liuyao
e9550a6b2c
feat(stream):save force window close scan range
2024-10-18 15:40:37 +08:00
wangmm0220
bc05289192
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-18 09:28:16 +08:00
54liuyao
a62b5a3efd
fix issue
2024-10-17 14:55:07 +08:00
54liuyao
3e49f40c74
stream twa
2024-10-16 12:16:59 +08:00
wangmm0220
42b7520d34
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-10 18:27:42 +08:00
wangmm0220
e6bf8dcfde
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-09 18:10:43 +08:00
54liuyao
d13819bbf4
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-30 09:05:46 +08:00
54liuyao
7517228dde
fix(stream):fix issue for stream count window state buff
2024-09-29 14:16:16 +08:00
54liuyao
2938233519
Merge branch 'fix/TD-30837' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-19 19:07:41 +08:00
Haojun Liao
c5eca0486e
Merge remote-tracking branch 'origin/fix/TD-30837' into fix/TD-30837
...
# Conflicts:
# source/dnode/vnode/src/tq/tq.c
# source/libs/stream/inc/streamInt.h
# source/libs/stream/src/streamSched.c
2024-09-19 16:39:54 +08:00
Haojun Liao
e1d8e98b11
feat(stream): support the force_window_close trigger.
2024-09-19 16:23:51 +08:00
54liuyao
813cab6e33
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-19 14:45:38 +08:00
Hongze Cheng
c0b3cc17fc
Merge pull request #27899 from taosdata/enh/TD-32121-3.0
...
enh: retrieveRows no more if got all data
2024-09-19 09:12:14 +08:00
54liuyao
c4566f98b8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-18 16:26:37 +08:00
Haojun Liao
5f486d6976
Merge branch '3.0' into fix/3_liaohj
2024-09-14 17:29:29 +08:00
Shungang Li
0fd4928dc2
enh: retrieveRows no more if got all data
2024-09-14 17:02:38 +08:00
54liuyao
b649f1f1c4
fix(stream):adj build file state res
2024-09-14 10:51:57 +08:00
Haojun Liao
1a90e9612d
refactor: check return value.
2024-09-13 23:04:41 +08:00
54liuyao
88d01d8980
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-09 11:21:23 +08:00
Haojun Liao
b3e5997336
fix(stream): reset error code.
2024-09-08 14:54:08 +08:00
dapan1121
40af7fb836
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-08-13 09:36:28 +08:00
54liuyao
3491396d92
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-08 19:30:46 +08:00
Hongze Cheng
dfc004ac37
fix: handle error code
2024-08-08 10:22:06 +08:00
54liuyao
bdaf0d419e
stream interp force window close
2024-08-06 16:14:15 +08:00
dapan1121
1831deb2f0
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-08-02 16:12:39 +08:00
54liuyao
b26750c200
add ci
2024-08-02 13:22:14 +08:00
54liuyao
063b492f72
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-30 15:13:15 +08:00
dapan1121
dfc3fc4987
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-07-29 11:16:36 +08:00
Haojun Liao
79ad7585ef
fix(stream): check return value.
2024-07-29 10:29:40 +08:00
54liuyao
0bd8c57049
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-29 09:24:40 +08:00
54liuyao
b5f432bd50
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-26 16:44:18 +08:00
wangmm0220
3f2278ebcf
fix:[TD-31017]process return value in vnode for tmq
2024-07-24 17:56:29 +08:00
Haojun Liao
7497f193c7
fix(stream): check return value, and do some internal refactor.
2024-07-23 14:47:29 +08:00
dapan1121
adfd7b4504
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-07-22 19:24:56 +08:00
54liuyao
99f4484328
adj stream operator result
2024-07-18 11:26:50 +08:00
54liuyao
4e6b898c9a
adj stream operator result
2024-07-18 10:37:14 +08:00
54liuyao
113cb57326
adj stream operator result
2024-07-17 19:35:35 +08:00
Haojun Liao
665fbd6f22
Merge pull request #26551 from taosdata/fix/TD-30967
...
feat: adj result of function
2024-07-17 09:09:23 +08:00
Haojun Liao
94f596c4ce
refactor: remove the invalid return value.
2024-07-16 18:52:01 +08:00
54liuyao
29381075c5
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-16 08:54:12 +08:00
54liuyao
3cdb957f22
adj function of stream operator result
2024-07-15 15:32:11 +08:00
54liuyao
9b067d075f
adj stream function return
2024-07-15 13:38:34 +08:00
dapan1121
4c2c9a71d5
fix: table info issue
2024-07-15 10:05:57 +08:00
54liuyao
5b982354e1
adj bloomfilter
2024-07-12 15:30:03 +08:00
54liuyao
1c9011e820
stream time slice
2024-07-12 11:03:45 +08:00
dapan1121
55ba9054ea
enh: add stat info
2024-07-02 19:25:33 +08:00
dapan1121
b3eb938527
enh: add query memory pool
2024-07-01 17:22:43 +08:00
wangjiaming0909
11a98ffab2
QueryAutoQWorker
2024-07-01 11:08:39 +08:00
54liuyao
ecfb5e5f4c
adj par name catch
2024-06-20 09:28:04 +08:00
Haojun Liao
2534ce5071
fix(stream): fix a typo.
2024-06-19 10:29:01 +08:00
Haojun Liao
985d619569
fix(stream): fix syntax error.
2024-06-17 23:14:33 +08:00
Haojun Liao
895ee30cf3
Merge branch '3.0' into enh/opt_prj
2024-06-09 23:51:38 +08:00
Haojun Liao
6d7e1eb576
fix(query): check for the server ep and client ep to set the compress flag.
2024-06-04 15:07:02 +08:00
Haojun Liao
927e2237de
Merge branch '3.0' into fix/3_liaohj
2024-06-03 15:56:02 +08:00
54liuyao
441a150d66
optimize tmq snapshot meta
2024-05-23 17:35:54 +08:00
Haojun Liao
3baa4169e6
Merge branch '3.0' into fix/3_liaohj
2024-05-20 10:31:53 +08:00
Haojun Liao
92b247e5b4
refactor: move compress data in query threads.
2024-05-16 15:55:48 +08:00
Haojun Liao
6898eba6ed
fix(stream): expand stream tasks are divided into two phase, the first is to build stream task and then expand stream task before start stream tasks.
2024-05-14 14:34:31 +08:00
t_max
f030af3aab
fix: build fails on macOS and Windows
2024-05-11 14:59:05 +08:00
Shungang Li
7ae4415890
fix: refactor lastcache ser/des for compatibility
2024-05-09 19:04:11 +08:00
54liuyao
2a72ceadd1
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-04-24 18:57:22 +08:00
54liuyao
85cd290aa5
opt bloom filter
2024-04-24 18:40:39 +08:00
54liuyao
3300bf04c1
opt bloom filter
2024-04-24 17:27:24 +08:00
Haojun Liao
ace5e12e65
fix(tsdb): set the correct lflag when creating tsdbCache reader.
2024-04-23 19:25:51 +08:00
yihaoDeng
4948bd690d
3.0 merge compress
2024-04-15 11:38:44 +08:00
wangmm0220
f609a45dd2
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq
2024-04-11 16:21:14 +08:00
54liuyao
1d42e927c6
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0
2024-04-11 15:35:42 +08:00
54liuyao
e161556f51
set ts column index for function
2024-04-10 15:35:25 +08:00
wangmm0220
fe7a42b118
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq
2024-04-01 09:11:39 +08:00
factosea
9ddc0b51cb
merge
2024-03-29 10:37:59 +08:00
Haojun Liao
f61596706d
fix(tsdb): add attributes for cache scan optr.
2024-03-26 17:34:30 +08:00
wangmm0220
912cb09839
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq
2024-03-22 18:22:13 +08:00
wangmm0220
f1853ced26
feat:[TS-4243] add logic for primark key in tmq
2024-03-22 17:48:59 +08:00
kailixu
fb2667d92d
fix: sys table scan and meta query
2024-03-22 10:33:46 +08:00
Haojun Liao
74d7a0bd3e
Merge pull request #25112 from taosdata/fix/3_liaohj
...
fix(meta): fix repeatly reader lock for tsdb meta.
2024-03-16 23:57:55 +08:00
Haojun Liao
93c808326b
fix(meta): fix repeatly reader lock for tsdb meta.
2024-03-16 22:03:46 +08:00
yihaoDeng
fe10867547
Merge branch '3.0' into feature/compressData
2024-03-14 03:19:39 +00:00
wangmm0220
80f55abc61
fix:[TS-4540]seperate block if insert in one sql when subscribe query
2024-03-07 14:16:10 +08:00
yihaoDeng
63d3671f42
add new msg
2024-03-06 12:06:26 +00:00
Haojun Liao
46b1fe520f
Merge pull request #24538 from taosdata/feat/TD-22023
...
stream count window
2024-02-20 08:50:25 +08:00
Haojun Liao
e62dd2ff5c
refactor: do some internal refactor.
2024-02-19 10:31:25 +08:00
54liuyao
05eaa90c11
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023
2024-02-19 08:59:15 +08:00
wangmm0220
871ebfa7ba
Merge branch '3.0' of https://github.com/taosdata/TDengine into mark/3.0
2024-02-06 14:02:46 +08:00
wangmm0220
5796f411e4
Merge branch 'mark/3.0' of https://github.com/taosdata/TDengine into mark/3.0
2024-02-05 17:08:05 +08:00
wangmm0220
a656d75ca7
opti:consume data excluded from some source
2024-02-05 17:07:50 +08:00
54liuyao
b16fc7d9df
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023
2024-02-05 10:15:59 +08:00
54liuyao
ea9353b9fd
merge 3.0
2024-02-04 16:04:23 +08:00
Haojun Liao
3236ef7bae
feat(stream): return the stream source task exec delay, and do some internal refactor.
2024-02-02 11:26:47 +08:00
54liuyao
d7fb8db086
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023
2024-01-29 16:13:39 +08:00
Haojun Liao
ac08f659c3
refactor: remove invalid procedure in fill-history.
2024-01-26 16:20:43 +08:00
54liuyao
3bbfb26e09
stream count window
2024-01-17 14:22:19 +08:00
fullhonest
cb2ab749b5
Fix TD-27003: use last row scan when select last_row, last
2024-01-15 15:22:29 +08:00
Haojun Liao
af9dc441b2
fix(stream): reset the saved value for fill-history task.
2024-01-08 18:40:06 +08:00
Haojun Liao
1a9701d401
Merge pull request #23946 from taosdata/fix/snodeBackendCrash
...
Fix/snode backend crash
2023-12-16 13:13:28 +08:00
yihaoDeng
7ab7a64eb3
Merge branch '3.0' into fix/snodeBackendCrash
2023-12-15 18:16:14 +08:00
shenglian zhou
cc4a6c6d55
fix: add new duration block event
2023-12-15 15:04:47 +08:00
Haojun Liao
4ffaff4d50
other: merge 3.0
2023-12-08 10:14:42 +08:00
Haojun Liao
7c17d6f313
fix(tsdb): opt read performance by check clean stt block if only row number required.
2023-12-07 23:12:54 +08:00
shenglian zhou
a2e7c78d27
refactor: rename variables
2023-12-06 09:39:38 +08:00
yihaoDeng
87c78919a9
add stream backend copy
2023-12-05 17:09:03 +08:00
slzhou
e690076331
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-duration
2023-12-05 09:53:29 +08:00
shenglian zhou
bff88e0639
fix: set duration order api
2023-12-01 16:27:36 +08:00
slzhou
4d755562af
fix: resolve conflicts
2023-12-01 13:02:14 +08:00
54liuyao
ae386c6e34
opt expired data
2023-11-29 11:16:56 +08:00
slzhou
4fb0f83f07
fix: core dump without resetTableListIndex
2023-11-28 14:50:50 +08:00
shenglian zhou
df4f7d6956
Revert "Revert "enhance: duration notification""
...
This reverts commit 3331e25aaf .
2023-11-28 10:31:18 +08:00
shenglian zhou
3331e25aaf
Revert "enhance: duration notification"
...
This reverts commit 9dd306e1ef .
2023-11-28 08:29:05 +08:00
shenglian zhou
9dd306e1ef
enhance: duration notification
2023-11-22 13:56:16 +08:00
Haojun Liao
b712f5e7dc
refactor: do some internal refactor.
2023-11-22 08:41:17 +08:00
Haojun Liao
2ca663ce66
Merge pull request #23593 from taosdata/feat/TD-21898
...
stream event window
2023-11-15 14:18:07 +08:00
Haojun Liao
e46a13c788
Merge pull request #23669 from taosdata/enh/stream_delay
...
opt max delay
2023-11-14 09:31:17 +08:00
liuyao
6d2d5823dc
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898
2023-11-10 09:24:05 +08:00
liuyao
340fb3e727
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898
2023-11-08 14:16:59 +08:00
kailixu
b9f389a49f
Merge branch '3.0' into enh/TD-23769-3.0x
2023-11-08 08:36:35 +08:00
kailixu
6b738884a4
chore: rsma checkpoint
2023-11-07 19:59:05 +08:00
Haojun Liao
d440da0d8c
enh(stream): execute scan history by using time slice 1s.
2023-11-05 01:26:53 +08:00
Haojun Liao
53b2158c54
refactor: do some internal refactor.
2023-11-03 13:51:17 +08:00
liuyao
d0e4a5d0f7
opt max delay
2023-10-25 20:29:25 +08:00
liuyao
f51c985914
stream event window
2023-10-25 17:50:16 +08:00
wangmm0220
473142fab7
fix:conflicts from 3.0
2023-10-16 11:35:56 +08:00
wangmm0220
b04d57fcc3
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-26056
2023-10-08 16:15:19 +08:00
wangmm0220
3f2d890560
feat:[TD-26056] add replay logic
2023-10-08 16:06:15 +08:00
liuyao
ca2325f886
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-26174
2023-09-26 10:41:31 +08:00
kailixu
8f828e052b
enh: timeseries calculation optimization
2023-09-22 20:07:51 +08:00
liuyao
1cebda368a
session&state operator buff
2023-09-20 15:06:08 +08:00
Haojun Liao
24b1a050fc
other: merge 3.0
2023-08-30 16:00:14 +08:00
dapan1121
1f40da6fef
Merge remote-tracking branch 'origin/main' into 3.0
2023-08-28 09:28:55 +08:00
dapan1121
cb70861986
fix: memory leak issue
2023-08-22 18:40:42 +08:00
yihaoDeng
6fe649c458
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
2023-08-21 09:12:40 +08:00
liuyao
87c65f3b68
Merge remote-tracking branch 'origin/3.0' into enh/triggerCheckPoint2
2023-08-18 15:27:02 +08:00
dapan1121
efc5589aa2
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-18 14:11:26 +08:00
shenglian zhou
4a9391929c
fix: select tags - ctb cursor pause/unlock and lock/resume
2023-08-17 14:59:17 +08:00
Haojun Liao
ea6574b3c7
other: merge 3.0
2023-08-17 00:07:55 +08:00
dapan1121
143c657571
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-16 14:50:31 +08:00