Haojun Liao
|
be5b72b25d
|
enh(query): add cache for table meta entry in table scan.
|
2022-11-07 10:17:42 +08:00 |
Haojun Liao
|
e3d0bc6bf7
|
other: merge 3.0.
|
2022-11-06 11:37:21 +08:00 |
Haojun Liao
|
d200fe5145
|
refactor: do some internal refactor.
|
2022-11-06 01:34:04 +08:00 |
Shengliang Guan
|
adb335467c
|
fix: coverity issues
|
2022-11-05 19:59:18 +08:00 |
dapan1121
|
7081ebe9e6
|
Merge pull request #17877 from taosdata/enh/TD-19920
enh: add show rewrite mask in query msg
|
2022-11-05 15:35:51 +08:00 |
Shengliang Guan
|
1c892e3e3d
|
Merge pull request #17894 from taosdata/fix/TD-20161
enh: adjust tqueue and tworker log
|
2022-11-04 19:11:13 +08:00 |
Haojun Liao
|
03f4918b3b
|
refactor: do some internal refactor.
|
2022-11-04 18:46:48 +08:00 |
Shengliang Guan
|
8ce2e12423
|
Merge pull request #17886 from taosdata/feature/3_liaohj
fix(query): set the last key of each tablescan info
|
2022-11-04 18:46:17 +08:00 |
Shengliang Guan
|
2e6f75107d
|
enh: adjust the number of vnode threads so that one vnode has one write thread
|
2022-11-04 17:38:35 +08:00 |
Shengliang Guan
|
4fc0e3bd55
|
enh: adjust the number of vnode threads so that one vnode has one write thread
|
2022-11-04 17:21:00 +08:00 |
Shengliang Guan
|
fc41f43c9d
|
fix: deadlock while drop db
|
2022-11-04 16:15:37 +08:00 |
Shengliang Guan
|
8886785be1
|
Merge pull request #17853 from taosdata/fix/liao_cov
refactor(query): do some internal refactor.
|
2022-11-04 15:58:11 +08:00 |
Shengliang Guan
|
a0983cf8c1
|
enh: adjust tqueue and tworker log
|
2022-11-04 10:58:23 +08:00 |
dapan1121
|
65636154ea
|
fix: fix msg head issue
|
2022-11-04 10:47:49 +08:00 |
dapan1121
|
9ce099a2cf
|
Merge remote-tracking branch 'origin/3.0' into enh/TD-19920
|
2022-11-04 08:51:43 +08:00 |
Haojun Liao
|
0315414623
|
other: merge 3.0
|
2022-11-03 19:03:09 +08:00 |
Haojun Liao
|
4959529127
|
fix(query): set the last key of each tablescan info
|
2022-11-03 19:00:13 +08:00 |
Shengliang Guan
|
0a45e80613
|
Merge pull request #17875 from taosdata/fix/TD-20125-2
fix: reset last load info when close dataf reader for stt last files
|
2022-11-03 17:05:17 +08:00 |
dapan1121
|
ae5f6ef175
|
enh: add show rewrite mask in query msg
|
2022-11-03 16:28:48 +08:00 |
Shengliang Guan
|
33d64b67ff
|
Merge pull request #17865 from taosdata/feature/stream
refactor(stream): stream deploy and state transfer
|
2022-11-03 15:24:39 +08:00 |
Shengliang Guan
|
c392abb0ad
|
Merge pull request #17869 from taosdata/feature/3.0_mhli
refactor(sync): add syncIsReadyForRead
|
2022-11-03 15:23:34 +08:00 |
Minglei Jin
|
93190003a3
|
fix: reset last load info when close dataf reader for stt last files
|
2022-11-03 15:19:21 +08:00 |
Liu Jicong
|
31f574359d
|
fix:log empty msg
|
2022-11-03 14:29:51 +08:00 |
Minghao Li
|
a4b54c4f0e
|
refactor(sync): add syncIsReadyForRead
|
2022-11-03 13:57:57 +08:00 |
Shengliang Guan
|
6cef3fa4fa
|
Merge pull request #17856 from taosdata/feature/3.0_mhli
enh(sync): add sync pre stop, local-cmd:follower-commit
|
2022-11-03 13:40:35 +08:00 |
Liu Jicong
|
15ad147c40
|
Merge branch '3.0' into feature/stream
|
2022-11-03 13:37:59 +08:00 |
Liu Jicong
|
2fbc8e6306
|
refactor(stream): stream deploy and state transfer
|
2022-11-03 13:22:23 +08:00 |
Shengliang Guan
|
df53e7591d
|
Merge pull request #17857 from taosdata/fix/TD-20095
refact: add sequence for status msg
|
2022-11-03 12:23:27 +08:00 |
Shengliang Guan
|
e61829856a
|
Merge pull request #17852 from taosdata/fix/TD-20125
fix: set fs and last dataf reader to null when resetting
|
2022-11-03 11:31:34 +08:00 |
Shengliang Guan
|
843e17744e
|
refact: add sequence for status msg
|
2022-11-03 10:57:20 +08:00 |
Haojun Liao
|
7a14bc05ea
|
fix(query): fix some issues about the initialization of SColumnInfoData.
|
2022-11-03 10:57:05 +08:00 |
Shengliang Guan
|
0b69a23220
|
Merge remote-tracking branch 'origin/3.0' into fix/TD-20095
|
2022-11-03 10:42:57 +08:00 |
Shengliang Guan
|
108b9ffed6
|
refact: add sequence for status msg
|
2022-11-03 10:42:33 +08:00 |
dapan1121
|
2bf5b0405d
|
Merge pull request #17851 from taosdata/enh/TD-19956
enh: optimize submit response message
|
2022-11-03 10:19:39 +08:00 |
Haojun Liao
|
9f5a0f01ea
|
Merge branch '3.0' into fix/liao_cov
|
2022-11-03 10:02:23 +08:00 |
Haojun Liao
|
11c4878ca1
|
refactor(query): do some internal refactor.
|
2022-11-03 10:01:11 +08:00 |
Minghao Li
|
1a4b7622e4
|
enh(sync): add sync pre stop
|
2022-11-03 09:39:20 +08:00 |
Shengliang Guan
|
9de4bfb230
|
Merge pull request #17834 from taosdata/fix/liao_cov
fix(query): update the lastkey for each table during table scanning.
|
2022-11-03 09:29:55 +08:00 |
Shengliang Guan
|
3a4101f724
|
Merge pull request #17849 from taosdata/fix/TD-20095
fix: status access time error
|
2022-11-03 09:29:22 +08:00 |
Minglei Jin
|
0bbe049e58
|
fix: set fs and last dataf reader to null when resetting
|
2022-11-03 09:14:51 +08:00 |
Haojun Liao
|
fc20be8699
|
fix(query): get if the correct rows in last block exists, and set the correct flag to denote if the last blocks index have been loaded or not.
|
2022-11-02 22:27:23 +08:00 |
Shengliang Guan
|
0d60817268
|
Merge pull request #17837 from taosdata/feature/3.0_mhli
refactor(sync): add pre snapshot
|
2022-11-02 21:11:22 +08:00 |
Shengliang Guan
|
b98e3f343d
|
fix: status access time error
|
2022-11-02 18:57:38 +08:00 |
Shengliang Guan
|
1bae78464c
|
Merge pull request #17842 from taosdata/fix/TD-20128
fix: failed to read sdb while udf larger then 10M
|
2022-11-02 18:37:59 +08:00 |
dapan1121
|
83fc35c8ee
|
Merge pull request #17841 from taosdata/fix/TS-1965-new
fix: fix reverse table scan when checking if block from file overlap with skyline deletion result error
|
2022-11-02 17:56:09 +08:00 |
Shengliang Guan
|
5625ea9f2a
|
fix: failed to read sdb while udf larger then 10M
|
2022-11-02 17:09:53 +08:00 |
Shengliang Guan
|
f2e1bd55d3
|
fix: failed to read sdb while udf larger then 10M
|
2022-11-02 17:08:15 +08:00 |
Ganlin Zhao
|
215257f7f1
|
fix: fix reverse table scan when checking if block from file overlap
with skyline deletion result error
|
2022-11-02 16:58:36 +08:00 |
Minghao Li
|
70aff8451f
|
refactor(sync): add pre snapshot
|
2022-11-02 15:38:30 +08:00 |
Shengliang Guan
|
b5f0041af1
|
refact: adjust error code in vnode
|
2022-11-02 15:28:32 +08:00 |