Commit Graph

57825 Commits

Author SHA1 Message Date
Haojun Liao 1d1d9a1b0b fix(stream): unlock when returning. 2023-09-20 15:45:15 +08:00
dapan1121 9796483609 enh: support async fetch for sync request 2023-09-20 15:42:25 +08:00
kailixu 3bb5a5f1d4 enh: lock and file adaption for windows 2023-09-20 15:40:39 +08:00
Haojun Liao c8ab761d2a fix(stream): return if failed. 2023-09-20 15:38:49 +08:00
kailixu 97c87bdbdc enh: mutex/rwlock/pread/pwrite adaption for windows 2023-09-20 15:35:38 +08:00
Haojun Liao 2a781c509f fix(stream): add task status check. 2023-09-20 15:32:15 +08:00
Minglei Jin d155cfcf0f tsdb/readerwriter: use tsdb's s3 block cache to read file page 2023-09-20 15:24:54 +08:00
wade zhang 13e8a79294
Merge pull request #22972 from taosdata/feat/TD-25872
Feat/td 25872
2023-09-20 15:17:27 +08:00
chenhaoran 21b67654aa test: add insertFromCsvOfLength65500 case for TS-3957 2023-09-20 15:09:38 +08:00
liuyao 1cebda368a session&state operator buff 2023-09-20 15:06:08 +08:00
chenhaoran 9445fafe47 test: add insertFromCsvOfLength65500 case for TS-3957 2023-09-20 14:54:28 +08:00
Haojun Liao af487c9048 fix(stream): fix obj. 2023-09-20 14:50:43 +08:00
Haojun Liao 361cde6497 fix(stream): fix deadlock caused by streamTaskHalt function. 2023-09-20 14:49:09 +08:00
slzhou 6496bb3d31 Merge branch 'szhou/show-db-table' into szhou/continue-coing 2023-09-20 14:19:40 +08:00
wade zhang c415bbc5f5
Merge pull request #22948 from taosdata/feat/TD-26127-audit-sql
Feat/td 26127 audit sql
2023-09-20 14:06:28 +08:00
dapan1121 32a21d766d
Merge pull request #22971 from taosdata/feat/3.0/TD-25522
optimize count()/last() + partition by tbname/tag
2023-09-20 14:01:07 +08:00
slzhou 0c6338dc15 fix: fix address sanitizer error 2023-09-20 13:25:26 +08:00
Haojun Liao 55d4a9686c log(tsdb): remove some logs. 2023-09-20 13:18:42 +08:00
Haojun Liao 5e3a268b6d enh(stream): add info in log. 2023-09-20 13:15:50 +08:00
slzhou 1f1657a160 fix: fix address sanitizer error 2023-09-20 11:50:32 +08:00
Alex Duan 5251675b44 fix: windows gettimeofday 2023-09-20 11:24:27 +08:00
dm chen 4497a01168
Merge branch 'main' into feat/TD-26127-audit-sql 2023-09-20 11:13:34 +08:00
slzhou 1c27c2123f enhance: select `tbname` from (select tbname from d.st) 2023-09-20 11:06:59 +08:00
wangmm0220 7162fe78d6 fix:consumer more 10 rows, because wal dumplicated 2023-09-20 10:58:00 +08:00
Haojun Liao 392aaeb592 log(stream): remove logs. 2023-09-20 10:49:18 +08:00
Haojun Liao b4419bda65 enh(stream): add node stage check. 2023-09-20 10:35:01 +08:00
Haojun Liao 779c0c5f19
Merge pull request #22970 from taosdata/fix/liaohj
fix(stream): keep the status entry in hash table, instead entry index.
2023-09-20 10:33:05 +08:00
sunpeng 7ad9d39227 build: update taospy and taos-ws-py version 2023-09-20 09:36:04 +08:00
sunpeng 84cf3fe8b0 build: update taospy and taos-ws-py version 2023-09-20 09:30:36 +08:00
Alex Duan 09d91cc116 fix: windows build error 2023-09-20 09:26:59 +08:00
dmchen 2228bcb5ee ci break 2023-09-20 09:14:32 +08:00
Alex Duan b29929a7e0
Merge pull request #22919 from taosdata/case/TS-3897-MAIN
test: sql.py remove successful print and add diff case
2023-09-20 09:11:42 +08:00
slzhou ef1e91a6be Merge branch '3.0' of github.com:taosdata/TDengine into szhou/continue-coing 2023-09-20 08:44:15 +08:00
slzhou 951786669d fix: modify show_kind enum value from none to all 2023-09-20 08:39:57 +08:00
slzhou d667c49cc4 fix: add test case 2023-09-20 08:35:11 +08:00
wade zhang 6e46224966
Update 20-keywords.md 2023-09-20 08:01:58 +08:00
wade zhang 2d5a4efc2e
Update 20-keywords.md 2023-09-20 08:01:27 +08:00
Alex Duan 30c24eb8c6 fix: sometime meta-ver file lost 2023-09-19 18:53:12 +08:00
wangmm0220 75f98762bf fix:rollback 2023-09-19 18:43:29 +08:00
wangmm0220 2881a2504c fix:conflicts from 3.0 2023-09-19 18:39:40 +08:00
Haojun Liao 7f406be8bb
Merge pull request #22878 from taosdata/mark/tmq-3.0
opti:ask ep logic in tmq
2023-09-19 18:29:39 +08:00
Alex Duan 2fdc06e62d fix: windows build error 2023-09-19 18:08:53 +08:00
dmchen 7f67f41162 ci break 2023-09-19 18:03:22 +08:00
dmchen 1a7bffb079 ci break 2023-09-19 18:01:38 +08:00
Haojun Liao b99232fd7a fix(stream): limit the max scan times. 2023-09-19 17:45:28 +08:00
Haojun Liao 271e492188 refactor: update the log level. 2023-09-19 17:40:26 +08:00
dapan1121 dfdcbdedc3
Merge pull request #22969 from taosdata/fix/m/TS-4013
fix: query tbname from systables memory corruption
2023-09-19 17:33:23 +08:00
wangmm0220 766652a88a fix:vnode tranform support in tmq 2023-09-19 17:27:19 +08:00
xsren 3026c80073 add fill test case 2023-09-19 16:52:03 +08:00
Haojun Liao 1decaaee1e fix(stream): set correct size for results generated by scan history stream tasks. 2023-09-19 16:49:04 +08:00