Commit Graph

59970 Commits

Author SHA1 Message Date
factosea f91d98df25 fix: error message 2023-12-05 14:11:58 +08:00
factosea 2019e95049 fix: stream for event window 2023-12-05 14:08:17 +08:00
Minglei Jin e0a14bd359 fix(tsdb/cache): remove debug log 2023-12-05 14:05:16 +08:00
dapan1121 7589bbab45
Merge pull request #23921 from taosdata/fix/TS-4282-3.0
fix: skip NULL tag
2023-12-05 13:21:00 +08:00
dapan1121 24a2e857c3
Merge pull request #23816 from taosdata/enh/xsren/TD-27474/timezone3.0
fix timezone range
2023-12-05 13:17:55 +08:00
Haojun Liao 9d451ab56e
Merge pull request #23934 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2023-12-05 12:58:18 +08:00
facetosea 07301130c5 enh: event_window + super table need partition by tbname 2023-12-05 11:18:07 +08:00
shenglian zhou be6daee280 feature: switch duration mode randomly 2023-12-05 11:01:57 +08:00
Alex Duan dd53d57021 fix: strncpy replace with memcpy on 3.0 2023-12-05 10:51:19 +08:00
Haojun Liao cb8dfae0cc refactor: do some internal refactor. 2023-12-05 10:47:19 +08:00
slzhou e690076331 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-duration 2023-12-05 09:53:29 +08:00
slzhou 538f6fc722 fix: no block after new duration 2023-12-05 09:51:14 +08:00
Haojun Liao 4e68fbd744
Merge pull request #23904 from taosdata/enh/validMsg
valid msg
2023-12-05 09:40:33 +08:00
kailixu 646d807a28 test: check null tag when insert by stb 2023-12-04 22:43:04 +08:00
kailixu f3a075ee9e test: check null json tag 2023-12-04 21:00:13 +08:00
kailixu 08be3d790c fix: ignore NULL tag 2023-12-04 20:08:46 +08:00
Haojun Liao cc5890d56a
Merge pull request #23924 from taosdata/fix/3_liaohj
enh(tsdb): extract rows for the given tables in all stt files.
2023-12-04 19:21:19 +08:00
facetosea 02ff87b3a3 fix: revert test case 2023-12-04 19:18:20 +08:00
Haojun Liao 4daaeb3265 fix(tsdb): add rows in different vgroups; 2023-12-04 18:21:03 +08:00
Hongze Cheng 26774f87c9
Merge pull request #23920 from taosdata/fix/TD-27619
fix: bg task memory waste
2023-12-04 18:10:30 +08:00
Haojun Liao 7145a7b8a1 fix(tsdb): calculate the rows in next fileset. 2023-12-04 18:03:32 +08:00
Haojun Liao 6d82900a32 fix(tsdb): fix error in block dist. 2023-12-04 18:00:41 +08:00
Hongze Cheng ac2d9ebc27 fix: memory leak 2023-12-04 16:48:43 +08:00
slzhou 8c290587b7 fix: typo error 2023-12-04 16:19:07 +08:00
Haojun Liao 24d9337632 enh(tsdb): extract rows for the given tables in all stt files. 2023-12-04 15:38:24 +08:00
dapan1121 14d303f88d
Merge pull request #23846 from taosdata/enh/xsren/PI-28/skipScan
skip scan table
2023-12-04 15:17:58 +08:00
dapan1121 aa4efa0595
Merge pull request #23919 from taosdata/fix/xsren/TD-27561/fqdnFailedMsg
fix error msg if failed get ip from fqdn
2023-12-04 15:17:17 +08:00
slzhou a517271f39 Merge branch 'szhou/tms-duration-2' into szhou/tms-duration 2023-12-04 14:56:19 +08:00
slzhou 07e43fe56b fix: two intervals are intesected or not 2023-12-04 14:54:15 +08:00
factosea c83b7b80de test case 2023-12-04 14:46:28 +08:00
Cary Xu 210a304cc1
Update tdataformat.c 2023-12-04 14:41:28 +08:00
kailixu 4cc22a1b90 chore: validate tag val 2023-12-04 14:26:34 +08:00
kailixu 7d8864ec89 chore: validate tag val 2023-12-04 14:22:49 +08:00
kailixu fc905406d5 chore: validate tag val 2023-12-04 14:08:24 +08:00
Hongze Cheng cea4be6f3c fix: bg task memory waste 2023-12-04 13:40:28 +08:00
factosea 8180aaeb67 fix time format 2023-12-04 11:41:47 +08:00
factosea d368956e3f fix timezone range 2023-12-04 11:41:47 +08:00
Haojun Liao 674a9954ec
Merge pull request #23857 from taosdata/feat/TD-27419
opt expired data
2023-12-04 11:21:18 +08:00
dapan1121 d10bbc6252
Merge pull request #23877 from taosdata/FIX/TD-27403
Fix TD-27403: insert error about use today + now as timestamp value
2023-12-04 10:55:26 +08:00
shenglian zhou 3f8b2e826f fix: add new duration processing to table merge scan 2023-12-04 10:49:40 +08:00
wade zhang 3adf359622
Merge pull request #23916 from taosdata/docs/update_db_3.0
docs: remove desc of rsma
2023-12-04 10:42:55 +08:00
facetosea 0fe26f1507 fix error msg if failed get ip from fqdn 2023-12-04 10:40:43 +08:00
kailixu b69d17c751 docs: remove desc of rsma 2023-12-04 10:16:57 +08:00
kailixu 3ce2a2157a docs: remove desc of rsma 2023-12-04 10:13:45 +08:00
54liuyao 38900d672e Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-27419 2023-12-04 09:12:53 +08:00
Haojun Liao 48af3a9559
Merge pull request #23909 from taosdata/fix/TD-27455
fix:[TD-27644]heartbeat closed before snode close leading to snode is…
2023-12-04 09:10:00 +08:00
dapan1121 af5d79810b
Merge pull request #23902 from taosdata/fix/3.0/TD-27597
fix: state window with block rowIndex overflow
2023-12-04 09:04:23 +08:00
Haojun Liao 5467bba86b fix(tsdb): do some internal refactor. 2023-12-04 09:03:40 +08:00
Haojun Liao 7b0cf47fd6 fix(tsdb): do some internal refactor. 2023-12-04 08:58:10 +08:00
Haojun Liao 29a1c6d518 fix(tsdb): do some internal refactor. 2023-12-04 08:55:53 +08:00