Commit Graph

26683 Commits

Author SHA1 Message Date
yihaoDeng 3b885f4faf fix ip white list 2023-09-26 17:04:25 +08:00
kailixu c680180894 fix: rwlock reentrant problem on windows 2023-09-26 15:37:29 +08:00
kailixu e523d3d6a4 chore: remove obsolete codes 2023-09-26 14:34:42 +08:00
wade zhang f6134b42d7
Merge pull request #23036 from taosdata/feat/TS-4011-3.0
feat/TS-4011: adjust config 'keep_time_offset' level from dnode to db
2023-09-26 14:25:54 +08:00
Haojun Liao d5621b52d7
Merge pull request #23053 from taosdata/fix/26475
Fix/26475
2023-09-26 13:42:53 +08:00
kailixu 93bf7da254 chore: dm update 2023-09-26 13:22:38 +08:00
Ping Xiao 4f23ea2a8c enh: dmodule logic 2023-09-26 11:47:53 +08:00
wade zhang 92f5803303
Merge pull request #23050 from taosdata/fix/TD-26478
fix(cos): use EIO as failed code
2023-09-26 09:02:59 +08:00
wade zhang f2a7795cd6
Merge pull request #23037 from taosdata/enh/TS-3812-3.0
grant: enable update cluster info
2023-09-25 19:27:44 +08:00
yihaoDeng 05ab04b87f disable ip on community 2023-09-25 19:10:50 +08:00
yihaoDeng b134365d08 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2023-09-25 18:40:10 +08:00
yihaoDeng 40a3c778f0 disable ip on community 2023-09-25 18:39:49 +08:00
Minglei Jin 7fd7902dda fix(cos): use EIO as failed code 2023-09-25 18:38:55 +08:00
kailixu 126a371170 chore: more code 2023-09-25 16:24:03 +08:00
kailixu 0632fb838a chore: code refactor 2023-09-25 16:17:57 +08:00
kailixu 68fb1b296f chore: code refactor 2023-09-25 16:16:12 +08:00
kailixu b0b4d782fc chore: code refactor 2023-09-25 15:57:54 +08:00
Alex Duan c9af9eb15b
Merge pull request #22915 from lx1zhong/3.0
add TSZ and ADT-FSE algorithm
2023-09-25 15:48:30 +08:00
Shungang Li 8f0d700fe8 feat: rm dnode config item keepTimeOffset 2023-09-25 15:46:12 +08:00
Shungang Li 743a5b0640 feat: add db config item keep_time_offset 2023-09-25 15:46:08 +08:00
kailixu f689ef8fe4 chore: make jenkins happy 2023-09-25 15:41:23 +08:00
kailixu 4e0a5cb91a chore: macOS compile 2023-09-25 14:46:59 +08:00
kailixu af2dbc2790 Merge branch '3.0' into enh/TS-3812-3.0 2023-09-25 12:36:13 +08:00
kailixu 3083189f4d grant: enable update cluster info 2023-09-25 12:35:18 +08:00
wade zhang 7a711bc687
Merge pull request #22879 from taosdata/enh/TS-3812-3.0
enh: timeseries calculation
2023-09-25 12:23:16 +08:00
wade zhang 928c28fb68
Merge pull request #23021 from taosdata/szhou/star-tbname
feature: bi tools support star expansion to include tbname
2023-09-25 12:22:36 +08:00
kailixu 7b4ef6df96 fix: memory leak 2023-09-24 13:50:20 +08:00
kailixu c69b9e0197 chore: make jenkins happy 2023-09-24 09:45:19 +08:00
kailixu 986788d4fe enh: timeseries calculation 2023-09-24 09:14:52 +08:00
kailixu e50b8a3a0d chore: make jenkins happy for community 2023-09-24 08:48:14 +08:00
kailixu ff3e36e679 enh: timeseries calculation 2023-09-24 08:41:45 +08:00
kailixu 53a9459c20 enh: update timeseries 2023-09-24 07:52:27 +08:00
kailixu bc8ebf1562 Merge branch '3.0' into enh/TS-3812-3.0 2023-09-23 18:19:08 +08:00
kailixu a4b92760f0 enh: grant notify optimize 2023-09-23 18:10:08 +08:00
Alex Duan 293840d707 fix: compatible for open and close TSZ 2023-09-23 14:34:23 +08:00
Alex Duan 6fa4bfb492 fix: cfgAddDouble set to fval is error 2023-09-23 11:22:22 +08:00
shenglian zhou df19645a90 fix: check table is super table when rewrite star for bi tool 2023-09-22 22:02:30 +08:00
kailixu 8f828e052b enh: timeseries calculation optimization 2023-09-22 20:07:51 +08:00
dapan1121 f0c1585508
Merge pull request #22957 from taosdata/feat/xsren/TS-4000/fillVarchar3.0
fill data of varchar type
2023-09-22 16:16:13 +08:00
wade zhang 849b05a09b
Merge pull request #22927 from taosdata/fix/TD-26189
s3/block_cache: new tsdb block cache
2023-09-22 16:15:07 +08:00
slzhou fb62588dd3 fix: nodesIsStar and nodesIsTableStar 2023-09-22 15:26:39 +08:00
slzhou 57d5d793f8 fix: comm/enterprise split 2023-09-22 15:06:38 +08:00
slzhou 18f8e0dc8d fix: enterprise/community bi support 2023-09-22 14:31:47 +08:00
slzhou 72307ab877 enhance: move bi to enterprise 2023-09-22 14:27:01 +08:00
Minglei Jin 4c151f2031 tsdb/readerwriter: remove size with download 2023-09-22 14:06:06 +08:00
Haojun Liao 68c329e1f7
Merge pull request #23015 from taosdata/mark/tmq-3.0
fix:add interface tmq_get_connect to get TAOS from tmq
2023-09-22 14:02:19 +08:00
Haojun Liao 7e4410f094
Merge pull request #22992 from taosdata/feat/TD-26052
feat:support vnode split in tmq
2023-09-22 13:57:21 +08:00
wangmm0220 63a6aacc18 fix:add interface tmq_get_connect to get TAOS from tmq 2023-09-22 11:44:37 +08:00
slzhou 9bb628650c fix: pass basic test 2023-09-22 10:13:17 +08:00
wangmm0220 19806cbcab fix:memory leak 2023-09-22 10:12:11 +08:00
wangmm0220 5555371fbc fix:memory leak 2023-09-22 10:04:53 +08:00
wangmm0220 86a4bfe28d fix:memory leak 2023-09-22 10:02:16 +08:00
dapan1121 94ad93febd
Merge pull request #23003 from taosdata/feat-pipelined-agg/TD-25620
feat: pipelined agg when partition by col slimit
2023-09-22 09:48:45 +08:00
wangmm0220 803b17a2db fix:memory leak 2023-09-22 09:31:58 +08:00
dapan1121 e3048d972d
Merge pull request #23009 from taosdata/enh/TS-3934-3.0
fix: release tsc obj
2023-09-22 09:10:52 +08:00
kailixu b6608ec641 chore: code optimization for tsc release 2023-09-22 05:06:16 +08:00
Haojun Liao 3c921ba66e
Merge pull request #23006 from taosdata/fix/3_liaohj
fix(tsdb): set the correct scaninfo to load the tomb data.
2023-09-21 22:13:16 +08:00
kailixu 3beb9c5c84 Merge branch '3.0' into enh/TS-3812-3.0 2023-09-21 19:38:27 +08:00
kailixu 5d728fdba6 Merge branch 'enh/TS-3934-3.0' of https://github.com/taosdata/TDengine into enh/TS-3934-3.0 2023-09-21 19:33:07 +08:00
kailixu b66583bd02 fix: release tsc obj 2023-09-21 19:32:54 +08:00
wangmm0220 70b5509217 fix:enable split if there are topics 2023-09-21 18:16:05 +08:00
wangjiaming0909 f2832b5aa7 feat: pipelined agg when partition by col slimit 2023-09-21 17:45:49 +08:00
Cary Xu 1bbb812557
Merge branch '3.0' into enh/TS-3934-3.0 2023-09-21 17:32:51 +08:00
Haojun Liao f93df639c1 fix(tsdb): set the correct scaninfo to load the tomb data. 2023-09-21 17:32:21 +08:00
shenglian zhou 80f77251b2 merge with 3.0 and finish coding star expansion 2023-09-21 17:04:12 +08:00
dapan1121 64da3f4ef9
Merge pull request #22978 from taosdata/szhou/show-db-table
enhance: show normal/child tables and show user/system databases
2023-09-21 16:55:26 +08:00
kailixu 45a0933316 fix: user dropped logic in tsc 2023-09-21 16:38:53 +08:00
Minglei Jin ce1f866416 tsdb/reader: use pTsdb handle instead of pgsz to open file 2023-09-21 16:36:17 +08:00
kailixu 7445b9ff50 Merge branch '3.0' into enh/TS-3812-3.0 2023-09-21 16:25:06 +08:00
kailixu be3438fc5b enh: erase dup notification 2023-09-21 16:12:46 +08:00
dapan1121 c43aa99727
Merge pull request #22988 from taosdata/fix/TD-23089-3.0C
enh: lock and file adaption for windows
2023-09-21 15:37:04 +08:00
wangmm0220 06afd0bd33 fix:add interface tmq_get_connect to get TAOS from tmq 2023-09-21 15:13:38 +08:00
kailixu 677e938851 enh: remove obsolete code 2023-09-21 14:18:46 +08:00
kailixu b0d1f651ab enh: remove obsolete code 2023-09-21 14:15:29 +08:00
kailixu eb6b6ec882 enh: remove user cache when user dropped 2023-09-21 14:09:50 +08:00
kailixu 42c83d8f87 fix: unlock before return 2023-09-21 13:10:27 +08:00
dapan1121 5162af049d
Merge pull request #22989 from taosdata/enh/supportAsyncFetchForSyncReq
enh: support async fetch for sync request
2023-09-21 11:51:39 +08:00
kailixu 2ff0748022 enh: remove user cache in catalog when user dropped 2023-09-21 11:29:34 +08:00
kailixu e7dd0caeb9 Merge branch '3.0' into enh/TS-3934-3.0 2023-09-21 10:21:45 +08:00
kailixu 70704ee906 Merge branch 'fix/TD-23089-3.0C' of https://github.com/taosdata/TDengine into fix/TD-23089-3.0C 2023-09-21 10:17:11 +08:00
kailixu 72ac6c09fa fix: return value for cond 2023-09-21 10:16:55 +08:00
wangmm0220 ce2fc8b319 fix:memory leak 2023-09-21 10:05:52 +08:00
slzhou de411ebad1 fix: review comments 2023-09-21 09:55:13 +08:00
kailixu 2b25982495 enh: user dropped notification 2023-09-21 09:53:45 +08:00
dapan1121 7d076d2db9 fix: memory leak issue 2023-09-21 09:49:43 +08:00
wangmm0220 f9c5aa01af fix:enable split if there are topics & fix memory leak 2023-09-21 09:20:34 +08:00
Alex Duan 0ca99ea9c9 feat: add TSZ algo test cases 2023-09-20 19:33:25 +08:00
kailixu fa9afb25e7 chore: code optimization for mutex 2023-09-20 18:59:19 +08:00
dapan1121 aa86490ed2 fix: sync param free issue 2023-09-20 18:57:00 +08:00
wangmm0220 d3f54e678f feat:support vnode split in tmq 2023-09-20 18:27:43 +08:00
Minglei Jin 99120336e9 s3/config: new s3BlockSize & s3BlockCacheSize 2023-09-20 17:33:53 +08:00
kailixu a19cfcd587 chore: code optimization for file 2023-09-20 17:33:31 +08:00
Haojun Liao 8d5ea720e4
Merge pull request #22962 from taosdata/feat/TD-26052
feat:vnode tranform support in tmq
2023-09-20 17:32:04 +08:00
kailixu 0800698774 fix: typo of ol 2023-09-20 16:28:36 +08:00
Minglei Jin f206fa07d0 s3/put: use put2 2023-09-20 15:59:58 +08:00
dapan1121 9796483609 enh: support async fetch for sync request 2023-09-20 15:42:25 +08:00
kailixu 3bb5a5f1d4 enh: lock and file adaption for windows 2023-09-20 15:40:39 +08:00
kailixu 97c87bdbdc enh: mutex/rwlock/pread/pwrite adaption for windows 2023-09-20 15:35:38 +08:00
Minglei Jin d155cfcf0f tsdb/readerwriter: use tsdb's s3 block cache to read file page 2023-09-20 15:24:54 +08:00
slzhou 6496bb3d31 Merge branch 'szhou/show-db-table' into szhou/continue-coing 2023-09-20 14:19:40 +08:00