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
Benguang Zhao
616eb5f903
Merge branch '3.0' into FIX/TD-19239-3.0
2022-10-16 00:29:01 +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
Hongze Cheng
2268a1e94e
fix some converity scan problem
2022-10-14 13:34:25 +08:00
Shengliang Guan
ebf330fad2
Merge pull request #17309 from taosdata/fix/3.0_bugfix_wxy
...
fix: some problems of parser
2022-10-13 13:58:13 +08:00
Hongze Cheng
fcbaa6082b
more code refact
2022-10-13 11:49:46 +08:00
Hongze Cheng
4cc94968ee
refact: format header file
2022-10-13 11:09:43 +08:00
Xiaoyu Wang
947e9d6458
fix: some problems of parser
2022-10-12 10:16:29 +08:00
Hongze Cheng
579af54c49
more code
2022-10-10 17:45:10 +08:00
Shengliang Guan
66a4f332b3
fix: coverity issues
2022-10-10 10:51:16 +08:00
Hongze Cheng
cd0593cfcf
fix more
2022-10-09 16:10:16 +08:00
Shengliang Guan
8e4a0912a2
Merge pull request #17220 from taosdata/feat/TD-17777-V30
...
feat(shell): Supported TAB complete for 3.0
2022-10-09 13:36:16 +08:00
Alex Duan
c71600bae8
Merge branch '3.0' into feat/TD-17777-V30
2022-10-08 20:20:07 +08:00
yihaoDeng
27003dfaa5
fix invalid tag value
2022-10-08 15:48:52 +08:00
Hongze Cheng
be482feacc
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-30 10:32:10 +08:00
Xiaoyu Wang
73642ac3a2
feat: sql command 'show table tags from table_name'
2022-09-29 16:16:49 +08:00
Alex Duan
49b49eb0eb
Merge branch '3.0' into feat/TD-17777-V30
2022-09-29 11:20:09 +08:00
Hongze Cheng
82a227b9c7
more fix
2022-09-28 18:48:35 +08:00
Hongze Cheng
a4d16f1c00
more code
2022-09-27 17:36:02 +08:00
Hongze Cheng
efacafde33
refact more code
2022-09-26 10:47:24 +08:00
Hongze Cheng
14b0b458e7
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-23 18:07:19 +08:00
Shengliang Guan
983f4797f2
Merge pull request #16862 from taosdata/enh/clientPolicy
...
enh: support client merge policy
2022-09-23 17:26:30 +08:00
Hongze Cheng
7e0c3ee663
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-23 17:22:02 +08:00
Shengliang Guan
3810b5d4fa
fix: add more info log for mnode
2022-09-23 15:42:36 +08:00
dapan1121
3fb3aa7bea
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
2022-09-23 13:33:11 +08:00
Hongze Cheng
2ba8be78a7
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-23 10:58:15 +08:00
Shengliang Guan
ade0e5c5cc
Merge pull request #17010 from taosdata/fix/3.0_bugfix_wxy
...
fix: some parser problems
2022-09-22 19:42:26 +08:00
Hongze Cheng
5fd403b813
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-22 19:11:02 +08:00
Xiaoyu Wang
9f45f81aa0
fix: join validity check
2022-09-22 16:54:39 +08:00
Shengliang Guan
43ef21f67b
enh: add oper name to show transaction
2022-09-22 16:19:33 +08:00
Hongze Cheng
9f7771cde4
refact more code
2022-09-22 11:52:47 +08:00
Hongze Cheng
ce9afbae19
more code
2022-09-21 14:02:52 +08:00
Hongze Cheng
b4a43079fb
more code
2022-09-21 11:03:08 +08:00
Hongze Cheng
fb45b8d577
refact code
2022-09-20 13:39:32 +08:00
Hongze Cheng
215883ea64
refact code
2022-09-20 11:08:46 +08:00
Hongze Cheng
678f9da4ac
refact compress code
2022-09-20 10:11:55 +08:00
Cary Xu
777fadee25
feat: stream state optimization for rsma
2022-09-19 19:27:23 +08:00
Alex Duan
1490b11448
Merge remote-tracking branch 'refs/remotes/origin/3.0' into 3.0
2022-09-19 11:09:10 +08:00
dapan1121
4048c99282
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
2022-09-15 14:50:35 +08:00
Liu Jicong
3bedc3fa3b
Merge pull request #16836 from taosdata/feature/stream
...
feat(stream): stream state support tuple
2022-09-14 17:47:47 +08:00
Liu Jicong
c7f986a656
refactor(tmq): add error code
2022-09-14 17:11:50 +08:00
Shengliang Guan
59e9140996
Merge pull request #16806 from taosdata/fix/TD-18224
...
fix(query): twa function report error if input has overlap timestamps
2022-09-14 15:52:20 +08:00
Ganlin Zhao
64226e5e55
fix error code number
2022-09-14 15:01:14 +08:00
Ganlin Zhao
f1956930c9
Merge branch '3.0' into fix/TD-18224
2022-09-13 18:06:34 +08:00
Ganlin Zhao
6b2bf42f68
fix(query): twa function output NULL if input has overlap timestamps
...
TD-18224
2022-09-13 18:05:54 +08:00
yihaoDeng
b82f27ec03
tsc: handle schedule error
2022-09-13 17:48:57 +08:00
Xiaoyu Wang
6cf578f299
feat: database option 'tsdb_pagesize'
2022-09-13 14:19:50 +08:00
Hongze Cheng
9e33dfbc90
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/stt_trigger_config
2022-09-08 21:27:33 +08:00
Hongze Cheng
eae7947c68
more refact
2022-09-08 17:58:33 +08:00