Commit Graph

70115 Commits

Author SHA1 Message Date
menshibin f51b9bf481 modify node ci example 2024-09-26 19:21:15 +08:00
cris.pei 4637139713 ci: path compatible with TDengine and TDinternal 2024-09-26 19:15:20 +08:00
Hongze Cheng d3eab57766 enh: handle some error logs 2024-09-26 18:35:00 +08:00
yihaoDeng a123706300 fix invalid free 2024-09-26 18:15:02 +08:00
xsren 9972357c17 file function result 2024-09-26 18:13:52 +08:00
cris.pei c80965919a ci: path compatible with TDengine and TDinternal 2024-09-26 18:11:53 +08:00
menshibin 80be241024 modify node ci example 2024-09-26 18:05:40 +08:00
wangmm0220 71b14112a5 enh:[TS-5441] cost too long in tmq write meta data 2024-09-26 17:57:07 +08:00
chenhaoran c6e2935c47 test: add checks for void function invocations to the CI pipeline 2024-09-26 17:50:20 +08:00
54liuyao 436c2dbd29 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_res 2024-09-26 17:46:43 +08:00
chenhaoran 1604a3d28b test: add checks for void function invocations to the CI pipeline 2024-09-26 17:40:39 +08:00
chenhaoran f0dee9d2f0 test: add checks for void function invocations to the CI pipeline 2024-09-26 17:39:49 +08:00
Shungang Li 435af1e486 fix: (last) mark lru dirty 2024-09-26 17:32:32 +08:00
wangmm0220 865183cda8 enh:[TS-5441] cost too long in tmq write meta data 2024-09-26 17:00:35 +08:00
kailixu d98245d8c0 fix: overflow problem with large file 2024-09-26 16:56:35 +08:00
wade zhang 54bc8c3e22
Merge pull request #28134 from taosdata/docs/taosx-datain-kafka
docs(datain:kafka): improve documents for kafka sasl auth
2024-09-26 16:37:58 +08:00
Feng Chao 401738de8a
Merge pull request #28123 from taosdata/ts5111
add CI test case for ts-5111 by charles
2024-09-26 16:27:40 +08:00
Hongze Cheng 594667ebec
Merge pull request #28129 from taosdata/fix/check-memalloc-result
fix/check-memalloc-result
2024-09-26 16:26:55 +08:00
yihaoDeng 4cd35d76db fix mem leak 2024-09-26 15:51:32 +08:00
xsren 6749067c33 build error 2024-09-26 15:47:05 +08:00
Pan Wei 2549516cbf
Merge pull request #28098 from taosdata/fix/TS-5487-3.0
fix(query)[TS-5487]. Fix slow cleanup of metacahe on exit
2024-09-26 15:33:38 +08:00
yihaoDeng 94b3a07eff check return code 2024-09-26 15:28:00 +08:00
yihaoDeng 67b0e076bd check return code 2024-09-26 15:23:49 +08:00
yihaoDeng 93ecc3a6c4 check return code 2024-09-26 15:23:32 +08:00
menshibin fbbf24f064 modify node ci example 2024-09-26 15:06:40 +08:00
Linhe Huo 4bf368fe4a docs(datain:kafka): improve documents for kafka sasl auth
Close [TD-32325](https://jira.taosdata.com:18080/browse/TD-32325)
2024-09-26 15:02:16 +08:00
dmchen 9f28140fc5 fix/check-memalloc-result 2024-09-26 06:59:41 +00:00
cris.pei 7f7534f0c5 ci: c language samples ci add environmental cleanup label 2024-09-26 14:51:58 +08:00
54liuyao 459a53c20b enh:optimize code 2024-09-26 14:51:57 +08:00
xsren 18bc5a048f taosStrndup 2024-09-26 14:46:53 +08:00
Hongze Cheng 2f3fe7ba42
Merge pull request #28122 from taosdata/fix/removeUnusedCodeSocket
remove unused code
2024-09-26 14:36:51 +08:00
dmchen dfd4fcbf66 fix/check-memalloc-result 2024-09-26 06:19:20 +00:00
54liuyao 8c6dc37533 fix(stream):set buff size for selectivity function 2024-09-26 14:13:39 +08:00
dmchen 7d8857d257 fix/check-memalloc-result 2024-09-26 06:12:54 +00:00
yihaoDeng 9e681a2da1 check return code 2024-09-26 14:01:12 +08:00
Pan Wei 3b3a0fbe62
Merge pull request #28065 from taosdata/fix/3.0/TD-32278
fix ctg read tsma cache crash
2024-09-26 13:49:15 +08:00
Pan Wei 52cf91b78c
Merge pull request #28093 from taosdata/fix/3.0/TD-32300
add tsma creation/dropping trx conflict check
2024-09-26 13:45:49 +08:00
menshibin 440f71f5f1 modify node ci example 2024-09-26 13:43:48 +08:00
cris.pei ab1935643c ci: new c language samples in the documentation are integrated into ci 2024-09-26 13:41:25 +08:00
dmchen fd2a8d869c fix/TD-32316-add-try-at-trans-sync-context 2024-09-26 05:38:13 +00:00
charles 9f0686f35a add CI test case for ts-5111 by charles 2024-09-26 13:34:11 +08:00
yihaoDeng af5558b4b2 remove unused code 2024-09-26 13:30:09 +08:00
Jinqing Kuang 2259dbebf7 fix(query)[TS-5487]. Fix slow cleanup of metacahe on exit
- Change the storage structure of the suid-related tagFilter list in the
  metacache to a hash set
- During cleanup on exit, first clear the suid tagFilter list before
  cleaning the LRU cache to avoid excessive overhead.

These modifications ensure that the metacache cleanup process is
efficient and maintains good LRU invalidation performance.
2024-09-26 13:27:24 +08:00
Hongze Cheng 7493ca5cf3
Merge pull request #28115 from taosdata/fix/TD-32321-add-log
fix/TD-32321-add-log
2024-09-26 13:27:13 +08:00
Hongze Cheng 8b91b32273
Merge pull request #28118 from taosdata/enh/TD-31890-21
Enh/TD-31890-21
2024-09-26 12:54:19 +08:00
cris.pei 696bb067cb ci: new c language samples in the documentation are integrated into ci 2024-09-26 11:54:18 +08:00
dmchen 2c244979a1 fix/TD-32321-add-log-fix-case 2024-09-26 03:52:07 +00:00
Alex Duan 3037e21d51
Merge pull request #28119 from taosdata/fix/rust-ws-build
fix libtaosws build
2024-09-26 11:50:54 +08:00
sheyanjie-qq d47765ad23 fix libtaosws build 2024-09-26 11:41:42 +08:00
sheyanjie-qq 73557046fd add c websocket sample 2024-09-26 11:39:02 +08:00