Benguang Zhao
616eb5f903
Merge branch '3.0' into FIX/TD-19239-3.0
2022-10-16 00:29:01 +08:00
Benguang Zhao
7fb827debd
fix: refactor walScanLogGetLastVer, walCheckAndRepairMeta, and walCheckAndRepairIdx.
...
* search for the last entry in the contiguous range of valid WAL from the last pos fsynced as firstTrial
* find the last entry before the last pos fsynced backwards as second trial
* reserve sufficient space for computing CRC32 checksum, esp. of WAL record body
* rebuild meta info to resolve potential misalignment between lists of meta and actual log files
* retract commitIndex and appliedIndex to lastLogIndex if needed
* put an upper size limit on possibly corrupted WAL range to be recovered
2022-10-15 23:56:31 +08:00
dapan1121
d5cfbebd82
fix: fix kill query crash issue
2022-10-14 13:26:10 +08:00
Xiaoyu Wang
18fa48ae57
feat: support batch loading of csv files
2022-10-11 15:54:01 +08:00
Haojun Liao
ac58d5397b
Merge pull request #17149 from taosdata/feature/3_liaohj
...
refactor(query): do some internal refactor.
2022-09-29 17:21:27 +08:00
Haojun Liao
6abc13e843
refactor(query): do some internal refactor.
2022-09-29 14:57:15 +08:00
Haojun Liao
71e3993185
Merge pull request #17114 from taosdata/feature/3_liaohj
...
refactor(query): do some internal refactor.
2022-09-28 17:36:01 +08:00
Haojun Liao
027a0c11bb
refactor(query): do some internal refactor.
2022-09-28 14:18:32 +08:00
Xiaoyu Wang
528a3273c0
fix: memory leak
2022-09-28 14:11:34 +08:00
Haojun Liao
5c1f55f6ca
other:merge 3.0
2022-09-26 11:35:19 +08:00
dapan1121
3fb3aa7bea
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
2022-09-23 13:33:11 +08:00
Xiaoyu Wang
7ecda770c2
fix: request free sequence problem
2022-09-22 14:03:11 +08:00
Xiaoyu Wang
5680c03c17
enh: added memory allocators for parser and planner
2022-09-21 17:07:22 +08:00
Xiaoyu Wang
5116e0a01b
enh: added memory allocators for parser and planner
2022-09-21 17:04:12 +08:00
Xiaoyu Wang
3abfb569ba
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
2022-09-21 14:00:55 +08:00
Xiaoyu Wang
90c300e320
enh: added memory allocators for parser and planner
2022-09-21 13:53:40 +08:00
Xiaoyu Wang
2f475399a6
enh: added memory allocators for parser and planner
2022-09-21 10:57:41 +08:00
Xiaoyu Wang
46b0c2c9c4
enh: added memory allocators for parser and planner
2022-09-20 18:52:45 +08:00
wangmm0220
a1257090e2
fix:error in auto create table for taosX
2022-09-19 14:28:03 +08:00
wangmm0220
e3bc2487b3
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-18740
2022-09-16 19:00:49 +08:00
dapan1121
4048c99282
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
2022-09-15 14:50:35 +08:00
wangmm0220
a3161bf9c1
fix:add logic for auto create table in taosX
2022-09-13 19:16:26 +08:00
dapan1121
4fd0bc409d
fix: fix client/server memory leak issues
2022-09-13 09:09:21 +08:00
dapan1121
1427a8f3b0
enh: support client query policy
2022-09-09 19:03:42 +08:00
dapan1121
8675857207
enh: add client query policy
2022-09-05 13:56:42 +08:00
Liu Jicong
8b3489760c
feat(tmq): support taosx
2022-08-30 11:12:20 +08:00
Xiaoyu Wang
99490c063e
feat: system table visible permission
2022-08-24 17:36:10 +08:00
Shengliang Guan
243a42a0a7
Merge pull request #16362 from taosdata/enh/insertPerf
...
enh: add client performance trace
2022-08-24 11:49:17 +08:00
dapan1121
7c7c452bbc
enh: add perf debug info
2022-08-22 15:58:00 +08:00
dapan1121
aca0d0bf0b
fix: fix memory leak issue
2022-08-22 13:25:45 +08:00
Liu Jicong
c4df4431cd
refactor(tmq): put write logic into taosx.c
2022-08-15 18:50:28 +08:00
Shuduo Sang
e03adb140a
feat: remove temporary interface declarations ( #15940 )
...
* add a few stmt_ interface declartion
* add taos_load_table_info
* add taos_set_config(() interface
* add more interfaces
* warn 'reset query cache' only since lack engine support
* update taos-tools
* feat: remove temporary interface declaration
* fix: remove temporary interfaces
2022-08-10 21:42:30 +08:00
dapan1121
a3d4dce3e5
Merge branch '3.0' into fix/TD-18076
2022-08-08 20:16:13 +08:00
dapan1121
ea4904fb40
fix: fix memory leak issue
2022-08-08 20:15:21 +08:00
Xiaoyu Wang
ef607e5c3f
fix: sql command 'show cluster' error
2022-08-08 15:49:31 +08:00
yihaoDeng
8c050431d1
fix valgrind error
2022-08-03 18:49:59 +08:00
dapan1121
cc3a7375ed
enh: support app level stat
2022-08-01 20:47:08 +08:00
dapan1121
4de8d28f63
fix: fix ucs4 convertion issue
2022-07-29 18:35:23 +08:00
dapan1121
2956422239
Merge pull request #15461 from taosdata/fix/stbmetadelete
...
fix: fix stb meta removed issue
2022-07-27 14:51:13 +08:00
dapan1121
a17925131f
fix: fix stb meta removed issue
2022-07-27 11:12:31 +08:00
dapan1121
b97f9bfcad
fix: fix load_table_info error
2022-07-26 09:48:43 +08:00
yihaoDeng
92ec6ccea0
enh: change redirect to network_unavail
2022-07-16 15:37:48 +08:00
yihaoDeng
9ea66e08af
enh: change redirect to network_unavail
2022-07-16 14:58:55 +08:00
dapan1121
c7aa4a108b
Merge branch '3.0' into enh/schPolicy
2022-07-15 13:24:30 +08:00
Xiaoyu Wang
d894e959ee
fix: client module memory leak problem
2022-07-14 20:16:39 +08:00
dapan1121
ae132e6626
Merge branch '3.0' into enh/schPolicy
2022-07-14 18:44:21 +08:00
dapan1121
a0f7cc6790
enh: add schedule policy
2022-07-14 14:03:27 +08:00
dapan1121
ad051d4e65
fix: fix stop query issue
2022-07-13 20:25:16 +08:00
Yihao Deng
aadd4192dd
Merge pull request #14832 from taosdata/feat/refactorClientQ
...
enh: refactor client queue
2022-07-13 09:25:29 +08:00
yihaoDeng
42d6ab3b00
refactor client queue
2022-07-12 20:00:26 +08:00