xinsheng Ren
8453726080
fix: when querying super table, using ORDER BY and LIMIT together may return an unexpected record.
...
* fix: limit error
* fix: limit error, test case.
2025-03-18 13:58:30 +08:00
Mario Peng
a3b042c078
fix: on windows, closing a JDBC PreparedStatement while writing data may cause the JVM to crash.
2025-03-18 13:45:20 +08:00
Yihao Deng
2151c5cae0
update telemInterval ( #29703 )
2025-03-17 17:42:24 +08:00
Jing Sima
379a75a429
test: reopen mac unit tests. ( #29648 )
2025-03-17 17:41:46 +08:00
dongming chen
03fe3e5430
fix: [TD-34000] remove lock when send heartbeat reply main ( #30123 )
...
* fix(stream): reduce the consensus checkpoint id trans.
* refactor(stream): add some logs.
* refactor(stream): set the max checkpoint exec time 30min.
* refactor(stream): add checkpoint-consensus trans conflict check.
* refactor(stream): remove unused local variables.
* fix(stream): fix syntax error.
* fix(stream): 1. fix free memory error 2. continue if put result into dst hashmap failed.
* fix issue
* fix issue
* fix(mnd): follower mnode not processes the timer event.
* fix(stream): print correct error msg.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): truncate long subtable name
* fix(stream): add buffer len.
* refactor(stream): update some logs.
* fix issue
* refactor(stream): update some logs.
* refactor(stream): update some logs.
* fix(stream): check return value.
* fix(stream): fix syntax error.
* fix(stream): check return value.
* fix(stream): update the timer check in mnode.
* fix: TD-34000-remove-lock-when-send-heartbeat-reply
* fix: TD-34000-remove-lock-when-send-heartbeat-reply
---------
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: 54liuyao <54liuyao@163.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
2025-03-17 17:13:54 +08:00
wangjiaming
40d32e16b0
fix(TS-6117): fix drop table name with star crash ( #30204 )
2025-03-17 14:13:03 +08:00
Bomin Zhang
3606a1af3a
enh: improve performance of buildChildTableName ( #30159 )
2025-03-17 10:39:47 +08:00
Haojun Liao
ab92886820
fix(stream): reduce the consensus checkpoint id trans. ( #30105 )
...
* fix(stream): reduce the consensus checkpoint id trans.
* refactor(stream): add some logs.
* refactor(stream): set the max checkpoint exec time 30min.
* refactor(stream): add checkpoint-consensus trans conflict check.
* refactor(stream): remove unused local variables.
* fix(stream): fix syntax error.
* fix(stream): 1. fix free memory error 2. continue if put result into dst hashmap failed.
* fix issue
* fix issue
* fix(mnd): follower mnode not processes the timer event.
* fix(stream): print correct error msg.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): truncate long subtable name
* fix(stream): add buffer len.
* refactor(stream): update some logs.
* fix issue
* refactor(stream): update some logs.
* refactor(stream): update some logs.
* fix(stream): check return value.
* fix(stream): fix syntax error.
* fix(stream): check return value.
* fix(stream): update the timer check in mnode.
* fix(stream): add restart stage tracking.
* fix(stream): track the start task stage for meta.
* fix(stream): fix error in log.
* refactor(stream): adjust log info.
* fix mem issue
* fix(stream): check the number of required tasks for consensus checkpointId.
* fix(stream): lock the whole start procedure.
* fix(stream): add lock during start all tasks.
* fix(stream): update logs.
* fix(stream): update logs.
* fix(stream): update logs.
* fix(stream): fix dead-lock.
* fix(stream): fix syntax error.
* fix(stream): not drop the scan-history task.
* fix(stream): fix syntax error.
* fix(stream): wait for executor stop before restarting.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): add some logs.
* fix(stream): disable some logs.
* fix(stream): reset the start info if no task left.
---------
Co-authored-by: 54liuyao <54liuyao@163.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
2025-03-17 10:20:17 +08:00
Yihao Deng
0806cca09e
fix(query): fix ins_usage error on multi storage ( #30134 )
...
* fix calc disk usage error
* fix calc disk usage error
* fix calc disk usage error
* fix calc disk usage error
* fix calc disk usage error
* add test case
* add test case
* add test case
* add test case
* add test case
* add test case
* refactor code
* refactor code
* refactor code
* refactor code
* refactor code
* refactor code
2025-03-14 18:11:39 +08:00
Linhe Huo
3cd15a4434
fix: typo, replace radio to ratio
2025-03-12 23:37:33 +08:00
facetosea
8fbd28eb6e
fix: state col precal
2025-03-12 14:33:18 +08:00
Simon Guan
4c446ee2f3
Merge pull request #30087 from taosdata/fix/TS-6080/conditionPushdown
...
fix: condition shouldn't pushdown as subquery has limit clause
2025-03-11 10:47:22 +08:00
Simon Guan
74164f5aef
Merge pull request #30096 from taosdata/fix/ly_stream_main_1
...
fix(stream): fix stream mem leak
2025-03-11 10:14:30 +08:00
54liuyao
1ddc510976
fix(stream): fix stream mem leak
2025-03-10 16:28:28 +08:00
facetosea
ff06947468
fix: condition shouldn't pushdown as subquery has limit clause
2025-03-10 10:22:22 +08:00
Feng Chao
c2923d5713
add code changes to verify the ci workflow
2025-03-08 20:27:59 +08:00
Simon Guan
a7b3879767
Merge pull request #30017 from taosdata/opt/TS-5766
...
perf(index): opt var data filte performance
2025-03-07 10:54:18 +08:00
Simon Guan
48ad03b696
Merge pull request #30021 from taosdata/fix/TS-6076
...
fix(query): opt show disk_info output
2025-03-06 17:20:48 +08:00
Simon Guan
c642f5e6e0
Merge pull request #30033 from taosdata/fix/TS-6078-main
...
fix(query): change error log to warning when failed to acquire tsdb reader
2025-03-06 17:19:03 +08:00
Simon Guan
2c3099b840
Merge pull request #30010 from taosdata/fix/checkfh
...
fix(stream): not remove local checkpoint dir, log the checkpoint size.
2025-03-06 17:13:55 +08:00
Jinqing Kuang
7a7aacd6cc
fix(query): change error log to warning when failed to acquire tsdb reader
...
Jira: https://jira.taosdata.com:18080/browse/TS-6066
2025-03-06 14:23:00 +08:00
Simon Guan
cb956e80f1
Merge pull request #30006 from taosdata/TS-5991
...
feat(client): update retryWaitTime minValue
2025-03-05 19:15:06 +08:00
Simon Guan
1eef3126cc
Merge pull request #29990 from taosdata/ehn-TD-33933-decouple-send-heartbeat-main
...
ehn:TD-33933-decouple-send-heartbeat
2025-03-05 18:55:05 +08:00
Simon Guan
6fa7a7bb99
Merge pull request #29996 from taosdata/fix/droptask
...
feat(stream): add timeout parameter.
2025-03-05 18:49:23 +08:00
yihaoDeng
250d0bc73c
fix(query): opt show disk_info output
2025-03-05 18:08:36 +08:00
yihaoDeng
3fa27a2fa3
perf(index): opt var data filte performance
2025-03-05 16:44:09 +08:00
Haojun Liao
24882459e3
chore: merge main
2025-03-05 13:40:44 +08:00
yihaoDeng
d1ded07b43
fix(index): fix return error
2025-03-05 11:07:59 +08:00
yihaoDeng
a4b738b3c6
enh(index): opt error code
2025-03-05 11:04:39 +08:00
yihaoDeng
f558a3bdbd
feat(client): update retryWaitTime minValue
2025-03-05 10:07:52 +08:00
yihaoDeng
b1b4bc806e
feat[client]: update retryWaitTime minValue
2025-03-05 09:51:29 +08:00
Simon Guan
6656460320
Merge pull request #29988 from taosdata/fix/chkptq
...
fix(stream):check the maximum allowed forecast rows, add one test case
2025-03-05 09:29:01 +08:00
Haojun Liao
2c92cca603
test(analytics): add test case and set the unit to be second.
2025-03-04 23:31:02 +08:00
Haojun Liao
fa1ff744fc
fix(stream): not remove local checkpoint dir, log the checkpoint size.
2025-03-04 19:51:27 +08:00
yihaoDeng
542f54297d
feat:[TS-5991]update-retryWaitTime-minValue
2025-03-04 19:48:21 +08:00
Haojun Liao
5af14a905f
fix(analytics): fix syntax error.
2025-03-04 19:01:57 +08:00
Haojun Liao
eb0553b737
refactor: do some internal refactor.
2025-03-04 18:45:29 +08:00
Haojun Liao
a4aba46a28
fix(analytics): fix syntax error.
2025-03-04 17:59:14 +08:00
Haojun Liao
98b2335d3c
fix(analytics): fix syntax error.
2025-03-04 17:52:53 +08:00
Haojun Liao
b82d60036b
Merge branch 'ehn-TD-33933-decouple-send-heartbeat-main' into fix/checkfh
2025-03-04 17:06:13 +08:00
Haojun Liao
936f0af929
fix(analytics): check return value.
2025-03-04 17:04:07 +08:00
Haojun Liao
2eea385485
fix(analytics): check return value.
2025-03-04 15:29:54 +08:00
Haojun Liao
c186d31c7d
fix(analytics): check return value.
2025-03-04 14:30:48 +08:00
Simon Guan
8d1ed68ddb
Merge pull request #29992 from taosdata/fix/TD-33935
...
fix: double decode compiler issue
2025-03-04 14:28:27 +08:00
dmchen
44e6268b36
enh: TD-33933-decouple-send-heartbeat-fix-cases
2025-03-04 14:22:29 +08:00
Haojun Liao
450561226a
fix(analytics): fix syntax error.
2025-03-04 14:02:21 +08:00
Haojun Liao
0e37b45e06
fix(analytics): fix syntax error.
2025-03-04 13:56:39 +08:00
Haojun Liao
9139f3cb47
fix(analytics): fix syntax error.
2025-03-04 13:44:56 +08:00
Haojun Liao
8c035a930a
refactor(analytics): do some internal refactor.
2025-03-04 13:40:33 +08:00
dmchen
f12201c8a4
ehn:TD-33933-decouple-send-heartbeat-fix-case
2025-03-04 09:42:41 +08:00