Commit Graph

56747 Commits

Author SHA1 Message Date
Wade Zhang c8c63d0045 doc: fix broken links 2023-09-07 11:10:51 +08:00
Wade Zhang 9eaa711e74 docs: refine for enterprise 2023-09-07 09:52:28 +08:00
sunpeng f1cbefdd6b
docs: add new version to python doc (#22854) 2023-09-12 14:20:37 +08:00
wade zhang f4e785788a
Merge pull request #22833 from taosdata/fix/TS-3943-3.m
fix: neighbor block overlap judgement
2023-09-12 11:51:03 +08:00
Alex Duan a2215a49c3
Merge pull request #22109 from taosdata/td_25179
update user privilege test case and case list by charles
2023-09-12 11:45:12 +08:00
Haojun Liao 025a2a3b50
Merge pull request #22846 from taosdata/fix/3_liaohj
fix(tsdb): check the schema before merge rows in buffer
2023-09-12 11:43:27 +08:00
wade zhang a02f28640c
Merge pull request #22829 from taosdata/fix/TD-26210-main
fix/TD-26210
2023-09-12 11:01:12 +08:00
Alex Duan 8ca06ad3b8
Merge pull request #22841 from taosdata/fix/TD-25980-1-MAIN
fix: cancel core
2023-09-12 10:57:38 +08:00
Alex Duan 16c82aa392
Merge pull request #22790 from taosdata/test/main/TD-26192
test: increase timeout 60s of  replica 3to1
2023-09-12 10:05:06 +08:00
wade zhang 7f13598405
Merge pull request #22793 from taosdata/test/fix_pause_case_main
test: lock start_timestamp and interval
2023-09-12 09:27:36 +08:00
Haojun Liao f602aa965f fix(stream): fix coverity scan issues. 2023-09-12 09:16:18 +08:00
Haojun Liao a5b93aaf97 fix(tsdb): fix invalid read. 2023-09-11 23:55:34 +08:00
Haojun Liao e8f7146a2c fix(tsdb): check the schema before merge rows in buffer, and do some refactor. 2023-09-11 22:19:10 +08:00
Haojun Liao cd1f0ea414
Merge pull request #22826 from taosdata/fix/3_liaohj
fix(stream): set the correct start version for the step 2 stage in fill history.
2023-09-11 21:43:58 +08:00
chenhaoran 152e347459 test:modify testcase of indepent mnode 2023-09-11 20:01:35 +08:00
Haojun Liao 24524e1a8d fix(stream): fix the invalid length of tag column name. 2023-09-11 19:10:54 +08:00
chenhaoran 9e8a969e82 test:modify the way to determine whether the replica change is complete 2023-09-11 19:08:22 +08:00
chenhaoran 6bb7eb1ca2 test:modify the way to determine whether the replica change is complete 2023-09-11 19:04:07 +08:00
Alex Duan c44bd3e3bd fix: cancel core 2023-09-11 17:19:59 +08:00
Alex Duan 95b37878c0
Merge pull request #22840 from taosdata/fix/TS-3914_main
update file name
2023-09-11 16:54:13 +08:00
Ping Xiao 69cd257069 update file name 2023-09-11 16:51:35 +08:00
chenhaoran 5d1eac3c2e Merge branch 'main' of https://github.com/taosdata/TDengine into test/main/TD-26192 2023-09-11 15:29:48 +08:00
Haojun Liao 5ab739ae46 fix(stream): fix memory leak. 2023-09-11 15:29:12 +08:00
kailixu 78d136dffd fix: neighbor block overlap judgement 2023-09-11 15:10:39 +08:00
dapan1121 f831bf7d0f
Merge pull request #22810 from taosdata/fix/m/TD-26136
fix: coverity issues
2023-09-11 14:50:03 +08:00
dmchen a8e538a563 fix/TD-26210 2023-09-11 14:38:36 +08:00
Haojun Liao 45880f70d4 fix(stream): fix display error in logs. 2023-09-11 13:57:33 +08:00
Haojun Liao 3b79ab3266 fix(stream): reset the init ts. 2023-09-11 13:50:55 +08:00
Haojun Liao c729fc989f fix(stream): set the init start timestamp. 2023-09-11 13:49:43 +08:00
Haojun Liao 0980e021e5 fix(stream): set the correct start version for the step 2 stage in fill history. 2023-09-11 13:37:19 +08:00
wade zhang 70fc33aff8
Update index.md 2023-09-11 12:41:36 +08:00
Shuduo Sang b17a087fd6
docs: refine meta docs (#22825)
* docs: add current_user() in function

* docs: kill query command need quote around id

* docs: refine grafana plugin document

* docs: refine tdinsight doc

* docs: note about grafana unified alerting

* docs: refine en/14-reference/07-tdinsight/index.md

* docs: refine mete docs
2023-09-11 12:22:19 +08:00
wade zhang 792460f0b8
Update 02-intro.md 2023-09-11 11:08:37 +08:00
Haojun Liao 50ef500f51 refactor(stream): do sink module refactor. 2023-09-11 10:09:31 +08:00
wade zhang eeab75799e
Merge pull request #22823 from taosdata/docs/wade-20230911
doc: refine introduction page of English website
2023-09-11 08:08:08 +08:00
wade zhang eadaf733ec
Merge pull request #22822 from taosdata/docs/wade-20230911
doc: refine introduction page
2023-09-11 07:58:15 +08:00
Shuduo Sang fc283a5290
fix: refine jdbc example docs (#22821)
* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c

* fix: specify utf-8 in jdbc example pom.xml

* fix: refine jdbc example doc
2023-09-10 23:55:00 +08:00
wade zhang ddc8c93a9c
Merge pull request #22767 from taosdata/mark/tmq
fix:send delete subscribe info to vnode if drop consumer
2023-09-10 22:17:26 +08:00
wade zhang 635d405867
Merge pull request #22800 from taosdata/fix/TS-3922-main
fix:[TS-3922] make SStreamObj->->currentTick aligned by 8
2023-09-10 22:17:07 +08:00
Haojun Liao 372747cc23
Merge pull request #22818 from taosdata/fix/3_liaohj
fix(stream): fix error in fill history and check quit status of vnode.
2023-09-10 20:47:06 +08:00
Haojun Liao a9321248a9 fix(stream): set the correct flag when there is one token existed. 2023-09-10 18:34:03 +08:00
Haojun Liao 10271aee26 fix(stream): fix syntax error in unit test. 2023-09-10 14:12:03 +08:00
Haojun Liao 4ffb4a5b1f refactor: disable some logs. 2023-09-10 11:02:32 +08:00
Haojun Liao 85a5c45098 fix(stream): limit the already processed data. 2023-09-10 00:01:25 +08:00
Haojun Liao 9a30573b8b fix(stream): disable scan wal when halt is set. 2023-09-09 16:12:08 +08:00
Haojun Liao aa8909b267 other: add some logs. 2023-09-09 15:18:54 +08:00
Haojun Liao 6f5c855a4b fix(stream): fix msg lost bug. 2023-09-09 15:08:36 +08:00
Haojun Liao 47fd144447 other: add some logs. 2023-09-09 11:19:51 +08:00
Haojun Liao e4918e85eb fix(stream): limit the sink rate 2023-09-09 00:22:22 +08:00
Haojun Liao bf79c2c993 fix(stream): limit the sink rate 2023-09-09 00:11:13 +08:00