Commit Graph

58936 Commits

Author SHA1 Message Date
Shungang Li c6f5e2a9bd enh: add dynamic configuration 2023-11-03 14:28:02 +08:00
shenglian zhou 81af550763 Merge branch 'szhou/tbname-prune-vgroup' of github.com:taosdata/TDengine into szhou/tbname-prune-vgroup 2023-11-03 14:12:15 +08:00
shenglian zhou bab886b229 enhance: refact code 2023-11-03 14:12:04 +08:00
Haojun Liao 34403534ed Merge branch '3.0' into fix/3_liaohj 2023-11-03 14:06:58 +08:00
slzhou 75d542c758 fix: performance improvement 2023-11-03 14:03:25 +08:00
Benguang Zhao 2cf6b3c1e4 fix: release duplicate msgs in syncSnapBufferRecv 2023-11-03 14:01:39 +08:00
Haojun Liao b4d14d3847 fix(tsdb): fix error during add on-demand opening stt file reader. 2023-11-03 13:51:18 +08:00
Haojun Liao 675c9ca613 enh(tsdb): on-demand open stt file reader. 2023-11-03 13:51:18 +08:00
Haojun Liao 53b2158c54 refactor: do some internal refactor. 2023-11-03 13:51:17 +08:00
dapan1121 0af6f2fb0e
Merge pull request #23530 from taosdata/fix/TD-27080
fix: return error response while fetching in quick response mode
2023-11-03 13:43:03 +08:00
wade zhang 717ddf5107
Merge pull request #23501 from taosdata/FIX/TD-26596-3.0
fix: set ack of response properly in syncSnapSendRsp
2023-11-03 11:57:24 +08:00
wangmm0220 5bd0745a76 fix:add config for checkpoint 2023-11-03 11:46:21 +08:00
slzhou 2aa02845dc fix: insert perf utility improvement 2023-11-03 11:42:53 +08:00
wangmm0220 0a1f1085fc Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-26060 2023-11-03 11:33:50 +08:00
wangmm0220 3ac11eba0e fix:modify upload checkpoint interface 2023-11-03 11:33:18 +08:00
dapan1121 bb48b457ca fix: return error response while fetching in quick response mode 2023-11-03 11:28:16 +08:00
slzhou 52608cf84d fix: performace improvement 2023-11-03 10:38:43 +08:00
shenglian zhou 48cac9736b enhance:add test case 2023-11-03 10:32:55 +08:00
dapan1121 92240d7f95
Merge pull request #23505 from taosdata/fix/3.0/TS-4052
fix: nano seconds database error
2023-11-03 10:27:40 +08:00
dapan1121 153bd80a4e
Update 10-function.md 2023-11-03 10:27:18 +08:00
wangjiaming 603bfe1a48
Update 10-function.md 2023-11-03 10:27:12 +08:00
wangjiaming 4698e9270f
Update 10-function.md 2023-11-03 10:26:13 +08:00
Hongze Cheng 1ff3f96b08
Merge pull request #23465 from taosdata/fix/TD-26189-last-tier-write
enh(tsdb/retention): enable last tier write
2023-11-02 21:21:38 -05:00
shenglian zhou 55e8607206 fix: calc const optimization only when not tag scan 2023-11-03 10:17:23 +08:00
Benguang Zhao 456c8d23f3 fix: set cursor properly in syncSnapBufferRecv 2023-11-03 10:09:07 +08:00
Haojun Liao ff5d69352f
Merge pull request #23493 from taosdata/fix/3_liaohj
fix(stream): add unsupport trans.
2023-11-03 09:07:33 +08:00
dapan1121 67ba0f56e7
Merge pull request #23512 from taosdata/fix/TD-27094
fix: adjust view not exist log level
2023-11-03 08:55:45 +08:00
kailixu d9ed63473c Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-03 08:37:41 +08:00
kailixu 6c944bb192 enh: skip rsma_task during load stream tasks 2023-11-02 20:32:54 +08:00
wangmm0220 159873692c feat:checkpoint bakeup using rsync 2023-11-02 20:13:29 +08:00
wade zhang a3723b74ed
Merge pull request #23497 from taosdata/FIX/audit-db-resource-3.0
db and resource
2023-11-02 19:33:40 +08:00
Alex Duan 2a020b2a39
Merge pull request #23524 from taosdata/tomchon-patch-9
Update cases.task
2023-11-02 19:24:42 +08:00
haoranchen f2b05eddab
Update cases.task 2023-11-02 19:23:33 +08:00
Haojun Liao 7a32b3a209 fix(stream): not transfer state if state is not appropriate. 2023-11-02 19:12:36 +08:00
kailixu fa5d896787 enh: rsma checkpoint 2023-11-02 18:56:36 +08:00
Benguang Zhao ce4fb52926 enh: resend end msg on timeout in snapshotReSend 2023-11-02 18:56:00 +08:00
Benguang Zhao 995a1e1f8e enh: send rsp on duplicate msgs in syncSnapBufferRecv 2023-11-02 18:41:25 +08:00
Benguang Zhao 3221aef1a3 refact: improve code with syncSnapSendMsg 2023-11-02 18:41:25 +08:00
Benguang Zhao 7852b2cecf fix: set ack of response properly in syncSnapSendRsp 2023-11-02 18:41:25 +08:00
Haojun Liao c4079332ff fix(stream):update the log level. 2023-11-02 18:18:04 +08:00
Haojun Liao 706f1e4744 fix(stream): fix deadlock in transfer state. 2023-11-02 18:18:04 +08:00
Haojun Liao 0a227e807f refactor: set different tq level. 2023-11-02 18:18:04 +08:00
Hongze Cheng 4cf97ef6ae
Merge pull request #23520 from taosdata/fix/TD-27057
fix: invalid read when file is deleted
2023-11-02 04:49:49 -05:00
wade zhang 881b96c994
Merge pull request #23517 from taosdata/enh/xftan/taosaversion-3.0
build(taosAdapter): use the same version number of TDengine
2023-11-02 17:01:30 +08:00
Hongze Cheng faea18c38f fix: invalid read when file is deleted 2023-11-02 16:59:11 +08:00
dapan1121 6fe2a8fbc5
Merge pull request #23511 from taosdata/fix/TD-27092
fix: remove user table/view privilege issue
2023-11-02 16:14:00 +08:00
kailixu 2d597659bc enh: rsma checkpoint 2023-11-02 15:20:54 +08:00
t_max eed735af3d fix(taosAdapter): fix taosAdapter version 2023-11-02 15:07:37 +08:00
t_max 714684bd78 build(taosAdapter): use the same version number of TDengine 2023-11-02 15:06:39 +08:00
dapan1121 be6a6976db fix: adjust view not exist log level 2023-11-02 14:34:19 +08:00