Commit graph

439 commits

Author SHA1 Message Date
Kaili Xu
13f9bddf3d
feat: support customized taos/taosd (#29736)
* feat: support TDAcoreOS

* chore: cmake options for TD_ACORE

* chore: disable lemon for TD_ACORE

* chore: add lzma2 and msvcregex

* chore: cmake for lzma2

* chore: adapt for TD_ACORE

* chore: adapt strcasecmp for TD_ACORE

* chore: adapt for geos/threadName

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE termio

* chore: refact transComm.h for TD_ACORE

* chore: refact transportInt.h for TD_ACORE

* chore: refact trans.c for TD_ACORE

* chore: refact trpc.h for TD_ACORE

* chore: refact transCli.c/transComm.c/transSvr.c for TD_ACORE

* chore: refact uv.h for TD_ACORE

* chore: refact geosWrapper.h for TD_ACORE

* chore: refact token/builtins/udf for TD_ACORE

* chore: refact rocks for TD_ACORE

* chore: refact tsdbCache.c for TD_ACORE, use LRU cache for last/last_row, not use rocksdb

* chore: refact FAIL to _ERR to solve conflicts for TD_ACORE

* chore: restore lemon.c/lempar.c

* chore: support build lemon for TD_ACORE

* chore: refact trpc and siginfo_t for TD_ACORE

* chore: refact timezone for TD_ACORE

* chore: refact lz4 for TD_ACORE

* chore: refact TD_ACORE to make compile pass

* chore: code optimization for TD_ASTRA

* feat: support run taos with taosd integrated

* feat: support invoke taos shell

* feat: support invoke taos shell

* feat: support invoke taos shell

* chore: code optimization

* chore: fix undefined reference problem os TD_ASTRA

* chore: resolve compile problem for TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix getpid

* chore: fix typo

* chore: set stack size and ajust min pack size for TD_ASTRA

* chore: fix pthread create parameters

* chore: chmod adapt for TD_ASTRA

* chore: fix trans compile problem

* chore: adapt chmod for TD_ASTRA

* chore: byte alignment for TD_ASTRA

* chore: more code for adaption of TD_ASTRA

* chore: more code for adaption of TD_ASTRA

* chore: more code for adaption of TD_ASTRA

* chore: byte alignment for TD_ASTRA

* chore: conditional compile option

* chore: adapt for TD_ASTRA

* chore: adjust taosPId and msvcregex for TD_ASTRA

* chore: log dir separator for wal build name

* chore: fix type of pointer parameter

* chore: fix compile problem of tsdbGetS3Size

* enh: get last ver from wal log for TD_ASTRA

* enh: refact wal meta ver

* enh: refact wal meta ver

* fix: typo of taosUcs4Compare

* enh: process return value of CI

* chore: more code for TD_ASTRA adaption

* chore: return value of taosCloseFile in walMeta.c

* chore: fix compile problem

* chore: fix compile problem of TD_ASTRA

* fix: update macro for tq and stream task

* chore: code optimization for TD_ASTRA

* chore: restore create log and init cfg interface

* chore: restore strncasecmp and strcasecmp

* fix: adjust the field position of SDataBlockInfo

* fix: pragma pack min size

* fix: pragma pack min size

* chore: more code for TD_ASTRA adaption

* fix: type of parameters

* chore: adapt strncasecmp and strcasecmp for TD_ASTRA

* chore: restore interface of init log

* enh: pack push optimization

* fix: taos init cfg

* add astra support

* fix: fetch the value of suid

* chore: switch of  build with udf

* add temp code

* chore: more code for TD_ASTRA adaption

* chore: add macro ERRNO to replace errno

* chore: bytes align for TD_ASTRA

* fix: remove obsolete codes

* enh: support USE_UDF macro

* fix compile error

* fix: resolve redefinition problem

* fix: compile problem of log.cpp

* fix: compile problem of osTimezone

* fix: resolve compile problem of udf

* fix: pragma definition on windows

* fix: ucs4 and stpncpy for TD_ASTRA

* fix: memory align problem for TD_ASTRA

* enh: solve memory leak for TD_ASTRA_RPC

* fix: compile problem of taosSetInt64Aligned

* fix: restore mndSubscribe.c

* fix: scalar for udf

* chore: code adaption for TD_ASTRA

* chore: code optimization for TD_ASTRA

* fix: typo of add definition

* fix: typo of macro in tudf.h

* chore: remove void to make CI pass

* enh: move macro from cmake.platform to cmake.options

* enh: byte align for hash node and error code

* chore: restore the size for lru cache

* enh: restore some code about pack push

* chore: restore the pack push in tmsg.h

* fix: add macro of pack pop for windows

---------

Co-authored-by: yihaoDeng <luomoxyz@126.com>
2025-03-14 13:32:13 +08:00
dmchen
93992f3d6e fix:add-status-timestamp 2025-02-27 15:22:33 +08:00
xiao-77
359399f1cd feat rename some names. 2025-02-12 14:49:59 +08:00
xiao-77
b62d8d37b1 Feat(sync):Use remaining time to replace progress. 2025-02-11 15:51:05 +08:00
xiao-77
fbe65197d6 Feat(sync):Add restore progress to the "show vnodes" command, and add the applied index to the "show vgroups" command. 2025-02-10 15:58:25 +08:00
xiao-77
c4ed102c11 Merge branch '3.0' into enh/3.0/TD-31709 2024-12-16 10:00:02 +08:00
Hongze Cheng
37c1be4818 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0 2024-12-14 23:51:25 +08:00
xiao-77
7b921b81d2 Fix ci. 2024-12-13 17:48:51 +08:00
xiao-77
c66a834d1e Replace unsafe memory functions with safe versions in wal&sync. 2024-12-13 15:19:29 +08:00
Hongze Cheng
8bf5f3f62b Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0 2024-12-13 13:54:45 +08:00
Shengliang Guan
ebcf538c05 Merge branch 'main' into merge/mainto3.0 2024-12-11 20:12:50 +08:00
xiao-77
37d6af96b0 enh some codes. 2024-12-09 19:36:15 +08:00
yihaoDeng
b9d92bd7b7 use safe sys func 2024-12-06 21:44:23 +08:00
yihaoDeng
c5c56606c4 use safe sys func 2024-12-05 16:35:45 +08:00
yihaoDeng
215208a985 Replace unsafe memory functions with safe versions 2024-12-04 13:35:11 +08:00
xiao-77
223e0f55c5 Fix ci error. 2024-11-26 17:05:07 +08:00
xiao-77
d778ada8f9 Add show 2024-11-26 16:08:16 +08:00
xiao-77
cf8cea4c2d Merge branch '3.0' into enh/3.0/TS-5007 2024-11-25 14:47:38 +08:00
xiao-77
6b744211ff Add alter dyn code. 2024-11-21 14:30:28 +08:00
Hongze Cheng
9e484be276 feat: support alter dnode max_compact_tasks 2024-11-20 14:17:50 +08:00
Shengliang Guan
527def388d
Merge pull request #28778 from taosdata/main
merge: from main to 3.0 branch
2024-11-15 10:14:22 +08:00
xiao-77
cc3f4504bf Add mnd init cfg and mnd cfg trans. 2024-11-14 17:20:50 +08:00
Shungang Li
67da7b1036 feat: alter systable variablesSchema 2024-11-13 16:51:40 +08:00
xiao-77
748bb000b0 fix some error and rename some functions 2024-11-13 16:51:26 +08:00
xiao-77
9758cd7825 fix some errors. 2024-11-12 13:40:19 +08:00
xiao-77
8a90ebaa38 add process config rsp. 2024-11-11 16:52:47 +08:00
xiao-77
f931119e14 Add encode and decode rpc config msg 2024-11-11 11:33:10 +08:00
xiao-77
8355be28d9 add encode and decode for config 2024-11-08 16:11:04 +08:00
WANG MINGMING
1960a4fe86
Merge branch '3.0' into fix/TD-32563 2024-11-08 09:11:55 +08:00
WANG MINGMING
226a766a17
Merge branch '3.0' into fix/TD-32563 2024-11-05 10:08:19 +08:00
dmchen
0f535e06aa feat/TS-5484-audit-delete-fix-review 2024-11-04 11:12:18 +08:00
dongming chen
c209921084
Merge pull request #28625 from taosdata/3.0
3.0
2024-11-04 10:40:38 +08:00
Shengliang Guan
0b4f2a8a77
Merge pull request #25750 from yinheli/yinheli/reading-code
chore(typo): variables
2024-11-01 23:36:05 +08:00
dongming chen
26485b235d
Merge branch '3.0' into feat/TS-5484-audit-delete 2024-11-01 13:48:38 +08:00
dmchen
f5c959da6f feat/TS-5484-audit-delete 2024-10-17 03:34:57 +00:00
wangmm0220
1d6f90f5ff fix:[TD-32563] remove config variable slowLogThresholdTestg 2024-10-17 11:33:27 +08:00
Shengliang Guan
3003e7286e feat: data analysis 2024-10-15 10:00:38 +08:00
Shengliang Guan
9f05ca5ee8 revert: data analysis 2024-10-14 23:27:11 +08:00
Shengliang Guan
a5b5bd61f6 feat: anode 2024-10-09 17:20:13 +08:00
dmchen
5be431c4c6 fix/TD-31891-remove-void-mnode2 2024-09-18 03:45:41 +00:00
Hongze Cheng
ec2f2b68d9
Merge pull request #27702 from taosdata/fix/TD-31891-remove-void-mnode1
fix/TD-31891-remove-void-mnode1
2024-09-13 11:45:22 +08:00
lyh250-666
726b133721 modify error code passing 2024-09-12 07:46:30 +00:00
dmchen
7a26566362 fix/TD-31891-remove-void-mnode1 2024-09-05 11:39:49 +00:00
dmchen
1adb57b994 fix/TD-31622-remove-reference-when-cancel 2024-08-30 03:46:17 +00:00
dmchen
6640860749 fix/TD-31686-remove-void-arrayput-mnode 2024-08-28 07:54:24 +00:00
kailixu
6e7c6a4870 fix: trans conflict during update dnode info 2024-07-30 19:18:34 +08:00
kailixu
5602a5eac2 fix: trans conflict during update dnode info 2024-07-30 17:07:38 +08:00
kailixu
ce54abd94d fix: trans conflict during update dnode info 2024-07-30 16:54:39 +08:00
dmchen
6164e39433 fix/TD-30989 2024-07-29 11:38:04 +00:00
dmchen
929cb703e7 fix/TD-30989 2024-07-25 09:49:58 +00:00