shenglian zhou
|
fd754eaa08
|
fix: udfd can not connect to taosd since authentification failure
|
2023-06-25 11:31:33 +08:00 |
wade zhang
|
254a20bdf3
|
Merge pull request #21660 from luckeverda/feat/TD-23739
feat/TD-23739: enhance ttl, deletetime modified by writing-op
|
2023-06-25 09:06:57 +08:00 |
yihaoDeng
|
c36d14df77
|
add compile opt
|
2023-06-22 13:19:14 +08:00 |
Haojun Liao
|
92249d892a
|
Merge pull request #21717 from taosdata/enh/staticLibMain
Enh/static lib main
|
2023-06-21 17:46:30 +08:00 |
yihaoDeng
|
ff3ad6c65f
|
add static lib to 3.0
|
2023-06-21 14:38:52 +08:00 |
dapan1121
|
67f884f844
|
Merge pull request #21799 from taosdata/fix/TD-24857
fix: distinct constant value issue
|
2023-06-21 14:17:27 +08:00 |
dapan1121
|
c4d630aaa1
|
fix: merge tree free rc issue
|
2023-06-21 13:58:07 +08:00 |
yihaoDeng
|
e5c62cfa06
|
add static lib
|
2023-06-21 12:10:42 +08:00 |
dapan1121
|
8da28aced2
|
fix: distinct constant value issue
|
2023-06-21 10:33:50 +08:00 |
wangjiaming0909
|
632fb40a43
|
postfix: propagate ts order to parents for more logic nodes
|
2023-06-21 09:31:44 +08:00 |
wangjiaming0909
|
eb7d23ca95
|
fix: fill operator with wrong input ts order
|
2023-06-21 09:23:58 +08:00 |
Benguang Zhao
|
d31ee66d63
|
enh: taosMsleep 1 on syncLogStorePersist failure
|
2023-06-20 19:52:29 +08:00 |
Benguang Zhao
|
1f21e769e5
|
enh: adjust logging level of sync-heartbeat to TRACE
|
2023-06-20 19:49:53 +08:00 |
yihaoDeng
|
daa3b5238f
|
add static lib
|
2023-06-20 19:29:43 +08:00 |
Minglei Jin
|
fa5d52613e
|
fix(query/scan-oper): use META_READER_NOLOCK to init meta reader
|
2023-06-20 17:33:28 +08:00 |
Shungang Li
|
b93f653d7e
|
feat: enhance ttl, deletetime modified by writing-ops
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
|
2023-06-19 19:03:35 +08:00 |
dapan1121
|
3bd5fbad0c
|
Merge pull request #21754 from taosdata/fix/TD-24832
fix: invalid system table primary key and distinct order by column issue
|
2023-06-19 13:24:48 +08:00 |
dapan1121
|
3b246d4a91
|
Merge pull request #21763 from taosdata/fix/TD-24845
fix: distinct column removed in union all issue
|
2023-06-19 09:08:08 +08:00 |
dapan1121
|
1ca24fea6b
|
Merge pull request #21742 from wangjiaming0909/feature/3.0/TD-24656
feature: add input, output ts order for execution plans
|
2023-06-18 19:24:29 +08:00 |
slzhou
|
fc523d1265
|
fix: at most 128 k-way merge to decrease memory usage
|
2023-06-18 07:53:35 +08:00 |
slzhou
|
9e781ed7a6
|
fix: destory data block to fix oom
|
2023-06-18 06:50:53 +08:00 |
slzhou
|
577c131360
|
fix: search k-way number
|
2023-06-17 22:13:08 +08:00 |
slzhou
|
0a567252f5
|
fix: oom issue since table merge scan
|
2023-06-17 18:50:33 +08:00 |
wangmm0220
|
c5dfe169a6
|
fix:error
|
2023-06-16 19:33:03 +08:00 |
dapan1121
|
ad9b26abac
|
fix: distinct column removed in union all issue
|
2023-06-16 18:43:36 +08:00 |
wangjiaming0909
|
61309862c2
|
fix comments of TD-24656
|
2023-06-16 18:12:02 +08:00 |
dapan1121
|
7b060d693e
|
Merge pull request #21670 from taosdata/feat/TD-22193
feat: add pipeline processing for timeslice operator
|
2023-06-16 18:00:39 +08:00 |
wade zhang
|
72cdca8570
|
Merge pull request #21750 from taosdata/FIX/TD-24828-3.0
fix: return error from vmPutMsgToQueue while vnode-write is disabled
|
2023-06-16 16:59:56 +08:00 |
Ganlin Zhao
|
9cddf06053
|
handle 0 result case for groups
|
2023-06-16 16:11:56 +08:00 |
Benguang Zhao
|
495ae49752
|
fix: refreshMeta on invalid schema of tb epSet in doAsyncQuery
|
2023-06-16 15:41:52 +08:00 |
Ganlin Zhao
|
e4c9a7474e
|
remove test code
|
2023-06-16 14:58:23 +08:00 |
Ganlin Zhao
|
e74c0ac987
|
save index instead of ts
|
2023-06-16 14:11:19 +08:00 |
dapan1121
|
bb8840d4ec
|
Merge pull request #21749 from taosdata/szhou/fix-ts3543
fix: table merge scan oom with muliti-level merge sort
|
2023-06-16 14:05:25 +08:00 |
dapan1121
|
6df2a8b53f
|
fix: invalid system table primary key and distinct order by column issue
|
2023-06-16 13:45:59 +08:00 |
dapan1121
|
9a3781ea19
|
Merge pull request #21743 from taosdata/fix/td-24784
fix: cleanup datablock so that varmeta length is right
|
2023-06-16 13:20:56 +08:00 |
wade zhang
|
d5f37359f4
|
Merge pull request #21722 from taosdata/fix/TD-24761
fix(tsdb/cache): rewrite cache update to fix cpu usage
|
2023-06-16 11:52:02 +08:00 |
wangjiaming0909
|
fb4f174fbc
|
feature: add input, output ts order for execution plans
|
2023-06-16 10:26:09 +08:00 |
Ganlin Zhao
|
fe2629d061
|
Merge branch '3.0' into feat/TD-22193
|
2023-06-16 10:16:51 +08:00 |
slzhou
|
e35553d6a0
|
fix: fix memory sanitizer error
|
2023-06-16 09:02:15 +08:00 |
shenglian zhou
|
376688479c
|
fix: remove multi-reader since two level merge is used
|
2023-06-16 09:00:50 +08:00 |
slzhou
|
0b61b88c10
|
fix: fix oom issue
|
2023-06-16 09:00:31 +08:00 |
Yihao Deng
|
97fa74ae2e
|
Merge branch 'main' into enh/staticLibMain
|
2023-06-15 21:37:01 +08:00 |
dapan1121
|
575c48212a
|
Merge pull request #21721 from taosdata/fix/TD-24707
fix: forbid system table functions
|
2023-06-15 18:52:33 +08:00 |
dapan1121
|
205e79ad28
|
Merge pull request #21736 from taosdata/fix/TD-24790
fix: fix fill double type column with scalar expression error
|
2023-06-15 18:45:40 +08:00 |
Haojun Liao
|
9e78a4c5a5
|
Merge pull request #21741 from taosdata/fix/TS-3540
fix:control memory size if consumer group is too much
|
2023-06-15 17:41:21 +08:00 |
Minglei Jin
|
158ae209bf
|
cache/lru: new applyF API for tlrucache
|
2023-06-15 16:34:51 +08:00 |
Ganlin Zhao
|
4e2eeed44c
|
optimize
|
2023-06-15 16:31:36 +08:00 |
shenglian zhou
|
b7165da5e3
|
fix: cleanup datablock so that varmeta length is right
|
2023-06-15 16:10:28 +08:00 |
wangmm0220
|
22776e60d5
|
fix:control memory size if consumer group is too much
|
2023-06-15 14:51:04 +08:00 |
dapan1121
|
f1edb49891
|
Merge pull request #21737 from taosdata/fix/TD-24823
fix: partition data order requirement issue
|
2023-06-15 14:25:47 +08:00 |
Haojun Liao
|
1b9eca5ce0
|
other: merge main.
|
2023-06-15 13:03:17 +08:00 |
dapan1121
|
23d88b7e5a
|
fix: partition data order requirement issue
|
2023-06-15 11:22:32 +08:00 |
Ganlin Zhao
|
61d089496d
|
fix: fix fill double type column with scalar expression error
|
2023-06-15 10:58:39 +08:00 |
Ganlin Zhao
|
c520a1044b
|
fix crash
|
2023-06-15 10:21:16 +08:00 |
dapan1121
|
e52c6aae8c
|
Merge pull request #21620 from taosdata/fix/TD-24567-3.0
fix: tsma query with order by _wstart/_wend
|
2023-06-15 09:06:57 +08:00 |
dapan1121
|
672cff090b
|
Merge pull request #21707 from taosdata/szhou/fix-tsort-sanitizer-error
fix: fix memory sanitizer error
|
2023-06-15 09:05:10 +08:00 |
Ganlin Zhao
|
d48e3b3545
|
add null pointer check
|
2023-06-14 17:00:45 +08:00 |
Ganlin Zhao
|
e79d63d766
|
add error code
|
2023-06-14 13:34:25 +08:00 |
yihaoDeng
|
ee3017ed3a
|
add static lib
|
2023-06-14 12:14:49 +08:00 |
Ganlin Zhao
|
728e42f723
|
fix: add forbid system table functions
|
2023-06-14 11:10:51 +08:00 |
Haojun Liao
|
4fac83ecf2
|
Merge pull request #21709 from taosdata/feature/TD-24749
feat:control memory size if consumer group is too much
|
2023-06-14 10:15:20 +08:00 |
wangmm0220
|
d8d6b6dd21
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-24749
|
2023-06-13 15:15:05 +08:00 |
wangmm0220
|
8a81278024
|
fix:load pHandle if necessary wher tq restore
|
2023-06-13 15:14:11 +08:00 |
yihaoDeng
|
ed33e6ea43
|
change log level when filter tag
|
2023-06-13 07:06:08 +00:00 |
slzhou
|
13ddd37529
|
fix: fix memory sanitizer error
|
2023-06-13 14:51:41 +08:00 |
dapan1121
|
73d3c21e21
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-24499
|
2023-06-13 11:44:41 +08:00 |
dapan1121
|
48b9cac75c
|
fix: fix no data in db issue
|
2023-06-13 11:44:13 +08:00 |
wade zhang
|
5673d34153
|
Merge pull request #21476 from taosdata/FIX/TD-24182-3.0
enh: change conflict scope of transaction of split vgroup
|
2023-06-13 10:13:48 +08:00 |
yihaoDeng
|
8dc6d1cc6a
|
change log level when filter tag
|
2023-06-13 01:51:22 +00:00 |
dapan1121
|
7adea35706
|
fix: remove debug info
|
2023-06-12 17:18:38 +08:00 |
dapan1121
|
59b8cfbc7d
|
enh: add sub_query in systable and kill subquery
|
2023-06-12 17:14:41 +08:00 |
kailixu
|
4cd039c38e
|
chore: compare funcNode without aliasName
|
2023-06-12 16:47:03 +08:00 |
dapan1121
|
170182fecd
|
feat: support fill history with sub request
|
2023-06-12 16:10:54 +08:00 |
kailixu
|
f5d28cdcd1
|
chore: more check
|
2023-06-12 10:49:17 +08:00 |
kailixu
|
b200fdba51
|
chore: node type
|
2023-06-12 10:44:01 +08:00 |
Benguang Zhao
|
3689b41f3a
|
Merge branch '3.0' into FIX/TD-24182-3.0
|
2023-06-12 09:39:49 +08:00 |
kailixu
|
58c43901ed
|
chore: another logic
|
2023-06-12 09:14:38 +08:00 |
dapan1121
|
423fdeef72
|
Merge pull request #21684 from taosdata/fix/TD-24741
fix: systable vgroup empty issue
|
2023-06-11 18:30:38 +08:00 |
dapan1121
|
5cd57cece5
|
fix: null pointer issue
|
2023-06-09 18:54:20 +08:00 |
dapan1121
|
14f3270a76
|
fix: subtask dead loop issue
|
2023-06-09 17:21:28 +08:00 |
dapan1121
|
0627ceada0
|
fix: systable vgroup empty issue
|
2023-06-09 16:58:07 +08:00 |
yihaoDeng
|
d38e3835c0
|
opt batch write
|
2023-06-09 08:12:39 +00:00 |
dapan1121
|
422a60430e
|
Merge pull request #21679 from taosdata/fix/TD-24716
fix: row size too big issue
|
2023-06-09 16:09:44 +08:00 |
yihaoDeng
|
06b65ce5c1
|
opt batch write
|
2023-06-09 07:49:43 +00:00 |
dapan1121
|
7956a8c420
|
fix: row size too big issue
|
2023-06-09 13:49:25 +08:00 |
dapan1121
|
988ee2b57a
|
fix: consumer group issue
|
2023-06-09 11:13:22 +08:00 |
kailixu
|
1812b9e968
|
Merge branch '3.0' into fix/TD-24567-3.0
|
2023-06-09 09:55:47 +08:00 |
yihaoDeng
|
a67ef8ce91
|
opt batch write
|
2023-06-09 01:27:08 +00:00 |
yihaoDeng
|
d5c0ca3163
|
opt batch write
|
2023-06-08 13:36:52 +00:00 |
Ganlin Zhao
|
bef6214904
|
remove test code
|
2023-06-08 19:30:05 +08:00 |
Ganlin Zhao
|
145bb93967
|
fix block only have one row
|
2023-06-08 19:21:04 +08:00 |
kailixu
|
79625df5e4
|
chore: code optimization
|
2023-06-08 18:39:51 +08:00 |
Ganlin Zhao
|
21fccc2d48
|
fix switchin group issue
|
2023-06-08 18:25:32 +08:00 |
Ganlin Zhao
|
7ee05df7c6
|
fix lastBlock remain ts not saved
|
2023-06-08 17:46:25 +08:00 |
Ganlin Zhao
|
b4c2085ddc
|
feat: add pipeline processing for timeslice operator
|
2023-06-08 16:32:35 +08:00 |
kailixu
|
e5e724a8ba
|
chore: code optimization
|
2023-06-08 16:13:31 +08:00 |
dapan1121
|
5a3d3713dc
|
Merge pull request #21601 from wangjiaming0909/fix/m/TS-3482
fix: select desc and asc return different rows after delete
|
2023-06-08 15:17:28 +08:00 |
dapan1121
|
a9ed1f6d46
|
Merge pull request #21567 from wangjiaming0909/fix/3.0/TD-24525
fix: prevent projectoperator scanning all rows when limit with no group
|
2023-06-08 15:14:48 +08:00 |
kailixu
|
c3726b8264
|
chore: more check
|
2023-06-08 14:42:10 +08:00 |
kailixu
|
e56c5950aa
|
chore: more check
|
2023-06-08 14:29:44 +08:00 |