Commit Graph

57102 Commits

Author SHA1 Message Date
Haojun Liao 9a9fffa577 fix(stream): reset task counter. 2023-09-19 00:52:35 +08:00
Haojun Liao 377fdfacf6 fix(stream): add some logs. 2023-09-18 23:51:08 +08:00
Hongze Cheng b1797834c1 fix: set snapshot writer compression 2023-09-18 20:58:20 +08:00
Haojun Liao 1ca06e960f fix(stream): remove stream in buf. 2023-09-18 20:25:24 +08:00
Haojun Liao 2e2d445f3c
Merge pull request #22960 from taosdata/fix/TD-26346-main
fix:return in progress in drop consumer group
2023-09-18 19:59:41 +08:00
Haojun Liao 2c9d54af37 fix(stream): fix memory leak. 2023-09-18 19:58:46 +08:00
Haojun Liao 5ee1f23251
Merge pull request #22961 from taosdata/fix/liaohj
fix(stream): set correct task status after transfer state.
2023-09-18 19:58:06 +08:00
dmchen 2e42af1dd0 ci break 2023-09-18 18:38:54 +08:00
Haojun Liao c7b8d572f6 fix(stream): set the output normal for stream dispatch when encountering the transfer state. 2023-09-18 18:25:22 +08:00
dmchen 8349513e6f ci break 2023-09-18 18:24:02 +08:00
wangmm0220 59d8f7d10f fix:return in progress in drop consumer group 2023-09-18 17:55:00 +08:00
Haojun Liao 36316c79fe doc: update docs. 2023-09-18 17:41:58 +08:00
Haojun Liao 101161c52e
Merge pull request #22954 from taosdata/fix/TD-26323
fix:core in race condition for pTq->pExecStore & return if poll too l…
2023-09-18 17:41:01 +08:00
Haojun Liao 0a157f0b26
Merge pull request #22956 from taosdata/fix/liaohj
fix(stream): add null check
2023-09-18 17:39:24 +08:00
dmchen bdb0a1b84e ci break 2023-09-18 17:38:58 +08:00
dmchen a33d687f79 ci break 2023-09-18 16:42:17 +08:00
dmchen ab51d84db6 ci break 2023-09-18 16:01:35 +08:00
dmchen 8b9be8151c ci break 2023-09-18 15:15:24 +08:00
Haojun Liao c33ef4ce88 fix(stream): add null check 2023-09-18 15:14:51 +08:00
wangmm0220 c3498fbfe8 fix:core in race condition for pTq->pExecStore & return if poll too long & fix test cases if submit empty 2023-09-18 14:35:07 +08:00
yihaoDeng 2c10163634 avoid first tag index conflict 2023-09-18 14:19:58 +08:00
dmchen 835020cca8 ci break 2023-09-18 14:15:14 +08:00
xsren 83d8e3a524 mem exception handle 2023-09-18 13:48:09 +08:00
dmchen b473122dac break dependency 2023-09-18 12:29:08 +08:00
dmchen 5f0274e83d break dependency 2023-09-18 11:44:06 +08:00
dmchen a64ddfc736 break dependency 2023-09-18 10:59:50 +08:00
Haojun Liao 8aa34802f5
Merge pull request #22938 from taosdata/fix/TD-26323
fix:[TD-26323]add macro to control tmq assert & make subscribe transa…
2023-09-18 09:48:39 +08:00
dm chen fda32dcc51
Merge branch 'main' into feat/TD-26127-audit-sql 2023-09-18 09:41:47 +08:00
dmchen c674e025e2 skip auto create tb 2023-09-18 09:29:51 +08:00
Haojun Liao 8aa9960760
Merge pull request #22944 from taosdata/fix/liaohj
refactor: do some internal refactor, and fix some bugs.
2023-09-17 21:25:33 +08:00
Haojun Liao 3dfdda3283 fix(stream): fix error in decode stream task. 2023-09-17 18:07:26 +08:00
Haojun Liao 301258784a fix(stream): fix invalid read. 2023-09-17 13:59:06 +08:00
Haojun Liao 01144c58a7 fix(stream): fix stream task id error. 2023-09-17 01:19:59 +08:00
Haojun Liao 4846194bbb refactor: do some internal refactor, remove the related fill-history task by sending mesg to replay it in follower node. 2023-09-16 21:37:30 +08:00
Haojun Liao caa7542cea
Merge pull request #22913 from taosdata/fix/liaohj
fix(stream): fix error in drop task.
2023-09-16 21:36:38 +08:00
Shuduo Sang 6bb1a86c86
chore: add build instruction to refine example (#22943)
* 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

* chore: add build instructions to go example
2023-09-16 21:00:43 +08:00
Alex Duan 554b943727
Merge pull request #22937 from taosdata/case/TS-3895-MAIN
case: add keepColumnName option case
2023-09-16 13:40:04 +08:00
wangmm0220 8ebb6e202e fix:[TD-26323]add macro to control tmq assert & make subscribe transaction no conflicts 2023-09-15 19:26:55 +08:00
Alex Duan 8e705d3e74
Merge pull request #22926 from taosdata/case/TS-3987-MAIN
fix: delete data is not right
2023-09-15 19:02:15 +08:00
Alex Duan 3c4facd48d case: add keepColumnName option case 2023-09-15 18:27:01 +08:00
Alex Duan 46a9a906e0 case: add use db sql 2023-09-15 17:57:54 +08:00
xsren 98cbb92ad9 merge stable sort intead of qsort as insert unordered data 2023-09-15 17:53:31 +08:00
Haojun Liao e20c8b39f4
Merge pull request #22922 from taosdata/fix/TD-26325
fix race crash and add log
2023-09-15 17:49:22 +08:00
Haojun Liao 91e3d70796 fix(stream): remove fill-history sink task. 2023-09-15 17:46:17 +08:00
dapan1121 6bb752b92e
Merge pull request #22923 from taosdata/fix/TS-4001
stream partition ignore stream_get_all
2023-09-15 17:37:09 +08:00
Alex Duan 72d942a0f0
Merge pull request #22932 from taosdata/docs/DuanKuanJun-patch-9-3
Update 05-taosbenchmark.md
2023-09-15 17:10:42 +08:00
Alex Duan 0f3480a6b1
Update 05-taosbenchmark.md 2023-09-15 17:10:31 +08:00
Alex Duan f58274b518
Merge pull request #22931 from taosdata/docs/DuanKuanJun-patch-9-2
docs/Update 05-taosbenchmark.md
2023-09-15 17:06:26 +08:00
Alex Duan 9cdc929078
Update 05-taosbenchmark.md 2023-09-15 17:05:50 +08:00
Alex Duan 47f2c38a56
Merge pull request #22910 from taosdata/fix/TS-3987
fix: delete data error
2023-09-15 16:19:29 +08:00