Minghao Li
bbb624b63e
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
2022-10-27 16:22:08 +08:00
Benguang Zhao
31a0421878
enh: check completeness of WAL log entries after repairing
2022-10-27 15:55:22 +08:00
Minghao Li
7cb3112d77
refactor(sync): modify function name
2022-10-27 15:52:48 +08:00
Shengliang Guan
8f88339988
Merge pull request #17709 from taosdata/feature/3.0_mhli
...
refactor(sync): delete some code
2022-10-27 15:39:38 +08:00
dapan1121
6c2a0c8737
fix: fix catalog ut issues and add query hb configuration
2022-10-27 15:15:50 +08:00
Minghao Li
a8109b7f37
refactor(sync): delete some code
2022-10-27 14:43:07 +08:00
Liu Jicong
52d8f7bd35
Merge pull request #17701 from taosdata/feature/stream
...
fix(query): set block capacity
2022-10-27 13:38:46 +08:00
Shengliang Guan
08aa82295b
Merge pull request #17694 from taosdata/fix/sync
...
fix(sync): fix coverity issues
2022-10-27 13:20:57 +08:00
Shengliang Guan
14519019f7
enh: balance vgroup
2022-10-27 11:10:54 +08:00
Liu Jicong
6cd8361a0a
refactor(sma)
2022-10-27 11:06:16 +08:00
Haojun Liao
c5c5b5aa9f
Merge pull request #17662 from taosdata/feature/3_liaohj
...
enh(query): enable the limit clause to be push down
2022-10-27 10:46:21 +08:00
Liu Jicong
fc1b85bba1
fix(query): set block capacity
2022-10-27 10:28:41 +08:00
Shengliang Guan
3b6c636583
Merge pull request #17653 from taosdata/fix/rmDebugLog
...
fix: rm debug log
2022-10-27 10:14:34 +08:00
Shengliang Guan
4f86c27bd5
Merge pull request #17688 from taosdata/feature/sync2-merge
...
refactor(sync): check pSyncTimer NULL
2022-10-27 10:13:52 +08:00
Minghao Li
e3c055e0c4
fix(sync): fix coverity issues
2022-10-27 10:08:12 +08:00
dapan1121
9b475ea7f4
Merge pull request #17680 from taosdata/feature/TD-14761
...
fix:defects in coverity
2022-10-27 09:07:51 +08:00
Liu Jicong
465982fd8d
Merge pull request #17681 from taosdata/feature/stream
...
test(wal): rollback multiple file
2022-10-27 09:05:05 +08:00
Hui Li
4ac9c3694f
Merge pull request #17669 from taosdata/fix/coverage_glzhao
...
fix(query): comment out unused functions for code coverage
2022-10-26 20:49:21 +08:00
Hui Li
3d9e07d143
Merge pull request #17679 from taosdata/feature/stream_ly
...
feat(stream):add ci
2022-10-26 20:46:08 +08:00
dapan1121
42f95ccb85
Merge remote-tracking branch 'origin/3.0' into fix/TD-19815
2022-10-26 19:26:45 +08:00
dapan1121
ba0913e645
fix: remove not used code
2022-10-26 19:25:12 +08:00
Haojun Liao
376e7ea5b9
fix(query): support limit/offset in merge sort operator.
2022-10-26 19:23:05 +08:00
Xiaoyu Wang
d93d3b4e63
fix: push down limit
2022-10-26 19:00:08 +08:00
Liu Jicong
2a3448552e
test(wal): rollback multiple file
2022-10-26 18:03:25 +08:00
dapan1121
ce7fbaa6b6
Merge pull request #17632 from taosdata/fix/TD-19492
...
fix: fix scheduler status error
2022-10-26 18:01:53 +08:00
wangmm0220
d212be8a37
fix:defects in coverity
2022-10-26 17:54:19 +08:00
54liuyao
8fb78fd7fd
feat(stream):add ci
2022-10-26 17:40:07 +08:00
Xiaoyu Wang
01d790d701
fix: push down limit
2022-10-26 17:31:43 +08:00
Haojun Liao
81d795c293
fix(query): enable limit in grouped scan.
2022-10-26 17:11:56 +08:00
Liu Jicong
78ff5f75e7
Merge pull request #17663 from taosdata/feature/stream
...
fix: memory leak
2022-10-26 17:09:43 +08:00
Xiaoyu Wang
02ac6fa552
enh: add unit test and delete useless code
2022-10-26 17:01:55 +08:00
Haojun Liao
8d2de8d723
fix(query): handle the offset value.
2022-10-26 16:25:33 +08:00
wade zhang
d3e8ec9342
Merge pull request #17665 from taosdata/fix/TD-19858
...
fix(query): fix interp crash issue
2022-10-26 16:11:36 +08:00
dapan1121
2b278c16ba
fix: fix insert error handling issue
2022-10-26 15:54:07 +08:00
Ganlin Zhao
547e7694a8
fix(query): comment out unsed functions for code coverage
2022-10-26 15:06:56 +08:00
Haojun Liao
b13e7c150d
fix(query): remove invalid code check.
2022-10-26 13:44:53 +08:00
Ganlin Zhao
c3362223d9
fix(query): comment out unsed functions for code coverage
2022-10-26 13:39:56 +08:00
Ganlin Zhao
88e5fa75e6
fix(query): fix interp crash issue
...
TD-19858
2022-10-26 12:43:29 +08:00
Hongze Cheng
309bad6b3b
Merge pull request #17624 from taosdata/szhou/fixbugs
...
fix: set correct var meta length after tDecodeDataBlock
2022-10-26 11:53:25 +08:00
Liu Jicong
a16b010e9f
fix: memory leak
2022-10-26 11:35:15 +08:00
Haojun Liao
8cf3339b25
enh(query): enable the limit clause to be push down to the table scan operator.
2022-10-26 11:31:31 +08:00
Hongze Cheng
b2affd12b9
Merge pull request #17656 from taosdata/fix/3.0_bugfix_wxy
...
fix: stream supports 'partition by tbname, column'
2022-10-26 11:16:51 +08:00
Xiaoyu Wang
cb41374c90
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
2022-10-26 11:11:18 +08:00
Liu Jicong
b56e7a0f8c
Merge pull request #17650 from taosdata/feature/stream
...
refactor(stream): recover and fill history
2022-10-26 11:10:03 +08:00
Minghao Li
1ae3cab198
refactor(sync): check pSyncTimer NULL
2022-10-26 10:56:50 +08:00
Haojun Liao
339c93021f
Merge pull request #17654 from taosdata/fix/liao_cov
...
refactor: fix typo and do some internal refactor.
2022-10-26 10:41:00 +08:00
Liu Jicong
8d8fd2b2bc
refactor(stream): recover and fill history
2022-10-26 10:20:33 +08:00
Xiaoyu Wang
db75eb8e20
fix: stream supports 'partition by tbname, column'
2022-10-26 10:20:00 +08:00
dapan1121
3fa1f535f1
Merge pull request #17609 from taosdata/fix/interpStable
...
fix: remove interp stable limitation and add test case
2022-10-26 09:59:42 +08:00
Hongze Cheng
4b15cd5efe
Merge pull request #17621 from taosdata/fix/TD-19468-2
...
fix: optimize tsdb cache loading speed
2022-10-26 09:47:50 +08:00
Haojun Liao
d06bcb2219
refactor: fix typo and do some internal refactor.
2022-10-26 09:47:11 +08:00
yihaoDeng
cc03ab2edd
rm debug log
2022-10-26 09:23:35 +08:00
Hui Li
29456c06d8
Merge pull request #17649 from taosdata/feature/sync2-merge
...
refactor(sync): adjust elect timer
2022-10-26 09:20:05 +08:00
slzhou
f68f3bcad1
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs
2022-10-26 09:19:42 +08:00
Liu Jicong
52b4b510a8
merge 3.0
2022-10-26 09:18:29 +08:00
dapan1121
e1bb407aff
fix: remove catalog ut from ci
2022-10-26 08:36:34 +08:00
Liu Jicong
75e5e490fd
refactor(stream): recover and fill history
2022-10-26 00:31:00 +08:00
Shengliang Guan
015db4bc67
Merge pull request #17636 from taosdata/fix/3.0_bugfix_wxy
...
fix: alter table check
2022-10-26 00:07:11 +08:00
Shengliang Guan
08a85b16ed
Merge pull request #17643 from taosdata/fix/TD-19825
...
fix: fix merge join crash issue
2022-10-26 00:06:48 +08:00
Minghao Li
7723a9ac28
refactor(sync): delete %ld
2022-10-25 23:17:52 +08:00
Minghao Li
16e6273d9d
refactor(sync): delete assert
2022-10-25 20:31:20 +08:00
Shengliang Guan
0522cedccb
Merge pull request #17641 from taosdata/feature/stream_ly
...
fix(executor):add lock to hash map
2022-10-25 20:20:24 +08:00
Shengliang Guan
02b47daa44
Merge pull request #17639 from taosdata/fix/TD-19743
...
fix: zero new dest pages to avoid double free ovfl cell
2022-10-25 20:19:55 +08:00
Minghao Li
49af601e19
refactor(sync): add SElectTimer
2022-10-25 19:56:49 +08:00
Minghao Li
9caea0f944
refactor(sync): adjust elect timer
2022-10-25 19:43:07 +08:00
Minghao Li
96a8a80cd7
refactor(sync): add trace log
2022-10-25 19:22:25 +08:00
Minghao Li
01b712fbfd
refactor(sync): add trace log
2022-10-25 19:11:28 +08:00
Xiaoyu Wang
d63eee8b49
fix: alter table check
2022-10-25 19:00:46 +08:00
Shengliang Guan
77da4a0959
Merge pull request #17637 from taosdata/fix/TD-19827
...
fix: remove/comment out unused code for more coverage
2022-10-25 18:25:03 +08:00
dapan1121
16f9c172ac
fix: fix merge join crash issue
2022-10-25 18:20:20 +08:00
Minghao Li
64f539cacb
refactor(sync): adjust timer
2022-10-25 18:03:22 +08:00
54liuyao
796cf764f4
fix(executor):add lock to hash map
2022-10-25 17:54:01 +08:00
Xiaoyu Wang
f87209d4dc
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
2022-10-25 17:48:18 +08:00
Minglei Jin
4dc0eaf0be
fix: zero new dest pages to avoid double free ovfl cell
2022-10-25 17:48:06 +08:00
Shengliang Guan
414fe9c03d
Merge pull request #17629 from taosdata/feature/stream_ly
...
fear(stream): add log
2022-10-25 17:46:27 +08:00
Minglei Jin
c84618ea3f
Merge branch '3.0' into fix/TD-19468-2
2022-10-25 17:36:56 +08:00
Xiaoyu Wang
658055090a
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
2022-10-25 17:36:29 +08:00
Haojun Liao
0a007131d1
Merge pull request #17631 from taosdata/fix/liao_cov
...
fix(query):set correct column match info size.
2022-10-25 17:35:19 +08:00
Xiaoyu Wang
b7056f58b7
fix: alter table check
2022-10-25 16:59:05 +08:00
Ganlin Zhao
28689c508a
remove unused code
2022-10-25 16:45:00 +08:00
Ganlin Zhao
3125f3ea26
remove unused code
2022-10-25 16:42:52 +08:00
Ganlin Zhao
7fa93222f4
remove interp unused code
2022-10-25 16:40:56 +08:00
Ganlin Zhao
cf60bf98d6
fix: add elapsed partial/merge
2022-10-25 16:37:01 +08:00
Shengliang Guan
7ebf2d5de0
Merge pull request #17614 from taosdata/opt/optSysIdxPerf
...
enh: opt sys idx perf
2022-10-25 16:25:47 +08:00
Shengliang Guan
011843d8f4
Merge pull request #17626 from taosdata/feature/sync2-merge
...
fix(sync): fix coverity scan issues
2022-10-25 16:25:14 +08:00
dapan1121
5bfedd2609
fix: fix scheduler status error
2022-10-25 16:21:39 +08:00
Xiaoyu Wang
efb56e84c8
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
2022-10-25 15:57:16 +08:00
Haojun Liao
a87f915ebf
fix(query):set correct column match info size.
2022-10-25 15:30:41 +08:00
slzhou
bf0a93e8d0
fix: compute udf funcs with all const arguments on server side
2022-10-25 15:24:13 +08:00
54liuyao
d9615c7d4c
fear(stream): add log
2022-10-25 15:17:42 +08:00
slzhou
90ed32c43d
fix: fix memory usage error
2022-10-25 15:16:31 +08:00
slzhou
c3653e3d13
fix: udfd ctrl pipe functions only udfd is started by taosd
2022-10-25 14:57:53 +08:00
Xiaoyu Wang
bd3c64d29e
enh: interp support for stable
2022-10-25 14:52:07 +08:00
Minghao Li
eb7b9d3819
fix(sync): fix coverity scan issues
2022-10-25 14:28:34 +08:00
Shengliang Guan
20a279e69a
Merge pull request #17605 from taosdata/fix/3.0_bugfix_wxy
...
fix: wrong permissions of 'show variables' command
2022-10-25 14:17:06 +08:00
Shengliang Guan
90645bd429
Merge pull request #17622 from taosdata/enh/TD-19783-D
...
enh: remove obsolete codes for raw data row
2022-10-25 13:49:48 +08:00
Shengliang Guan
32a234962a
Merge pull request #17602 from taosdata/fix/coverity_glzhao
...
fix: coverity issues
2022-10-25 13:49:36 +08:00
Ganlin Zhao
d03058aff8
fix coverity
2022-10-25 12:54:10 +08:00
Cary Xu
6d0d42569a
enh: remove obsolete codes for raw data row
2022-10-25 11:30:57 +08:00
Ganlin Zhao
b53a51e5e7
fix coverity
2022-10-25 11:11:17 +08:00
Xiaoyu Wang
c38b200131
fix: wrong permissions of 'show variables' command
2022-10-25 11:08:56 +08:00
Minglei Jin
441fe8119c
Merge branch '3.0' into fix/TD-19468-2
2022-10-25 10:51:35 +08:00
yihaoDeng
2092430556
opt trans on no-windows
2022-10-25 10:45:47 +08:00
Minglei Jin
89f7ad2920
fix: optimize tsdb cache loading speed
2022-10-25 10:36:30 +08:00
yihaoDeng
0905f16294
opt trans on no-windows
2022-10-25 10:17:05 +08:00
Shengliang Guan
ca5ecdcc4e
Merge pull request #17606 from taosdata/enh/3.0_planner_optimize
...
enh: insert parser refactor
2022-10-25 09:58:19 +08:00
Ganlin Zhao
3a4dc8f0da
Merge branch '3.0' into fix/coverity_glzhao
2022-10-25 09:47:46 +08:00
Shengliang Guan
848fa688eb
Merge pull request #17603 from taosdata/fix/avoidTransQuit
...
avoid invalid read/write
2022-10-25 09:14:46 +08:00
Shengliang Guan
31921b284c
Merge pull request #17611 from taosdata/feature/sync2-merge
...
fix(sync): add error log when pState is NULL
2022-10-25 09:11:45 +08:00
yihaoDeng
421d2e7332
opt trans on no-windows
2022-10-25 08:48:05 +08:00
yihaoDeng
c6683d01af
opt trans on no-windows
2022-10-24 20:32:10 +08:00
Ganlin Zhao
c04ade7867
fix: coverity issues
...
CID: 400109
2022-10-24 19:48:58 +08:00
Ganlin Zhao
585577cef3
fix: coverity issues
...
CID: 399989
2022-10-24 19:28:36 +08:00
Ganlin Zhao
23b7150dee
fix: coverity issues
...
CID: 399845
2022-10-24 19:20:10 +08:00
Ganlin Zhao
cd0a051157
fix: coverity issues
...
CID: 399671
2022-10-24 19:16:53 +08:00
Haojun Liao
e0d72e4749
refactor: do some internal refactor, and reduce the number of bufferred intermediate blocks.
2022-10-24 19:10:50 +08:00
Ganlin Zhao
42dfe03e7d
fix: coverity issues
...
CID: 399518
2022-10-24 19:02:33 +08:00
yihaoDeng
6ee7b412ed
opt sys index
2022-10-24 18:35:59 +08:00
Minghao Li
8082b71cce
fix(sync): free pLocalEntry
2022-10-24 18:05:14 +08:00
Ganlin Zhao
1935d349d4
fix: coverity issues
...
CID: 399493
2022-10-24 17:47:12 +08:00
dapan1121
af6a9aeb13
fix: remove interp stable limitation and add test case
2022-10-24 17:46:21 +08:00
Haojun Liao
992a130860
refactor: do some internal refactor.
2022-10-24 17:24:20 +08:00
Haojun Liao
3601391960
Merge branch '3.0' into fix/liao_cov
2022-10-24 16:57:12 +08:00
Xiaoyu Wang
2aed458bf7
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
2022-10-24 16:47:20 +08:00
Haojun Liao
e654f3f92c
refactor: do some internal refactor.
2022-10-24 16:44:44 +08:00
Xiaoyu Wang
64cf24830e
enh: insert parser refactor
2022-10-24 16:38:16 +08:00
Xiaoyu Wang
0fdce91b5a
fix: wrong permissions of 'show variables' command
2022-10-24 16:34:10 +08:00
yihaoDeng
94a3d32ca5
avoid invalid read/write
2022-10-24 16:27:32 +08:00
Ganlin Zhao
68e274eba2
fix: coverity issues
...
CID: 399665
2022-10-24 16:22:35 +08:00
Ganlin Zhao
4780e88ce9
fix: coverity issues
...
CID: 400330
2022-10-24 15:52:52 +08:00
Ganlin Zhao
120a3ca4b9
fix: coverity issues
...
CID: 400059
2022-10-24 15:18:27 +08:00
Haojun Liao
319cd8af85
fix(query): refactor and fix some coverity issues.
2022-10-24 15:02:17 +08:00
yihaoDeng
a3447c5dae
avoid invalid read/write
2022-10-24 14:59:47 +08:00
Ganlin Zhao
5728685772
fix: coverity issues
...
CID: 399907
2022-10-24 14:54:10 +08:00
Ganlin Zhao
c12f1b6e6a
fix: coverity issues
...
CID: 399890
2022-10-24 14:51:51 +08:00
Minghao Li
fddd6657bc
fix(sync): add error log when pState is NULL
2022-10-24 14:51:45 +08:00
Shengliang Guan
ece9cb8042
Merge pull request #17588 from taosdata/feature/TD-19745
...
fix(stream): stream state invalid cur
2022-10-24 14:36:32 +08:00
Ganlin Zhao
623581a51d
fix: coverity issues
...
CID: 399721
2022-10-24 14:26:13 +08:00
Shengliang Guan
b41626414e
Merge pull request #17595 from taosdata/fix/liao_cov
...
fix(query): remove redundant ts cols in cache scan.
2022-10-24 14:26:04 +08:00
Minghao Li
a228d5ecb9
fix(sync): break when pState is NULL
2022-10-24 14:09:12 +08:00
Haojun Liao
b06870f70f
Merge branch '3.0' into fix/liao_cov
2022-10-24 14:07:59 +08:00
Haojun Liao
9f722438d2
fix(query): remove redundant codes.
2022-10-24 13:30:04 +08:00
54liuyao
5cee271cbc
fix(stream): stream state invalid cur
2022-10-24 13:28:13 +08:00
Haojun Liao
2f5ed16cb8
fix(query): remove redundant ts cols in cache scan.
2022-10-24 13:26:54 +08:00
Shengliang Guan
6d1bf00cee
fix: use sync cfg from vnode
2022-10-24 12:42:44 +08:00
Shengliang Guan
7947882614
Merge pull request #17589 from taosdata/fix/sysTableIdx
...
fix: fix sys idx bug
2022-10-24 12:38:44 +08:00
Shengliang Guan
ec786b9d78
fix: alter replica one by one
2022-10-24 11:57:26 +08:00
yihaoDeng
bac0f359ee
fix sys idx bug
2022-10-24 10:31:49 +08:00
Shengliang Guan
9903bbc527
Merge pull request #17577 from taosdata/fix/liao_cov
...
fix(query): fix coverity issues.
2022-10-23 23:12:36 +08:00
Minghao Li
e2a157bb02
fix(sync): fix timer bug
2022-10-23 20:14:51 +08:00
Haojun Liao
6ebf6b29bd
fix(query): fix coverity issues.
2022-10-23 15:20:29 +08:00
Shengliang Guan
fbf354a78c
Merge remote-tracking branch 'origin/3.0' into feature/sync2-merge
2022-10-23 14:40:27 +08:00
Shengliang Guan
e86cdc8cde
Merge pull request #17381 from taosdata/feature/addIdxToSysTable
...
Feature/addIdxToSysTable
2022-10-23 14:38:37 +08:00
Shengliang Guan
e9e0165a62
Merge pull request #17576 from taosdata/fix/fixConveriyDefeats
...
fix: fix coverity scan defeats
2022-10-23 14:37:56 +08:00
Shengliang Guan
d22ab18d53
Merge pull request #17575 from taosdata/fix/rmRedundance
...
fix: rm redundance
2022-10-23 14:37:46 +08:00
yihaoDeng
17ee66cd2c
fix coverity scan defeats
2022-10-23 12:25:52 +08:00
yihaoDeng
44e27f2906
avoid duplication of name
2022-10-23 11:22:33 +08:00
yihaoDeng
edc0f38921
avoid invalid read/write
2022-10-23 10:11:20 +08:00
Shengliang Guan
0914c02394
fix: compile error in mac
2022-10-22 23:49:49 +08:00
yihaoDeng
3cd517cd19
avoid invalid read/write
2022-10-22 23:23:28 +08:00
yihaoDeng
e5be6663c8
avoid invalid read/write
2022-10-22 23:06:41 +08:00
Shengliang Guan
15fade84d8
fix: compile error
2022-10-22 22:21:11 +08:00
yihaoDeng
471b581cea
avoid invalid read/write
2022-10-22 22:13:21 +08:00
yihaoDeng
48604314e6
avoid invalid read/write
2022-10-22 21:19:25 +08:00
yihaoDeng
8e08d8dcc0
avoid invalid read/write
2022-10-22 20:03:20 +08:00
yihaoDeng
e2465387c6
avoid invalid read/write
2022-10-22 18:40:54 +08:00
yihaoDeng
79ac1153ce
avoid invalid read/write
2022-10-22 16:02:09 +08:00
Shengliang Guan
21445a717c
Merge remote-tracking branch 'origin/3.0' into feature/sync2-merge
2022-10-22 09:07:39 +08:00
Shengliang Guan
71ac720ac0
fix: compile error in mac
2022-10-22 08:47:09 +08:00
Shengliang Guan
2d3f5274b7
fix: compile error in mac
2022-10-22 08:39:58 +08:00
Shengliang Guan
1806815fe4
Merge pull request #17567 from taosdata/fix/TD-19646
...
rm invalid read
2022-10-22 08:16:15 +08:00
Shengliang Guan
d82abe5ca4
Merge pull request #17561 from taosdata/szhou/fixbugs
...
fix: fix coverity scan errors
2022-10-22 08:16:02 +08:00
Shengliang Guan
93557c3670
Merge pull request #17557 from taosdata/feature/stream_ly
...
feat(stream):change stream mode & add ci
2022-10-22 08:15:41 +08:00
Shengliang Guan
5d293869a9
Merge pull request #17553 from taosdata/fix/liao_cov
...
fix(query): fix coverity issues.
2022-10-22 08:14:44 +08:00
Shengliang Guan
71d4d82cf4
Merge pull request #17450 from taosdata/fix/TD-19312
...
fix: add cachesize in show create database result
2022-10-22 08:14:17 +08:00
Shengliang Guan
067af996ed
Merge pull request #17566 from taosdata/fix/TS-1937
...
fix: fix show create table crash issue
2022-10-21 19:13:19 +08:00
Shengliang Guan
f5d1b3f8f1
Merge remote-tracking branch 'origin/3.0' into feature/sync2-merge
2022-10-21 19:12:06 +08:00
Yihao Deng
f31d438ce9
Merge branch '3.0' into fix/TD-19646
2022-10-21 18:21:45 +08:00
yihaoDeng
e7014c3e89
rm invalid read
2022-10-21 18:20:08 +08:00
54liuyao
308c3cad11
feat(stream):change stream mode & add ci
2022-10-21 17:46:15 +08:00
dapan1121
1b65cd2089
fix: fix show create table crash issue
2022-10-21 17:24:06 +08:00
Liu Jicong
f49d91ac1a
fix(stream): decode bloom filter
2022-10-21 17:22:31 +08:00
dapan1121
a80f382c5d
fix: fix tsc query memory leak
2022-10-21 17:00:11 +08:00
Liu Jicong
25bb914ac1
merge 3.0
2022-10-21 16:30:43 +08:00
Minghao Li
5ee04e8059
refacotr(sync): free memory
2022-10-21 16:27:14 +08:00
Liu Jicong
1c26f1b53e
fix(wal): reference
2022-10-21 16:13:55 +08:00
shenglian zhou
22a2f37fe5
fix: fix coverity errors
2022-10-21 15:50:08 +08:00
Minghao Li
40ec6ba970
Merge branch 'feature/sync2-merge' of https://github.com/taosdata/TDengine into feature/sync2-merge
2022-10-21 15:47:51 +08:00
Shengliang Guan
b8fdafe8ee
fix: not reconfig if unchanged
2022-10-21 15:47:26 +08:00
Minghao Li
11a4ef3508
Merge branch 'feature/sync2-merge' of https://github.com/taosdata/TDengine into feature/sync2-merge
2022-10-21 15:46:09 +08:00
Minghao Li
cf3d865bae
refacotr(sync): delete DynamicQuorum
2022-10-21 15:43:28 +08:00
chenhaoran
d2e4b0b5f6
Merge branch '3.0' into fix/TD-19312
2022-10-21 07:40:58 +00:00
Shengliang Guan
92584d133f
Merge branch 'feature/sync2-merge' of https://github.com/taosdata/TDengine into feature/sync2-merge
2022-10-21 15:38:55 +08:00
Shengliang Guan
c6bbd18924
fix: not post sem if transId is 0
2022-10-21 15:33:06 +08:00
Minghao Li
b492082ac2
refacotr(sync): delete DynamicQuorum
2022-10-21 15:31:55 +08:00
Minghao Li
3c94d61493
refacotr(sync): judge peer state null
2022-10-21 15:22:34 +08:00
Minghao Li
984af8a877
refactor(sync): if data is null, do not update state mgr
2022-10-21 15:13:51 +08:00
wade zhang
88c52d567b
Merge pull request #17548 from taosdata/szhou/fixbugs
...
fix: get next row from rb tree from last files when backward scaning
2022-10-21 15:04:42 +08:00
dapan1121
101be62054
Merge pull request #17552 from taosdata/fix/http_failure
...
fix : avoid invalid read/write
2022-10-21 15:01:23 +08:00
Haojun Liao
5899d1d619
refactor: do some internal refactor.
2022-10-21 14:59:10 +08:00
Liu Jicong
5571ebee0f
Merge pull request #17542 from taosdata/feature/stream
...
enh(stream): internal optimize
2022-10-21 14:31:42 +08:00
Shengliang Guan
d2ab30387b
Merge pull request #17543 from taosdata/feature/TD-19693
...
fix(stream):session window max_delay crash
2022-10-21 14:14:37 +08:00
Shengliang Guan
e101efe80c
Merge pull request #17544 from taosdata/enh/TD-19461
...
enh: alter db replica
2022-10-21 14:14:16 +08:00
Haojun Liao
b53cc7f3dd
fix(query): fix coverity issues.
2022-10-21 14:00:46 +08:00
yihaoDeng
fd06e0717d
avoid invalid read/write
2022-10-21 13:28:13 +08:00
yihaoDeng
7b30eedec0
avoid invalid read/write
2022-10-21 13:24:51 +08:00
Minghao Li
8bdec5f2f2
refactor(sync): delete standby
2022-10-21 11:53:14 +08:00
54liuyao
d9beaeb3a3
fix(stream):session window max_delay crash
2022-10-21 11:49:45 +08:00
yihaoDeng
69531c11d0
add executor to systable filter
2022-10-21 11:44:28 +08:00
Liu Jicong
26d4af6968
fix: memory leak
2022-10-21 11:42:30 +08:00
Shengliang Guan
05d04dcd2d
Merge remote-tracking branch 'origin/3.0' into enh/TD-19461
2022-10-21 11:07:48 +08:00
Liu Jicong
e0b5b9263e
refactor: remove unused code
2022-10-21 10:42:24 +08:00
Shengliang Guan
6c3cd3e19e
test: adjust log
2022-10-21 10:39:29 +08:00
chenhaoran
b282e39b2c
Merge branch '3.0' into fix/TD-19312
2022-10-21 02:36:12 +00:00
chenhaoran
70b37608ee
Merge branch '3.0' into fix/TD-19312
2022-10-21 02:31:30 +00:00
Liu Jicong
035e6b13c8
enh(stream): internal optimize
2022-10-21 10:29:05 +08:00
shenglian zhou
e8123178e3
fix: fix coverity scan issue
2022-10-21 10:20:21 +08:00
Xiaoyu Wang
5e970f1506
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
2022-10-21 10:18:26 +08:00
Shengliang Guan
67a3c69b5e
Merge pull request #17524 from taosdata/szhou/fixbugs
...
fix: add udf call and uv synchronization with uv_mutex
2022-10-21 09:07:21 +08:00
Shengliang Guan
c4e568d41e
Merge pull request #17523 from taosdata/FIX/TD-19673-3.0
...
enh: provide more info on misalignment detection of idx entries after…
2022-10-21 09:06:57 +08:00
dapan1121
a01d49b223
Merge pull request #17522 from taosdata/feat/TD-19386
...
feat: add retrieve DB and table route info APIs
2022-10-21 08:31:11 +08:00
Haojun Liao
5a9d81b10f
Merge pull request #17536 from taosdata/fix/liao_cov
...
fix(query): fix no-fill expression calculation bug.
2022-10-20 21:27:21 +08:00
haoranchen
06f276f137
Update querymsg.c
2022-10-20 21:19:33 +08:00
haoranchen
93742337fb
Update querymsg.c
2022-10-20 21:14:46 +08:00
yihaoDeng
38747697b2
fix create_time idx bug
2022-10-20 21:12:52 +08:00
dapan1121
f5e1c440dc
fix: fix ut issue
2022-10-20 19:50:35 +08:00
dapan1121
2fa970e8bc
Merge branch 'fix/TD-19312' of github.com:taosdata/TDengine into fix/TD-19312
2022-10-20 19:44:23 +08:00
dapan1121
c2d071a2e4
fix: add debug log
2022-10-20 19:43:33 +08:00
Minghao Li
cc7a393978
refactor(sync): refactor sync
2022-10-20 19:42:22 +08:00
Minghao Li
c7279cca52
fix(sync): sync reconfig
2022-10-20 19:36:47 +08:00
yihaoDeng
1898656a41
add executor to systable filter
2022-10-20 19:02:04 +08:00
Shengliang Guan
e6e7befaa8
Merge pull request #17531 from taosdata/enh/TD-19461
...
refact: alter db replica
2022-10-20 18:34:22 +08:00
Shengliang Guan
894e75ca65
fix: comment sncReconfig
2022-10-20 18:32:19 +08:00
Hongze Cheng
9d8b0264b3
Merge pull request #17525 from taosdata/fix/TS-1889
...
fix(tdb): typo casues large page crash
2022-10-20 18:28:46 +08:00
Haojun Liao
abff4fb1f2
Merge pull request #17336 from taosdata/feature/3_liaohj
...
other:merge 3.0, and support last query cache
2022-10-20 18:15:38 +08:00
Haojun Liao
bcb3dcc7dc
refactor: remove some comments.
2022-10-20 18:12:27 +08:00
Haojun Liao
6e15719ccb
other: merge 3.0
2022-10-20 18:10:44 +08:00
Haojun Liao
14fe065528
fix(query): fix no-fill expression calculation bug.
2022-10-20 18:07:38 +08:00
yihaoDeng
19958284e2
add executor to systable filter
2022-10-20 17:56:30 +08:00
dapan1121
18da7fc3eb
fix: fix param missing issue
2022-10-20 17:43:49 +08:00
Xiaoyu Wang
7c6ade9c07
enh: alter db replica
2022-10-20 17:02:57 +08:00
Xiaoyu Wang
2339b8c0a6
some parser problem
2022-10-20 16:53:26 +08:00
Liu Jicong
2af3905eaf
Merge pull request #17511 from taosdata/feature/stream
...
enh(client): add debug log
2022-10-20 16:48:45 +08:00
Shengliang Guan
36467958d4
Merge pull request #17514 from taosdata/fix/TD-19601
...
fix(query): fix crash if block SMA is set and real data is not loaded.
2022-10-20 16:39:58 +08:00
Shengliang Guan
a03a24127e
Merge pull request #17516 from taosdata/fix/TD-19657
...
fix: change listent backlog
2022-10-20 16:39:43 +08:00
dapan1121
0d727eedcf
Merge remote-tracking branch 'origin/3.0' into feat/TD-19386
2022-10-20 16:30:20 +08:00
Minghao Li
5965629b2e
refactor(sync): refacotr sync
2022-10-20 16:05:14 +08:00
Minglei Jin
16275caa8d
fix(tdb): typo casues large page crash
2022-10-20 15:39:37 +08:00
slzhou
ace84638b8
fix: add udf call and uv synchronization with uv_mutex
2022-10-20 15:37:12 +08:00
Liu Jicong
ce1b6147a0
enh(client): add debug log
2022-10-20 15:34:27 +08:00
Benguang Zhao
06f5d91d21
enh: provide more info on misalignment detection of idx entries after appending
2022-10-20 15:17:52 +08:00
dapan1121
7c133359ce
feat: add retrieve db and table route info api
2022-10-20 15:13:39 +08:00
haoranchen
b3657f6e81
Merge branch '3.0' into fix/TD-19312
2022-10-20 15:05:41 +08:00
Minghao Li
27f690fd0a
refacotr(sync): modify sync-snapshot
2022-10-20 14:57:49 +08:00
Shengliang Guan
2e82fdee93
Merge pull request #17506 from taosdata/enh/TD-19660
...
fix: improve test coverage
2022-10-20 14:56:46 +08:00
Minghao Li
74b48e6df8
refacotr(sync): modify sync-snapshot
2022-10-20 14:53:03 +08:00
Shengliang Guan
95dbfd4813
Merge pull request #17509 from taosdata/feature/stream_ly
...
Merge pull request #17493 from taosdata/fix/TD-19655-V30
2022-10-20 14:48:47 +08:00
Xiaoyu Wang
b3658f983f
fix: last constant error
2022-10-20 14:35:34 +08:00
yihaoDeng
20e74e57d9
change listent backlog
2022-10-20 14:28:25 +08:00
Ganlin Zhao
4ff9ab7fc2
fix(query): fix crash if block SMA is set and real data is not loaded.
...
TD-19601
2022-10-20 14:23:30 +08:00
Ganlin Zhao
b9d4718c64
fix(query): fix crash if block SMA is set and real data is not loaded.
...
TD-19601
2022-10-20 14:19:20 +08:00
yihaoDeng
c4f7607e8c
opt sys query
2022-10-20 14:04:18 +08:00
Minglei Jin
894d13ac18
fix: cleanup tdbExOVFL test cases
2022-10-20 13:58:13 +08:00
yihaoDeng
f612eafee8
opt sys query
2022-10-20 13:53:04 +08:00
Hongze Cheng
1c488cf7e4
Merge pull request #17503 from taosdata/fix/TD-19250-5
...
fix: coverity issues
2022-10-20 13:37:14 +08:00
Haojun Liao
c41713cf21
Merge pull request #17495 from taosdata/fix/liao_cov
...
refactor: remove redundant codes and do some internal refactor.
2022-10-20 13:16:02 +08:00
Haojun Liao
3fcd60e627
fix(query): remove invalid check.
2022-10-20 12:18:56 +08:00
Shengliang Guan
025c92586f
Merge remote-tracking branch 'origin/3.0' into enh/TD-19660
2022-10-20 11:45:56 +08:00
54liuyao
86a858e04d
fix(stream): coverity scan
2022-10-20 11:41:20 +08:00
Haojun Liao
70adc0ea33
fix(query): fix coverity issues.
2022-10-20 11:27:33 +08:00
Shengliang Guan
34b08b7b71
fix: improve test coverage
2022-10-20 11:27:00 +08:00
Shengliang Guan
8f630a8d51
Merge pull request #17501 from taosdata/fix/TD-19223-D
...
fix: coverity problem for trow
2022-10-20 11:06:21 +08:00
Shengliang Guan
5a1f2a9c97
Merge pull request #17504 from taosdata/szhou/fixbugs
...
fix: fix scan coverity issue
2022-10-20 11:06:00 +08:00
Shengliang Guan
91302965eb
Merge pull request #17497 from taosdata/feature/TD-19666
...
feat(stream):optimize state window disc buff
2022-10-20 11:05:37 +08:00
slzhou
0ed1d883c3
fix: fix coverity scan issue
2022-10-20 09:53:08 +08:00
Minglei Jin
716c3f8a59
fix: coverity issues
2022-10-20 09:47:04 +08:00
Cary Xu
951d110b3b
fix: coverity scan for trow
2022-10-20 09:31:17 +08:00
dapan1121
991da95643
fix: fix coverity issues
2022-10-20 09:06:18 +08:00
54liuyao
368f5134c5
feat(stream):optimize state window disc buff
2022-10-20 09:04:51 +08:00
Shengliang Guan
780c58e281
Merge pull request #17492 from taosdata/enh/TD-19650
...
enh: show the restore status of vnode when show vgroups
2022-10-19 23:35:42 +08:00
Haojun Liao
ae625d3199
refactor: remove redundant codes and do some internal refactor.
2022-10-19 22:33:15 +08:00
haoranchen
c2651e2755
Merge branch '3.0' into fix/TD-19312
2022-10-19 20:53:18 +08:00
Shengliang Guan
097a047b61
Merge remote-tracking branch 'origin/3.0' into FIX/TD-19593-3.0
2022-10-19 20:08:49 +08:00
Shengliang Guan
39e303b79b
enh: show the restore status of vnode when show vgroups
2022-10-19 20:07:15 +08:00
yihaoDeng
54c7d6cbb9
merge 3.0
2022-10-19 20:03:55 +08:00
yihaoDeng
66a3269c6b
add pre check
2022-10-19 19:57:31 +08:00
Shengliang Guan
308dd56537
Merge pull request #17486 from taosdata/fix/liao_cov
...
refactor: remove redundant codes.
2022-10-19 19:51:59 +08:00
haoranchen
6041464e96
Merge branch '3.0' into fix/TD-19312
2022-10-19 19:28:31 +08:00
dapan1121
723110c449
feat: add retrieve db and table route info API
2022-10-19 19:25:02 +08:00
Minghao Li
3e6d6fe89b
refactor(sync): do replicate in timer routine
2022-10-19 19:12:04 +08:00
Shengliang Guan
985e6f53e4
Merge branch '3.0' into FIX/TD-19593-3.0
2022-10-19 19:06:03 +08:00
Haojun Liao
5dcfaf3bd6
refactor: remove redundant codes.
2022-10-19 18:00:15 +08:00
yihaoDeng
12ec7d7193
add pre check
2022-10-19 17:54:06 +08:00
Shengliang Guan
09a77b3b97
Merge pull request #17474 from taosdata/fix/TD-19250-4
...
fix: coverity issues
2022-10-19 17:51:39 +08:00
Haojun Liao
b20e2ed5af
fix(query): set correct last value.
2022-10-19 17:43:23 +08:00
dapan1121
19dbc868ac
Merge pull request #17478 from taosdata/feat/fetchFromCache
...
feat: add retrieve table meta and vgroup info from cache API
2022-10-19 17:16:37 +08:00
Minglei Jin
1fc3e07abd
fix: use PRId64 instead of ld to format string
2022-10-19 16:34:25 +08:00
Benguang Zhao
2aa7afe7fa
Merge branch '3.0' into FIX/TD-19593-3.0
2022-10-19 16:31:13 +08:00
Minglei Jin
1e4601d8f6
fix: coverity issues
2022-10-19 16:30:50 +08:00
dapan1121
8988de1903
feat: add retrieve table meta and vgroup info from cache
2022-10-19 16:23:23 +08:00
Minghao Li
357951e947
refactor(sync): modify some code
2022-10-19 16:08:42 +08:00
Xiaoyu Wang
7161ca89cc
Merge pull request #17475 from taosdata/feature/3_liaohj_wxy
...
fix: cache inapplicability
2022-10-19 15:59:29 +08:00
Xiaoyu Wang
35e829dc28
fix: cache inapplicability
2022-10-19 15:58:51 +08:00
Haojun Liao
325712fdf9
fix(query): add some init functions.
2022-10-19 15:54:43 +08:00
Liu Jicong
213a12c0c5
Merge pull request #17473 from taosdata/feature/stream
...
fix(query): project pass partition name
2022-10-19 15:53:13 +08:00
Shengliang Guan
881db69feb
Merge pull request #17453 from taosdata/feature/sync2-merge
...
refactor(sync): add sync ctrl queue in vnode
2022-10-19 15:50:09 +08:00
slzhou
90bdfd8f01
enhance: add log of initialize resident func
2022-10-19 15:20:12 +08:00
slzhou
54803a56a6
enhance: add log of initialize resident func
2022-10-19 15:16:18 +08:00
Liu Jicong
b51ef11dde
fix(query): project pass partition name
2022-10-19 15:05:07 +08:00
Xiaoyu Wang
079a03f3b2
fix: handle coverity scan
2022-10-19 14:51:43 +08:00
Xiaoyu Wang
8cd36d9045
merge 3.0
2022-10-19 14:01:57 +08:00
Xiaoyu Wang
601f0f3edf
fix: handle coverity scan
2022-10-19 13:56:39 +08:00
yihaoDeng
526f46dbfb
add pre check
2022-10-19 13:54:12 +08:00
Haojun Liao
74305814f0
fix(query): fix coverity issues.
2022-10-19 13:38:01 +08:00
Hongze Cheng
eb7de2e571
Merge pull request #17443 from taosdata/fix/commit_txn
...
fix: commit txn
2022-10-19 13:15:15 +08:00
Shengliang Guan
87586431f9
Merge pull request #17465 from taosdata/feature/stream
...
fix(stream): stream state and session support partition tbname
2022-10-19 12:48:03 +08:00
Shengliang Guan
0ad70729aa
Merge pull request #17460 from taosdata/feature/stream_ly
...
feat(stream): stream task and meta
2022-10-19 12:14:53 +08:00
Hongze Cheng
20b3e2168b
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn
2022-10-19 11:56:15 +08:00
Shengliang Guan
67e23350b2
Merge pull request #17461 from taosdata/fix/coverity.pw
...
fix: fix coverity issues
2022-10-19 11:54:35 +08:00
Liu Jicong
8357c7342b
fix(stream): stream state and session support partition tbname
2022-10-19 11:43:01 +08:00
Haojun Liao
12fd11c481
fix(query): fix syntax error.
2022-10-19 11:41:30 +08:00
Haojun Liao
f7fdeecc44
Merge branch '3.0' into feature/3_liaohj
2022-10-19 11:23:55 +08:00
Minghao Li
28a5a9d7e1
refactor(sync): add log, update quorum first when reconfig
2022-10-19 10:57:50 +08:00
54liuyao
7f16081e29
feat(stream): stream task and meta
2022-10-19 10:49:42 +08:00
Hongze Cheng
1d6c5e63ed
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn
2022-10-19 10:13:59 +08:00
Shengliang Guan
7cdfade1ae
Merge pull request #17442 from taosdata/fix/TD-19443-V30
...
fix(query): improve performance for first function x10 quickly
2022-10-19 10:06:55 +08:00
Shengliang Guan
fc5af24975
Merge pull request #17444 from taosdata/enh/TD-19622
...
refact: remove bnode codes
2022-10-19 10:06:35 +08:00
Benguang Zhao
00a066443f
Merge branch '3.0' into FIX/TD-19593-3.0
2022-10-19 09:38:36 +08:00
Haojun Liao
c7c99ae346
fix(query): update last_row callback function.
2022-10-19 09:33:54 +08:00
Benguang Zhao
3b0968d7f9
enh: enable the -Wformat=2 compiler option
2022-10-19 09:24:15 +08:00
dapan1121
53e73511b5
Merge remote-tracking branch 'origin/3.0' into fix/coverity.pw
2022-10-19 09:16:13 +08:00
dapan1121
20085e5b72
fix:fix coverity issues
2022-10-19 09:15:04 +08:00
Hongze Cheng
efa9f19d18
make it compile
2022-10-19 09:12:37 +08:00
Hongze Cheng
71a2db6cf2
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn
2022-10-19 09:10:36 +08:00
Shengliang Guan
a941b0b919
Merge pull request #17441 from taosdata/enh/TD-19463_2
...
enh: sync propose return at once if replica is 1
2022-10-19 09:07:57 +08:00
Shengliang Guan
5cd1c12c4b
Merge pull request #17448 from taosdata/fix/TD-19619
...
fix(query): mode function output behavior if there're multiple highest frequency of occurrence.
2022-10-19 09:06:43 +08:00
Shengliang Guan
5849f99710
Merge pull request #17446 from taosdata/feature/stream_ly
...
feat(stream):replace disk buff
2022-10-19 09:05:51 +08:00
Hongze Cheng
74d025c783
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn
2022-10-18 22:47:12 +08:00
dapan1121
99fd3284df
Merge pull request #17439 from taosdata/fix/coverity.pw
...
fix: fix coverity issues
2022-10-18 22:15:20 +08:00
Minghao Li
4c9f10b6f3
refactor(sync): add sync ctrl queue in vnode
2022-10-18 19:12:34 +08:00
Ganlin Zhao
2d1f7354a9
fix null value handling
2022-10-18 19:11:49 +08:00
Minglei Jin
82132cdfdd
meta: new metaFinishCommit api & rollback parameter with metaOpen
2022-10-18 18:34:39 +08:00
dapan1121
cbfc9872c6
fix: add cachesize in show create database result
2022-10-18 18:28:49 +08:00
Shengliang Guan
b44a795179
Merge pull request #17432 from taosdata/fix/TD-19250-3
...
fix: coverity issues
2022-10-18 18:14:03 +08:00
54liuyao
8efd7e8763
feat(stream):replace disk buff
2022-10-18 18:13:47 +08:00
Shengliang Guan
2ece142aba
Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2
2022-10-18 18:13:16 +08:00
Haojun Liao
e4940e82c5
fix(query): update last_row callback function.
2022-10-18 17:54:29 +08:00
Ganlin Zhao
0f5e02b0b4
fix(query): mode function output one random result instead of NULL
...
if there're multiple highest frequency of occurrence.
TD-19619
2022-10-18 17:52:40 +08:00
Shengliang Guan
3cbfd2d160
Merge pull request #17392 from taosdata/FIX/TD-19183-3.0
...
enh: not allowed to start on disk space unavailable
2022-10-18 17:46:14 +08:00
Haojun Liao
60e7f2800b
fix(query): fix bug in cached last query.
2022-10-18 17:39:28 +08:00
dapan1121
fe5b898ee5
Merge pull request #17430 from taosdata/fix/TD-19609
...
fix: fix case when crash issue
2022-10-18 17:37:37 +08:00
Shengliang Guan
3a7d89a6bb
refact: remove bnode codes
2022-10-18 17:34:58 +08:00
Alex Duan
85ec70d099
fix(query): improve performance for first function x10 quickly1
2022-10-18 17:26:51 +08:00
yihaoDeng
f0d2f145e2
add pre check
2022-10-18 17:25:13 +08:00
Alex Duan
e2637ab6a7
fix(query): improve performance for first function x10 quickly
2022-10-18 17:22:41 +08:00
Minghao Li
1df2703c41
refactor(sync): modify strategy for syncBeginSnapshot
2022-10-18 17:15:57 +08:00
Shengliang Guan
5b7872b119
Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2
2022-10-18 17:06:28 +08:00
Shengliang Guan
9e0feee081
enh: sync propose return at once if replica is 1
2022-10-18 17:06:03 +08:00
Shengliang Guan
194587558b
Merge pull request #17434 from taosdata/fix/3.0_bugfix_wxy
...
fix: plan problem with 'partition by tag group by tag' statement
2022-10-18 16:33:36 +08:00
dapan1121
0fe14f0b16
fix: fix coverity issues
2022-10-18 16:33:27 +08:00
Shengliang Guan
af070148b9
Merge pull request #17394 from taosdata/enh/TD-19463_2
...
fix: crash while reconfig mnode will cause taosd reboot failure
2022-10-18 16:24:08 +08:00
Minghao Li
e85954276f
refactor(sync): rename functions
2022-10-18 16:16:53 +08:00
yihaoDeng
e74881c17c
add systable filter
2022-10-18 15:26:29 +08:00
Minghao Li
1b36ad119c
refactor(sync): rename functions
2022-10-18 15:24:00 +08:00
Shengliang Guan
b92f1efd40
Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2
2022-10-18 15:16:38 +08:00
Xiaoyu Wang
eaa2a344e1
fix: plan problem with 'partition by tag group by tag' statement
2022-10-18 15:01:52 +08:00
Shengliang Guan
c5e9b6abd6
Merge pull request #17402 from taosdata/fix/TD-19259
...
fix: fix coverity scan problem
2022-10-18 14:50:45 +08:00
Minglei Jin
029abe7396
fix: coverity issues
2022-10-18 14:32:18 +08:00
Minghao Li
49c19e13f2
refactor(sync): rename function
2022-10-18 14:16:39 +08:00
Minghao Li
e810f2ad64
refactor(sync): delete old code, ok
2022-10-18 13:53:03 +08:00
Haojun Liao
5a7b360d6c
Merge pull request #17428 from taosdata/fix/liao_cov
...
fix(query): fix coverity issues.
2022-10-18 13:29:00 +08:00
dapan1121
c51629e5d3
Merge pull request #17423 from taosdata/fix/TS-1901
...
fix: fix varchar and bigint compare issue
2022-10-18 13:16:27 +08:00
Shengliang Guan
f76261dcb5
fix: become leader if replica num is 1
2022-10-18 12:31:15 +08:00
dapan1121
ab7a00abbe
fix: fix case when crash issue
2022-10-18 11:54:30 +08:00
Haojun Liao
2e4dca1171
fix: remove a typo
2022-10-18 11:53:22 +08:00
Haojun Liao
91c376ab63
other: merge 3.0
2022-10-18 11:52:44 +08:00
Shengliang Guan
3ff1ae2bd5
Merge pull request #17421 from taosdata/feature/stream_ly
...
fix(stream): coverity scan, memory leak
2022-10-18 11:49:14 +08:00
Haojun Liao
95dd30be57
fix(query): fix coverity issues.
2022-10-18 11:43:58 +08:00
yihaoDeng
0c6ada5eea
Merge branch 'n2' into new
2022-10-18 11:42:00 +08:00
Xiaoyu Wang
0228caaa0d
enh: last cache optimize
2022-10-18 11:38:59 +08:00
Benguang Zhao
cf2b6ccbfb
enh: write idx ahead of writing its log entry in WAL
2022-10-18 11:23:24 +08:00
Benguang Zhao
af9aa9d783
enh: assert on alignment of idx entries in walWriteIndex
2022-10-18 11:23:13 +08:00
Benguang Zhao
f0427c9322
fix: ftrunc on appending WAL log failure for recovery in walWriteImpl
2022-10-18 11:22:21 +08:00
Benguang Zhao
3190ef65a3
fix: deal with misaligned idx entries in walCheckAndRepairIdxFile
2022-10-18 11:21:48 +08:00
yihaoDeng
b5f7623219
fix invalid packet
2022-10-18 10:53:29 +08:00
dapan1121
bdb81e2b89
fix: fix varchar and bigint compare issue
2022-10-18 10:44:24 +08:00
Xiaoyu Wang
78589248f2
Merge branch '3.0' into fix/3.0_bugfix_wxy
2022-10-18 09:53:08 +08:00
54liuyao
5fc475b960
fix(stream): coverity scan, memory leak
2022-10-18 09:40:19 +08:00
Shengliang Guan
a609f0efb5
Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2
2022-10-18 09:37:33 +08:00
Shengliang Guan
98f1c3d89a
Merge pull request #17411 from taosdata/fix/coverity_glzhao
...
fix: coverity issues
2022-10-17 22:58:37 +08:00
Shengliang Guan
b660f03f24
Merge pull request #17418 from taosdata/fix/invalidPack
...
fix: fix invalid packet
2022-10-17 22:58:04 +08:00
Haojun Liao
7e1521ba0a
Merge pull request #17401 from taosdata/fix/liao_cov
...
fix(query): fix coverity issues.
2022-10-17 22:45:02 +08:00
yihaoDeng
78df93e0ca
fix invalid packet
2022-10-17 22:17:47 +08:00
Minghao Li
94ba0f47f0
refactor(sync): stop elect when not candidate
2022-10-17 20:20:55 +08:00
yihaoDeng
5ff8bb5bc0
fix invalid packet
2022-10-17 19:56:59 +08:00
dapan1121
1992925d8d
Merge remote-tracking branch 'origin/3.0' into fix/coverity.pw
2022-10-17 19:50:37 +08:00
dapan1121
cf9abe7258
fix: fix coverity check issues
2022-10-17 19:48:36 +08:00
Haojun Liao
c8b180b129
fix(query): update the cached last query.
2022-10-17 19:14:06 +08:00
Hongze Cheng
50dfc57cda
Merge pull request #17398 from taosdata/fix/TD-19250-2
...
fix: coverity issues
2022-10-17 18:59:40 +08:00
Minghao Li
45bce6ad49
refactor(sync): add syncBeginSnapshot, syncEndSnapshot
2022-10-17 18:08:35 +08:00
Haojun Liao
da9df99461
fix(query): opt last query.
2022-10-17 17:59:43 +08:00
Minghao Li
8a6eaed6f6
refactor(sync): delete some code
2022-10-17 17:36:51 +08:00
Ganlin Zhao
1a3b2fa4f2
fix: coverity issues
...
CID: 399527
2022-10-17 16:55:27 +08:00
Xiaoyu Wang
93aee94a3f
fix: do coverity scan
2022-10-17 16:54:12 +08:00
Minghao Li
092a07475d
refactor(sync): process hb and appendentries
2022-10-17 16:38:44 +08:00
yihaoDeng
c9aadfadee
fix coverity scan problem
2022-10-17 16:29:50 +08:00
Haojun Liao
6d965b8b81
fix(query): fix coverity issues.
2022-10-17 16:27:44 +08:00
Shengliang Guan
ced97588d1
Merge pull request #17395 from taosdata/szhou/fixbugs
...
fix: reserve enough capacity for inter/final result block when performing scalar calculation of fill operator
2022-10-17 16:26:24 +08:00
Xiaoyu Wang
b286b0cf26
fix: do coverity scan
2022-10-17 16:18:35 +08:00
Haojun Liao
89f80436c6
fix(query): fix coverity issues.
2022-10-17 16:17:16 +08:00
Ganlin Zhao
51dd72ec82
fix: coverity issues
...
CID: 372918
2022-10-17 15:53:24 +08:00
Xiaoyu Wang
9abea76791
fix: do coverity scan
2022-10-17 15:43:42 +08:00
Minglei Jin
5c66712b91
fix: coverity issues
2022-10-17 15:28:10 +08:00
Haojun Liao
08397dc698
Merge pull request #17389 from taosdata/fix/liao_cov
...
fix(query): fix bug in group by tag.
2022-10-17 15:06:26 +08:00
Shengliang Guan
77e40abea2
Merge pull request #17359 from taosdata/enh/3.0_planner_optimize
...
fix: problem when last is used for system table query
2022-10-17 14:37:04 +08:00
Shengliang Guan
8fe672feab
fix: crash whle reconfig mnode will cause taosd reboot failure
2022-10-17 14:34:51 +08:00
slzhou
4c2896236f
fix: reserve enough capacity for inter/final result block when performing scalar calculation of fill operator
2022-10-17 14:34:34 +08:00
Benguang Zhao
a4fd2def98
fix: resolve a typo in errormsg printing in walScanLogGetLastVer
2022-10-17 14:22:20 +08:00
Haojun Liao
ed9ec795eb
fix(query): fix coverity issues.
2022-10-17 14:05:40 +08:00
Haojun Liao
87516ea332
fix(query): fix bug in group by tag.
2022-10-17 13:00:31 +08:00
Ganlin Zhao
bcf2cfeed7
fix: coverity issues
...
CID: 354713
2022-10-17 11:06:02 +08:00
Minghao Li
a3f8c03a65
refacotr(sync): add case sync2-test.sim
2022-10-17 10:58:55 +08:00
Minghao Li
5745223bca
refactor(sync): add double queues in mnode
2022-10-17 10:33:27 +08:00
Liu Jicong
9a3ac0ca57
Merge branch '3.0' into feature/stream
2022-10-17 10:17:45 +08:00
Liu Jicong
6f9153c6e3
fix: error handling
2022-10-17 10:13:10 +08:00
Shengliang Guan
4223b43a3a
Merge pull request #17322 from taosdata/FIX/TD-19239-3.0
...
fix: enhance subroutines to resolve WAL inconsistency after crashing or disk full
2022-10-17 09:06:16 +08:00
yihaoDeng
1132f72440
Merge branch 'n2' into new
2022-10-16 21:33:12 +08:00
yihaoDeng
4ff0b21bb4
opt systable query
2022-10-16 21:30:53 +08:00
Haojun Liao
bcb3d41d08
fix(query): fix coverity issues.
2022-10-16 13:46:21 +08:00
Benguang Zhao
e3f50c0d48
fix: align vers.firstVer with vers.snapshotVer+1 in WAL meta info
2022-10-16 13:10:57 +08:00
Haojun Liao
aa9c99fa53
Merge branch '3.0' into feature/3_liaohj
2022-10-16 12:50:05 +08:00
Minghao Li
fa30b94c67
refactor(sync): append entries
2022-10-16 12:07:02 +08:00
Benguang Zhao
616eb5f903
Merge branch '3.0' into FIX/TD-19239-3.0
2022-10-16 00:29:01 +08:00
Benguang Zhao
6f39a36344
fix: replace asserts on failure of tdbPagerWrite with tdbError msg
2022-10-15 23:57:37 +08:00
Benguang Zhao
a4cc3f76d4
fix: ignore file not exist error of tdbOsRemove
2022-10-15 23:57:37 +08:00
Benguang Zhao
c70d10334c
enh: print vgId in error msg within syncNodeCommit
2022-10-15 23:57:37 +08:00
Benguang Zhao
b6c31ee67d
fix: fsync the current wal log and idx files at first to ensure validity of meta in walSaveMeta
2022-10-15 23:57:37 +08:00
Benguang Zhao
7fb827debd
fix: refactor walScanLogGetLastVer, walCheckAndRepairMeta, and walCheckAndRepairIdx.
...
* search for the last entry in the contiguous range of valid WAL from the last pos fsynced as firstTrial
* find the last entry before the last pos fsynced backwards as second trial
* reserve sufficient space for computing CRC32 checksum, esp. of WAL record body
* rebuild meta info to resolve potential misalignment between lists of meta and actual log files
* retract commitIndex and appliedIndex to lastLogIndex if needed
* put an upper size limit on possibly corrupted WAL range to be recovered
2022-10-15 23:56:31 +08:00
Shengliang Guan
513db327e8
Merge pull request #17366 from taosdata/fix/TD-19250
...
fix: dismiss some coverity scan issues
2022-10-15 21:54:58 +08:00
Hongze Cheng
0a0f67c872
Merge pull request #17373 from taosdata/revert-17368-refact/tag_agg_opt
...
Revert "enh(query): opt group by tag perf."
2022-10-15 20:43:59 +08:00
Shengliang Guan
edf9253a16
Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2
2022-10-15 17:19:08 +08:00
Hongze Cheng
329b750701
Revert "enh(query): opt group by tag perf."
2022-10-15 16:14:50 +08:00
Minghao Li
797d1324c5
refactor(sync): request vote
2022-10-15 09:28:55 +08:00
Haojun Liao
77cafebd63
Merge pull request #17368 from taosdata/refact/tag_agg_opt
...
enh(query): opt group by tag perf.
2022-10-14 23:26:34 +08:00
Benguang Zhao
c693384ec4
enh: replace asserts with error logs in walReadVer
2022-10-14 22:57:28 +08:00
Benguang Zhao
948fa60ef0
fix: check the length of remaining content for computing CRC32 chksum of WAL record body
2022-10-14 22:57:28 +08:00
Benguang Zhao
63b13db10f
fix: eliminate asserts on getting and committing log entries
2022-10-14 22:57:27 +08:00
Benguang Zhao
df18ddbbb5
enh: remove WAL log file corrupted completely
2022-10-14 22:57:27 +08:00
Benguang Zhao
715f53a856
fix: eliminate asserts on errors of appending or getting log entry
2022-10-14 22:46:35 +08:00
Benguang Zhao
9055f63742
fix: ftruncate WAL log after the last valid WAL record properly in walScanLogGetLastVer
2022-10-14 22:43:41 +08:00