Hongze Cheng
|
e61fc3c3a6
|
feat: impl vnode scan (#32942)
* feat: support SQL commands
* feat: impl `scan database` client part code
* feat: impl `scan db.vgroups` client part code
* feat: impl `show scans` client codes
* feat: impl `show scan <id>` client code
* feat: impl `kill scan <id>` client code
* feat: impl mnode part code
* more code
* feat: impl mndScanDb
* feat: Impl all command mnode code
* feat: impl vnode part code
* fix: ci return code check
* fix: return code ci
* doc: change document
* fix: forever loop
* fix: fix some test cases
* add more codes
* fix: compile error
* fix: CI cases
* fix: some scan issues
|
2025-09-19 13:41:41 +08:00 |
|
Simon Guan
|
4dd6b9a7e4
|
Merge branch 'main' into merge/mainto3.0
|
2025-09-17 17:25:39 +08:00 |
|
Haojun Liao
|
0380564a04
|
fix(query): don't free rowkey when suspending tsdb reader. (#32994)
|
2025-09-17 13:46:45 +08:00 |
|
Bomin Zhang
|
67bd099881
|
enh[TD-37448][TD-37449]: implement show ssmigrate and kill ssmigrate command (#32888)
|
2025-09-12 15:07:57 +08:00 |
|
Simon Guan
|
c7efdf1a2b
|
Merge branch '3.0' into merge/mainto3.0
|
2025-09-12 09:32:06 +08:00 |
|
Simon Guan
|
d94b75564d
|
Merge branch 'main' into merge/mainto3.0
|
2025-09-12 09:32:02 +08:00 |
|
Tony Zhang
|
84662bdce8
|
fix: last/last_row errors when using together with cols (#32938)
|
2025-09-12 09:25:43 +08:00 |
|
dmchen
|
000d746f7f
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-09-11 10:32:07 +08:00 |
|
dongming chen
|
433bd8f91b
|
fix: TD-37959-add-log-for-drop-stable (#32940)
|
2025-09-11 10:16:11 +08:00 |
|
Simon Guan
|
d3cc1e1187
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-09-11 10:08:49 +08:00 |
|
Tony Zhang
|
884d18a225
|
fix: return tableNotExist error when super table uid mismatches (#32943)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
|
2025-09-11 10:04:17 +08:00 |
|
Simon Guan
|
56e980f440
|
Merge branch 'main' into merge/mainto3.0
|
2025-09-08 12:45:03 +08:00 |
|
dmchen
|
486aca36a0
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-09-08 10:09:21 +08:00 |
|
Simon Guan
|
31aee547a3
|
Merge branch 'main' into merge/mainto3.0
|
2025-09-08 09:08:40 +08:00 |
|
dongming chen
|
624577ea8c
|
enh/TD-37682-set-sync-timeout (#32762)
* enh/TD-37682-set-sync-timeout
* add reset vnode sync timeout
* add 4 parameter
* change default
* rename parameter
* refactor: replace strcmp with taosStrncasecmp for syncTimeout checks
* feat: add support for additional sync interval configuration options
* feat: update sync timeout configuration handling in dmProcessConfigReq
* fix: adjust sync interval calculations in dmProcessConfigReq for accuracy
* fix: correct parameter names for sync vnode and mnode election intervals
* fix: update expected row count for 'show variables' in test_show_basic
* fix: update expected row count for 'show variables' in test_valgrind_checkerror1
* feat: add millisecond precision for status intervals and timeouts
* fix: update expected row count for 'show variables' in test_show_basic and test_valgrind_checkerror1
* fix: reduce sleep duration in management threads for improved responsiveness
* feat: add internal parameters for debugging synchronization module in taosd documentation
|
2025-09-08 09:02:28 +08:00 |
|
Simon Guan
|
addb2c5dcf
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-09-05 20:02:16 +08:00 |
|
Tony Zhang
|
ded3be494b
|
Revert "fix: the cols function returns incorrect results when fetching multiple timestamps. (#32743)" (#32897)
|
2025-09-05 19:30:55 +08:00 |
|
WANG MINGMING
|
7cf8b26a0e
|
fix(stream): auto create normal table error in tmq (#32861)
|
2025-09-05 10:23:02 +08:00 |
|
wangmm0220
|
256116de59
|
fix(stream): conflicts from main
|
2025-09-04 20:02:22 +08:00 |
|
Haojun Liao
|
a42bd38c0c
|
fix(query): check the pk for a data block from outside of tsdbReader. (#32814)
|
2025-09-04 14:03:04 +08:00 |
|
Haojun Liao
|
01df64d8b5
|
fix(query): check for pk for a result block from outside of tsdbreader. (#32837)
|
2025-09-04 14:02:30 +08:00 |
|
Simon Guan
|
f22e53666c
|
merge: from 3.3.6 to main branch #32832
|
2025-09-04 10:22:22 +08:00 |
|
Alex Duan
|
690508a6d1
|
test: test_idmp_meters.py submit (#32763)
|
2025-09-03 17:28:56 +08:00 |
|
Kaili Xu
|
fccf3f6a62
|
enh: destroy mutex of file object (#32852)
|
2025-09-03 11:25:28 +08:00 |
|
Kaili Xu
|
b671c41e79
|
enh: destroy mutex of file object (#32851)
|
2025-09-03 11:25:24 +08:00 |
|
Tony Zhang
|
c3eddc0ae7
|
fix ci return value check
|
2025-09-02 11:43:52 +08:00 |
|
Tony Zhang
|
d35d9ff9bd
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-09-01 16:47:19 +08:00 |
|
Yihao Deng
|
cac9e13274
|
fix: ignore error while calc dir size (#32811)
|
2025-09-01 15:22:54 +08:00 |
|
Yihao Deng
|
3e55c6b285
|
fix: ignore error while calc dir size (#32812)
|
2025-09-01 15:22:45 +08:00 |
|
Tony Zhang
|
b204ac8a23
|
fix: the cols function returns incorrect results when fetching multiple timestamps. (#32743)
|
2025-08-29 18:07:35 +08:00 |
|
WANG MINGMING
|
1d4dffdcb5
|
fix(stream): send data by order of cids (#32801)
|
2025-08-29 16:21:59 +08:00 |
|
Simon Guan
|
a23f9eabab
|
Merge branch 'main' into merge/mainto3.0
|
2025-08-27 09:44:00 +08:00 |
|
Bomin Zhang
|
ea42ece29b
|
enh[TS-6242]: retry if migrate triggered compact (#32412)
|
2025-08-26 17:35:57 +08:00 |
|
Simon Guan
|
8e961a94a6
|
Merge branch 'main' into merge/mainto3.0
|
2025-08-26 15:32:23 +08:00 |
|
Simon Guan
|
d5811869b3
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-08-25 17:04:13 +08:00 |
|
Haojun Liao
|
87524f9695
|
fix(query): set the alias name for _select_value if it is only the parameter of some functions. (#32704)
|
2025-08-25 16:35:20 +08:00 |
|
Jing Sima
|
7b88b65309
|
fix: [TD-37537] Fix deadlock cause by incorrect vtable meta response. (#32719)
|
2025-08-25 09:21:29 +08:00 |
|
Simon Guan
|
b0843270e8
|
Merge branch 'main' into merge/mainto3.0
|
2025-08-21 15:53:37 +08:00 |
|
Jing Sima
|
074fd94c9f
|
feat[TD-37210]: trigger scan plan optimize (#32633)
|
2025-08-21 15:46:57 +08:00 |
|
Simon Guan
|
272ab7091d
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-08-19 10:17:39 +08:00 |
|
Tony Zhang
|
ec4f2c8a78
|
fix(TD-37486): crash occurred when querying ins_columns with virtual tables (#32609)
|
2025-08-18 15:46:06 +08:00 |
|
Haojun Liao
|
b225181dd7
|
fix(stream): handle source/destination table schema change scenearios. (#32580)
* fix(stream): handle source/destination table schema change scenearios.
* test(stream): update test cases.
|
2025-08-15 11:33:25 +08:00 |
|
WANG MINGMING
|
33fb18aa4d
|
fix(stream): [TD-37329]block is null (#32494)
* fix(stream): [TD-37329]block is null
* fix(stream): [TD-37329]block is null
* fix(stream): [TD-37329]block is empty in tsdbCalcData
|
2025-08-13 11:45:39 +08:00 |
|
Hongze Cheng
|
0aa9f36128
|
fix: coredump when resize vnode buffer and recycle buffer pool (#32519)
|
2025-08-12 09:55:52 +08:00 |
|
Hongze Cheng
|
4c579d7693
|
fix: coredump when resize vnode buffer and recycle buffer pool (#32520)
|
2025-08-12 09:55:47 +08:00 |
|
WANG MINGMING
|
1a184804e3
|
fix(tmq): open asan (#32489)
|
2025-08-11 10:46:40 +08:00 |
|
Simon Guan
|
b0bda8f9c2
|
Merge branch 'main' into merge/3.3.6tomain
|
2025-08-08 14:30:16 +08:00 |
|
Jinqing Kuang
|
a53d5670f9
|
fix(stream)[TD-37079]: force close the last window in fill_history (#32436)
|
2025-08-08 10:38:49 +08:00 |
|
Simon Guan
|
34cb3e07ca
|
Merge branch '3.3.6' into merge/3.3.6tomain
|
2025-08-07 12:01:55 +08:00 |
|
WANG MINGMING
|
30bc5b09e5
|
fix(tmq): [td-37265]poll error if insering some cols with stmt (#32438)
|
2025-08-06 17:34:26 +08:00 |
|