xiao-77
|
cda8bd8047
|
Add category in configuration's struct
|
2024-10-21 13:51:33 +08:00 |
Haojun Liao
|
a069cb9b8d
|
Merge pull request #28398 from taosdata/fix/ly_stream
feat(stream):add max delay check
|
2024-10-18 09:29:35 +08:00 |
Pan Wei
|
f6befba459
|
Merge pull request #28405 from taosdata/fix/3.0/TD-32592
fix:[TD-32592] fix bug when percentile split bucket.
|
2024-10-17 18:52:59 +08:00 |
Pan Wei
|
b04b6b21a5
|
Merge pull request #28373 from taosdata/fix/TS-5531/not
fix: not condition
|
2024-10-17 18:33:15 +08:00 |
54liuyao
|
e64f55f5b1
|
adj ci
|
2024-10-17 18:06:16 +08:00 |
Haojun Liao
|
d715e50d68
|
Merge pull request #28403 from taosdata/fix/syntax
refactor: do some internal refactor.
|
2024-10-17 17:19:34 +08:00 |
54liuyao
|
bdfb8ab153
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
|
2024-10-17 17:09:56 +08:00 |
54liuyao
|
9017474e22
|
adj ci
|
2024-10-17 15:35:32 +08:00 |
Jing Sima
|
d0618b6e85
|
fix:[TD-32592] fix bug when percentile split bucket.
|
2024-10-17 15:01:23 +08:00 |
Pan Wei
|
f4bbfb23a2
|
Merge pull request #28395 from taosdata/fix/TD-32585
fix:[TD-32585]remove clean up app info in taos_cleanup
|
2024-10-17 14:40:55 +08:00 |
Pan Wei
|
04c4792a0b
|
Merge pull request #28387 from taosdata/fix/TD-30667-3.0
fix(query)[TD-30667]. Check hardware support for AVX instructions
|
2024-10-17 12:44:54 +08:00 |
wade zhang
|
9d40a6d68b
|
Update 3.3.3.0.md
|
2024-10-17 12:04:05 +08:00 |
Haojun Liao
|
c8e8cb0697
|
refactor: do some internal refactor.
|
2024-10-17 11:48:00 +08:00 |
Pan Wei
|
b05e591eed
|
Merge pull request #28399 from taosdata/fix/tagLenError
fix: tag filed snprintf lenth error
|
2024-10-17 11:26:28 +08:00 |
xsren
|
8930252f97
|
fix: tag filed snprintf lenth error
|
2024-10-17 11:22:24 +08:00 |
54liuyao
|
9aaab9c3b0
|
feat(stream):add max delay check
|
2024-10-17 10:39:59 +08:00 |
Hongze Cheng
|
aff6c6a2ab
|
Merge pull request #28389 from taosdata/fix/TD-32583-remove-useless-timer-execution
fix/TD-32583-remove-useless-timer-execution
|
2024-10-17 10:27:53 +08:00 |
Hongze Cheng
|
972f220559
|
Merge pull request #28386 from taosdata/fix/TS-5533-revert-add-osupdate-when-monitor
fix/TS-5533-revert-add-osupdate-when-monitor
|
2024-10-17 10:14:18 +08:00 |
Haojun Liao
|
6d3370d611
|
Merge pull request #28388 from taosdata/fix/syntax
fix(stream): only keep the latest pause operation status.
|
2024-10-17 09:55:14 +08:00 |
wangmm0220
|
9bc38af7ed
|
fix:[TD-32585]remove clean up app info in taos_cleanup
|
2024-10-17 09:42:36 +08:00 |
Jinqing Kuang
|
9c7b925613
|
fix(query)[TD-30667]. Check hardware support for AVX instructions
Modify the CMake script to check for hardware support of AVX
instructions directly, instead of relying on compiler flags
for the verification.
|
2024-10-17 09:19:08 +08:00 |
Feng Chao
|
446ce05a4f
|
Merge pull request #28391 from taosdata/test/TS-5459
TS-5459: add test case
|
2024-10-17 08:50:58 +08:00 |
Hongze Cheng
|
1febe0b400
|
Merge pull request #28385 from taosdata/fix/TS-5529-3.0
fix: remove invalid error code check and add meta data recover and compact function
|
2024-10-17 08:37:30 +08:00 |
Haojun Liao
|
dd05353b74
|
refactor: do some internal refactor.
|
2024-10-16 22:07:37 +08:00 |
Ping Xiao
|
d63040f2f7
|
TS-5459: add test case
|
2024-10-16 20:07:51 +08:00 |
Hongze Cheng
|
71a762db75
|
add more error handle
|
2024-10-16 19:32:41 +08:00 |
dmchen
|
e893547c14
|
fix/TD-32583-remove-useless-timer-execution
|
2024-10-16 10:58:26 +00:00 |
Haojun Liao
|
f83993757f
|
other: merge 3.0
|
2024-10-16 18:38:55 +08:00 |
Haojun Liao
|
27c087e9ae
|
refactor: do some internal refactor.
|
2024-10-16 18:36:49 +08:00 |
Alex Duan
|
b318f12a2a
|
Merge pull request #28376 from taosdata/feat/TD-32441-3.0
feat: support query-QPS new feature
|
2024-10-16 18:06:25 +08:00 |
Alex Duan
|
1d018d0d28
|
enh: stmt2Perf add p90 p95 min max
|
2024-10-16 18:05:35 +08:00 |
Hongze Cheng
|
bf326e68d9
|
Merge pull request #28383 from taosdata/fix/TS-5532-add-more-log-status-msg
fix/TS-5532-add-more-log-status-msg
|
2024-10-16 17:34:30 +08:00 |
dmchen
|
75650908ba
|
fix/TS-5533-revert-add-osupdate-when-monitor
|
2024-10-16 09:17:21 +00:00 |
Hongze Cheng
|
f9d26c7df3
|
Merge pull request #28375 from taosdata/fix/TS-5533-update-os-info-when-monitor
fix/TS-5533-update-os-info-when-monitor
|
2024-10-16 16:55:42 +08:00 |
Hongze Cheng
|
0c305a0678
|
Merge pull request #28372 from taosdata/fix/3.0/TD-32551
fix invaild snapshotVer while repair wal meta file
|
2024-10-16 16:49:49 +08:00 |
Hongze Cheng
|
909a917481
|
Merge pull request #28367 from taosdata/fix/wal-load-file-set
fix/wal-load-file-set
|
2024-10-16 16:47:09 +08:00 |
Hongze Cheng
|
b56701e05c
|
fix: remove invalid error code check and add meta data recover and compact function
|
2024-10-16 16:31:30 +08:00 |
factosea
|
9bf2c61d93
|
not nest
|
2024-10-16 16:15:45 +08:00 |
dmchen
|
544a1828e6
|
fix/TS-5532-add-more-log-status-msg
|
2024-10-16 07:00:28 +00:00 |
Pan Wei
|
95f25cf311
|
Merge pull request #28377 from taosdata/fix/TD-32564-3.0
fix(query)[TD-32564]. Fix memory leak in exceptional cases
|
2024-10-16 13:41:45 +08:00 |
xiao-77
|
48d9f2da65
|
fix ci walTest
|
2024-10-16 13:38:45 +08:00 |
Pan Wei
|
888de3a956
|
Merge pull request #28374 from taosdata/fix/3.0/TD-32559
Revert "fix:[TD-32334] Generate correct time window when using interp with fill next and linear."
|
2024-10-16 13:37:56 +08:00 |
Feng Chao
|
8bcdc96b55
|
Merge pull request #28343 from taosdata/ts5507
update encrypt test case for ts-5507 by charles
|
2024-10-16 13:25:00 +08:00 |
dmchen
|
2520eead48
|
fix/TS-5533-update-os-info-when-monitor-fix-check
|
2024-10-16 04:59:02 +00:00 |
Jinqing Kuang
|
de70067436
|
fix(query)[TD-32564]. Fix memory leak in exceptional cases
In function tsdbTFileSetInitRef, clear all FileObj stored in
the variable lvl when an error occurs, and release the memory
allocated for lvl itself.
|
2024-10-16 10:48:41 +08:00 |
Alex Duan
|
dca0822b5d
|
feat: support query-QPS new feature
|
2024-10-16 10:47:02 +08:00 |
xiao-77
|
f206837d48
|
modify log level while walLoadMeta failed
|
2024-10-16 10:30:27 +08:00 |
dmchen
|
d0a0d578bd
|
fix/TS-5533-update-os-info-when-monitor
|
2024-10-16 02:16:31 +00:00 |
xiao-77
|
3310e81456
|
make sure mnode can be started
|
2024-10-16 10:15:12 +08:00 |
Pan Wei
|
28ca8ad591
|
Merge pull request #28368 from taosdata/fix/TS-5528-3.0
fix:[TS-5528] insert error in sml
|
2024-10-16 09:30:04 +08:00 |