Commit Graph

55241 Commits

Author SHA1 Message Date
Ganlin Zhao 0a5439e3c9 fix test case 2023-07-18 11:38:40 +08:00
Benguang Zhao 5624ecc8df fix: prepare vnode dir recursively in vnodeCreate 2023-07-18 11:32:23 +08:00
Benguang Zhao 6b6b7d8d8f enh: alloc disk of vnode primary dir in vmAllocPrimaryDisk 2023-07-18 11:32:23 +08:00
dmchen 97a81bd8ed fix/TD-25179 2023-07-18 11:27:01 +08:00
wade zhang 72457eb167
Merge pull request #22077 from taosdata/wangmm0220-patch-2
docs:add configuration of tmqMaxTopicNum
2023-07-18 11:17:49 +08:00
wade zhang 20918fee0e
Merge pull request #22078 from taosdata/wangmm0220-patch-1
docs:add configuration of tmqMaxTopicNum
2023-07-18 11:17:35 +08:00
Haojun Liao 5139bc550d
Merge pull request #22094 from taosdata/fix/TD-25222
fix:[TD-25222] error in drop topic if topic num is too long
2023-07-18 11:14:20 +08:00
Ping Xiao c033592b29 fix Windows packaging issue 2023-07-18 11:00:26 +08:00
slzhou 97a6e89d11 enhance: refactor create initial sources 2023-07-18 10:38:40 +08:00
Ganlin Zhao 94b13df641 fix: fix interval in nested query filter not applied 2023-07-18 10:36:07 +08:00
Hui Li 1f7e5c07ca
Merge pull request #22099 from taosdata/fix_packaging_issue
fix packaging issue
2023-07-18 10:27:03 +08:00
Ping Xiao 6e80b2b4a3 fix packaging issue 2023-07-18 10:19:13 +08:00
wangmm0220 6c35081507 fix:add sdbFetchCancel to release hash node 2023-07-18 09:54:35 +08:00
yihaoDeng 9667e5df61 remove fulltext 2023-07-18 01:40:49 +00:00
wade zhang 7e89622149
Merge pull request #22092 from taosdata/fix/TD-25232
fix/TD-25232: alter dnode keeptimeoffset err
2023-07-18 09:10:40 +08:00
dapan1121 73c6666e62
Merge pull request #22096 from taosdata/fix/TD-25210-3.0
fix: add sma option when show create table for stb/ntb
2023-07-18 09:09:49 +08:00
kailixu 52c56f4bd7 chore: support non sma option () if supported 2023-07-17 22:40:22 +08:00
kailixu cf39fcdd12 fix: add sma option when show create table for stb/ntb 2023-07-17 22:24:27 +08:00
slzhou ba2b404295 enhance: optimize msortComparFn for table merge scan 2023-07-17 21:07:55 +08:00
wangmm0220 da9e30434a fix:add sdbFetchCancel to release hash node 2023-07-17 20:21:23 +08:00
wangmm0220 8d8e12ee0d fix:add sdbFetchCancel to release hash node 2023-07-17 20:20:34 +08:00
wangmm0220 872222eb77 fix:[TD-25222] error in drop topic if topic num is too long 2023-07-17 19:52:07 +08:00
Minglei Jin 998fbe574d tsdb/cache reader: move suid into reader's info field 2023-07-17 19:10:33 +08:00
Shungang Li 1d0c73feb6 fix: alter dnode keeptimeoffset err 2023-07-17 18:37:00 +08:00
Minglei Jin 463b5b608b tsdb/read2: fix null pointer runtime error 2023-07-17 18:35:56 +08:00
Minglei Jin 62cfda1a88 tsdb/read2: fix UAF 2023-07-17 17:35:08 +08:00
dapan1121 3c7924ed8d
Merge pull request #22081 from taosdata/enh/TD-24920-3.0
enh: dm monitor refactor
2023-07-17 17:12:50 +08:00
slzhou 1b9754f1bc enhance: add log with info level. change to debug later 2023-07-17 16:18:06 +08:00
Ganlin Zhao 929db3d647 Merge branch '3.0' into enh/TS-2288 2023-07-17 16:09:07 +08:00
Ganlin Zhao 13e6a04e8f fix scope 2023-07-17 15:56:21 +08:00
Ganlin Zhao 707be3a6fe unify scope for client/system/server configs 2023-07-17 15:53:08 +08:00
Minglei Jin 832b68e17d tsdb/cache: load mem del data 2023-07-17 15:48:08 +08:00
Minglei Jin a05383e29e tsdb/cache: new load tomb callback from tsdb mergetree 2023-07-17 15:07:10 +08:00
slzhou 655233fd4f fix: create initial source with blocks 2023-07-17 15:05:30 +08:00
Minglei Jin 27b8671f97 tsdb/cache: new cacheReader field for tsdb & cache reader 2023-07-17 14:27:27 +08:00
dapan1121 2822245a37
Merge pull request #22076 from wangjiaming0909/fix/m/TD-25199
fix: create sma index for us/ns database failed
2023-07-17 14:21:57 +08:00
Minglei Jin 9b0b4061e0 tsdb/cache: relayout cache row reader 2023-07-17 14:16:54 +08:00
wade zhang d58ec17eed
Merge pull request #22065 from taosdata/docs/sangshuduo/TD-23899-python-ws-stmt-doc
docs: update connector feature matrix
2023-07-17 11:55:46 +08:00
Benguang Zhao b21e603481 enh: add the field diskPrimary to vnodeGetPrimaryDir, and entries of vnodes.json 2023-07-17 11:48:48 +08:00
Hui Li 1bc8c751a5
Merge pull request #22064 from taosdata/test/TD-24996
test:add testcase of rolling upgdade
2023-07-17 10:49:37 +08:00
Hui Li 0a270bf618
Merge pull request #22074 from taosdata/test/TD-25021-MAIN
add test create sma index case to ci
2023-07-17 10:47:10 +08:00
dapan1121 bcadc8d85b
Merge pull request #22070 from wangjiaming0909/fix/m/TS-3671
fix: state/session/event window with order by _wstart/_wend has no effect
2023-07-17 10:06:16 +08:00
Shuduo Sang f2ee992208
docs: update readme-cn.md (#22086) 2023-07-17 09:43:12 +08:00
kailixu 0e6b982682 chore: more code 2023-07-17 09:19:24 +08:00
Hui Li c146ba5842
Merge pull request #22079 from taosdata/main_docs_release
main: release 3.0.7.1 docs
2023-07-17 09:16:04 +08:00
Hui Li 0a74db1ef4
Merge pull request #22080 from taosdata/3.0_docs_release
3.0: release 3.0.7.1 docs
2023-07-17 09:12:44 +08:00
wangjiaming0909 ee7c8289aa fix: create sma index for us/ns database failed 2023-07-17 09:02:30 +08:00
Minglei Jin 8263c49c17 tsdb/cache: fix compilation 2023-07-17 09:00:17 +08:00
Minglei Jin 2b21c5e0f6 tsdb2: adapt cache with tsdb2 API 2023-07-17 08:50:54 +08:00
shenglian zhou 9a0e9df567 enhance: block is ts sorted and each book is a source 2023-07-16 23:39:41 +08:00