Commit Graph

42429 Commits

Author SHA1 Message Date
Haojun Liao 1795163999 refactor: remove redundant codes. 2022-10-19 18:06:09 +08:00
Haojun Liao 5dcfaf3bd6 refactor: remove redundant codes. 2022-10-19 18:00:15 +08:00
Shengliang Guan 79f16a6d54 refact: remove multi process codes 2022-10-19 17:53:01 +08:00
Shengliang Guan 09a77b3b97
Merge pull request #17474 from taosdata/fix/TD-19250-4
fix: coverity issues
2022-10-19 17:51:39 +08:00
Haojun Liao b20e2ed5af fix(query): set correct last value. 2022-10-19 17:43:23 +08:00
dapan1121 19dbc868ac
Merge pull request #17478 from taosdata/feat/fetchFromCache
feat: add retrieve table meta and vgroup info from cache API
2022-10-19 17:16:37 +08:00
Cary Xu 89c0f7611b Merge branch '3.0' into fix/TD-19223-D 2022-10-19 17:06:25 +08:00
Linhe Huo a9b11ffc7b
docs: add example code and syntax instruction for python subscription (#17479)
Ref: [TD-19654](https://jira.taosdata.com:18080/browse/TD-19654)
2022-10-19 17:05:23 +08:00
Minglei Jin 1fc3e07abd fix: use PRId64 instead of ld to format string 2022-10-19 16:34:25 +08:00
Benguang Zhao 2aa7afe7fa Merge branch '3.0' into FIX/TD-19593-3.0 2022-10-19 16:31:13 +08:00
Minglei Jin 1e4601d8f6 fix: coverity issues 2022-10-19 16:30:50 +08:00
Liu Jicong 272236e3fe
Merge pull request #17477 from taosdata/feature/stream
docs(tmq)
2022-10-19 16:26:11 +08:00
dapan1121 8988de1903 feat: add retrieve table meta and vgroup info from cache 2022-10-19 16:23:23 +08:00
Liu Jicong e942b300b5 docs(tmq) 2022-10-19 16:20:30 +08:00
Liu Jicong 194692595d
Merge pull request #17476 from taosdata/feature/stream
docs(tmq)
2022-10-19 16:17:48 +08:00
Benguang Zhao 0930f1b742 fix: disable the -Wformat-y2k compiler option to keep tsim testcases from affected 2022-10-19 16:13:14 +08:00
Liu Jicong deb875f9e2 docs(tmq) 2022-10-19 16:12:47 +08:00
Minglei Jin 138fc0e065 Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj 2022-10-19 16:08:23 +08:00
Minglei Jin 6dea891571 fix: release data file reader 2022-10-19 16:07:53 +08:00
Xiaoyu Wang 7161ca89cc
Merge pull request #17475 from taosdata/feature/3_liaohj_wxy
fix: cache inapplicability
2022-10-19 15:59:29 +08:00
Xiaoyu Wang 35e829dc28 fix: cache inapplicability 2022-10-19 15:58:51 +08:00
Haojun Liao 325712fdf9 fix(query): add some init functions. 2022-10-19 15:54:43 +08:00
Liu Jicong 213a12c0c5
Merge pull request #17473 from taosdata/feature/stream
fix(query): project pass partition name
2022-10-19 15:53:13 +08:00
Hongze Cheng 331e62e72a
Merge pull request #17470 from taosdata/fix/hzcheng_coverity_scan
fix: coverity scan problem
2022-10-19 15:50:36 +08:00
Shengliang Guan 881db69feb
Merge pull request #17453 from taosdata/feature/sync2-merge
refactor(sync): add sync ctrl queue in vnode
2022-10-19 15:50:09 +08:00
Haojun Liao 116d1451e4 fix(query): do some internal refactor. 2022-10-19 15:43:58 +08:00
Shengliang Guan c00069ed36
Merge pull request #17472 from taosdata/fix/3.0_bugfix_wxy
fix: handle coverity scan
2022-10-19 15:43:07 +08:00
slzhou 90bdfd8f01 enhance: add log of initialize resident func 2022-10-19 15:20:12 +08:00
slzhou 54803a56a6 enhance: add log of initialize resident func 2022-10-19 15:16:18 +08:00
Liu Jicong b51ef11dde fix(query): project pass partition name 2022-10-19 15:05:07 +08:00
Minglei Jin 640338893d tsdb/cache: handle OOM exceptions 2022-10-19 15:01:49 +08:00
Xiaoyu Wang 079a03f3b2 fix: handle coverity scan 2022-10-19 14:51:43 +08:00
Minglei Jin ceec953498 fix: copy binary type column data out 2022-10-19 14:50:36 +08:00
Xiaoyu Wang 8cd36d9045 merge 3.0 2022-10-19 14:01:57 +08:00
Minglei Jin 60d889a0fc Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj 2022-10-19 13:59:42 +08:00
Minglei Jin a1c18bba33 fix: cache load calculation 2022-10-19 13:58:59 +08:00
Xiaoyu Wang 601f0f3edf fix: handle coverity scan 2022-10-19 13:56:39 +08:00
Shengliang Guan f6a841999e
Merge pull request #17469 from taosdata/3.0
release: build 3.0.1.5
2022-10-19 13:47:50 +08:00
Hongze Cheng cc455b9903 fix: coverity scan problem 2022-10-19 13:40:16 +08:00
Haojun Liao 74305814f0 fix(query): fix coverity issues. 2022-10-19 13:38:01 +08:00
Shengliang Guan 0e30d177fa Merge remote-tracking branch 'origin/3.0' into enh/TD-19623 2022-10-19 13:33:00 +08:00
Shengliang Guan c58daa705b
Merge pull request #17468 from taosdata/enh/TD-19611
enh: close vnode with multiple threads
2022-10-19 13:27:49 +08:00
Shengliang Guan d7728045f2
Merge pull request #17466 from taosdata/fix/TD-19600
test: restore case
2022-10-19 13:24:30 +08:00
Hongze Cheng eb7de2e571
Merge pull request #17443 from taosdata/fix/commit_txn
fix: commit txn
2022-10-19 13:15:15 +08:00
Shengliang Guan 87586431f9
Merge pull request #17465 from taosdata/feature/stream
fix(stream): stream state and session support partition tbname
2022-10-19 12:48:03 +08:00
Shuduo Sang de875b43c4
fix: taosbenchmark double free (#17464)
* feat: taosbenchmark support partial col 9284147

* fix: taosbenchmark fix double free cc973e0
2022-10-19 12:33:51 +08:00
Shengliang Guan 0ad70729aa
Merge pull request #17460 from taosdata/feature/stream_ly
feat(stream): stream task and meta
2022-10-19 12:14:53 +08:00
Shengliang Guan 35a071b9c3 enh: close vnode with multiple threads 2022-10-19 12:13:13 +08:00
Shengliang Guan 0365012b28 test: restore case 2022-10-19 12:00:49 +08:00
Hongze Cheng 20b3e2168b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn 2022-10-19 11:56:15 +08:00