Commit Graph

63981 Commits

Author SHA1 Message Date
Hongze Cheng 63a735a546
Merge pull request #25512 from taosdata/fix/TD-29713
fix: arb reduce duplicate updates
2024-04-26 16:33:04 +08:00
Yihao Deng ac15015cb8 Add RpcNoDelayfp function to handle specific message types 2024-04-26 08:10:39 +00:00
Hongze Cheng 38117823f3
Merge pull request #25455 from taosdata/fix/TS-4706-3.0
fix: possible write block when error occurs
2024-04-26 16:04:42 +08:00
dapan1121 94297d4e25
Merge pull request #25513 from taosdata/fix/TD-29793
fix:[TD-29793] check if column and tag name are dumplicate in schemaless
2024-04-26 15:57:04 +08:00
Haojun Liao 8b53f76691 fix(stream): discard the repeatly recv checkpoint-source msg. 2024-04-26 15:56:34 +08:00
kailixu 00953afd78 enh: batch create table 2024-04-26 15:12:11 +08:00
kailixu 55ec5f164c enh: batch create table 2024-04-26 15:09:53 +08:00
Hongze Cheng efdc943a3d Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4706-3.0 2024-04-26 14:57:58 +08:00
dapan1121 10c3eeef5c
Merge pull request #25516 from taosdata/fix_forbid_funcs
remove forbid funcs
2024-04-26 14:56:45 +08:00
Hongze Cheng 2dceadeee1 more change 2024-04-26 14:42:22 +08:00
Hongze Cheng 3a7b2d5ba0 more 2024-04-26 14:41:41 +08:00
Hongze Cheng e7449890e5 Merge remote-tracking branch 'origin/3.0' into doc/TS-4243 2024-04-26 14:33:03 +08:00
Hongze Cheng 8e3452c72d doc: primary key document 2024-04-26 14:30:34 +08:00
wangmm0220 511a9b53e3 fix:[TD-29793] check if column and tag name are dumplicate in schemaless 2024-04-26 14:01:20 +08:00
Haojun Liao 3961903fea refactor: do some internal refactor. 2024-04-26 14:00:03 +08:00
Haojun Liao 88af030966 refactor: do some internal refactor. 2024-04-26 13:53:41 +08:00
Haojun Liao 19b0de6582 fix(stream): add task node into update list if it is timeout for more than 100sec. 2024-04-26 13:49:40 +08:00
Hongze Cheng e678d2508f
Merge pull request #25462 from taosdata/enh/supportTmqInterface
Enh/support tmq interface
2024-04-26 13:05:33 +08:00
Haojun Liao c565e31638
Merge pull request #25510 from taosdata/fix/3_liaohj
fix(stream): handle disorder node Update trans Id.
2024-04-26 12:44:00 +08:00
wangjiaming0909 ffea69ac5c remove forbid funcs 2024-04-26 12:14:43 +08:00
wangmm0220 19b7bb9e0c fix:[TD-29793] check if column and tag name are dumplicate in schemaless 2024-04-26 11:41:41 +08:00
Shungang Li 21f508fe58 fix: arb reduce duplicate updates 2024-04-26 11:40:06 +08:00
Alex Duan 781123dc89
Merge pull request #25509 from taosdata/packaging/TD-29816-3.0
add explorer
2024-04-26 11:19:04 +08:00
Haojun Liao e5069669cb refactor: do some internal refactor. 2024-04-26 11:16:40 +08:00
Haojun Liao a0e68c2bfb refactor: do some internal refactor. 2024-04-26 11:14:53 +08:00
Haojun Liao 815489d20a fix(tsdb): set the pk info when converting fileblockinfo to binrecord. 2024-04-26 11:10:20 +08:00
Haojun Liao ae4e2bf671 fix(stream): suppress some warnings by ide. 2024-04-26 10:00:54 +08:00
Haojun Liao fae53efed9 fix(stream): add some logs for retry for notready/timeout downstream tasks. and do some internal refactor. 2024-04-26 09:58:20 +08:00
Haojun Liao 77961ea791 fix(stream): handle disorder node Update trans Id. 2024-04-26 09:45:42 +08:00
Ping Xiao 6b5f461a75 add explorer 2024-04-26 09:41:13 +08:00
Haojun Liao 5df720910e
Merge pull request #25497 from taosdata/fix/TD-29672
save stream tbname
2024-04-26 09:14:24 +08:00
dapan1121 c78b21b0a7
Merge pull request #25498 from taosdata/test/3.0/TD-29817
fix: fix tstream.h
2024-04-26 09:06:47 +08:00
Haojun Liao feb176149e
Merge pull request #25507 from taosdata/fix/3_liaohj
fix(tsdb): overlap check take pk into consideration.
2024-04-26 09:06:38 +08:00
Hongze Cheng f500762af7 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4706-3.0 2024-04-26 09:00:09 +08:00
Hongze Cheng e8af63c81e
Merge pull request #25486 from taosdata/enh/TS-4636-3.0
enh: enlarge number of mounted disks
2024-04-26 08:57:59 +08:00
Haojun Liao 59a3e8ca40 fix(tsdb): overlap check take pk into consideration. 2024-04-25 23:25:24 +08:00
Haojun Liao b3d2ccec83
Merge pull request #25483 from taosdata/fix/3_liaohj
fix(query): add ts in cache_scan_operator if pk exists and only retri…
2024-04-25 22:32:26 +08:00
chenhaoran 91ebee80b0 test: add tmq and stream in compatibility 2024-04-25 19:59:58 +08:00
wangmm0220 4c87857153 fix:[TS-4718]pMsg->data is null 2024-04-25 19:49:01 +08:00
54liuyao b8e373f6a9 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-04-25 19:26:41 +08:00
dapan1121 e8ef5c570c
Merge pull request #25496 from taosdata/tsma_user_manual
tsma user manual
2024-04-25 19:20:04 +08:00
chenhaoran 14ff120fdc fix: fix tstream.h 2024-04-25 19:09:53 +08:00
Alex Duan 88ade6f4e1
Merge pull request #25461 from taosdata/feat/TD-28945-3.0
fix: uncomment tcompare crash
2024-04-25 19:08:09 +08:00
Hongze Cheng 6b44f9b3ac
Merge pull request #25495 from taosdata/fix/TD-29733
fix(cos/multi-writing): use lasted version of data
2024-04-25 19:01:48 +08:00
dapan1121 e363e1c502
Merge pull request #25488 from taosdata/fix/TD-29793
fix:[TD-29793] check if column and tag name are dumplicate in schemaless
2024-04-25 19:00:49 +08:00
wangjiaming0909 51760ef12f tsma user manual 2024-04-25 18:56:33 +08:00
54liuyao 0551c1189d save stream tbname 2024-04-25 18:46:13 +08:00
Haojun Liao eef5e6e409 fix(stream): fix syntax error. 2024-04-25 18:30:33 +08:00
Hongze Cheng d65bd323d8 fix test case 2024-04-25 18:12:56 +08:00
54liuyao 220a31d02f save stream tbname 2024-04-25 17:48:32 +08:00