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 |
Shengliang Guan
|
c70006d96b
|
Merge pull request #17512 from taosdata/FIX/TD-19672-3.0
fix: resolve a format issue of printf in hashTest.cpp
|
2022-10-20 21:14:50 +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 |
Shengliang Guan
|
3163f75733
|
enh: alter db replica
|
2022-10-20 18:11:37 +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 |
Minghao Li
|
a35ad361d0
|
refacotr(sync): call syncBeginSnapshot instead of walBeginSnapshot
|
2022-10-20 18:01:43 +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
|
4d318b32da
|
refact: alter db replica
|
2022-10-20 16:47:03 +08:00 |
Shengliang Guan
|
15364fb1da
|
Merge pull request #17517 from taosdata/fix/coverity_glzhao
fix: fix coverity issues
|
2022-10-20 16:40:40 +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 |
Cary Xu
|
af4957f672
|
chore: code optimization for rsma
|
2022-10-20 16:02:51 +08:00 |
Cary Xu
|
b2b61bab96
|
fix: commit txn for rsma
|
2022-10-20 15:53:47 +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
|
3db012b9a3
|
Merge branch '3.0' into fix/coverity_glzhao
|
2022-10-20 14:25:03 +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 |
Cary Xu
|
a92ed83dea
|
Merge branch '3.0' into fix/TD-19254-D
|
2022-10-20 14:23:04 +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 |
Benguang Zhao
|
659a5ab384
|
fix: resolve a format issue of printf in hashTest.cpp
|
2022-10-20 14:18:21 +08:00 |
yihaoDeng
|
c4f7607e8c
|
opt sys query
|
2022-10-20 14:04:18 +08:00 |
Shengliang Guan
|
c0d66dee2a
|
fix: improve test coverage
|
2022-10-20 14:00:52 +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 |
Shengliang Guan
|
4e7cac45c0
|
fix: improve test coverage
|
2022-10-20 12:33:47 +08:00 |
Haojun Liao
|
3fcd60e627
|
fix(query): remove invalid check.
|
2022-10-20 12:18:56 +08:00 |
Haojun Liao
|
12e81869bc
|
fix(query): remove invalid free.
|
2022-10-20 11:52:30 +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 |
Hongze Cheng
|
2586f556cd
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_coverity_scan
|
2022-10-20 11:08:41 +08:00 |
Shengliang Guan
|
ef6ba5b9ac
|
Merge pull request #17493 from taosdata/fix/TD-19655-V30
fix(shell): repair some recoverity problems and restore zhiqiang chinese modifing
|
2022-10-20 11:06:56 +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 |
Hongze Cheng
|
446e8c5d6d
|
fix: coverity scan problem
|
2022-10-20 09:36:15 +08:00 |
Cary Xu
|
951d110b3b
|
fix: coverity scan for trow
|
2022-10-20 09:31:17 +08:00 |
Cary Xu
|
db5f6dd61d
|
Merge branch '3.0' into fix/TD-19254-D
|
2022-10-20 09:13:53 +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 |
Shengliang Guan
|
30b60002fd
|
Merge pull request #17459 from taosdata/FIX/TD-19593-3.0
enh: enable the -Wformat=2 compiler option
|
2022-10-19 23:35:22 +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
|
228640af3b
|
fix: compile error
|
2022-10-19 20:51:25 +08:00 |
Shengliang Guan
|
7db984bdc4
|
Merge pull request #17490 from taosdata/fix/TD-19652
rm deleted table idx
|
2022-10-19 20:48:46 +08:00 |
Cary Xu
|
5abfeb47ca
|
chore: code optimization for rsma
|
2022-10-19 20:25:42 +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 |
Cary Xu
|
706aa1da1e
|
chore: code optimization for rsma
|
2022-10-19 19:59:35 +08:00 |
yihaoDeng
|
66a3269c6b
|
add pre check
|
2022-10-19 19:57:31 +08:00 |
Alex Duan
|
720c16bf0a
|
fix(shell): coverity problem for some
|
2022-10-19 19:53:10 +08:00 |
Cary Xu
|
e997780044
|
chore: code optimization for rsma
|
2022-10-19 19:52:09 +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 |
yihaoDeng
|
9805c50b38
|
rm deleted table idx
|
2022-10-19 19:44:07 +08:00 |
Cary Xu
|
20d812fdaa
|
chore: code optimization for rsma
|
2022-10-19 19:43:59 +08:00 |
Cary Xu
|
c5b5699c88
|
chore: code optimization for rsma
|
2022-10-19 19:41:15 +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 |
Shengliang Guan
|
706682ea5c
|
Merge pull request #17467 from taosdata/enh/TD-19623
refact: remove multi process codes
|
2022-10-19 19:04:51 +08:00 |
Cary Xu
|
624eb89851
|
Merge branch '3.0' into fix/TD-19254-D
|
2022-10-19 18:54:11 +08:00 |
Minglei Jin
|
60b85028af
|
fix: do not copy binary when nData is 0
|
2022-10-19 18:53:51 +08:00 |
Haojun Liao
|
a43ccdf5a5
|
refactor: remove redundant codes.
|
2022-10-19 18:07:34 +08:00 |
Haojun Liao
|
1795163999
|
refactor: remove redundant codes.
|
2022-10-19 18:06:09 +08:00 |
Haojun Liao
|
5dcfaf3bd6
|
refactor: remove redundant codes.
|
2022-10-19 18:00:15 +08:00 |
Cary Xu
|
78828d4d47
|
enh: add more check
|
2022-10-19 17:58:39 +08:00 |
yihaoDeng
|
12ec7d7193
|
add pre check
|
2022-10-19 17:54:06 +08:00 |
Shengliang Guan
|
79f16a6d54
|
refact: remove multi process codes
|
2022-10-19 17:53:01 +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 |
Cary Xu
|
8573fb56c8
|
chore: code optimization for rsma
|
2022-10-19 17:48:56 +08:00 |
Haojun Liao
|
b20e2ed5af
|
fix(query): set correct last value.
|
2022-10-19 17:43:23 +08:00 |
Cary Xu
|
54526adcc3
|
fix: commit txn for rsma
|
2022-10-19 17:18:41 +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 |
Minglei Jin
|
138fc0e065
|
Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj
|
2022-10-19 16:08:23 +08:00 |
Minglei Jin
|
6dea891571
|
fix: release data file reader
|
2022-10-19 16:07:53 +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 |
Hongze Cheng
|
331e62e72a
|
Merge pull request #17470 from taosdata/fix/hzcheng_coverity_scan
fix: coverity scan problem
|
2022-10-19 15:50:36 +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 |
Haojun Liao
|
116d1451e4
|
fix(query): do some internal refactor.
|
2022-10-19 15:43:58 +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 |
Minglei Jin
|
640338893d
|
tsdb/cache: handle OOM exceptions
|
2022-10-19 15:01:49 +08:00 |
Xiaoyu Wang
|
079a03f3b2
|
fix: handle coverity scan
|
2022-10-19 14:51:43 +08:00 |
Minglei Jin
|
ceec953498
|
fix: copy binary type column data out
|
2022-10-19 14:50:36 +08:00 |
Xiaoyu Wang
|
8cd36d9045
|
merge 3.0
|
2022-10-19 14:01:57 +08:00 |
Minglei Jin
|
60d889a0fc
|
Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj
|
2022-10-19 13:59:42 +08:00 |
Minglei Jin
|
a1c18bba33
|
fix: cache load calculation
|
2022-10-19 13:58:59 +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 |
Hongze Cheng
|
cc455b9903
|
fix: coverity scan problem
|
2022-10-19 13:40:16 +08:00 |
Haojun Liao
|
74305814f0
|
fix(query): fix coverity issues.
|
2022-10-19 13:38:01 +08:00 |
Shengliang Guan
|
0e30d177fa
|
Merge remote-tracking branch 'origin/3.0' into enh/TD-19623
|
2022-10-19 13:33:00 +08:00 |
Shengliang Guan
|
c58daa705b
|
Merge pull request #17468 from taosdata/enh/TD-19611
enh: close vnode with multiple threads
|
2022-10-19 13:27:49 +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 |
Shengliang Guan
|
35a071b9c3
|
enh: close vnode with multiple threads
|
2022-10-19 12:13:13 +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 |