dapan1121
fb56d67633
Merge pull request #27354 from taosdata/enh/TD-31535/assert
...
Enh/td 31535/assert
2024-08-23 13:23:45 +08:00
54liuyao
de4f09b8fd
ehn(query): remove query executor assert
2024-08-23 11:01:45 +08:00
Hongze Cheng
487598dd7e
Merge pull request #27410 from taosdata/fix/TS-5291-3.0
...
fix: (ttl) continue flush cache after error occurs
2024-08-23 09:03:40 +08:00
yihaoDeng
4e6f90df63
Merge branch 'fix/fixInitFailedLog2' into enh/TD-31494
2024-08-22 21:16:06 +08:00
yihaoDeng
08a51e21dc
add network error
2024-08-22 20:05:14 +08:00
yihaoDeng
3a20e9c241
add network error
2024-08-22 20:04:18 +08:00
yihaoDeng
f464aec00a
add network error
2024-08-22 20:01:10 +08:00
wangjiaming0909
e6a35dd34d
remove asserts of nodes/planner/parser/tsdbread
2024-08-22 19:15:18 +08:00
Shungang Li
235fb59ede
fix: (ttl) continue flush cache after error occurs
2024-08-22 18:04:00 +08:00
Hongze Cheng
720ab67431
enh: clear useless asserts
2024-08-22 17:28:05 +08:00
xinsheng Ren
e28d8946c6
Merge branch '3.0' into enh/TD-31535/assert
2024-08-22 17:17:04 +08:00
Hongze Cheng
0c23f625f8
Merge pull request #27396 from taosdata/fix/TD-TD-31538-4
...
enh: clear useless asserts
2024-08-22 16:59:17 +08:00
Hongze Cheng
a092582a0c
enh: clear useless asserts
2024-08-22 14:14:44 +08:00
xsren
5ebe3e2672
use internal error code
2024-08-22 13:41:16 +08:00
Minglei Jin
ba8332e859
fix if statement
2024-08-22 13:39:53 +08:00
Minglei Jin
ccd95c8bc0
fix(util/lru): free cache if shards init failed
2024-08-22 10:57:38 +08:00
Haojun Liao
9d433926cb
Merge pull request #27350 from taosdata/fix/3_liaohj
...
refactor: remove assert in stream module.
2024-08-21 19:40:17 +08:00
dapan1121
d31b94f267
Merge pull request #27322 from taosdata/enh/TD-31548
...
enh:[TD-31548] Remove ASSERT in multi files.
2024-08-21 18:21:18 +08:00
kailixu
b072a83bbd
fix: memory leak of geos
2024-08-21 15:45:57 +08:00
Hongze Cheng
0f82052392
enh: clear tdb asserts
2024-08-21 15:28:25 +08:00
Haojun Liao
1d50aae710
other: merge 3.0
2024-08-21 14:39:53 +08:00
sima
726f41697d
enh:[TD-31548] Remove ASSERT in multi files.
2024-08-21 14:35:45 +08:00
Haojun Liao
456f0d888a
Merge pull request #27347 from taosdata/fix/ly_stream
...
fix(stream):ignore some bf error
2024-08-21 14:17:20 +08:00
54liuyao
1cd0e35443
fix(stream):ignore some bf error
2024-08-21 10:01:50 +08:00
Haojun Liao
b6084e64ce
refactor: remove assert in stream module.
2024-08-21 10:00:35 +08:00
xsren
b06d16162d
fix: tudf crash
2024-08-20 15:21:14 +08:00
Shengliang Guan
7c64afca11
Merge pull request #27324 from taosdata/feat/sync
...
enh: make some simple adjustments to the sync log
2024-08-20 15:01:41 +08:00
dapan1121
dcd8af8dae
Merge pull request #27319 from taosdata/fix/ly_res
...
fis bloom filter issue
2024-08-20 13:55:35 +08:00
dapan1121
24747af339
Merge pull request #27315 from taosdata/enh/TD-31529
...
enh:[TD-31529] Remove ASSERT in libs/scalar.
2024-08-20 13:54:10 +08:00
54liuyao
e15bd71274
fix issue
2024-08-20 10:38:00 +08:00
sima
50672cd1a8
enh:[TD-31529] Remove ASSERT in libs/scalar.
2024-08-20 07:58:55 +08:00
yihaoDeng
ef3293f316
Merge branch '3.0' into fix/fixInitFailedLog2
2024-08-19 20:23:27 +08:00
Shengliang Guan
5ce7bcad1e
refact: remove the return value of function taosCloseRef
2024-08-19 17:30:10 +08:00
sima
5fb431aff4
enh:[TD-31525] Remove ASSERT in libs/function.
2024-08-19 16:58:13 +08:00
54liuyao
0ec16a723d
fix issue
2024-08-19 10:15:35 +08:00
Hongze Cheng
9792683b7d
handle some of return -1
2024-08-14 17:50:20 +08:00
dapan1121
084592dc34
Merge pull request #27168 from taosdata/feat/TS-4893
...
feat:[TS-4893] Support MYSQL functions.
2024-08-14 15:10:27 +08:00
sima
a54019211f
feat:[TS-4893] Support MYSQL functions.
...
Add more functions:
- Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
- String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
- Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
- Aggregate Functions: VAR_POP().
Modify some functions:
- ROUND(): support round to given decimal places.
- CHAR_LENGTH(): support calculate multi-byte character's length.
- TIMEDIFF(): result will be negative when expr1 < expr2.
- STDDEV(): add alias name STDDEV_POP().
- SUBSTR(): add alias name SUBSTRING().
support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
yihaoDeng
7942a9bfd1
change queue limit
2024-08-13 14:11:10 +08:00
yihaoDeng
8250a51317
change queue limit
2024-08-13 11:18:29 +08:00
dapan1121
3790a1f415
Merge pull request #26959 from taosdata/feat/TS-3718
...
feat:[TS-3718]save slow log file one day one file
2024-08-13 09:18:07 +08:00
Haojun Liao
8d751ca5e3
Merge pull request #27148 from taosdata/fix/3.0/TD-31362-TD-31359-TD-21481
...
1. lock not released when return
2024-08-12 17:34:25 +08:00
Hongze Cheng
600d1b2c64
Merge pull request #27128 from taosdata/fix/TD-31325
...
fix(lrucache): return fail if array init failed
2024-08-12 13:57:10 +08:00
wangjiaming0909
882cfb7deb
1. lock not released when return
...
2. fix tsma err msg
3. fix fill prev wrong results
2024-08-12 08:53:27 +08:00
Minglei Jin
3314a5eaa7
fix(lrucache): return fail if array init failed
2024-08-09 16:56:13 +08:00
54liuyao
75e9c027a6
adj error code
2024-08-09 14:40:34 +08:00
Haojun Liao
45c6d42851
Merge pull request #27093 from taosdata/fix/3.0/TD-31274-TD-31280
...
1. fix interval query with month interval day slidng returning wrong …
2024-08-09 13:50:34 +08:00
wangjiaming0909
aa4b4a609f
fix ret check caused crash
2024-08-09 11:46:53 +08:00
Hongze Cheng
566bab1fb2
fix: disable process write request when vnode is in snapshot mode
2024-08-08 18:25:43 +08:00
wangjiaming0909
d1ed3b3abb
1. fix interval query with month interval day slidng returning wrong window
...
2. fix error msg for creating tsma
2024-08-08 18:10:49 +08:00
wangmm0220
e7b990f3dd
feat:[TS-3718]merge from 3.0
2024-08-08 17:35:24 +08:00
wangmm0220
bce6f40abb
feat:[TS-3718]add lock to avoid write slow at the same time
2024-08-08 17:29:18 +08:00
Shengliang Guan
0d1d462e08
Merge pull request #27083 from taosdata/docs/udf
...
enh: enable log in udf
2024-08-08 17:12:17 +08:00
dapan1121
905d1eb762
Merge pull request #26972 from taosdata/fix/TD-29679/l2cache
...
Fix/td 29679/l2cache
2024-08-08 16:51:44 +08:00
Shengliang Guan
d55a0c7100
enh: enable log in udf
2024-08-08 16:18:18 +08:00
wangmm0220
3ef942bf4b
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-3718
2024-08-08 10:59:45 +08:00
xsren
bec6dfe16b
return value
2024-08-07 16:51:39 +08:00
Hongze Cheng
70f4bec00b
Merge pull request #27006 from taosdata/fix/TD-31163-3.0
...
fix: memleak in initWktRegex
2024-08-07 14:19:07 +08:00
xsren
07cbdee93c
fix: mutex and return value
2024-08-07 10:43:04 +08:00
Hongze Cheng
d68fd6566d
Merge pull request #26979 from taosdata/fix/TD-31194-3.0
...
fix: (errcode) ignore empty timezone str
2024-08-07 10:19:30 +08:00
wangmm0220
7f8df84106
feat:[TS-3718]save slow log file one day one file
2024-08-06 18:02:01 +08:00
Shungang Li
4068e3d73b
fix: memleak in initWktRegex
2024-08-06 17:59:17 +08:00
Hongze Cheng
84a4921478
fix: malloc failed in thash.c
2024-08-06 17:29:20 +08:00
Shungang Li
1ef464cd78
fix: (errcode) ignore empty timezone str
2024-08-06 17:11:16 +08:00
xsren
152758b72d
use taosStrdup
2024-08-06 16:28:18 +08:00
Haojun Liao
c8dd0e90a9
fix(query):check return code
2024-08-06 14:02:58 +08:00
xsren
8989a39865
fix: free cache
2024-08-06 13:44:42 +08:00
xsren
3f25f12187
fix: cache free
2024-08-06 13:35:39 +08:00
Haojun Liao
14556de514
Merge pull request #26991 from taosdata/fix/syntax
...
fix(stream): check return value.
2024-08-06 09:02:59 +08:00
xsren
53d115f74a
fix: skip dub key error
2024-08-05 19:30:22 +08:00
dapan1121
1c5a6419cc
Merge pull request #26982 from taosdata/fix/3.0/TD-31224
...
fix check return test, tpagebuf freed but not cleared
2024-08-05 19:04:00 +08:00
Haojun Liao
6297d238e0
fix: check return values.
2024-08-05 18:34:56 +08:00
Haojun Liao
3772f25840
fix(stream): check return value.
2024-08-05 18:02:32 +08:00
dapan1121
690d5b9a6c
Merge pull request #26943 from taosdata/fix/3.0/TD-31155
...
fix queryQworkerPool only allowed one extra thread to handle nonblock…
2024-08-05 16:59:57 +08:00
wangmm0220
9c2adc59bb
feat:[TS-3718]save slow log file one day one file
2024-08-05 15:52:22 +08:00
wangjiaming0909
040fc8438a
fix check return test, tpagebuf freed but not cleared
2024-08-05 15:21:25 +08:00
xsren
a61149047f
use direct pointer
2024-08-05 14:42:30 +08:00
xsren
cc4dccfd91
mem leak
2024-08-05 13:42:04 +08:00
xsren
7d44466603
utest
2024-08-05 12:30:05 +08:00
xsren
8fcf57c077
l2 cache
2024-08-05 12:28:49 +08:00
wangmm0220
4d7c54d1a5
feat:[TS-3718]save slow log file one day one file
2024-08-02 19:10:50 +08:00
wangmm0220
51ad50c603
feat:[TS-3718]save slow log file one day one file
2024-08-02 17:16:13 +08:00
wangmm0220
0b663dbccc
feat:[TS-3718]save slow log file one day one file
2024-08-02 17:11:32 +08:00
wangmm0220
f5e35549d7
feat:[TS-3718]save slow log file one day one file
2024-08-02 17:10:21 +08:00
wangmm0220
4d19f48d8a
feat:[TS-3718]save slow log file one day one file
2024-08-02 16:29:48 +08:00
wangjiaming0909
e7d18e616d
fix queryQworkerPool only allowed one extra thread to handle nonblocking queries
2024-08-02 11:27:13 +08:00
dmchen
ac706ee37a
fix/TD-31176
2024-08-02 02:11:59 +00:00
sima
04d525d429
feat:[TS-5137] Support group/partition by position and alias.
2024-07-31 15:30:31 +08:00
Shungang Li
a544662cd5
enh: tpcre2 handle errcode
2024-07-30 14:39:47 +08:00
Hongze Cheng
51d3422b4b
Merge pull request #26867 from taosdata/fix/returnErrorAll
...
refactor return error
2024-07-30 14:21:27 +08:00
yihaoDeng
7779c8a75e
refactor return error
2024-07-30 10:55:48 +08:00
Hongze Cheng
2c5743a370
enh: refactor return code
2024-07-30 10:42:28 +08:00
Hongze Cheng
f090c9f96e
enh: refactor error code
2024-07-30 09:39:50 +08:00
Hongze Cheng
3b6ce5d7dc
Merge pull request #26845 from taosdata/fix/TD-31105-3.0
...
fix: load config from apollo url
2024-07-30 09:15:43 +08:00
Hongze Cheng
8ef31bc186
enh: refactor return code
2024-07-29 20:14:15 +08:00
kailixu
155c693326
fix: memory leak when parse apollo failed
2024-07-29 17:40:10 +08:00
Hongze Cheng
a2944f1f45
Merge pull request #26752 from taosdata/fix/refactorTransport
...
Fix/refactorTransport
2024-07-29 16:26:32 +08:00
kailixu
a7c54f19a0
fix: load config from apollo url
2024-07-29 15:53:15 +08:00
Hongze Cheng
2131d3240d
Merge pull request #26821 from taosdata/fix/TD-30990
...
sync/retval: void unused return values
2024-07-29 14:06:24 +08:00
sima
bb142d8c9c
enh:[TD-30996] Handling return value
2024-07-29 10:11:04 +08:00
Minglei Jin
334dcd381b
void unused return values
2024-07-29 09:34:20 +08:00
Hongze Cheng
5e51e4149a
Merge pull request #26812 from taosdata/enh/TD-30987-20
...
enh: refactor return code
2024-07-29 08:41:27 +08:00
dapan1121
d82c945663
Merge pull request #26813 from taosdata/enh/code/TD-30977
...
return value: udf
2024-07-28 21:45:31 +08:00
Hongze Cheng
7ff6694206
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-20
2024-07-28 16:25:15 +08:00
Hongze Cheng
52d07c7916
Merge pull request #26811 from taosdata/enh/TD-30987-19
...
enh: add more check return
2024-07-28 16:23:35 +08:00
Haojun Liao
c180bca6aa
refactor: do some internal refactor
2024-07-28 13:15:09 +08:00
Haojun Liao
67c883f587
other: merge 3.0
2024-07-28 13:07:08 +08:00
Haojun Liao
3ba6021a21
fix(util): fix typo
2024-07-28 12:59:16 +08:00
Haojun Liao
9dcbb0436a
fix(util): fix the invalid read.
2024-07-28 12:57:54 +08:00
Hongze Cheng
c7cb6f0f63
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-19
2024-07-27 22:44:07 +08:00
yihaoDeng
baed4a67da
Merge remote-tracking branch 'origin/3.0' into fix/refactorTransport
2024-07-27 22:03:23 +08:00
Haojun Liao
7be2ecbe1f
fix(common): check the return value.
2024-07-27 18:55:34 +08:00
xsren
911e6380b9
return value: udf
2024-07-27 18:33:08 +08:00
Hongze Cheng
ded23d4b08
enh: refactor return code
2024-07-27 18:28:26 +08:00
Hongze Cheng
3727739721
Merge pull request #26804 from taosdata/fix/TD-30989-sync2-2
...
fix/TD-30989-sync2-2
2024-07-27 18:22:57 +08:00
Hongze Cheng
21754a009c
enh: add more check return
2024-07-27 18:03:16 +08:00
Hongze Cheng
89e4972acc
Merge pull request #26788 from taosdata/fix/TD-30990
...
void unused return values
2024-07-27 17:08:28 +08:00
Hongze Cheng
9a0805150b
Merge pull request #26764 from taosdata/fix/refactorErrorCodeCompress
...
Fix/refactorErrorCodeCompress
2024-07-27 17:06:21 +08:00
Hongze Cheng
4b12153b31
Merge pull request #26783 from taosdata/feat/TD-30991-3.0
...
feat: (errcode) tglobal.c
2024-07-27 16:39:57 +08:00
dmchen
68f2087f7d
fix/TD-30989-sync2-2
2024-07-27 01:25:12 +00:00
dm chen
0689271f4b
Merge pull request #26802 from taosdata/3.0
...
3.0
2024-07-27 07:07:32 +08:00
Shungang Li
1241cffcf2
enh: add more code check
2024-07-26 23:08:13 +08:00
Shungang Li
5b8a67e59e
feat: (errcode) tglobal.c
2024-07-26 23:07:08 +08:00
Hongze Cheng
509f374aca
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh--refactor-return-code
2024-07-26 20:43:29 +08:00
Hongze Cheng
3460a202fc
Merge pull request #26790 from taosdata/enh/TD-30988-3.0
...
fix: refactor return code
2024-07-26 20:33:50 +08:00
wangjiaming0909
6d283470fc
util simplehash/tpagedbuf/losertree add ret check
2024-07-26 17:57:29 +08:00
dapan1121
bf302a4abf
Merge pull request #26781 from taosdata/enh/TD-31088
...
Enh/td 31088
2024-07-26 17:49:14 +08:00
sima
99b0f1c652
enh:[TD-31070] Handling return value of clientEnv.c
2024-07-26 16:09:04 +08:00
dapan1121
c068e58241
Merge pull request #26776 from taosdata/fix/TD-31073.3
...
enh: os return code optimization
2024-07-26 16:06:07 +08:00
kailixu
87e3c17ada
enh: refactor return code
2024-07-25 23:55:35 +08:00
dapan1121
11dea101d1
fix: return code validation
2024-07-25 17:34:41 +08:00
Hongze Cheng
930974abc2
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh--refactor-return-code
2024-07-25 17:29:46 +08:00
Hongze Cheng
a3b30192ae
Merge pull request #26787 from taosdata/end/TD-30987-19
...
enh: refactor return code
2024-07-25 17:14:41 +08:00
Haojun Liao
7db4a06842
Merge pull request #26779 from taosdata/fix/TD-30967-3
...
adj operator result
2024-07-25 17:03:13 +08:00
Minglei Jin
e0e467086c
void unused return value
2024-07-25 15:54:46 +08:00
Hongze Cheng
a246e697b6
enh: refactor return code
2024-07-25 15:01:14 +08:00
dapan1121
39dbf7eec6
Merge remote-tracking branch 'origin/3.0' into fix/TD-31073.3
2024-07-25 14:04:13 +08:00
dapan1121
3ac26cc32a
fix: config read issue
2024-07-25 13:48:22 +08:00
Hongze Cheng
00118159cd
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh--refactor-return-code
2024-07-25 13:40:42 +08:00
Hongze Cheng
d27227c235
Merge pull request #26767 from taosdata/fix/TD-30990
...
terrno/tsdb-cache: use new terrno macros
2024-07-25 13:38:21 +08:00
54liuyao
dbb2fc51b8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967-3
2024-07-25 13:10:20 +08:00
Minglei Jin
aa921c9870
update sync raft log
2024-07-25 11:13:04 +08:00
dmchen
698cd2a5e2
fix/TD-30989
2024-07-25 02:31:43 +00:00
sima
94c1961179
enh:[TD-31088] Handling return value of tstrbuild.c
2024-07-25 10:22:53 +08:00
sima
90be5914f7
enh:[TD-31088] Handling return value of tcompare.c
2024-07-25 10:22:53 +08:00
54liuyao
ac7a968420
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-25 09:35:20 +08:00
kailixu
d42b86e56d
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-25 09:31:57 +08:00
54liuyao
5a34a1142f
adj operator result
2024-07-24 16:17:28 +08:00
Shungang Li
4281289eef
feat: (errcode) tconfig.c
2024-07-24 15:16:46 +08:00
kailixu
acb1d0a9cc
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-24 14:47:47 +08:00
Hongze Cheng
402b47c788
make it compile
2024-07-24 13:15:00 +08:00
Yihao Deng
6d9bb3f1fe
refactor compress
2024-07-24 04:43:48 +00:00
Yihao Deng
d93302a16c
refactor compress
2024-07-24 04:43:35 +00:00
Yihao Deng
f44734707d
refactor compress
2024-07-24 04:40:11 +00:00
kailixu
50c2fc567c
chore: merge 3.0
2024-07-24 12:05:01 +08:00
Hongze Cheng
381737e8c0
enh: refact error code
2024-07-24 11:24:22 +08:00
dapan1121
02c90a2211
Merge pull request #26747 from taosdata/fix/TD-31073
...
fix: add function return code validation
2024-07-24 08:35:29 +08:00
kailixu
8da3fefcbd
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-23 19:31:22 +08:00
dapan1121
66ba6c4226
Merge branch '3.0' into fix/TD-31073
2024-07-23 16:41:12 +08:00
Hongze Cheng
c23ab3023b
fix: a little bug
2024-07-23 15:40:12 +08:00
sima
6a9441528a
enh:[TD-31043] Handling return value in builtinsimpl.c
2024-07-23 15:37:17 +08:00
sima
efa518f624
enh:[TD-31043] Handling return value in builtins.c
2024-07-23 15:37:17 +08:00
Hongze Cheng
bf37c4f81b
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh--refactor-return-code
2024-07-23 15:16:55 +08:00
dapan1121
ae2210f7cc
Merge remote-tracking branch 'origin/3.0' into fix/TD-31073
2024-07-23 15:08:09 +08:00
dapan1121
9e8d94a69a
fix: add function return code validation
2024-07-23 15:03:24 +08:00
kailixu
0a8be1fd3d
enh: return error code
2024-07-23 13:55:26 +08:00
Hongze Cheng
3f79e5b7e3
Merge pull request #26676 from taosdata/feat/TD-30991-3.0
...
feat: (errcode) ttime.c geomFunc.c geosWrapper.c
2024-07-23 11:09:20 +08:00
Shungang Li
1a992b65c3
enh: rename tpcr2.c to tpcre2.c
2024-07-23 09:13:45 +08:00
kailixu
723c3415c5
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-22 22:59:52 +08:00
dapan1121
dec8095e53
Merge pull request #26722 from taosdata/fix/matchError
...
fix: client init regex cache
2024-07-22 18:41:45 +08:00
Haojun Liao
3bc91da354
Merge pull request #26689 from taosdata/fix/TD-30967
...
feat(operator):adj operator result
2024-07-22 16:59:48 +08:00
kailixu
cdc85d9588
enh: return error code
2024-07-22 15:53:20 +08:00
kailixu
b337fa628b
enh: return error code
2024-07-22 15:29:37 +08:00
xsren
edf453b92a
fix: client init regex cache
2024-07-22 15:18:32 +08:00
Yihao Deng
ee7b67e018
refactor transport
2024-07-22 06:50:01 +00:00
54liuyao
fd6c1ecf37
adj operator res
2024-07-22 13:05:39 +08:00
Hongze Cheng
e8c24c236a
Merge pull request #26616 from taosdata/fix/addErrorToMgmt
...
Fix/addErrorToMgmt
2024-07-22 10:15:45 +08:00
54liuyao
b038b655da
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-22 09:27:41 +08:00
Hongze Cheng
68eddf62ac
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh--refactor-return-code
2024-07-20 10:52:24 +08:00
54liuyao
13b75ba72a
adj operator result
2024-07-19 16:15:37 +08:00
Hongze Cheng
c7a0d4c727
enh: refact morecode
2024-07-19 16:12:38 +08:00
54liuyao
5b293e7340
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-19 14:42:44 +08:00
Hongze Cheng
aa064abb47
enh: refactor return code
2024-07-19 14:36:02 +08:00
sima
434fd97615
enh:[TD-30998] Handling return value in filter.c
2024-07-19 11:28:21 +08:00
Yihao Deng
64160333bf
Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt
2024-07-19 01:01:05 +00:00
54liuyao
7b3b4653a5
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-19 08:57:23 +08:00
dapan1121
44406c3fd3
Merge pull request #26640 from taosdata/fix/hashPut
...
fix: taoshash put
2024-07-18 19:12:35 +08:00
54liuyao
4201dee5ae
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-18 18:54:49 +08:00
54liuyao
0497224fe7
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-18 16:08:30 +08:00
54liuyao
99f4484328
adj stream operator result
2024-07-18 11:26:50 +08:00
54liuyao
ab642b245c
adj stream operator result
2024-07-18 10:09:15 +08:00
Yihao Deng
690c6e1cf1
Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt
2024-07-18 00:57:10 +00:00
Yihao Deng
71ec35a7da
Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt
2024-07-18 00:48:38 +00:00
dmchen
f727668ebb
fix/TD-30989
2024-07-17 11:41:15 +00:00
54liuyao
113cb57326
adj stream operator result
2024-07-17 19:35:35 +08:00
Haojun Liao
45eaaeb21a
Merge pull request #26634 from taosdata/fix/create_tb
...
fix(util): suppress error report by valgrind on loogson
2024-07-17 18:20:58 +08:00
factosea
aee48971de
fix: taoshash put
2024-07-17 17:52:29 +08:00
Haojun Liao
c7abeaed08
fix(util): suppress error report by valgrind on loogson
2024-07-17 16:17:26 +08:00
Hongze Cheng
35606a5658
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3
2024-07-17 13:07:07 +08:00
Haojun Liao
665fbd6f22
Merge pull request #26551 from taosdata/fix/TD-30967
...
feat: adj result of function
2024-07-17 09:09:23 +08:00
Hongze Cheng
77257a62a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3
2024-07-17 08:35:30 +08:00
Hongze Cheng
28fba0c3f9
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3.0-1
2024-07-16 20:30:38 +08:00
Hongze Cheng
7cce77c260
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3
2024-07-16 20:19:31 +08:00
Hongze Cheng
1a4d4254ab
Merge pull request #26595 from taosdata/fix/TD-30989-audit
...
fix/TD-30989
2024-07-16 18:52:49 +08:00
Yihao Deng
640eada5b1
refactor error code
2024-07-16 10:01:09 +00:00
Hongze Cheng
64363627fe
enh: refact tqueue code
2024-07-16 17:30:32 +08:00
Hongze Cheng
9003371dff
add return code
2024-07-16 14:56:30 +08:00
Hongze Cheng
459a452db2
fix more
2024-07-16 14:19:07 +08:00
Hongze Cheng
88281f7f34
more fix
2024-07-16 11:50:19 +08:00
dmchen
8d337e94ac
fix/TD-30989
2024-07-16 01:34:38 +00:00
Hongze Cheng
d158705a01
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-3.0-1
2024-07-16 09:10:36 +08:00
54liuyao
29381075c5
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-16 08:54:12 +08:00
dapan1121
c10106a4da
Merge pull request #26512 from taosdata/enh/TD-29679
...
use regex cache
2024-07-15 19:01:50 +08:00
54liuyao
b5ccc3db92
adj stream function result
2024-07-15 18:19:05 +08:00
Hongze Cheng
d2b05bfbbd
enh: refact more encode and decode function
2024-07-15 18:06:38 +08:00
Hongze Cheng
513bbc50b6
enh: refact encode and decode function
2024-07-15 17:35:00 +08:00
factosea
ae67829b67
fix: hash remove
2024-07-15 16:32:32 +08:00
dapan1121
4951ed9fa7
Merge pull request #26552 from taosdata/fix/TD-30966.0
...
fix: validate function return value
2024-07-15 14:59:47 +08:00
factosea
a5073355bb
fix: regex hash
2024-07-15 14:56:23 +08:00
54liuyao
2062e6f9e9
adj ut
2024-07-15 14:11:02 +08:00
54liuyao
bb25622a30
adj ci
2024-07-15 13:47:02 +08:00
54liuyao
9b067d075f
adj stream function return
2024-07-15 13:38:34 +08:00
54liuyao
60b268bbbe
adj test
2024-07-15 09:54:41 +08:00
54liuyao
89a62c526e
adj return
2024-07-15 09:50:12 +08:00
factosea
e88277592a
log level
2024-07-13 18:13:21 +08:00
factosea
22f69837b3
clear timer
2024-07-13 15:22:16 +08:00
factosea
3e85d0c546
fix: timer
2024-07-13 11:39:25 +08:00
54liuyao
3b914248a5
adj bloomfilter
2024-07-12 15:52:54 +08:00
54liuyao
5b982354e1
adj bloomfilter
2024-07-12 15:30:03 +08:00
dapan1121
e527f2fd0b
fix: validate function return value
2024-07-12 15:22:39 +08:00
factosea
57f826608a
checkout regex pattern at client
2024-07-12 11:48:48 +08:00
Yihao Deng
d37ac7935f
Merge remote-tracking branch 'origin/3.0' into enh/TD-30880-2
2024-07-12 02:55:58 +00:00
factosea
cfda747613
fix: match cache release
2024-07-11 21:00:08 +08:00
factosea
c135ee8358
fix: set terrno
2024-07-11 11:37:16 +08:00
factosea
41b8693430
use regex cache
2024-07-10 19:46:09 +08:00
dapan1121
076fd07a26
Merge pull request #26492 from taosdata/enh/3.0/bigger_tsma_interval
...
Enh/3.0/bigger tsma interval
2024-07-10 18:30:40 +08:00
wangjiaming0909
1b6fa8544c
fix possible block of query worker pool
2024-07-10 09:47:59 +08:00
dapan1121
92089e2d86
Merge pull request #26417 from taosdata/enh/TD-29154/diff
...
Enh/td 29154/diff
2024-07-10 08:38:32 +08:00
Hongze Cheng
0fcc57b52a
Merge pull request #26439 from taosdata/enh/TD-30442
...
Enh/TD-30442
2024-07-09 18:04:34 +08:00
factosea
163b31a4ee
fix: type overflow
2024-07-09 14:48:21 +08:00
wangjiaming0909
73d4fa48f9
support month/year tsma interval
2024-07-08 18:22:33 +08:00
Hongze Cheng
855c6d6295
make it compile
2024-07-08 17:09:15 +08:00
Hongze Cheng
9edfc82bf4
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0
2024-07-08 14:32:07 +08:00
Yihao Deng
1c4f354adf
add http interface
2024-07-08 02:32:55 +00:00
Hongze Cheng
2b9065fbe7
reformat and add a error number
2024-07-05 15:06:11 +08:00
Hongze Cheng
d08cd42c8a
refact error code
2024-07-05 14:56:42 +08:00
Yihao Deng
94a480292f
Merge remote-tracking branch 'origin/3.0' into enh/TD-30442
2024-07-05 00:48:41 +00:00
kailixu
2b9df7b45c
fix: oom in rpc queue
2024-07-04 18:36:17 +08:00
Yihao Deng
8428a5be37
refactor backend
2024-07-04 10:25:37 +00:00
kailixu
79f1e90743
fix: oom in rpc queue
2024-07-04 17:11:53 +08:00
Hongze Cheng
421e267424
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TS-4331-3.0
2024-07-04 15:30:31 +08:00
Hongze Cheng
6180488047
Merge pull request #26390 from taosdata/fix/TS-5086
...
fix(tsdb/commit): make commit failing core in release buildings
2024-07-04 14:25:12 +08:00
dapan1121
a8a725936e
Merge pull request #26342 from taosdata/fix/TD-30725
...
fix:[TD-30725]modify error code & fix potential memory leaks
2024-07-04 11:00:49 +08:00
Hongze Cheng
b88ff0f455
refact some code
2024-07-03 18:51:50 +08:00
Minglei Jin
0fa44fe8cf
fix(tsdb/commit): make commit failing core in release buildings
2024-07-03 16:40:54 +08:00
Yihao Deng
cdaa4fa47e
refactor transport
2024-07-03 00:57:44 +00:00
wangjiaming0909
d0bb671d79
avoid locks in queryAutoQWorkerPool
2024-07-01 15:41:19 +08:00
wangjiaming0909
5040ff5bd9
mnode/qnode support QueryAutoQWorkerPool
2024-07-01 11:08:40 +08:00
wangjiaming0909
a25571313f
remove test code
2024-07-01 11:08:39 +08:00
wangjiaming0909
938dc06a09
recycle threads slower
2024-07-01 11:08:39 +08:00
wangjiaming0909
11a98ffab2
QueryAutoQWorker
2024-07-01 11:08:39 +08:00
wangmm0220
304460f452
fix:[TD-30725] fix potential memory leaks
2024-07-01 10:49:24 +08:00
Hongze Cheng
38caccb097
Merge pull request #26300 from taosdata/fix/TD-30768-3.0
...
fix/TD-30768
2024-06-27 18:01:26 +08:00
dapan1121
7074260e75
Merge pull request #26307 from taosdata/fix/TS-4921
...
fix:[TS-4921] errors in test
2024-06-27 14:20:51 +08:00
wangmm0220
d4b31cfd8e
fix:[TS-4921] errors in test
2024-06-26 18:32:09 +08:00
dmchen
1d8c2fd923
fix/TD-30768
2024-06-26 07:42:19 +00:00
Hongze Cheng
0fb4ecbdad
Merge pull request #26287 from taosdata/feat/TS-4917-3.0
...
fix: adjust TSDB_CODE_PAR_TBNAME_ERROR error message
2024-06-26 14:18:36 +08:00
Hongze Cheng
b761bd2e38
enh: port main change to 3.0
2024-06-26 10:32:15 +08:00
Shungang Li
2af2eb40e5
fix: adjust TSDB_CODE_PAR_TBNAME_ERROR error message
2024-06-26 09:16:33 +08:00
Hongze Cheng
59c8656e61
Merge pull request #26275 from taosdata/feat/TS-4917-3.0
...
feat: 'create table' from csv file
2024-06-25 17:56:23 +08:00
Shungang Li
17e84e1fca
Merge branch '3.0' into feat/TS-4917-3.0
2024-06-25 10:33:12 +08:00
Shungang Li
b3368f6472
feat: 'create table' from csv file
2024-06-24 22:13:03 +08:00
wangmm0220
e517db6462
fix:add db configuration that not reportted
2024-06-24 19:19:46 +08:00
kailixu
edabeb3a98
fix: compatibility for msg and error code
2024-06-21 11:22:32 +08:00
kailixu
af2e6c6411
Merge branch '3.0' into fix/TD-30677-3.0
2024-06-21 08:07:39 +08:00
kailixu
79f8ab4596
fix: compatibility for msg and error code
2024-06-21 08:07:18 +08:00
Haojun Liao
079df11148
Merge pull request #26222 from taosdata/fix/3_liaohj
...
fix(util): change the load of __m128i value.
2024-06-20 21:26:57 +08:00
Haojun Liao
b730cfd568
fix(util):do some internal refactor.
2024-06-20 18:41:16 +08:00
Haojun Liao
852857eae9
fix(util): change the load of __m128i value.
2024-06-20 18:34:31 +08:00
Alex Duan
6ac995e309
fix: fix window build getBuildinfo move to clieMain.c
2024-06-20 17:46:42 +08:00
Hongze Cheng
70851f6bed
Merge pull request #26160 from taosdata/enh/TD-30554-3.0
...
tfs: support disable create new file
2024-06-20 16:46:00 +08:00
kailixu
cefff2bfee
Merge branch '3.0' into enh/TD-30554-3.0
2024-12-31 08:35:03 +08:00
Haojun Liao
df003cca3c
Merge pull request #26197 from taosdata/fix/3_liaohj
...
fix(util): uncomment the timestamp decode function with AVX2 instructions
2024-06-20 16:16:52 +08:00
Yihao Deng
d0d155171c
update case
2024-06-20 02:03:07 +00:00
Yihao Deng
01ee8b36a4
update case
2024-06-19 12:36:13 +00:00
Yihao Deng
e4916d13a5
update case
2024-06-19 12:12:21 +00:00
Yihao Deng
aa83628383
fix parital update
2024-06-19 12:12:09 +00:00
Haojun Liao
e9b0745947
fix(util): update test cases.
2024-06-19 19:15:45 +08:00
Haojun Liao
8d18e7cd9d
fix(util): fix decode timestamp error by using avx2.
2024-06-19 19:11:52 +08:00
Haojun Liao
04281bcd07
fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor.
2024-06-19 15:06:09 +08:00
Kai Jiang
6e2a5b9292
Improve tsDecompressIntImpl_Hw performance with AVX512.
...
Signed-off-by: Kai Jiang <kai.jiang@intel.com>
Huanrui Zhang <huanruix.zhang@intel.com>
2024-06-19 11:59:30 +08:00
Alex Duan
c130b0e04c
feat: add export buildInfo api
2024-06-19 10:45:01 +08:00
kailixu
809c691b22
Merge branch '3.0' into enh/TD-30554-3.0
2024-06-18 16:47:51 +08:00
Hongze Cheng
1cdb726f2d
Merge pull request #26117 from taosdata/fix/TD-30545
...
fix(wal/level): enable alter replica from fake walLevel 1
2024-06-18 16:06:12 +08:00
Minglei Jin
3d3f281735
remove unused error strings
2024-06-18 12:27:17 +08:00
Minglei Jin
356f6645ad
Merge branch '3.0' into fix/TD-30545
2024-06-18 11:28:29 +08:00
kailixu
d87a7d2809
Merge branch '3.0' into enh/TD-30554-3.0
2024-06-18 08:51:53 +08:00
cris.pei
c25b6f1efe
Add the command-line argument '--output-config' for generating configuration in test cases that increase the compatibility of message types and error codes
2024-06-17 20:49:39 +08:00
cris.pei
26c9b757de
Add the command-line argument '--output-config' for generating configuration in test cases that increase the compatibility of message types and error codes
2024-06-17 20:13:00 +08:00
kailixu
4ed3b30352
tfs: support disable create new file
2024-06-17 06:14:49 +08:00