Commit Graph

62570 Commits

Author SHA1 Message Date
54liuyao 3835e0c156 open operator after resume stream 2024-03-12 16:35:55 +08:00
yihaoDeng e25024cca3 fix invalid free 2024-03-12 07:09:50 +00:00
54liuyao 9ba7221910 use non sort merge 2024-03-12 15:05:54 +08:00
wangmm0220 71c2e66be8 fix:key words error 2024-03-12 14:44:47 +08:00
Haojun Liao 2f6304d71e
Merge pull request #25057 from taosdata/fix/TD-29073
add some log
2024-03-12 14:00:22 +08:00
54liuyao 7429096cb6 use non sort merge 2024-03-12 13:39:01 +08:00
54liuyao 14c6dbd2af use non sort merge 2024-03-12 11:45:54 +08:00
yihaoDeng efefc205e6 fix invalid free 2024-03-12 03:21:49 +00:00
yihaoDeng 31b6d15240 fix invalid free 2024-03-12 03:08:20 +00:00
facetosea 08f9974817 Prevent misconfiguration 2024-03-12 10:06:57 +08:00
dapan1121 45300c1eae
Merge pull request #25053 from taosdata/fix/TS-4544
fix:[TS-4551] vgroplist is null in subscribe
2024-03-12 08:26:16 +08:00
kailixu 28e7aef816 fix: unify tag value parsing syntax 2024-03-11 19:54:42 +08:00
54liuyao 4b9d74cf45 add some log 2024-03-11 19:12:29 +08:00
wangmm0220 9e5ac49538 fix:[TS-4551] vgroplist is null in subscribe 2024-03-11 09:53:47 +08:00
dapan1121 26ea125f03
Merge pull request #25045 from taosdata/mark/3.0
fix:test case failed in some time
2024-03-11 09:09:18 +08:00
dapan1121 d5d931d393
Merge pull request #25040 from taosdata/fix/TS-4540
fix:memory leak
2024-03-11 09:07:56 +08:00
kailixu 2bd0c3335c fix: unify tag value parsing syntax 2024-03-11 08:30:38 +08:00
kailixu 7cb244a067 fix: unify tag value parsing syntax 2024-03-11 00:09:52 +08:00
kailixu 433179af0d fix: unify tag value parsing syntax 2024-03-10 22:14:57 +08:00
kailixu a083f45ac1 Merge branch '3.0' into fix/TS-4421-3.0 2024-03-10 09:52:45 +08:00
kailixu 3aa37460c7 enh: logs and show grants 2024-03-10 08:50:05 +08:00
Haojun Liao 993a340f3d
Merge pull request #25044 from taosdata/coverage/replace_kill_signal
replace kill signal
2024-03-08 17:19:23 +08:00
Haojun Liao abc16cda18
Merge pull request #25039 from taosdata/fix/nullcheck
test(stream): add some test cases to inc coverage.
2024-03-08 17:03:20 +08:00
yihaoDeng ca3a31440d Merge branch '3.0' of https://github.com/taosdata/TDengine into mark/3.0 2024-03-08 16:42:55 +08:00
yihaoDeng 067fb82adb fix:test case failed in some time 2024-03-08 16:39:55 +08:00
Ping Xiao ecfc5ec439 replace kill signal 2024-03-08 16:12:27 +08:00
wangmm0220 93f71923d7 fix:memory leak 2024-03-08 15:47:53 +08:00
wangmm0220 bb80866395 fix:memory leak 2024-03-08 14:49:48 +08:00
shenglian zhou 3db2c1edf5 feat: add hint smalldata_ts_sort to disable row id sort 2024-03-08 14:36:55 +08:00
Haojun Liao 3de1413974 test(stream): add some test cases to inc coverage. 2024-03-08 13:38:51 +08:00
facetosea b76831e3fe delete duplicate key for server config 2024-03-08 13:32:52 +08:00
factosea ec5b59c875 fix: add config item 2024-03-08 13:32:52 +08:00
factosea 71e4cb92fd fix: mem leak 2024-03-08 13:32:52 +08:00
factosea c0b8c2f1c0 fix: duplicateConfiguration 2024-03-08 13:32:52 +08:00
factosea 40f430baf1 fix: dynamic options for client monitor 2024-03-08 13:32:52 +08:00
factosea 848be2ecb3 fix: monitor client config 2024-03-08 13:32:52 +08:00
dapan1121 4b66b229f9
Merge pull request #25037 from taosdata/54liuyao-patch-5
Update 12-distinguished.md
2024-03-08 11:32:24 +08:00
liuyao 08d3145fdc
Update 12-distinguished.md 2024-03-08 11:00:56 +08:00
Haojun Liao 2431634d78
Merge pull request #25035 from taosdata/fix/nullcheck
fix(stream): add one more status for check.
2024-03-08 10:54:50 +08:00
dapan1121 2349b28c12
Merge pull request #25024 from taosdata/fix/TS-4540
fix:[TS-4540]seperate block if insert in one sql when subscribe query
2024-03-08 10:50:30 +08:00
slzhou a42a897c85 enhance: assert the region offset is keep increasing 2024-03-08 10:47:32 +08:00
liuyao 51faf94882
Update 12-distinguished.md 2024-03-08 10:36:48 +08:00
Haojun Liao 7ab1197ca8
Merge pull request #25033 from taosdata/fix/TD-28469
do some stream fill refactor
2024-03-08 10:23:47 +08:00
Hongze Cheng 3d878a63d9
Merge pull request #25027 from taosdata/fix/TS-4535-3.0
fix/TS-4535
2024-03-08 10:14:18 +08:00
Haojun Liao aef11bf3a8 fix(stream): add one more status for check. 2024-03-08 00:25:08 +08:00
WANG MINGMING ad6da4ab54
Merge branch '3.0' into fix/TS-4540 2024-03-07 23:31:18 +08:00
dapan1121 ae6b16d809
Merge pull request #25031 from taosdata/fix/TS-4544
fix:[TS-4544]do not get vgroup if subscribe query
2024-03-07 19:19:19 +08:00
wangmm0220 95358f374e fix:[TS-4540]fix memory leak 2024-03-07 19:02:12 +08:00
54liuyao 37071e0cfb do some stream fill refactor 2024-03-07 18:43:35 +08:00
wangmm0220 7c319adf46 fix:[TS-4544]do not get vgroup if subscribe query 2024-03-07 17:59:02 +08:00