Commit Graph

9386 Commits

Author SHA1 Message Date
Hongze Cheng 2f87d80d1c Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-10 09:49:13 +00:00
Hongze Cheng 2ff00f23a5 more work 2022-06-10 09:49:01 +00:00
WANG MINGMING b352f0d1e4
Merge pull request #13658 from taosdata/feature/TD-14761
fix:error in schemaless
2022-06-10 17:45:36 +08:00
Ganlin Zhao 220b9eb558
Merge pull request #13671 from taosdata/fix/timezone_minorfix
fix(query): timezone check minor fix
2022-06-10 17:44:37 +08:00
Shengliang Guan f590a362f8
Merge pull request #13687 from taosdata/fix/dnode
feat: redistribute vgroup to dnodes
2022-06-10 17:14:05 +08:00
Liu Jicong defced8d96
Merge pull request #13684 from taosdata/feature/stream
refactor(tmq): timeout -1 means always waiting
2022-06-10 16:48:54 +08:00
Shengliang Guan 56ce7b1baa enh: adjust show transcations output 2022-06-10 16:45:31 +08:00
Shengliang Guan b90f1f246c refactor: adjust mnode trace log 2022-06-10 16:31:33 +08:00
liuyao b5f6272bc8
Merge pull request #13682 from taosdata/feature/TD-16285
feat(stream): distribute stream interval
2022-06-10 16:23:06 +08:00
wangmm0220 f364ad7bed fix:error in windows 2022-06-10 16:13:41 +08:00
Liu Jicong 1cc2cd0747 merge from 3.0 2022-06-10 16:12:56 +08:00
Liu Jicong 3fb0c24af3 refactor(tmq): timeout -1 means always waiting 2022-06-10 16:10:57 +08:00
Haojun Liao dba09f9cd8
Merge pull request #13679 from taosdata/feature/3_liaohj
fix(query): add value check.
2022-06-10 15:59:05 +08:00
54liuyao c790ac64d6 feat(stream): distribute stream interval 2022-06-10 15:54:20 +08:00
Liu Jicong 2be81daf2e
Merge pull request #13681 from taosdata/feature/stream
refactor(tsdb): tsdb reader open
2022-06-10 15:53:03 +08:00
Shengliang Guan f30d9a034e feat: redistribute vgroup to dnodes 2022-06-10 15:39:11 +08:00
Liu Jicong 6fcee0e244 refactor(tsdb): tsdb reader open 2022-06-10 15:20:57 +08:00
Xiaoyu Wang a4cd6bfb9b
Merge pull request #13678 from taosdata/feature/3.0_debug_wxy
fix: a problem of interval distributed split
2022-06-10 15:01:53 +08:00
Haojun Liao 5f0f6f7c63 refactor: add log. 2022-06-10 14:50:51 +08:00
Haojun Liao 2da08076ce fix(query): add value check. 2022-06-10 14:49:49 +08:00
Hongze Cheng 17efc22b03 refact: 1 2022-06-10 06:48:21 +00:00
Hongze Cheng 9c1b1b4507 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-10 06:33:27 +00:00
Xiaoyu Wang bc32629c15 merge 3.0 2022-06-10 14:32:54 +08:00
Xiaoyu Wang 46bac2f579 fix: a problem of interval distributed split 2022-06-10 14:28:58 +08:00
yihaoDeng 4edcb08aa6 Merge branch 'NN' into fixTr 2022-06-10 14:17:21 +08:00
wangmm0220 a4fba1c70b feat:add async logic for schemaless 2022-06-10 13:54:44 +08:00
Haojun Liao c55c349952
Merge pull request #13669 from taosdata/feature/3_liaohj
enh(query): add new api in taos.h
2022-06-10 12:58:52 +08:00
Liu Jicong 73b8f02ac7 fix(stream): set child id 2022-06-10 12:00:38 +08:00
Hongze Cheng a4638486d9 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-10 03:47:38 +00:00
Haojun Liao 24cca6cbcd Merge branch '3.0' into feature/3_liaohj 2022-06-10 11:28:10 +08:00
yihaoDeng 2d9e2f01ba fix: avoid invalid read/write 2022-06-10 11:20:11 +08:00
Haojun Liao 7917bfc296 fix(query): set the correct tag filter condition. 2022-06-10 10:49:21 +08:00
Haojun Liao e99d088f35 refactor: do some internal refactor. 2022-06-10 10:37:52 +08:00
Haojun Liao 85d4ee6031 refactor: do some internal refactor. 2022-06-10 10:29:53 +08:00
Liu Jicong 092a13786f
Merge branch '3.0' into feature/stream 2022-06-10 10:27:45 +08:00
Liu Jicong 0e1328ae7f fix(stream): set child id 2022-06-10 10:24:56 +08:00
Ganlin Zhao e46783954d fix(query): timezone check minor fix 2022-06-10 10:18:31 +08:00
Ganlin Zhao 50beba99b2
Merge pull request #13660 from taosdata/enh/elapsed_split
enh(query): enable elapsed function distributed splitting
2022-06-10 10:16:37 +08:00
Haojun Liao c55aae2c0c enh(query): block distribution query is supported. 2022-06-10 09:51:57 +08:00
Haojun Liao 5bb16c3073 enh(query): add new api in taos.h 2022-06-10 09:48:56 +08:00
Hongze Cheng da1d012824 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-10 01:44:30 +00:00
Yihao Deng a4ad2b3f9a
Merge pull request #13656 from taosdata/enh/refactorIdx
refactor: index module
2022-06-10 09:36:27 +08:00
Shengliang Guan f974d625b6
Merge pull request #13662 from taosdata/fix/dnode
feat: split vgroup
2022-06-10 09:13:23 +08:00
Shengliang Guan 9c97e08694 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-06-10 09:12:59 +08:00
Liu Jicong a2145321b5
Merge pull request #13663 from taosdata/feature/stream
feat(wal): support restore from snapshot
2022-06-10 00:04:13 +08:00
Liu Jicong 7ab3a1e42c feat(wal): support restore from snapshot 2022-06-09 23:08:06 +08:00
wangmm0220 1d14725880 feat:add async logic for schemaless 2022-06-09 21:38:57 +08:00
Shengliang Guan 35dbb2c9e1 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-06-09 20:55:31 +08:00
Shengliang Guan 74ced4e0c0 feat: split vgroup 2022-06-09 20:55:26 +08:00
Shengliang Guan e85e323863 feat: split vgroup 2022-06-09 20:46:15 +08:00