Commit Graph

56919 Commits

Author SHA1 Message Date
wangmm0220 cca00406a5 fix:drop topic error if topic not exist 2023-08-24 18:16:57 +08:00
Haojun Liao 82e356a9b5 Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
# Conflicts:
#	source/dnode/vnode/src/tq/tq.c
2023-08-24 18:04:44 +08:00
Haojun Liao 70396aa5a5 fix(stream): wakeup the hb timer every 200ms, to speeup the close db procedure. 2023-08-24 17:54:50 +08:00
yihaoDeng 286ac3e3fc fix merge error 2023-08-24 17:35:53 +08:00
yihaoDeng 9310d138a6 Merge branch 'enh/3.0' into enh/triggerCheckPoint2 2023-08-24 17:30:35 +08:00
dapan1121 3c7ca2418c
Merge pull request #22532 from taosdata/fix/m/TD-25863
fix: fill operator with desc ts order returned 1 more rows
2023-08-24 17:29:57 +08:00
Ping Xiao e5049e042f undo remove operation for taosx when build taosd 2023-08-24 17:28:41 +08:00
yihaoDeng 8883d66227 Merge branch 'enh/triggerCheckPoint2' of https://github.com/taosdata/TDengine into enh/triggerCheckPoint2 2023-08-24 17:20:12 +08:00
yihaoDeng 090515c684 refactor code 2023-08-24 17:20:04 +08:00
Haojun Liao caf20d7b5d fix(stream): release the stream task. 2023-08-24 17:16:34 +08:00
Minglei Jin 70871139bf enh(tsdb/openfile): lazy file open to read/write 2023-08-24 17:16:28 +08:00
Ganlin Zhao 2a5f4a3bc4 add cases 2023-08-24 17:11:58 +08:00
Ganlin Zhao 7396a7c09c fix: fix where ts < now used in nested query report invalid timestamp 2023-08-24 17:11:05 +08:00
slzhou d5db4b16ba Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tags-after-distinct 2023-08-24 16:57:25 +08:00
dapan1121 bd96f843e2
Merge pull request #22554 from taosdata/revert/3.0/TD-25685
revert col comment patch
2023-08-24 16:53:30 +08:00
Haojun Liao 3c6870275b fix(parser): update the key words for disk io throttling. 2023-08-24 16:45:47 +08:00
wangmm0220 b83cc11043 fix:[TD-25651] reset epoch if consumer changed to avoid consumeing no data 2023-08-24 16:38:53 +08:00
liuyao 7da464d8b7 mem leak 2023-08-24 16:36:58 +08:00
wangmm0220 89884e1c49 fix:transaction in tmq 2023-08-24 16:34:52 +08:00
liuyao a72e6fd219 mem leak 2023-08-24 16:32:34 +08:00
wangmm0220 49216ffa54 fix:transaction in tmq 2023-08-24 16:32:15 +08:00
Haojun Liao 7d9d4ae850 fix(stream): fix the ptr ref. 2023-08-24 16:26:30 +08:00
Haojun Liao 5344efe181 fix(stream): adjust the ptr. 2023-08-24 16:22:24 +08:00
Haojun Liao 4c6bc4d2c3 fix(stream): continue check wal when meeting empty delete block msg. 2023-08-24 16:10:03 +08:00
wade zhang 4d0b00f8fe
Merge pull request #22539 from taosdata/test/TD-25838
test:kill other process when start cases in windows
2023-08-24 15:57:29 +08:00
Haojun Liao 523bad3951 fix(stream): continue check wal when meeting empty delete block msg. 2023-08-24 15:45:43 +08:00
wade zhang 93d012b234
Merge pull request #22550 from taosdata/fix/TD-25010-9
fix(file/stat): fix atime
2023-08-24 15:05:45 +08:00
liuyao b142979f7f mem leak 2023-08-24 15:00:09 +08:00
Ganlin Zhao 13d2d72bb6 add seperate function for createLogs 2023-08-24 14:56:14 +08:00
dapan1121 5291209f46
Merge pull request #22553 from taosdata/docs/hint
fix: add hints comments
2023-08-24 14:38:45 +08:00
dapan1121 c5618588a1
Delete 06-select.md.bak 2023-08-24 14:38:23 +08:00
dapan1121 f905a77217 fix: typo 2023-08-24 14:37:16 +08:00
dapan1121 13baeb1108 fix: add hints comments 2023-08-24 14:35:00 +08:00
dapan1121 05834eaa80
Merge pull request #22552 from taosdata/revert-22548-doc/3.0/TD-25685
Revert "add doc for column comment"
2023-08-24 14:23:32 +08:00
Haojun Liao 2c9f28d97f Merge branch 'main' into fix/liaohj 2023-08-24 14:12:15 +08:00
wangjiaming 09cd6e59ac
Revert "add doc for column comment" 2023-08-24 14:07:40 +08:00
Haojun Liao 5445e836de
Merge pull request #22547 from taosdata/fix/TD-25923
mem leak
2023-08-24 14:04:14 +08:00
slzhou f6dbd0b0e4 fix: select distinct/all tags instead of select tags distinct 2023-08-24 14:03:40 +08:00
Minglei Jin 0c768f5beb fix(file/stat): fix atime 2023-08-24 14:02:25 +08:00
wade zhang d25dda4554
Merge pull request #22544 from taosdata/feat/TS-3701
feat(driver): add committed assignment API for jdbc
2023-08-24 13:59:23 +08:00
wade zhang d6019c1e36
Merge pull request #22545 from taosdata/feat/3.0/TS-3701
feat(driver): add committed assignment API for jdbc
2023-08-24 13:59:14 +08:00
wade zhang 0860670d37
Merge pull request #22526 from taosdata/enh/TD-25445-new
enh/TD-25445: ttl split flush and drop table
2023-08-24 13:57:07 +08:00
dapan1121 99b192c730
Merge pull request #22548 from taosdata/doc/3.0/TD-25685
add doc for column comment
2023-08-24 13:54:31 +08:00
wangjiaming0909 366a9cc009 Revert "feat: support column comment"
This reverts commit dcbef83dea.
2023-08-24 13:54:27 +08:00
wangjiaming0909 c2af41d0d0 Revert "feat: support alter table add column with comment"
This reverts commit cb027cc5c5.
2023-08-24 13:48:35 +08:00
wangjiaming0909 7fad1de841 Revert "feat: show create table, desc table with col comments"
This reverts commit 16754b5ac1.
2023-08-24 13:38:41 +08:00
wade zhang 82a79571e3
Merge pull request #22533 from taosdata/feat/TS-3820
feat: add minDiskFreeSize cfg
2023-08-24 13:35:35 +08:00
kailixu f36cff8d7d fix: taoslog file num limit on windows 2023-08-24 13:33:02 +08:00
wangjiaming0909 3c8bd57140 fix: fill operator with desc ts order returned 1 more rows 2023-08-24 13:31:28 +08:00
Haojun Liao a750eb9699 Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2 2023-08-24 11:43:32 +08:00