Commit Graph

34126 Commits

Author SHA1 Message Date
Li Minghao 3a23fb71ec
Merge pull request #14364 from taosdata/feature/3.0_mhli
refactor(sync): add SYNC_TERM_INVALID
2022-06-29 20:28:10 +08:00
Haojun Liao f610e2c213 Merge remote-tracking branch 'origin/feat/tsdb_refact' into feat/tsdb_refact 2022-06-29 20:25:17 +08:00
Haojun Liao c5951374d4 refactor: do internal refactor. 2022-06-29 20:25:03 +08:00
wangmm0220 90dcf118ea Merge branch 'feature/TD-14761' of github.com:taosdata/TDengine into feature/TD-14761 2022-06-29 20:21:33 +08:00
wangmm0220 06552626e0 fix:disable some json test cases 2022-06-29 20:15:49 +08:00
Ganlin Zhao 5e31c9e8fe refactor(query): function adoption to us/ns db precision
TD-16436
2022-06-29 20:07:33 +08:00
Minglei Jin 703e876b4c tsdbCache: remove deprecated last row API 2022-06-29 20:03:27 +08:00
Ganlin Zhao 26e6d7ccf7
Merge pull request #14358 from taosdata/refactor/db_precision
refactor(query): function adoption to us/ns db precision
2022-06-29 19:49:04 +08:00
Ganlin Zhao 9e75569870 refactor(query): function adoption to us/ns db precision
TD-16436
2022-06-29 19:48:37 +08:00
Shuduo Sang 4e8a925da4
fix: install script for3.0 (#14363)
* fix: remove sudo from directory maniplation

for 3.0

* fix: remove more sudo from directory maniplation
2022-06-29 19:21:39 +08:00
Minghao Li c3b2b98454 refactor(sync): delete some asserts 2022-06-29 19:18:15 +08:00
wangmm0220 3725adc861 fix:merge from 3.0 2022-06-29 18:45:34 +08:00
Yihao Deng abff652735
Merge pull request #14304 from taosdata/enh/stopquery
enh: stop query enhancement
2022-06-29 18:42:59 +08:00
Hongze Cheng 64460a95b0 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 10:37:39 +00:00
Hongze Cheng aefc151c03 fix some code 2022-06-29 10:37:35 +00:00
Xiaoyu Wang c1fb03379c
Merge pull request #14362 from taosdata/feat/tsdb_refact_wxy
feat: sql command 'flush database'
2022-06-29 18:33:45 +08:00
Xiaoyu Wang 80d5c96bab feat: sql command 'flush database' 2022-06-29 18:33:02 +08:00
Xiaoyu Wang 3e80533bbe Merge remote-tracking branch 'origin/feat/tsdb_refact' into feat/tsdb_refact_wxy 2022-06-29 18:21:12 +08:00
Xiaoyu Wang 11a8f7f04d feat: sql command 'flush database' 2022-06-29 18:20:27 +08:00
wangmm0220 665e1ddde8 fix:add switch for buffer page debug log 2022-06-29 18:11:28 +08:00
Minglei Jin 5e793c2f3f tsdbCacheRead: use new H version api of last_row 2022-06-29 18:10:25 +08:00
Hongze Cheng ac7f5190aa Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 10:05:25 +00:00
Hongze Cheng ed69d8ee9f more work 2022-06-29 10:05:21 +00:00
wangmm0220 95f5d7695d fix:core dump in top/bottom with group by tag if tag is big size and flush/get from disk with page buffer & fix _group_by key function heap overflow 2022-06-29 18:05:09 +08:00
dapan1121 53efe75146 feat: query redirect 2022-06-29 17:56:35 +08:00
Ganlin Zhao 290d5b3f14 refactor(query): function adoption to us/ns db precision
TD-16436
2022-06-29 17:50:33 +08:00
Minglei Jin ffbe35d67d Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 17:42:19 +08:00
Minglei Jin 8cd3bffb36 tsdbCache/delete: refine tsdbCacheDelete API 2022-06-29 17:41:06 +08:00
Hongze Cheng 2a6be2bc8a do commit 2022-06-29 09:40:33 +00:00
Hongze Cheng 1607415469 add a msg type 2022-06-29 09:37:59 +00:00
Hongze Cheng ddb6745bd9 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 09:34:08 +00:00
Hongze Cheng 843ef87574 fix file corrput 2022-06-29 09:34:04 +00:00
Minglei Jin 8f223eec91 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 17:30:28 +08:00
Minglei Jin 847016aa21 tsdbCache: new H version api for last/last_row getting 2022-06-29 17:29:49 +08:00
Yihao Deng 2001be5996
Merge branch '3.0' into enh/stopquery 2022-06-29 17:24:52 +08:00
dapan1121 8dfe07e1b0 Merge branch 'feature/queryredirect' of github.com:taosdata/TDengine into feature/queryredirect 2022-06-29 17:15:43 +08:00
liuyao 7069332321
Merge pull request #14349 from taosdata/feature/TD-16874
feat(stream): ignore close window
2022-06-29 17:15:31 +08:00
dapan1121 914e06e8cb feat: query redirect 2022-06-29 17:15:08 +08:00
Haojun Liao 3a566d5e5e refactor(query): do some internal refactor. 2022-06-29 17:14:00 +08:00
Yihao Deng ddb68a8e6e
Merge pull request #14337 from taosdata/feat/extraceEpset
feat: extract  epset from msg cont
2022-06-29 17:12:45 +08:00
yihaoDeng 9c0e5cd56b Merge branch 'feature/queryredirect' of https://github.com/taosdata/TDengine into redir 2022-06-29 17:12:14 +08:00
yihaoDeng 86e379f081 feat: add retry 2022-06-29 17:11:30 +08:00
tangfangzhi 170b7cb837 fix: clean windows environment before test 2022-06-29 17:10:09 +08:00
Minghao Li 108530c1b6 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-06-29 17:08:22 +08:00
WANG MINGMING 1642cf0e50
Merge pull request #14345 from taosdata/feature/TD-16524
fix:disable ttl temporary
2022-06-29 17:01:11 +08:00
dapan1121 4c82ce1810 fix: fix request freed issue 2022-06-29 17:00:48 +08:00
Minglei Jin 7678b6bb7d Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 16:55:04 +08:00
Hongze Cheng 8e1de153dd fix bug 2022-06-29 08:54:32 +00:00
Minglei Jin 8218febeae Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-06-29 16:54:05 +08:00
Minglei Jin 90788972e5 tsdbCache: new release interface 2022-06-29 16:53:30 +08:00