Commit Graph

23713 Commits

Author SHA1 Message Date
dapan1121 8da28aced2 fix: distinct constant value issue 2023-06-21 10:33:50 +08:00
wangjiaming0909 eb7d23ca95 fix: fill operator with wrong input ts order 2023-06-21 09:23:58 +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
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 f31240d4b5
Merge pull request #21762 from wangjiaming0909/fix/m/TD-24819
fix: show queries returned less rows when one conn has more than 100 queries
2023-06-19 09:13:32 +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
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 978f639851 fix:[TD-24807] double quote & space escape error 2023-06-16 19:25:08 +08:00
dapan1121 ad9b26abac fix: distinct column removed in union all issue 2023-06-16 18:43:36 +08:00
wangjiaming0909 bc2cc64873 fix: show queries returned less rows when one conn has more than 100 queries 2023-06-16 18:17:56 +08:00
dapan1121 1329dce320
Merge pull request #21712 from taosdata/fix/TS-3484
fix: fix order by ts desc error
2023-06-16 18:01:16 +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
wangmm0220 779e35b679 fix:drop consumer wher drop topic or group 2023-06-16 13:52:08 +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 01b1cfe965
Merge pull request #21676 from taosdata/fix/TD-24715
enh(vnd/svr): convert msyType to string
2023-06-16 12:06:47 +08:00
Haojun Liao 910e0aae97
Merge pull request #21746 from taosdata/fix/TS-3540
fix:null pointer error if restore from file
2023-06-16 11:57:51 +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
Minglei Jin 968e3cf1ea lru/applyF: fix ret value 2023-06-16 10:00:17 +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
wangmm0220 38dc8e2107 Merge branch 'fix/TS-3540' of https://github.com/taosdata/TDengine into fix/TS-3540 2023-06-15 19:45:15 +08:00
wangmm0220 c243e470c9 fix:null pointer error if restore from file 2023-06-15 19:44:58 +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
wangmm0220 e019ed2cc3 fix:conflict 2023-06-15 18:50:44 +08:00
wangmm0220 5de4600739 fix:remove lost_reb status 2023-06-15 18:48:45 +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 2cb6c7af16 cache/commit: use outter lock 2023-06-15 17:16:14 +08:00
Minglei Jin 9d6a22e35e cache/apply: use tsdb's flushState as ud 2023-06-15 17:07:56 +08:00
Minglei Jin c56f29c031 cache/flushState: init flush state when open cache 2023-06-15 17:01:27 +08:00
yihaoDeng a17a8cc192 fix:null pointer error 2023-06-15 16:35:53 +08:00
Minglei Jin 158ae209bf cache/lru: new applyF API for tlrucache 2023-06-15 16:34:51 +08:00
shenglian zhou b7165da5e3 fix: cleanup datablock so that varmeta length is right 2023-06-15 16:10:28 +08:00
wangmm0220 a7a518aaed opti:tmq logic 2023-06-15 15:44:52 +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
yihaoDeng 72acbb851a Merge branch 'enh/optUVSize' into enh/staticLibMain 2023-06-15 14:05:06 +08:00
Haojun Liao 98fbf1abb4
Merge pull request #21702 from taosdata/fix/changeLogLevel
change log level when filter tag
2023-06-15 13:46:45 +08:00
dapan1121 23d88b7e5a fix: partition data order requirement issue 2023-06-15 11:22:32 +08:00
wade zhang 8afbc1a5c8
Merge pull request #21732 from taosdata/fix/TS-3524-2
fix/TS-3524
2023-06-15 11:03:03 +08:00
Ganlin Zhao c520a1044b fix crash 2023-06-15 10:21:16 +08:00
dapan1121 a65b103b1d
Merge pull request #21719 from taosdata/fix/td-24781
fix: calculate the rows that can be put in one page
2023-06-15 09:04:11 +08:00
Minglei Jin 6d23ea93ea cache/update: fix memory leak 2023-06-15 08:40:36 +08:00
dmchen 92a9d4b26e fix/TS-3524 2023-06-14 20:53:27 +08:00
wangmm0220 0232420273 fix:quote process error in sml 2023-06-14 17:32:50 +08:00
Ganlin Zhao d48e3b3545 add null pointer check 2023-06-14 17:00:45 +08:00
Minglei Jin d04a33f349 fix(tsdb/cache): rewrite cache update to fix cpu usage 2023-06-14 15:35:21 +08:00
slzhou a36557f009 fix: calculate the rows that can be put in one page 2023-06-14 13:44:11 +08:00
Ganlin Zhao e79d63d766 add error code 2023-06-14 13:34:25 +08:00
yihaoDeng 30ea3aa419 add static lib 2023-06-14 12:15:02 +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
wade zhang 5612f7ff93
Merge pull request #21708 from taosdata/fix/TS-3524-main
fix/TS-3524
2023-06-14 10:54:19 +08:00
Haojun Liao 844a23225a
Merge pull request #21600 from taosdata/mark/tmq
fix:check wal not exist again before register to push & move push log…
2023-06-14 10:18:39 +08:00
Ganlin Zhao 4bd1ae90fa fix: fix order by ts desc error 2023-06-14 09:52:41 +08:00
wangmm0220 8070223aba fix:lock error 2023-06-13 18:27:06 +08:00
Ganlin Zhao 647ddaad97 fix: fix order by ts desc error 2023-06-13 17:28:31 +08:00
wangmm0220 f154d29ac7 fix:Vnode is closed or removed if drop database 2023-06-13 16:34:46 +08:00
dmchen 440a8725e5 fix/TS-3524 2023-06-13 15:07:00 +08:00
yihaoDeng ed33e6ea43 change log level when filter tag 2023-06-13 07:06:08 +00:00
Haojun Liao 0ee01c5410
Merge pull request #21576 from taosdata/fix/TD-24563
fix:do not modify source data in schemaless
2023-06-13 14:59:05 +08:00
yihaoDeng 8dc6d1cc6a change log level when filter tag 2023-06-13 01:51:22 +00:00
dapan1121 a033cacd76
Merge pull request #21691 from taosdata/szhou/fix-td24705
fix: select * from information_schema.ins_columns can not complete
2023-06-12 09:33:04 +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
slzhou 76d341682e fix: select * from information_schema.ins_columns can not complete 2023-06-09 20:55:17 +08:00
dapan1121 5cd57cece5 fix: null pointer issue 2023-06-09 18:54:20 +08:00
Minglei Jin 4884d0af53 vnd/svr: convert msyType to string 2023-06-09 18:00:04 +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
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
dapan1121 7956a8c420 fix: row size too big issue 2023-06-09 13:49:25 +08:00
dapan1121 cab9ddbe67
Merge pull request #21677 from taosdata/fix/TD-24720
fix: consumer group issue
2023-06-09 13:44:30 +08:00
dapan1121 988ee2b57a fix: consumer group issue 2023-06-09 11:13:22 +08:00
wade zhang 5bc23b331c
Merge pull request #21659 from taosdata/fix/TD-24715
enh(vnd/sync): refine invalid message log
2023-06-09 10:17:50 +08:00
Minglei Jin cab07b2736 vnode/svr: fix missing colon post vgId 2023-06-09 08:21:45 +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
Minglei Jin a6968485a8 enh(vnd/sync): refine invalid message log 2023-06-08 14:45:02 +08:00
dapan1121 6c20a331aa
Merge pull request #21547 from taosdata/fix/TD-24507
fix: fix multiple diffs output less lines if null values involved
2023-06-08 10:37:51 +08:00
dapan1121 6c74282946
Merge pull request #21597 from taosdata/enh/TD-24586
enh: optimize filter performance
2023-06-08 09:05:56 +08:00
Haojun Liao 9abe47ff93
Merge pull request #21638 from taosdata/enh/changeLinkOpt
change link opt
2023-06-07 19:07:06 +08:00
wade zhang 994125ab31
Merge pull request #21635 from taosdata/fix/TD-24644
fix/TD-24644
2023-06-07 16:28:02 +08:00
wade zhang eee9687f62
Merge pull request #21642 from taosdata/fix/TD-24675
fix(os): add -L jemalloc lib path
2023-06-07 16:27:34 +08:00
dapan1121 a4f5bac344
Merge pull request #21606 from taosdata/szhou/fix-ts3498
fix: rewrite count(*) to count(1) for temp table
2023-06-07 15:56:50 +08:00
Minglei Jin cd79ee666f fix(os): add -L jemalloc lib path 2023-06-07 14:11:45 +08:00
yihaoDeng 4fa1cc6dd3 change link opt 2023-06-07 05:26:07 +00:00
Haojun Liao 7bf07b78b2 fix(client): remove dependency 2023-06-07 11:36:01 +08:00
dmchen 169a2bd349 fix/TD-24644 2023-06-07 11:13:48 +08:00
dapan1121 47c891fbc5 Merge remote-tracking branch 'origin/main' into enh/TD-24586 2023-06-07 09:27:56 +08:00
liuyao bff2aae354 fix stream ci issue 2023-06-06 19:18:43 +08:00
liuyao 49ca147c47 fix stream ci issue 2023-06-06 19:18:43 +08:00
dapan1121 a0428387a9 enh: corrent column data reassign issue 2023-06-06 16:44:15 +08:00
Haojun Liao e9b7810d40
Merge pull request #21590 from taosdata/fix/TD-24600
fix/td-24600
2023-06-06 14:35:49 +08:00
yihaoDeng 66f483e51a fix invalid free 2023-06-06 02:32:06 +00:00
Minglei Jin 57b0cb84eb fix(cache/binary): fix crash in freeItem 2023-06-06 10:23:50 +08:00