Commit Graph

64414 Commits

Author SHA1 Message Date
Benguang Zhao 10e9d79201 refact: rename STrans redoActionPos to actionPos 2024-04-23 16:44:05 +08:00
Huo Linhe a3498bacc9 fix: undefined reference to `psl_*` while linking s3 libcurl to taosd
Environment:

- os: Ubuntu 22.04 LTS
- kernel: 5.19.0-051900rc8-generic #202207242130 SMP PREEMPT_DYNAMIC Sun Jul 24 21:34:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Steps:

```bash
./build.sh
```

Error:

```txt
[ 88%] Linking CXX executable ../../../../build/bin/taosd
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-psl.o): in function `Curl_psl_destroy':
psl.c:(.text+0x13): undefined reference to `psl_free'
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-psl.o): in function `Curl_psl_use':
psl.c:(.text+0xad): undefined reference to `psl_latest'
/usr/bin/ld: psl.c:(.text+0xe4): undefined reference to `psl_free'
/usr/bin/ld: psl.c:(.text+0xfc): undefined reference to `psl_builtin'
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-cookie.o): in function `Curl_cookie_add':
cookie.c:(.text+0x11a3): undefined reference to `psl_is_cookie_domain_acceptable'
collect2: error: ld returned 1 exit status
```

Disable libpsl in curl will fix the errors.
2024-04-23 15:45:22 +08:00
54liuyao cdaa5f9801 fix(stream):mem leak 2024-04-23 15:40:50 +08:00
Yihao Deng 072733d3f7 Add new error codes for compress parameter and compress level 2024-04-23 07:36:38 +00:00
Hongze Cheng 7eb5724b05
Merge pull request #25430 from taosdata/enh/supportTmqInterface
Enh/supportTmqInterface
2024-04-23 15:24:27 +08:00
Haojun Liao 7fda9d9fcb Merge branch '3.0' into fix/3_liaohj 2024-04-23 15:08:43 +08:00
Haojun Liao b0f68a9147 refactor: do some internal refactor. 2024-04-23 14:58:51 +08:00
Minglei Jin 6acac83435 fix(test/join): order by t1 & ts 2024-04-23 14:51:28 +08:00
Minglei Jin 0f2cdc96be fix(test/pk_error): order by t & ts 2024-04-23 14:39:41 +08:00
Yihao Deng f3feb9dabe refactor compress 2024-04-23 06:37:18 +00:00
Haojun Liao cda0087d40
Merge pull request #25437 from taosdata/fix/TD-29721
fix(stream):save invalid delete info for final interval op
2024-04-23 14:13:48 +08:00
Haojun Liao 1adf59e7d8 fix(stream): do check when task is paused, and do some internal refactor. 2024-04-23 13:53:23 +08:00
Minglei Jin 11dde20995 fix(qsort): use non-recursive taosqsort_r instead of taosqsort 2024-04-23 13:33:30 +08:00
dapan1121 07e01b3e97
Merge pull request #25386 from taosdata/fix/3.0/TD-29631
fix cancel create tsma memory use after free
2024-04-23 13:17:55 +08:00
Yihao Deng b244344fb3 add tmq interface 2024-04-23 02:56:39 +00:00
dapan1121 92a7801d09
Merge pull request #25444 from taosdata/enh/groupJoinOpt
enh: optimize group join performance
2024-04-23 10:19:47 +08:00
Haojun Liao 34048937a4 fix(stream): check req id to remove expired check rsp . 2024-04-23 10:03:01 +08:00
dapan1121 94c7f32247 enh: optimize group join performance 2024-04-23 09:14:42 +08:00
Alex Duan ea5cd41b39
Merge pull request #25443 from taosdata/feat/TD-28945-3.0
fix: add drop database
2024-04-23 09:10:56 +08:00
Haojun Liao d7a08909dd
Merge pull request #25442 from taosdata/fix/3_liaohj
fix(stream): save the epset if task epset updated.
2024-04-23 09:10:45 +08:00
Alex Duan e00f5c8a24 fix: add drop database 2024-04-23 09:09:15 +08:00
Alex Duan 5f0a23bbda
Merge pull request #25441 from taosdata/feat/TD-28945-3.0
fix: s3 basic case completely
2024-04-23 09:01:53 +08:00
54liuyao a4a226a22d Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-04-23 08:58:25 +08:00
Haojun Liao 315b86cf66 fix(stream): save the epset if task epset updated. 2024-04-22 23:52:45 +08:00
Haojun Liao ada1c6d4c0
Merge pull request #25434 from taosdata/fix/3_liaohj
fix(stream):update the check-rsp prcedure, to avoid repeatly start check-rsp procedure.
2024-04-22 22:13:19 +08:00
Yihao Deng 957100d108 add tmq interface 2024-04-22 13:53:33 +00:00
Alex Duan de7c53d9c9 fix: add drop database predb 2024-04-22 20:50:01 +08:00
Alex Duan dd3c553413 fix: add drop database predb 2024-04-22 20:47:38 +08:00
Alex Duan de207fa3fe fix: add vgroups num to 1000 2024-04-22 20:19:01 +08:00
Hongze Cheng 5e3f580242
Merge pull request #25439 from taosdata/revert-25438-fix/TD-29700
Revert "fix(qsort): use glibc qsort_r instead of taosqsort"
2024-04-22 19:26:43 +08:00
Hongze Cheng 2424eb1e0b
Revert "fix(qsort): use glibc qsort_r instead of taosqsort" 2024-04-22 19:26:28 +08:00
Hongze Cheng 327964b703
Merge pull request #25438 from taosdata/fix/TD-29700
fix(qsort): use glibc qsort_r instead of taosqsort
2024-04-22 19:26:02 +08:00
Minglei Jin 0ffb275826 fix(qsort): use glibc qsort_r instead of taosqsort 2024-04-22 19:22:25 +08:00
54liuyao 0c62f5417a save invalid delete info for final interval op 2024-04-22 18:05:35 +08:00
dapan1121 f6741c160d Merge remote-tracking branch 'origin/3.0' into docs/join 2024-04-22 17:57:38 +08:00
dapan1121 ccfa007389 docs: add join function 2024-04-22 17:57:05 +08:00
Haojun Liao cf7ffb82e0 fix(stream): init before send msg, to avoid race condition. 2024-04-22 17:18:01 +08:00
Alex Duan c632f76d8f
Merge pull request #25426 from taosdata/feat/TD-28945-3.0
test : s3Basic.py testing
2024-04-22 16:54:25 +08:00
Alex Duan 4f735b649c fix: case s3Baisc.py -N 3 2024-04-22 15:16:50 +08:00
Haojun Liao b6316c2692
Merge pull request #25432 from taosdata/fix/TD-29688
fix(stream):add option for update data
2024-04-22 14:57:28 +08:00
Alex Duan f5c44f644a fix: reduce case time 2024-04-22 14:07:18 +08:00
Haojun Liao 97c1f88b22 refactor: do some internal refactor. 2024-04-22 14:06:11 +08:00
Haojun Liao 6c76790e6c fix(stream): fix a typo 2024-04-22 14:03:13 +08:00
Haojun Liao a8fac441be fix(stream):update the check-rsp prcedure, to avoid repeatly start check-rsp procedure. 2024-04-22 14:02:31 +08:00
wangjiaming0909 f971cfb778 1. fix stream wrong group id for new child tables.
2. fix md5 function wrong bytes returned
2024-04-22 14:00:06 +08:00
Yihao Deng f225e32748 add tmq interface 2024-04-22 05:46:14 +00:00
Haojun Liao bbd45221d1
Merge pull request #25429 from taosdata/fix/3_liaohj
fix(tsdb): set correct pk info when creating cache scan operator.
2024-04-22 13:39:40 +08:00
wangjiaming0909 2c0624a8ae fix create tsma transaction 2024-04-22 13:21:32 +08:00
wangjiaming0909 6aa09f4d8f fix cancel create tsma memory use after free 2024-04-22 13:21:32 +08:00
Yihao Deng f3ac2e1ef9 add tmq interface 2024-04-22 03:56:45 +00:00