Commit Graph

38891 Commits

Author SHA1 Message Date
Hui Li 1a5ae2bfdf
Merge pull request #16207 from taosdata/feature/3.0_query_optimize
fix: get meta null if table does not exists
2022-08-18 16:54:19 +08:00
Hui Li 8681f6399b
Merge pull request #16186 from taosdata/fix/TD-18445
fix(query): fix interp pResBlock->rows > capacity cause assert failure
2022-08-18 16:36:39 +08:00
Hui Li 0383ff3d40
Merge pull request #16206 from taosdata/feature/3.0_mhli
refactor(sync): adjust strategy for dynamic quorum
2022-08-18 16:07:34 +08:00
Hui Li 35af88cbaa
Merge pull request #16195 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma batch process
2022-08-18 16:07:14 +08:00
wangmm0220 03bb9e7f01 fix: get meta null if table does not exists 2022-08-18 15:44:28 +08:00
Hui Li d9e978814a
ci: rust dir
The 2.x and 3.x  have the same file name but different contents.
2022-08-18 15:33:12 +08:00
Hui Li 7688f8ed04
Merge pull request #16204 from taosdata/feature/stream
fix(mnode): memory leak
2022-08-18 15:24:16 +08:00
Ganlin Zhao e33be23e10 Merge branch '3.0' into fix/TD-18445 2022-08-18 15:14:10 +08:00
Minghao Li 8a32c0c189 refactor(sync): adjust strategy for dynamic quorum 2022-08-18 14:55:57 +08:00
Liu Jicong a2757eb4f3 fix(mnode): memory leak 2022-08-18 14:26:11 +08:00
Hui Li 6de1ce0f8c
Merge pull request #16194 from taosdata/feature/stream
refactor(mnode): drop stream task
2022-08-18 13:44:17 +08:00
Ganlin Zhao fb2bb0481e fix(query): fix interp pResBlock->rows > capacity cause assert failure 2022-08-18 13:22:59 +08:00
Hui Li 73c3a1eb64
Merge pull request #15975 from taosdata/feature/3.0_query_optimize
opti:logic for get table list
2022-08-18 10:37:27 +08:00
Cary Xu 7e73f36173 other: code format revert 2022-08-18 10:08:22 +08:00
Cary Xu 64747cb029 other: code optimization 2022-08-18 10:02:27 +08:00
Cary Xu 358fa20b05 other: code optimization 2022-08-18 10:00:59 +08:00
Cary Xu c5d3440b84 other: code optimization 2022-08-18 09:58:24 +08:00
Liu Jicong b6660ca5b2 Merge branch '3.0' into feature/stream 2022-08-18 09:58:23 +08:00
Cary Xu 5f54f90416 fix: empty struct 2022-08-18 09:30:24 +08:00
Liu Jicong 963287798d refactor(mnode): drop stream task 2022-08-17 23:18:39 +08:00
huolibo b604131eee
docs: grafana plugin document (#16181)
* docs: grafana for TDengine 3.0

* docs: add colon

* docs: remove taosKeeper
2022-08-17 22:30:02 +08:00
Shengliang Guan 06b7f5397a
Merge pull request #16154 from taosdata/fix/TD-18437
fix: return error if stable's name duplicate with child table
2022-08-17 22:18:04 +08:00
Cary Xu d65b75514a fix: remove obsoleted codes 2022-08-17 20:38:34 +08:00
Cary Xu ea891dc793 other: code optimization 2022-08-17 20:30:42 +08:00
Cary Xu 69580893a7 other: merge 3.0 2022-08-17 20:20:02 +08:00
Cary Xu 32be8a71ee enh: rsma batch process 2022-08-17 20:14:06 +08:00
Liu Jicong 853e6e2988 refactor(mnode): drop stream task 2022-08-17 19:19:58 +08:00
wangmm0220 c8da11cce6 Merge branch '3.0' into feature/3.0_query_optimize 2022-08-17 19:12:27 +08:00
wangmm0220 e3c11172ec fix:error in get table list by tag filter 2022-08-17 19:01:22 +08:00
Minglei Jin 5e38aab3d7 fix: plus 1 with tdb strlen 2022-08-17 17:51:49 +08:00
Hui Li 2f8f2e0976
Merge pull request #16183 from taosdata/feature/tq
refactor(mnode): check drop and alter stb for stream and topic
2022-08-17 17:40:09 +08:00
ShuaiQChang ebc79f906e fix: docs error 2022-08-17 17:39:40 +08:00
Minglei Jin 701c11417d Merge branch 'v3.0' into fix/TD-18437 2022-08-17 17:35:06 +08:00
Linhe Huo 2cdab1756c
Merge pull request #16190 from taosdata/docs/fix-c-link-in-tmq-doc
chore: fix source code file name typo
2022-08-17 17:28:53 +08:00
Huo Linhe 0bc12a8320 chore: fix source code file name typo 2022-08-17 17:27:45 +08:00
Hui Li ba0b06fda0
Merge pull request #16185 from taosdata/feature/3.0_mhli
refactor(sync): add syncNodeDynamicQuorum
2022-08-17 17:24:57 +08:00
Linhe Huo 7d7997e359
Merge pull request #16189 from taosdata/docs/fix-c-link-in-tmq-doc
chore: add lost source code for tmq example of C
2022-08-17 17:21:43 +08:00
Huo Linhe 6453e24c84 chore: add lost source code for tmq example of C 2022-08-17 17:20:54 +08:00
Linhe Huo b5c802aa2c
Merge pull request #16182 from taosdata/fix/remove-rust-bindings
fix: remove rust-bindings, use official connector instead
2022-08-17 16:46:46 +08:00
Ganlin Zhao 92d42fab11 Merge branch '3.0' into fix/TD-18445 2022-08-17 16:06:22 +08:00
Ganlin Zhao 13f5acd4b9 fix(query): fix interp pResBlock->rows > capacity cause assert failure
TD-18445
2022-08-17 16:04:58 +08:00
wangmm0220 359fa4bc56 fix:error in get table list by tag filter 2022-08-17 15:50:33 +08:00
Minghao Li 2ca5bdc708 refactor(sync): add syncNodeDynamicQuorum 2022-08-17 15:39:38 +08:00
Jeff Tao b694c2e490
Update 03-package.md 2022-08-17 15:38:29 +08:00
Jeff Tao 1c03cc03e2
Update 03-package.md 2022-08-17 15:38:00 +08:00
Hui Li ca56b8ee03
Merge pull request #16179 from taosdata/fix/TD-17499
fix(query): set proper ltrim/rtrim result schema bytes
2022-08-17 15:33:08 +08:00
yihaoDeng a036d64ae0 avoid filter invalid table 2022-08-17 15:29:06 +08:00
Hui Li a05431bb20
Merge pull request #16159 from taosdata/feature/rmRpcCode
rm code
2022-08-17 15:17:59 +08:00
Hui Li 945e290023
Merge pull request #16177 from taosdata/feature/stream
refactor(tmq): use tdb to store check info
2022-08-17 15:14:04 +08:00
Liu Jicong e7377e410c refactor(mnode): check drop and alter stb for stream and topic 2022-08-17 15:10:15 +08:00