Commit Graph

53558 Commits

Author SHA1 Message Date
Ganlin Zhao d5c73f31a6 add test case 2023-06-14 14:06:07 +08:00
Ganlin Zhao 2131159a38 add test case 2023-06-14 14:04:03 +08:00
yihaoDeng 9a019e4121 add static lib 2023-06-14 14:01:11 +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
Benguang Zhao 05393d9053 fix: make vmProcessCreateVnodeReq idempotent 2023-06-14 13:05:47 +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
wangmm0220 864236a8dc fix:conflicts 2023-06-14 12:05:10 +08:00
wangmm0220 c28d7d9bf8 fix:open info log in tmq client & modify parametes in show consumers 2023-06-14 12:01:54 +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
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
Haojun Liao 2a5a4fb781
Merge pull request #21711 from taosdata/mark/sml
fix:Vnode is closed or removed if drop database
2023-06-14 10:14:43 +08:00
Haojun Liao 883a8c928d
Merge pull request #21715 from taosdata/mark/sml-3.0
fix:Vnode is closed or removed if drop database
2023-06-14 10:14:25 +08:00
Ganlin Zhao 4bd1ae90fa fix: fix order by ts desc error 2023-06-14 09:52:41 +08:00
Hui Li bca86d6936
Merge pull request #21678 from taosdata/test/TD-24713-MAIN
test: make diff function testing case to pass
2023-06-14 08:34:26 +08:00
wangmm0220 7e6c7e767a fix:Vnode is closed or removed if drop database 2023-06-13 19:10:45 +08:00
wangmm0220 8070223aba fix:lock error 2023-06-13 18:27:06 +08:00
dapan1121 548cc2c315
Merge pull request #21701 from taosdata/feat/TD-24499
feat: support fill history with subquery
2023-06-13 18:15:07 +08:00
Alex Duan 4d3d48d3b7 fix:uniform output csv format with shell output 2023-06-13 18:06:27 +08:00
Alex Duan e30cdd03de fix:uniform output csv format with shell output1 2023-06-13 18:03:26 +08:00
Alex Duan 94d056e67f fix:uniform output csv format with shell output 2023-06-13 18:00:52 +08:00
Ganlin Zhao 647ddaad97 fix: fix order by ts desc error 2023-06-13 17:28:31 +08:00
wangmm0220 827e84b1a5 fix:memory leak 2023-06-13 17:10:23 +08:00
wangmm0220 f154d29ac7 fix:Vnode is closed or removed if drop database 2023-06-13 16:34:46 +08:00
dapan1121 f84eef0ac4
Merge branch '3.0' into feat/TD-24499 2023-06-13 15:27:18 +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
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 933d08b489
Merge pull request #21690 from taosdata/feature/TS-3495
feat:add parameters for consumer & add offset rows for subscription
2023-06-13 14:59:15 +08: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
slzhou 13ddd37529 fix: fix memory sanitizer error 2023-06-13 14:51:41 +08:00
dapan1121 79892ae7d5
Merge pull request #21705 from taosdata/docs/TD-24645
docs: add slow log descriptions
2023-06-13 14:42:35 +08:00
shenglian zhou 28e6c45021 enhance: version not compatible log 2023-06-13 14:41:42 +08:00
dapan1121 e805ac9553 docs: add slow log descriptions 2023-06-13 14:40:50 +08:00
dapan1121 f0b004ca96
Merge pull request #21704 from taosdata/doc/TD-24646
doc: add metaCacheMaxSize description
2023-06-13 14:12:11 +08:00
dapan1121 6132795718 doc: add metaCacheMaxSize description 2023-06-13 14:10:56 +08:00
dapan1121 b8b3036905 fix: fix case issue 2023-06-13 13:53:40 +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
wangmm0220 fb123d8761 fix:conflict from 3.0 2023-06-13 09:47:08 +08:00
wangmm0220 fb59ec4591 feat:move plan msg from vginfo to subscription info 2023-06-13 09:32:54 +08:00
wangmm0220 fb17881609 fix:test cases 2023-06-13 09:18:57 +08:00
wangmm0220 1cbe7c8f29 fix:column length for ins_columns 2023-06-12 19:16:23 +08:00
dapan1121 7adea35706 fix: remove debug info 2023-06-12 17:18:38 +08:00