Commit Graph

63243 Commits

Author SHA1 Message Date
Haojun Liao a70d5a4947 fix(tsdb): fix bug during filtering brin records. 2024-03-26 09:50:06 +08:00
Hongze Cheng 4793e1d0eb
Merge pull request #25176 from taosdata/FIX/TD-29238-3.0
enh: not to start snap replication if too many open files already
2024-03-26 09:26:00 +08:00
slzhou 5fe03fe3f4 feat: irate support pk 2024-03-26 09:18:45 +08:00
Hongze Cheng 520f36c99c
Merge pull request #25180 from taosdata/fix/TD-29253
fix: arb set row status to avoid conflict
2024-03-26 09:10:30 +08:00
Hongze Cheng 65ef81c092
Merge pull request #25181 from taosdata/fix/TS-4421-3.0
fix: replace strdup for release build
2024-03-26 09:06:50 +08:00
dapan1121 b688f328d1 Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-26 08:42:53 +08:00
dapan1121 3f71b53101 fix: case issues 2024-03-26 08:42:17 +08:00
Haojun Liao 9638f8d7fc fix(tsdb): set the correct sttkey 2024-03-26 00:14:46 +08:00
Haojun Liao a11b2c614e fix(stream): not return error when failing to load stream task meta. 2024-03-25 23:49:26 +08:00
kailixu e5abe34c84 fix: replace strdup for release build 2024-03-25 21:34:31 +08:00
factosea 61e7ae53c8 fix: tag supported when count on subtable 2024-03-25 21:23:27 +08:00
Shungang Li 44ce5b951d fix: arb group leak 2024-03-25 18:38:04 +08:00
Haojun Liao 5c729cc836 refactor: do some internal refactor. 2024-03-25 17:57:59 +08:00
wangmm0220 6aaac7c0dc fix:decode task error if task version is smaller than 2 2024-03-25 17:57:13 +08:00
Benguang Zhao ced7c19943 enh: not to start snap replication if too many open files already 2024-03-25 17:01:23 +08:00
54liuyao aad3a43530 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-25 16:30:47 +08:00
dapan1121 42b0d00575 enh:support join type 2024-03-25 15:19:16 +08:00
slzhou a5ba546bd4 fix: add pk to funcInputGetNextRow 2024-03-25 15:12:34 +08:00
Haojun Liao 2cddeccfc7 Merge remote-tracking branch 'origin/feat/TS-4243-3.0' into feat/TS-4243-3.0 2024-03-25 14:21:00 +08:00
Haojun Liao 750ea5789f fix(tsdb): fix errors identified by CI. 2024-03-25 14:20:46 +08:00
Hongze Cheng b9a8f94f14
Merge pull request #25170 from taosdata/fix/TS-4577
fix(tsdb/util): fix missing column value with row iter
2024-03-25 13:44:55 +08:00
slzhou 4d3eb6824c feat: add pk support for last/first/last_row dynDataRequired 2024-03-25 13:38:34 +08:00
54liuyao d1b974228f add stream check 2024-03-25 11:16:28 +08:00
54liuyao a02535c3ab Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-25 11:15:21 +08:00
Minglei Jin ea424e822e fix(tsdb/util): fix missing column value with row iter 2024-03-25 11:00:33 +08:00
slzhou 9d2c310616 fix: remove the extract space after column type for none pk column 2024-03-25 10:16:22 +08:00
Haojun Liao f2a9fef804 Merge remote-tracking branch 'origin/feat/TS-4243-3.0' into feat/TS-4243-3.0 2024-03-25 09:59:23 +08:00
Haojun Liao 75d6b1edde fix(tsdb): fix the bug caused by sttKey changing. 2024-03-25 09:59:10 +08:00
slzhou 073e4d8389 fix: increase last_row result size since SFirstLastRes has pk info 2024-03-25 09:48:54 +08:00
slzhou f9a6243859 fix: add pk col after ts col to make operator of show table distributed super_table work 2024-03-25 09:38:50 +08:00
wangmm0220 463cd1bf13 fix:add test case 2024-03-25 09:09:17 +08:00
wangmm0220 bd4be25316 fix:offset error in tmq for primary key 2024-03-25 09:04:08 +08:00
Haojun Liao 447b8ddd32 fix(tsdb): remove invalid assert. 2024-03-23 23:33:40 +08:00
dapan1121 61fa803085 fix: windows compile issue 2024-03-23 20:28:17 +08:00
dapan1121 91d3848c71 fix: case issue 2024-03-23 20:24:50 +08:00
Haojun Liao c35e834141 fix(tsdb): fix error. 2024-03-23 00:11:21 +08:00
Haojun Liao 17a65430cd fix(tsdb): remove assert 2024-03-22 18:42:54 +08:00
wangmm0220 912cb09839 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq 2024-03-22 18:22:13 +08:00
Haojun Liao ef6ea16d64 other: merge 3.0 2024-03-22 17:57:25 +08:00
Haojun Liao 9f492a8962 other: merge 3.0 2024-03-22 17:53:11 +08:00
wangmm0220 f1853ced26 feat:[TS-4243] add logic for primark key in tmq 2024-03-22 17:48:59 +08:00
Alex Duan 635a0e7b85
Merge pull request #25161 from taosdata/TEST/3.0/TS-4421
Test/3.0/ts 4421
2024-03-22 17:48:40 +08:00
Haojun Liao bd52416af9
Merge pull request #25149 from taosdata/fix/3_liaohj
enh: meta pause/resume for sys table scan
2024-03-22 17:32:35 +08:00
Haojun Liao ca28bb60ef refactor: do some internal refactor. 2024-03-22 17:32:12 +08:00
Haojun Liao 5808c1b86f refactor: do some internal refactor. 2024-03-22 17:31:44 +08:00
Haojun Liao cbf22ed72a refactor: do some internal refactor. 2024-03-22 17:26:56 +08:00
Haojun Liao 018e6f2a71 refactor: do some internal refactor. 2024-03-22 17:18:31 +08:00
Haojun Liao 2ec24c1e04 refactor: do some internal refactor. 2024-03-22 16:43:34 +08:00
Benguang Zhao 02528eaa48 enh: not to touch meta data during balance vgroup leader 2024-03-22 16:24:13 +08:00
slzhou 3426bb2870 fix: free the supplementy blocks array of merge tree 2024-03-22 15:58:39 +08:00