Commit Graph

56129 Commits

Author SHA1 Message Date
liuyao 7d44b7e4cb mem leak 2023-08-25 14:53:29 +08:00
liuyao 1019d070fd mem leak 2023-08-25 14:52:45 +08:00
Haojun Liao 4c7ad54c9c fix(stream): not restart tasks when in restoring procedure. 2023-08-25 11:28:28 +08:00
Haojun Liao 38bb123701 fix(stream): release task. 2023-08-25 10:33:15 +08:00
Haojun Liao 35193020dd fix(stream): add logs. 2023-08-25 10:18:06 +08:00
Haojun Liao ce1a3a379c fix(stream): handle the case when the task not in ready state, and the checkpoint msg arrived. 2023-08-25 10:12:12 +08:00
Haojun Liao f7ea875af1 fix(stream): add some logs. 2023-08-24 23:27:48 +08:00
Haojun Liao 218e2cc5f3 fix(stream): invoke the timer when not sending hb. 2023-08-24 18:27:09 +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
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
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
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
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
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
wangjiaming 09cd6e59ac
Revert "add doc for column comment" 2023-08-24 14:07:40 +08:00
Minglei Jin 0c768f5beb fix(file/stat): fix atime 2023-08-24 14:02:25 +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
Haojun Liao a750eb9699 Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2 2023-08-24 11:43:32 +08:00
Haojun Liao 957c7f872b fix(stream): update the agg task status check, when transferring state. 2023-08-24 11:43:18 +08:00
liuyao 08553b7788 mem leak 2023-08-24 11:31:15 +08:00
wangjiaming0909 08fc2d1eb5 add doc for column comment 2023-08-24 11:29:15 +08:00
Shungang Li 171cf049bc fix: new msg should be appended to segment tail 2023-08-24 11:03:06 +08:00
huolibo a3d4d0c57e fix: jni error log 2023-08-24 10:55:41 +08:00
huolibo dda7b5dc7e feat(driver): add committed assignment API for jdbc 2023-08-24 10:37:46 +08:00
yihaoDeng 3afea998ac refactor log 2023-08-24 10:15:15 +08:00
dapan1121 599e496ceb
Merge pull request #22518 from taosdata/test/union_timeline
test: add test cases for timeline function used for select * union query
2023-08-24 09:23:18 +08:00
Ganlin Zhao bae7bee389 fix error 2023-08-23 23:59:24 +08:00
yihaoDeng 0959758bd5 fix transfer error 2023-08-23 21:43:10 +08:00
chenhaoran 2d72543f69 test:kill other process when start cases in windows 2023-08-23 19:13:45 +08:00
liuyao 23252749be Merge branch 'enh/triggerCheckPoint2' of https://github.com/taosdata/TDengine into enh/triggerCheckPoint2 2023-08-23 19:04:30 +08:00
liuyao f66f203caa reload semi session state 2023-08-23 19:04:11 +08:00
Haojun Liao 8e07703dd2 fix(stream): reset the timerActive value. 2023-08-23 18:26:07 +08:00
Haojun Liao 809d3087ff Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
# Conflicts:
#	source/dnode/mnode/impl/src/mndStream.c
2023-08-23 17:53:50 +08:00
Haojun Liao 230d8c2d80 fix(stream): fix error in stream computing after vnode is transferred to other dnodes. 2023-08-23 17:50:44 +08:00
yihaoDeng 1ffc13d391 fix mem leak 2023-08-23 17:02:12 +08:00