Commit Graph

618 Commits

Author SHA1 Message Date
facetosea 845493294d osfile 2023-11-21 16:31:31 +08:00
Haojun Liao 801b211cd8 refactor:do some internal refactor. 2023-11-11 15:39:45 +08:00
xinsheng Ren da24384f0e
Merge branch '3.0' into fix/xsren/TD-22212/taosQueryParam3.0 2023-11-04 17:41:41 +08:00
xsren b422c29d4e fix interval limit on us/ns db 2023-10-27 15:16:03 +08:00
xsren 4186028083 fix: interval more than 1000 years 2023-10-27 11:09:18 +08:00
xsren 355ec86926 fix error when taos_query_a param is null
c_test missing on linux

mem leak

wal_test  pageBufferTest on linux

tfsTest on linux
2023-10-26 16:50:45 +08:00
yihaoDeng 8fbea08bba enh gen first tag name 2023-10-20 09:37:43 +08:00
Haojun Liao eb4449999f other: merge 3.0 2023-10-12 10:33:48 +08:00
facetosea d8d3492011 fix semaphore on mac 2023-09-27 00:39:21 +08:00
xsren a24817e85c semaphore test 2023-09-26 20:48:56 +08:00
Shungang Li 6f5689b0d6 fix: net_in/net_out 2023-09-25 18:54:52 +08:00
kailixu 42c83d8f87 fix: unlock before return 2023-09-21 13:10:27 +08:00
kailixu 70704ee906 Merge branch 'fix/TD-23089-3.0C' of https://github.com/taosdata/TDengine into fix/TD-23089-3.0C 2023-09-21 10:17:11 +08:00
kailixu 72ac6c09fa fix: return value for cond 2023-09-21 10:16:55 +08:00
kailixu fa9afb25e7 chore: code optimization for mutex 2023-09-20 18:59:19 +08:00
kailixu a19cfcd587 chore: code optimization for file 2023-09-20 17:33:31 +08:00
kailixu 0800698774 fix: typo of ol 2023-09-20 16:28:36 +08:00
kailixu 3bb5a5f1d4 enh: lock and file adaption for windows 2023-09-20 15:40:39 +08:00
kailixu 97c87bdbdc enh: mutex/rwlock/pread/pwrite adaption for windows 2023-09-20 15:35:38 +08:00
yihaoDeng 2c10163634 avoid first tag index conflict 2023-09-18 14:19:58 +08:00
Haojun Liao de04090f04
Merge pull request #22940 from taosdata/fix/avoidConflictOfIdxName
reduce the confliction of first tag index name
2023-09-18 09:47:58 +08:00
yihaoDeng a66145a494 reduce the possible of first tag index name 2023-09-15 17:41:04 +08:00
Yihao Deng fa302ac6b9
Merge branch '3.0' into enh/ipWhiteList 2023-09-13 10:14:08 +08:00
wade zhang 86c990d33d
Merge pull request #22868 from taosdata/fix/xsren/TS-3957/readLineOnWindows
free old pointer as realloc failed.
2023-09-12 18:52:18 +08:00
kailixu 16dee56b4d fix: set stack size to 8 MB for windows and dup fd for gzdopen 2023-09-12 18:46:47 +08:00
xsren 08ca751483 reset file handles limit on windows 2023-09-12 18:46:34 +08:00
xsren fe6f8d60f6 free old pointer as realloc failed. 2023-09-12 18:46:27 +08:00
xsren 431d4380bf fix read line on windows 2023-09-12 18:46:11 +08:00
xsren 51359ad99d free old pointer as realloc failed. 2023-09-12 18:24:50 +08:00
wade zhang e832908589
Merge pull request #22858 from taosdata/fix/xsren/TS-3957/readLineOnWindows
fix read line on windows
2023-09-12 18:15:07 +08:00
wade zhang b2e9578de9
Merge pull request #22853 from taosdata/fix/TD-26139/fileHandlesLimitOnWindows
reset file handles limit on windows
2023-09-12 18:14:40 +08:00
yihaoDeng 7ce8f694dc Merge branch 'enh/dev3New' into enh/ipWhiteList 2023-09-12 15:54:06 +08:00
xsren e5120fade2 fix read line on windows 2023-09-12 14:12:21 +08:00
kailixu 2f9ab38fd0 fix: set stack size to 8 MB for windows and dup fd for gzdopen 2023-09-12 13:33:12 +08:00
xsren a003db7e1a reset file handles limit on windows 2023-09-12 10:44:11 +08:00
yihaoDeng 30a60be214 add rpc update interface 2023-09-11 09:26:00 +08:00
dapan1121 ed9085281d
Merge pull request #22623 from taosdata/feat/TD-25964-3.0
feat: get cpu cores from quota
2023-09-06 16:03:33 +08:00
wade zhang f00efbdf11
Merge pull request #22695 from taosdata/fix/xsren/renamefile_on_windows
atomic rename file on windows
2023-09-06 10:55:32 +08:00
yihaoDeng 685bdea44a add rpc update interface 2023-09-04 21:15:46 +08:00
xsren 91275a065f linux link 2023-09-04 18:39:47 +08:00
xsren 549ee9f2e0 atomic rename file on windows 2023-09-01 16:37:51 +08:00
dapan1121 cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00
kailixu d5b0d39c40 fix: typo when get cpu cores 2023-08-31 08:59:09 +08:00
kailixu f4dd1895b2 Merge branch '3.0' into feat/TD-25964-3.0 2023-08-31 08:56:53 +08:00
kailixu eb7d2d495a chore: supports obtaining physical/virtual CPU cores 2023-08-30 15:21:03 +08:00
dapan1121 f6321d0c4f Merge remote-tracking branch 'origin/main' into fix/m23.1 2023-08-30 11:03:33 +08:00
kailixu f09429f089 feat: get cpu cores from quota 2023-08-29 14:37:22 +08:00
kailixu 66f0a69752 feat: get cpu cores from quota 2023-08-29 14:31:47 +08:00
dapan1121 b00aa1a992
Merge pull request #22458 from taosdata/fix/TD-25719
fix: fix non-root users cannot create log files even if they have write
2023-08-28 13:28:59 +08:00
Ganlin Zhao 2f46b2eefd fix 2023-08-28 10:10:16 +08:00
dapan1121 0cce255a02 Merge remote-tracking branch 'origin/3.0' into fix/m23.0 2023-08-28 10:06:53 +08:00
Haojun Liao 88f6596965
Merge pull request #22464 from taosdata/feat/TD-18789
feat:support varbinary type
2023-08-28 09:45:57 +08:00
Ganlin Zhao c60ac2b8ae fix 2023-08-28 09:45:50 +08:00
dapan1121 1f40da6fef Merge remote-tracking branch 'origin/main' into 3.0 2023-08-28 09:28:55 +08:00
wangmm0220 26e025d78d feat:[TD-18789]support varbinary type 2023-08-25 15:43:45 +08:00
Ganlin Zhao c8c30e0a00 fix 2023-08-25 10:15:52 +08:00
shenglian zhou 250a8a7c39 fix: taosCompressFile mem leak 2023-08-25 10:06:59 +08:00
Ganlin Zhao af130cc92f Revert "add seperate function for createLogs"
This reverts commit 13d2d72bb6.
2023-08-25 09:55:50 +08:00
Ganlin Zhao 13d2d72bb6 add seperate function for createLogs 2023-08-24 14:56:14 +08:00
Minglei Jin 0c768f5beb fix(file/stat): fix atime 2023-08-24 14:02:25 +08:00
Ganlin Zhao 962a0cd403 fix 2023-08-23 23:34:02 +08:00
wangmm0220 b3f945c4c5 fix:conflict 2023-08-16 19:35:05 +08:00
wangmm0220 f266d51764 feat:support varbinary type 2023-08-16 19:05:07 +08:00
Ganlin Zhao 89ff78d99c fix: fix non-root users cannot create log files even if they have write
permission of the directory
2023-08-16 17:32:08 +08:00
Haojun Liao 63bc50a723
Merge pull request #22427 from taosdata/feature/rebuildIndex0
rebuild index at tag0
2023-08-16 09:47:43 +08:00
yihaoDeng 1447d1d55c rebuild index at tag0 2023-08-15 00:40:12 +00:00
Minglei Jin 33967b243b
Merge branch '3.0' into fix/TD-25010-3 2023-08-10 12:14:01 +08:00
kailixu d6ed5fe096 fix: timezone and qsort for windows 2023-08-09 20:08:19 +08:00
Hui Li 10f5d223bb
Merge pull request #22370 from taosdata/FIX/TD-25605-3.0
enh: check if disk space sufficient at primary dir with tfs
2023-08-09 18:32:07 +08:00
Benguang Zhao e4d16e594c enh: check if disk space sufficient at primary dir with tfs 2023-08-08 17:53:11 +08:00
kailixu b598c2651d fix: use mktime after 19700101 on windows 2023-08-07 19:30:54 +08:00
kailixu 59100a7251 enh: code optimize for mktime 2023-08-07 17:52:43 +08:00
jiacy-jcy 6fd2ae138e fix: taosMktime on windows platform 2023-08-07 17:32:20 +08:00
Minglei Jin fac7e521e9 s3/evict: fetch atime from stat file 2023-08-07 15:59:37 +08:00
kailixu 42da90e459 chore: code revert 2023-08-01 19:45:14 +08:00
kailixu 2a22e55705 fix: null pointer check for mutex on windows 2023-08-01 19:42:05 +08:00
kailixu dffdbb53f6 chore: code optimization 2023-07-24 10:15:32 +08:00
kailixu 9511af242e chore: time unit of os uptime 2023-07-24 09:12:42 +08:00
kailixu d597ba8e71 chore: code optimize 2023-07-24 06:35:54 +08:00
kailixu 3cfa49066a chore: uptime logic optimize 2023-07-23 23:25:58 +08:00
kailixu 918d3cca0c chore: more check 2023-07-16 07:13:53 +08:00
kailixu 3fd349d165 chore: null check 2023-07-14 19:30:31 +08:00
kailixu 163adf1908 chore: dm monitor refactor 2023-07-14 13:27:19 +08:00
Minglei Jin cd79ee666f fix(os): add -L jemalloc lib path 2023-06-07 14:11:45 +08:00
yihaoDeng 08c3a63341 Merge branch 'enh/standVer' into enh/rocksdbSstateMerge 2023-05-06 12:37:54 +00:00
dapan1121 5006ecc484 fix: stable name not responsed while stable removed issue 2023-05-05 11:45:14 +08:00
liuyao 2984c5a758 merge main 2023-04-28 10:34:46 +08:00
Alex Duan 97a5ebac1c fix: miss out _fstat64 2023-04-25 17:10:12 +08:00
Alex Duan ee93500619 fix: log file size over 4G report error on windows 2023-04-25 17:03:58 +08:00
Haojun Liao fa46165227 Merge branch 'main' into enh/rocksdbSstate 2023-04-24 12:59:24 +08:00
yihaoDeng 917b07348c Merge branch 'fix/rocksdbState' into enh/rocksRevert 2023-04-23 02:37:26 +00:00
cadem c86f0a331a fix:add log for locale setting 2023-04-23 10:23:54 +08:00
Haojun Liao 9fb7589fb5 fix(os): fix a deadlock. 2023-04-19 14:08:41 +08:00
yihaoDeng 6f6fd3e147 fix compile error 2023-04-17 15:01:41 +00:00
yihaoDeng b24b91886a Merge branch 'dev3' into enh/rocksRevert 2023-04-11 10:59:00 +00:00
xinsheng Ren bf53345f9d
fix: windows gettime negative value (#20800) 2023-04-11 08:47:31 +08:00
Ganlin Zhao 23ec9287c9 fix: fix tsim crash on windows due to invalid input to strftime 2023-04-04 10:33:41 +08:00
Shuduo Sang 5e2b26f146
chore: refactor cus prompt (#20688)
* chore: refactor cus prompt

* fix: client name in install.sh

* fix: -Wno-reserved-user-defined-literal

* fix: update taos-tools commit

* fix: include/os/osDir.h

* fix: check cus name

* fix: makepkg.sh

* chore: update taos-tools d194dc9

---------

Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-30 19:30:54 +08:00
yihaoDeng 86fe216921 add backend 2023-03-28 11:23:24 +00:00
Ganlin Zhao 9788532a0a fix 2023-03-24 16:59:36 +08:00