Li Minghao
|
746a717e8d
|
Merge pull request #14195 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
|
2022-06-24 13:11:15 +08:00 |
Xiaoyu Wang
|
096c292d78
|
Merge pull request #14179 from taosdata/feature/3.0_debug_wxy
feat: sql command 'show consumers' and 'show subscriptions'
|
2022-06-24 12:51:21 +08:00 |
Minghao Li
|
c3a1b200d7
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
|
2022-06-24 11:46:18 +08:00 |
Liu Jicong
|
ef554e9884
|
Merge pull request #14191 from taosdata/feature/stream
fix(wal): set first version to -1 if all log rollbacked
|
2022-06-24 11:45:24 +08:00 |
Minghao Li
|
b3fa103cb9
|
refactor(sync): add trace log
|
2022-06-24 11:36:26 +08:00 |
wangmm0220
|
4f305c74d1
|
fix: table group error in stream
|
2022-06-24 11:24:31 +08:00 |
yihaoDeng
|
411d30f3db
|
handle except
|
2022-06-24 11:19:16 +08:00 |
Liu Jicong
|
a1cc2571ee
|
fix(wal): set first version to -1 if all log rollbacked
|
2022-06-24 11:13:40 +08:00 |
yihaoDeng
|
87f4f5364f
|
handle except
|
2022-06-24 11:09:34 +08:00 |
Xiaoyu Wang
|
28d66616e1
|
fix: fix invalid write
|
2022-06-24 10:48:49 +08:00 |
yihaoDeng
|
3795ff37ad
|
handle except
|
2022-06-24 10:38:18 +08:00 |
Ganlin Zhao
|
4995ce780e
|
Merge pull request #14181 from taosdata/fix/TD-15216
fix(query): math function invalid input should have null output
|
2022-06-24 10:33:14 +08:00 |
Liu Jicong
|
35e234f1f0
|
Merge pull request #14187 from taosdata/feature/stream
fix(stream): memory leak
|
2022-06-24 09:39:53 +08:00 |
Shengliang Guan
|
4a30efdf7d
|
Merge pull request #14185 from taosdata/fix/mnode
enh: add stbinfo to minotor
|
2022-06-24 09:11:36 +08:00 |
dapan1121
|
b092a9c5c9
|
Merge branch '3.0' into feature/alterlocal
|
2022-06-24 08:22:11 +08:00 |
dapan1121
|
abc69e1e2b
|
feat: add new api
|
2022-06-24 08:20:54 +08:00 |
Li Minghao
|
b70531d1af
|
Merge pull request #14186 from taosdata/feature/3.0_mhli
refactor(sync): refactor wal abstraction
|
2022-06-23 22:25:50 +08:00 |
Liu Jicong
|
f2f5d68f3b
|
fix(stream): memory leak
|
2022-06-23 22:05:00 +08:00 |
yihaoDeng
|
78be460ac3
|
handle except
|
2022-06-23 21:40:12 +08:00 |
yihaoDeng
|
d63eb11b70
|
handle except
|
2022-06-23 21:35:35 +08:00 |
yihaoDeng
|
1d169ce22a
|
handle except
|
2022-06-23 21:16:32 +08:00 |
Minghao Li
|
3d9ffc42e8
|
refactor(sync): refactor wal abstraction
|
2022-06-23 21:16:16 +08:00 |
Shengliang Guan
|
61f733c589
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-06-23 21:10:03 +08:00 |
Shengliang Guan
|
9f0d89d6ff
|
enh: add stbinfo to minotor
|
2022-06-23 21:09:50 +08:00 |
Ganlin Zhao
|
38c61a1a25
|
fix: pow/log function invalid input handling
|
2022-06-23 20:58:43 +08:00 |
yihaoDeng
|
ffd105d0e0
|
handle except
|
2022-06-23 20:51:09 +08:00 |
wangmm0220
|
a95f98f7e7
|
feat:merge from 3.0
|
2022-06-23 20:50:48 +08:00 |
wangmm0220
|
3799db4366
|
feat:sort table group if needed
|
2022-06-23 20:46:11 +08:00 |
shenglian-zhou
|
e7d86e2c24
|
Merge pull request #14162 from taosdata/szhou/feature/sort-group-2
fix: fix empty downstream input for group sort operator
|
2022-06-23 20:44:21 +08:00 |
shenglian-zhou
|
d76d8f87e3
|
Merge pull request #14172 from taosdata/szhou/feature/misc
fix: set correct operator blocking and add closing rpc trace to udfd
|
2022-06-23 20:44:05 +08:00 |
yihaoDeng
|
23d1e55718
|
handle except
|
2022-06-23 20:29:14 +08:00 |
Ganlin Zhao
|
9399f5fd70
|
fix: ceil/floor/round function invalid input handling
|
2022-06-23 20:28:51 +08:00 |
Ganlin Zhao
|
b1b7974e07
|
Merge pull request #14152 from taosdata/fix/TD-16762
fix(query): avg/stddev divide 0 handling
|
2022-06-23 20:23:37 +08:00 |
Shengliang Guan
|
bec17d10a9
|
Merge pull request #14180 from taosdata/fix/mnode
enh: add stbs/tbs/dbs to monitor info
|
2022-06-23 20:21:21 +08:00 |
Ganlin Zhao
|
60d0229d3d
|
fix: abs function handling invalid constant input
TD-15216
|
2022-06-23 20:18:47 +08:00 |
Liu Jicong
|
5cdef06f8c
|
Merge pull request #14119 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
|
2022-06-23 20:08:15 +08:00 |
Yihao Deng
|
62653a7727
|
Merge pull request #14177 from taosdata/feat/rpcQuit
feat: refactor rpc quit
|
2022-06-23 20:07:15 +08:00 |
yihaoDeng
|
0d904d5aa3
|
fix: handle except
|
2022-06-23 20:06:22 +08:00 |
wangmm0220
|
26cceaf172
|
feat:sort table group if needed
|
2022-06-23 19:58:12 +08:00 |
Ganlin Zhao
|
1278282a78
|
fix(query): math function invalid input should have null output
TD-15216
|
2022-06-23 19:53:54 +08:00 |
Ganlin Zhao
|
df1f4cc53f
|
fix compilation error
|
2022-06-23 19:34:10 +08:00 |
Xiaoyu Wang
|
41ae1e30fa
|
feat: sql command 'show consumers' and 'show subscriptions'
|
2022-06-23 19:29:28 +08:00 |
Xiaoyu Wang
|
bcf477d33f
|
feat: sql command 'show consumers' and 'show subscriptions'
|
2022-06-23 19:26:23 +08:00 |
shenglian zhou
|
55a927e2be
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/misc
|
2022-06-23 18:56:15 +08:00 |
Haojun Liao
|
800098a795
|
fix(query): fix syntax error on windows platform.
|
2022-06-23 18:54:07 +08:00 |
yihaoDeng
|
02c6af78b0
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into dvvv
|
2022-06-23 18:45:00 +08:00 |
Shengliang Guan
|
c93d93e2d5
|
enh: add stbs/tbs/dbs to monitor info
|
2022-06-23 18:23:51 +08:00 |
Xiaoyu Wang
|
0b9eb79bf7
|
merge 3.0
|
2022-06-23 18:08:47 +08:00 |
Xiaoyu Wang
|
4fcd667bf6
|
feat: sql command 'show consumers' and 'show subscriptions'
|
2022-06-23 18:03:15 +08:00 |
Ganlin Zhao
|
83bdcf8dcd
|
Merge branch '3.0' into fix/TD-16762
|
2022-06-23 17:57:19 +08:00 |
Ganlin Zhao
|
82c4065f9d
|
Merge branch '3.0' into fix/TD-15211
|
2022-06-23 17:56:41 +08:00 |
shenglian zhou
|
9278de28b4
|
fix: improve udfd exist speed
|
2022-06-23 17:45:16 +08:00 |
Haojun Liao
|
e3c4215ac9
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-23 17:39:58 +08:00 |
yihaoDeng
|
58836d2ddf
|
feat: refactor rpc quit
|
2022-06-23 17:35:55 +08:00 |
Ganlin Zhao
|
7fda5a861e
|
fix(query): fix to_ISO8601 function crash when processing constant
illegal inputs
TD-15211
|
2022-06-23 17:32:15 +08:00 |
liuyao
|
19fab3fe8f
|
Merge pull request #14165 from taosdata/feature/TD-16728
fix(stream): valgrind memory error
|
2022-06-23 17:21:34 +08:00 |
Minghao Li
|
f140a5ad1b
|
refactor(sync): add trace log
|
2022-06-23 16:57:18 +08:00 |
Liu Jicong
|
1d6682c535
|
Merge pull request #14166 from taosdata/feature/stream
feat(tmq): add with meta config
|
2022-06-23 16:54:09 +08:00 |
shenglian zhou
|
c449b7208a
|
fix: set correct operator blocking and add closing rpc trace to udfd
|
2022-06-23 16:52:06 +08:00 |
Ganlin Zhao
|
b556d1fa62
|
fix(query): fix to_ISO8601 function crash when processing constant
illegal inputs
TD-15211
|
2022-06-23 16:37:36 +08:00 |
Haojun Liao
|
7b75a8e441
|
Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
|
2022-06-23 16:35:05 +08:00 |
Haojun Liao
|
e071649619
|
test: update the unit test.
|
2022-06-23 16:34:43 +08:00 |
54liuyao
|
d6ccf5720d
|
fix(stream): valgrind memory error
|
2022-06-23 16:33:52 +08:00 |
Minghao Li
|
4fdc62a27f
|
refactor(sync): delete fake match branch
|
2022-06-23 16:32:06 +08:00 |
Liu Jicong
|
bd64bebb63
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-23 16:00:17 +08:00 |
Liu Jicong
|
71bda7e658
|
feat(tmq): add with meta config
|
2022-06-23 15:56:54 +08:00 |
yihaoDeng
|
d5f5c33c9c
|
refactor code
|
2022-06-23 15:55:47 +08:00 |
shenglian zhou
|
cbacd1fd45
|
fix: fix empty downstream input for group sort operator
|
2022-06-23 15:35:19 +08:00 |
Minghao Li
|
983bf5b865
|
fix(wal): read handle version
|
2022-06-23 15:26:42 +08:00 |
Minghao Li
|
8de46b3eaf
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
|
2022-06-23 15:01:36 +08:00 |
Minghao Li
|
00c0926c44
|
refactor(sync): hold wal handle with log store
|
2022-06-23 14:58:52 +08:00 |
Shengliang Guan
|
750a046e31
|
Merge pull request #14153 from taosdata/enh/delete
enh: modify delete output res
|
2022-06-23 14:52:33 +08:00 |
Minghao Li
|
cdb6b2429a
|
refactor(sync): update election timer range
|
2022-06-23 14:37:29 +08:00 |
wangmm0220
|
c8f223a6ec
|
fix:merge from 3.0
|
2022-06-23 14:26:26 +08:00 |
dapan1121
|
95c1b00056
|
enh: modify delete output res
|
2022-06-23 14:25:30 +08:00 |
Minghao Li
|
e18329ac19
|
refactor(sync): update election timer range
|
2022-06-23 14:22:53 +08:00 |
Liu Jicong
|
2af4a4d250
|
merge from 3.0
|
2022-06-23 14:15:33 +08:00 |
Ganlin Zhao
|
d5a27d50e3
|
fix(query): avg/stddev divide 0 handling
TD-16762
|
2022-06-23 14:14:23 +08:00 |
Ganlin Zhao
|
cfad058333
|
fix(query): avg/stddev divide 0 handling
TD-16762
|
2022-06-23 14:11:30 +08:00 |
Minghao Li
|
ca4d7329ce
|
refactor(sync): modify wal error log
|
2022-06-23 14:07:18 +08:00 |
shenglian zhou
|
edc42a78ab
|
fix: fix compilation error
|
2022-06-23 13:59:31 +08:00 |
Ganlin Zhao
|
044f27bbca
|
fix(query): avg/stddev divide 0 handling
TD-16762
|
2022-06-23 13:58:36 +08:00 |
shenglian zhou
|
f4ec009a00
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/3_liaohj
|
2022-06-23 13:49:10 +08:00 |
shenglian zhou
|
e69a767f1b
|
Merge branch 'feature/3_liaohj' of github.com:taosdata/TDengine into feature/3_liaohj
|
2022-06-23 13:45:03 +08:00 |
shenglian zhou
|
a31569f116
|
fix: set correct datablock rows and columns
|
2022-06-23 13:38:20 +08:00 |
Liu Jicong
|
4ed47a0296
|
feat(tmq): scan tsdb as snapshot
|
2022-06-23 13:35:24 +08:00 |
dapan1121
|
b2ff536050
|
Merge pull request #14118 from taosdata/feature/showdnodevariables
feat: show dnode variables
|
2022-06-23 13:23:06 +08:00 |
Minglei Jin
|
d4558061f0
|
Merge pull request #14142 from taosdata/fix/TD-16768
fix/ofp: use btree's pager instead of page's which may be null
|
2022-06-23 13:17:39 +08:00 |
Li Minghao
|
3b4ccdd498
|
Merge pull request #14145 from taosdata/feature/3.0_mhli
fix(sync): update nextindex, matchindex when backto nolog
|
2022-06-23 13:05:45 +08:00 |
Minghao Li
|
81eae2a9af
|
refactor(sync): modify wal error log
|
2022-06-23 11:59:28 +08:00 |
Minglei Jin
|
6f5de8192e
|
fix/ofp: use btree's pager instead of page's which may be null
|
2022-06-23 11:34:29 +08:00 |
Minghao Li
|
e051bc51db
|
refactor(sync): add trace log
|
2022-06-23 11:23:44 +08:00 |
Minghao Li
|
a701451a27
|
refactor(sync): add trace log
|
2022-06-23 11:09:01 +08:00 |
Haojun Liao
|
4576b0a94d
|
fix(query): fix syntax error.
|
2022-06-23 11:07:14 +08:00 |
Haojun Liao
|
2d31d3cb43
|
other: merge 3.0
|
2022-06-23 10:37:07 +08:00 |
wangmm0220
|
a28bfd0804
|
fix:confilct merge from 3.0
|
2022-06-23 10:21:04 +08:00 |
WANG MINGMING
|
756f9a8218
|
Merge pull request #14139 from taosdata/3.0
fix:merge from 3.0
|
2022-06-23 10:17:13 +08:00 |
WANG MINGMING
|
9012834531
|
Merge branch 'feature/3.0_wxy' into 3.0
|
2022-06-23 10:16:58 +08:00 |
Haojun Liao
|
ce7e7fe23d
|
refactor:remove some debug info.
|
2022-06-23 10:13:35 +08:00 |
wangmm0220
|
bed7702056
|
Merge branch 'feature/3.0_wxy' of github.com:taosdata/TDengine into feature/3.0_wxy
|
2022-06-23 10:11:42 +08:00 |
wangmm0220
|
bdef3c34a1
|
fix:unit test cases
|
2022-06-23 10:11:08 +08:00 |
Minghao Li
|
9786ba2fbe
|
fix(sync): update nextindex, matchindex when backto nolog
|
2022-06-23 10:10:57 +08:00 |
Haojun Liao
|
0457fab077
|
fix(query): adjust the capacity of ssdatablock.
|
2022-06-23 10:03:43 +08:00 |
Haojun Liao
|
673261a1bd
|
fix(query): set correct varchar length.
|
2022-06-23 09:42:29 +08:00 |
slzhou
|
6fe368a375
|
feat: add session and state window on stable
|
2022-06-23 09:01:03 +08:00 |
slzhou
|
849cb8d1b3
|
feat: split session and state window on stable
|
2022-06-23 08:52:47 +08:00 |
shenglian-zhou
|
bacd7b6057
|
Merge pull request #14136 from taosdata/szhou/feature/sort-group-2
feat: add group sort operator
|
2022-06-23 08:15:25 +08:00 |
Haojun Liao
|
a0795fdd10
|
fix(query): set correct varchar length.
|
2022-06-23 00:47:28 +08:00 |
Haojun Liao
|
d3d258caa9
|
fix(query): prepare buffer before copying data.
|
2022-06-22 23:05:34 +08:00 |
shenglian zhou
|
faf5424b18
|
feat: add group sort operator
|
2022-06-22 23:01:55 +08:00 |
shenglian-zhou
|
1047da047a
|
Merge pull request #14135 from taosdata/szhou/feature/sort-group-2
feat: add multiple group tsdb reads to table merge scan
|
2022-06-22 23:01:19 +08:00 |
Liu Jicong
|
ab01fec5e4
|
Merge pull request #14134 from taosdata/feature/stream
feat(stream): stream support multiple type input
|
2022-06-22 22:52:35 +08:00 |
shenglian zhou
|
fd79fcc481
|
feat: add multiple group tsdb reads to table merge scan
|
2022-06-22 22:32:29 +08:00 |
shenglian zhou
|
c99f7cac79
|
feat: add multiple group tsdb reads to table merge scan
|
2022-06-22 22:00:52 +08:00 |
shenglian zhou
|
df130c1bcb
|
feat: add multiple group tsdb reads to table merge scan
|
2022-06-22 21:56:55 +08:00 |
Liu Jicong
|
14a488c92c
|
feat(stream): stream support multiple type input
|
2022-06-22 21:21:39 +08:00 |
Haojun Liao
|
ecc05bf75c
|
fix(query): check pointer before use it.
|
2022-06-22 21:12:08 +08:00 |
shenglian-zhou
|
d88615f9ad
|
Merge pull request #14132 from taosdata/szhou/feature/sort-group-2
feat: add multiple group tsdb reads to table merge scan
|
2022-06-22 21:00:59 +08:00 |
Haojun Liao
|
ed8002f903
|
fix(query): fix syntax error.
|
2022-06-22 20:34:24 +08:00 |
Haojun Liao
|
bf0caa2038
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-22 20:32:02 +08:00 |
shenglian zhou
|
8a8d3f160b
|
feat: add multiple group tsdb reads to table merge scan
|
2022-06-22 20:26:44 +08:00 |
Haojun Liao
|
324eecdd99
|
fix(query): prepare the buffer before assigning result.
|
2022-06-22 20:24:26 +08:00 |
Minghao Li
|
2f2715aca4
|
fix(sync): save saveErr
|
2022-06-22 20:23:49 +08:00 |
Liu Jicong
|
e078c739e4
|
Merge pull request #14128 from taosdata/feature/wal
feat(wal): provide is empty api
|
2022-06-22 20:12:51 +08:00 |
Minghao Li
|
95c5bb0a8c
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
|
2022-06-22 19:52:24 +08:00 |
Minghao Li
|
13c916f5cb
|
fix(sync): update lcindex to -1, when get error
|
2022-06-22 19:48:36 +08:00 |
dapan1121
|
33452da7bd
|
feat: alter local command
|
2022-06-22 19:45:41 +08:00 |
Haojun Liao
|
0a884d58bb
|
refactor: remove unnecessary code.
|
2022-06-22 19:41:57 +08:00 |
Haojun Liao
|
b097e78708
|
fix(query): clear buffer before set data.
|
2022-06-22 19:40:59 +08:00 |
Liu Jicong
|
04f11e2646
|
feat(wal): provide is empty api
|
2022-06-22 19:40:37 +08:00 |
Haojun Liao
|
c79eda9f70
|
fix(query): prepare the buffer before serialize the retrieved data.
|
2022-06-22 19:34:56 +08:00 |
Liu Jicong
|
df1967de4b
|
Merge pull request #14120 from taosdata/feature/stream
feat(stream): support retrieve
|
2022-06-22 19:34:27 +08:00 |
dapan1121
|
eb98f6fd68
|
fix: fix mock issue
|
2022-06-22 19:29:28 +08:00 |
shenglian-zhou
|
cc3543d4e3
|
Merge pull request #14126 from taosdata/szhou/feature/sort-group-2
feat: prepare for multiple group tsdb reads
|
2022-06-22 19:20:41 +08:00 |
yihaoDeng
|
bfe5ab779b
|
fix: handle except
|
2022-06-22 19:20:35 +08:00 |
Liu Jicong
|
fb596625d3
|
feat(stream): support retrieve
|
2022-06-22 19:12:31 +08:00 |
Xiaoyu Wang
|
02ce90485d
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy
|
2022-06-22 19:06:59 +08:00 |
Xiaoyu Wang
|
1b984d8fb5
|
Merge pull request #14117 from taosdata/feature/3.0_wxy_1
feat: some sql syntax adjustments
|
2022-06-22 19:02:22 +08:00 |
shenglian zhou
|
acb3d121f4
|
feat: prepare for multiple group tsdb reads
|
2022-06-22 18:53:00 +08:00 |
shenglian zhou
|
c1f5f825b7
|
feat: prepare for multiple group tsdb reads
|
2022-06-22 18:51:16 +08:00 |
yihaoDeng
|
3b1664d9e4
|
feat: refactor rpc code
|
2022-06-22 18:50:39 +08:00 |
Xiaoyu Wang
|
537c485c2e
|
feat: some sql syntax adjustments
|
2022-06-22 18:36:15 +08:00 |
wangmm0220
|
f967cff0fa
|
feat: add table group info if need sort table by group
|
2022-06-22 18:14:26 +08:00 |
Haojun Liao
|
aa4d863598
|
fix(query): fix syntax error.
|
2022-06-22 17:36:48 +08:00 |
Xiaoyu Wang
|
41593ae07b
|
refactor: nodesClone interface refactor
|
2022-06-22 17:34:16 +08:00 |
Haojun Liao
|
5c1e7f3114
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-22 17:23:57 +08:00 |
Haojun Liao
|
a1401db437
|
fix(query): fix syntax error in unit test.
|
2022-06-22 17:23:38 +08:00 |
Haojun Liao
|
14ddf539e0
|
refactor(query): do some internal refactor.
|
2022-06-22 17:21:04 +08:00 |
dapan1121
|
66cfe3a3fc
|
feat: show dnode variables
|
2022-06-22 17:17:18 +08:00 |
WANG MINGMING
|
4659a0a0ed
|
Merge branch '3.0' into feature/3.0_wxy
|
2022-06-22 17:02:59 +08:00 |
Xiaoyu Wang
|
acd1bbd8e3
|
merge 3.0
|
2022-06-22 17:00:11 +08:00 |
Xiaoyu Wang
|
a5ca4965a4
|
feat: some sql syntax adjustments
|
2022-06-22 16:35:14 +08:00 |
WANG MINGMING
|
15eb9c485e
|
Merge pull request #14069 from taosdata/3.0
feat:merge from 3.0
|
2022-06-22 16:33:15 +08:00 |
wangmm0220
|
db34294bed
|
opt: filter by tag
|
2022-06-22 16:32:10 +08:00 |
Ganlin Zhao
|
220f8004f8
|
Merge branch '3.0' into feat/irate_function
|
2022-06-22 15:37:49 +08:00 |
Ganlin Zhao
|
767eefea0c
|
fix irate first_value bugs
|
2022-06-22 15:08:41 +08:00 |
Ganlin Zhao
|
d2059e8079
|
feat(query): add irate function
|
2022-06-22 14:42:05 +08:00 |
shenglian-zhou
|
0f67b17f3f
|
Merge pull request #14106 from taosdata/szhou/feature/merge-interval-2
feat: add merge interval operator
|
2022-06-22 13:32:38 +08:00 |
Liu Jicong
|
45489e7481
|
Merge pull request #14101 from taosdata/feature/stream
fix(wal): return correct msg for open wal file
|
2022-06-22 13:28:22 +08:00 |
shenglian zhou
|
0941a4640b
|
fix: add merge interval operator for select mode(expr) + interval
|
2022-06-22 13:08:20 +08:00 |
Yihao Deng
|
8adfc5eeca
|
Merge pull request #14068 from taosdata/fix/mnode
fix: release/redirect problem
|
2022-06-22 12:02:05 +08:00 |
Li Minghao
|
f9dc73879f
|
Merge pull request #14100 from taosdata/feature/3.0_mhli
refactor(sync): add syncLogStoreCheck tool
|
2022-06-22 11:41:43 +08:00 |
shenglian-zhou
|
17603ba292
|
Merge pull request #14098 from taosdata/szhou/feature/merge-interval-2
fix: change merge interval to merge aligned interval
|
2022-06-22 11:27:41 +08:00 |
Yihao Deng
|
5b9786bfc3
|
Merge branch '3.0' into fix/mnode
|
2022-06-22 11:23:30 +08:00 |
Liu Jicong
|
82a1cc8e41
|
fix(wal): return correct msg for open wal file
|
2022-06-22 11:21:33 +08:00 |
Yihao Deng
|
7f8b260194
|
Merge pull request #14073 from taosdata/feature/refactor_rpc
refactor: add gtid to log
|
2022-06-22 11:17:01 +08:00 |
yihaoDeng
|
fa482840bf
|
fix: handle except
|
2022-06-22 11:06:46 +08:00 |
Haojun Liao
|
ac656dcc46
|
Merge pull request #14090 from taosdata/feature/3_liaohj
fix(query): reserve correct buffer before loading data
|
2022-06-22 10:55:47 +08:00 |
Xiaoyu Wang
|
269e9ed505
|
Merge pull request #14093 from taosdata/feature/3.0_debug_wxy
feat: sql function 'last_row' and sql command 'select constant'
|
2022-06-22 10:54:47 +08:00 |
shenglian zhou
|
84ea04ea2a
|
fix: change merge interval to merge aligned interval
|
2022-06-22 10:53:22 +08:00 |
shenglian zhou
|
580a22d327
|
fix: reset prefetched datablock after it is used
|
2022-06-22 10:47:23 +08:00 |
Minghao Li
|
7b5a3eff3f
|
refactor(sync): add syncLogStoreCheck tool
|
2022-06-22 10:42:54 +08:00 |
Minghao Li
|
0ba3326b99
|
fix(sync): update commit index when apply snapshot
|
2022-06-22 10:35:39 +08:00 |
Xiaoyu Wang
|
5661f88742
|
feat: sql command 'select constant'
|
2022-06-22 10:25:53 +08:00 |
shenglian zhou
|
fadc11b685
|
feat: add compare parameter that enable/disable group id comparision
|
2022-06-22 10:21:05 +08:00 |
yihaoDeng
|
6cad304934
|
fix: handle except
|
2022-06-22 10:00:53 +08:00 |
Xiaoyu Wang
|
eeab56e318
|
feat: sql command 'select constant'
|
2022-06-22 09:54:31 +08:00 |
shenglian zhou
|
aa46624bc5
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/sort-group-2
|
2022-06-22 09:46:40 +08:00 |
Liu Jicong
|
557d69d14a
|
Merge pull request #14087 from taosdata/feature/stream
fix(stream): convert datablk to submit blk
|
2022-06-22 09:43:48 +08:00 |
shenglian zhou
|
faebe29ab7
|
feat: group sort read child input during tsortOpen
|
2022-06-22 09:42:04 +08:00 |
Haojun Liao
|
1568722e8e
|
fix(query): reserve correct buffer size before retrieve datablock from vnode.
|
2022-06-22 09:31:45 +08:00 |
Ganlin Zhao
|
56e39ae7a9
|
Merge pull request #14074 from taosdata/fix/TD-16394
fix(query): fix leastsquares function random result when input type is tinyint
|
2022-06-21 22:19:51 +08:00 |
Liu Jicong
|
5005ee3369
|
Merge branch '3.0' into feature/stream
|
2022-06-21 21:50:03 +08:00 |
Zhiqiang Wang
|
04771a6d82
|
Merge pull request #14079 from taosdata/fix/ZhiqiangWang/TD-16357-fix-sim-test-error
test: fix sim test error
|
2022-06-21 21:50:01 +08:00 |
Liu Jicong
|
f2b66cc16a
|
fix(stream): convert datablk to submit blk
|
2022-06-21 21:48:24 +08:00 |
liuyao
|
ed641ec4ff
|
Merge pull request #14083 from taosdata/feature/TD-15196
feat(stream): add delete type
|
2022-06-21 21:19:55 +08:00 |
dapan1121
|
4a8c9db884
|
Merge branch '3.0' into feature/showdnodevariables
|
2022-06-21 21:07:44 +08:00 |
afwerar
|
9bde2bffec
|
test: fix sim test error
|
2022-06-21 21:06:32 +08:00 |
dapan1121
|
692f5f0e01
|
feat: show dnode variables
|
2022-06-21 21:05:47 +08:00 |
dapan1121
|
a23418d1fa
|
Merge pull request #14070 from taosdata/feature/showcreate
feat: show create table
|
2022-06-21 21:05:30 +08:00 |
54liuyao
|
9f6a4b3ddb
|
feat(stream): add delete type
|
2022-06-21 20:56:57 +08:00 |
wangmm0220
|
e7faf69981
|
feat:support tagCond & tagIndexCond
|
2022-06-21 20:53:19 +08:00 |
dapan1121
|
4bbec6eeef
|
feat: show create table
|
2022-06-21 20:33:19 +08:00 |
Minglei Jin
|
a51d673c01
|
Merge pull request #14064 from taosdata/fix/tdb-journal
fix/journal: restore interrupted(abort, power failure, etc.) tdb txn
|
2022-06-21 20:33:14 +08:00 |
afwerar
|
9dff7b93c6
|
test: fix sim test error
|
2022-06-21 20:04:55 +08:00 |
Li Minghao
|
be2a0e28a1
|
Merge pull request #14075 from taosdata/feature/3.0_mhli
fix(sync): sender get config from local
|
2022-06-21 20:01:32 +08:00 |
Xiaoyu Wang
|
45a806f789
|
feat: sql function 'last_row'
|
2022-06-21 19:52:26 +08:00 |
Minglei Jin
|
7a87a43b0a
|
fix: fd return by open is a pointer
|
2022-06-21 19:49:49 +08:00 |
Minghao Li
|
1f0d7807ac
|
fix(sync): sender get config from local
|
2022-06-21 19:27:52 +08:00 |
liuyao
|
e3c1cef69b
|
Merge pull request #14067 from taosdata/feature/TD-16738
fix(tmq): tmq assert
|
2022-06-21 19:24:12 +08:00 |