Commit Graph

2601 Commits

Author SHA1 Message Date
Hongze Cheng feaa11374b fix: possible memory leak when error occurs in thash.c 2024-09-02 15:33:10 +08:00
dapan1121 39293899e3 fix: cache value double free issue 2024-09-02 10:22:54 +08:00
Hongze Cheng f9f8c42bc8
Merge pull request #27579 from taosdata/enh/TD-31556-3.0
enh: add assert CI test case
2024-08-31 10:11:21 +08:00
Pan Wei c959a13c25
Merge pull request #27533 from taosdata/fix/TD-31696
fix:[TD-31696]print error log to screen if parsing config file error …
2024-08-30 17:37:03 +08:00
Hongze Cheng 4b054e4ebd
Merge pull request #27556 from taosdata/fix/TD-31163-3.0
fix: geos thread key init
2024-08-30 16:27:41 +08:00
Hongze Cheng 4a8b6011f1 enh: add assert CI test case 2024-08-30 15:45:26 +08:00
wangmm0220 efb010ab9b fix:[TD-31696]print error log to screen if init error 2024-08-30 14:50:01 +08:00
wangmm0220 f4a91c91b1 fix:[TD-31696]print error log to screen if init error 2024-08-30 10:04:48 +08:00
wangmm0220 35f83bd70a fix:[TD-31696]print error log to screen if init error 2024-08-30 10:04:01 +08:00
kailixu 462595d352 fix: geos thread key init 2024-08-30 09:10:29 +08:00
Minglei Jin 28aeb5824a fix(lru/insert): free & unlock if alloc failed 2024-08-29 17:49:09 +08:00
Hongze Cheng 222979402d
Merge pull request #27441 from taosdata/fix/TD-31163-3.0
fix: memory leak of geos
2024-08-29 16:20:14 +08:00
Haojun Liao 63ec527e04
Merge pull request #27536 from taosdata/fix/3_liaohj
fix(stream): enable follower update the checkpoint info.
2024-08-29 13:43:06 +08:00
wangmm0220 c7776e9dac fix:[TD-31696]print error log to screen if parsing config file error for client 2024-08-29 11:25:57 +08:00
Pan Wei f6bb005fbb
Merge pull request #27512 from taosdata/fix/TD-31678/regexCrashOnWindows
fix: regex crashes on windows
2024-08-29 09:20:23 +08:00
xsren 37b70d46e9 fix: ctest 2024-08-28 20:07:44 +08:00
kailixu 203c04ca2d fix: memory leak of geos 2024-08-28 19:57:49 +08:00
kailixu b8dcb50c86 fix: memory leak of geos 2024-08-28 19:53:50 +08:00
Haojun Liao 1fa94a4827 fix(stream): enable follower update the checkpoint info. 2024-08-28 19:20:48 +08:00
kailixu 31ac2c26ce Merge branch '3.0' into fix/TD-31163-3.0 2024-08-28 19:12:46 +08:00
kailixu 8b2af4f09d fix: memory leak of geos 2024-08-28 19:12:23 +08:00
Pan Wei 968b90c1eb
Merge pull request #27484 from taosdata/fix/TD-31696
fix:[TD-31696] decimal number check error in config file because precision different in float and double
2024-08-28 18:56:23 +08:00
xsren 475c30611b fix: regex crashes on windows 2024-08-28 14:12:19 +08:00
wangmm0220 a2e7e18440 fix:[TD-31696] change fmin/fmax in SConfigItem from double to float 2024-08-28 10:13:25 +08:00
kailixu c301fe3940 fix: memory leak of geos 2024-08-27 18:16:32 +08:00
wangmm0220 132be58f2a fix:[TD-31696]print the float number in a compact way 2024-08-27 13:50:52 +08:00
Hongze Cheng 72bd7742b4 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31538-6 2024-08-27 13:19:43 +08:00
wangmm0220 1b075efb0e fix:[TD-31694]add specific error log if load config file error 2024-08-27 11:14:25 +08:00
wangmm0220 53eb026559 fix:[TD-31696] decimal number check error in config file because precision different in float and double 2024-08-27 10:23:02 +08:00
Hongze Cheng 1db3bdb4df enh: deal with return codes 2024-08-27 09:32:48 +08:00
Hongze Cheng b60e2ed8ca Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31538-6 2024-08-26 19:20:21 +08:00
Hongze Cheng 349d0813a4
Merge pull request #27468 from taosdata/fix/TD-31687
array/retval: fix array return values
2024-08-26 19:18:33 +08:00
dapan1121 f2507366be
Merge pull request #27467 from taosdata/fix/TD-31674
fix: remove asserts and memory issue
2024-08-26 19:16:06 +08:00
Hongze Cheng f4916211ca enh: clear more asserts 2024-08-26 16:56:48 +08:00
Minglei Jin 7adddf0fb6 fix(lru/init): free cache's shards if shard init failed 2024-08-26 16:48:12 +08:00
Minglei Jin d3b3fdb498 array/retval: fix array return values 2024-08-26 15:54:47 +08:00
dapan1121 2eccbc3e28 Merge remote-tracking branch 'origin/3.0' into fix/TD-31674 2024-08-26 15:24:50 +08:00
dapan1121 a944dd0d8b fix: remove asserts and memory issue 2024-08-26 15:16:07 +08:00
dapan1121 99cca75128
Merge pull request #27425 from taosdata/fix/adj_assert
ehn(query): remove query executor assert
2024-08-26 11:22:01 +08:00
kailixu d9883ac057 fix: memory leak of geos 2024-08-26 09:35:44 +08:00
Hongze Cheng e035eb1224
Merge pull request #27414 from taosdata/enh/TD-31494-3
Enh/TD-31494-3
2024-08-26 09:03:39 +08:00
Cary Xu 095fd4efc3
Update tgeosctx.c 2024-08-25 20:02:29 +08:00
Cary Xu b456d6cfcb
Update tgeosctx.c 2024-08-25 19:56:47 +08:00
kailixu c97f01a023 Merge branch '3.0' into fix/TD-31163-3.0 2024-08-24 21:03:11 +08:00
dapan1121 b0338a1a6b
Merge pull request #27329 from taosdata/TD-31547
remove asserts of nodes/planner/parser/tsdbread
2024-08-24 15:05:48 +08:00
kailixu 401673318c fix: memory leak of geos 2024-08-24 14:30:36 +08:00
kailixu 825db81bef fix: memory leak of geos 2024-08-24 10:43:40 +08:00
kailixu a4e6444646 fix: memory leak of geos 2024-08-24 10:37:29 +08:00
kailixu 3c7ec707b2 fix: memory leak of geos 2024-08-24 10:36:19 +08:00
kailixu 6cd7fd0288 fix: memory leak of geos 2024-08-24 10:19:16 +08:00