Commit Graph

56917 Commits

Author SHA1 Message Date
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
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
Alex Duan 3ae2e3321b fix: delete data is not right 2023-09-15 15:46:26 +08:00
liuyao c14721744c stream partition ignore stream_get_all 2023-09-15 15:01:20 +08:00
yihaoDeng 6820fb0c5d fix race crash and add log 2023-09-15 14:59:44 +08:00
dapan1121 733002564a
Merge pull request #22918 from taosdata/fix/ly_test
project op ignore checkpoint block
2023-09-15 13:45:16 +08:00
liuyao 6d64a22b5f project op ignore checkpoint block 2023-09-15 11:41:33 +08:00
wade zhang b123dd7df3
Merge pull request #22904 from taosdata/FIX/TD-26292-main
enh: ignore compact req during restoring
2023-09-15 11:05:18 +08:00
Alex Duan 583f4fa95a
Merge pull request #22905 from taosdata/test/main/TD-26290
test:increase timeout of win testcase
2023-09-15 10:07:25 +08:00
shenglian zhou 00c0f34d66 Merge branch 'szhou/feat/audit-sql' of github.com:taosdata/TDengine into szhou/feat/audit-sql 2023-09-15 09:57:42 +08:00
shenglian zhou 658de2a04e fix: add create table sql to audit log 2023-09-15 09:56:56 +08:00
Haojun Liao 2bfd6e3355 refactor: do some internal refactor. 2023-09-15 09:25:22 +08:00
slzhou b7f01db457 Merge branch 'feat/TD-26127-audit-sql' of github.com:taosdata/TDengine into szhou/feat/audit-sql 2023-09-15 09:19:45 +08:00
dmchen 3bcb8d5a86 is end 2023-09-15 09:18:20 +08:00
shenglian zhou 62b270823e Merge branch 'feat/TD-26128-audit-sql' of github.com:taosdata/TDengine into szhou/feat/audit-sql 2023-09-15 08:49:27 +08:00
Haojun Liao 117de7ab7d fix(stream): fix error in drop task. 2023-09-15 00:51:13 +08:00
Haojun Liao 500fcad36c
Merge pull request #22892 from taosdata/fix/liaohj
refactor: do some internal refactor.
2023-09-15 00:46:46 +08:00
Haojun Liao 73c2782d78 fix(stream): update some logs. 2023-09-14 23:17:23 +08:00
Haojun Liao 5f55f489d8 fix(stream): fix memory leak. 2023-09-14 22:59:11 +08:00
Haojun Liao 303e8caf0c fix(stream): set the correct guard flag. 2023-09-14 22:44:16 +08:00
Haojun Liao 27f626769e fix(stream): fix memory leak. 2023-09-14 19:33:05 +08:00
Alex Duan e10e096e54
Merge pull request #22908 from taosdata/test/TS-3960_main
add test case for join
2023-09-14 19:26:45 +08:00
Haojun Liao 84a388cbe0
Merge pull request #22902 from taosdata/fix/TD-26157-main
fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than …
2023-09-14 18:32:22 +08:00
haoranchen b594393d31
test:set mixed deployment of mnode and vnode in testpy 2023-09-14 18:22:46 +08:00
Haojun Liao f2c3e0a6e8 fix(stream): disable follower send hb to mnode. and do some internal refactor. 2023-09-14 17:22:31 +08:00
Hongze Cheng 925cc8f55f fix: delete data error 2023-09-14 17:20:10 +08:00
Ping Xiao 70e70205aa add test case for join 2023-09-14 16:29:48 +08:00
chenhaoran be6d80893a test:set mixed deployment of mnode and vnode in testpy 2023-09-14 16:10:16 +08:00
chenhaoran 7d4519cdf8 test:increase timeout of win testcase 2023-09-14 16:10:16 +08:00
Benguang Zhao 2886913fd8 enh: ignore compact req during restoring 2023-09-14 16:09:00 +08:00
wangmm0220 8d2ac4a317 fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than bytes & fix tsAssert default value to 0 2023-09-14 15:56:01 +08:00
Alex Duan 073ab4cfd2
Merge pull request #22898 from taosdata/update_version_number_main
update version number
2023-09-14 15:26:22 +08:00
dmchen 6dcd5cfae9 null sql 2023-09-14 15:21:59 +08:00
Ping Xiao acfae2e457 update version number 2023-09-14 15:00:39 +08:00
Haojun Liao fce5be0eb4 fix(stream): fix dead lock. 2023-09-14 14:09:05 +08:00