54liuyao
2df86022c0
fix(stream): coverity scan,type conversion
2022-10-17 13:11:52 +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
Hongze Cheng
fcbaa6082b
more code refact
2022-10-13 11:49:46 +08:00
Hongze Cheng
579af54c49
more code
2022-10-10 17:45:10 +08:00
Shengliang Guan
60be9f5771
Merge pull request #17241 from taosdata/enh/optLogTime
...
enh: opt log time
2022-10-10 09:59:37 +08:00
yihaoDeng
86c98f1f21
fix(tsc): fix invalid free
2022-10-09 21:30:41 +08:00
yihaoDeng
1af09ec91b
opt log time
2022-10-09 18:18:48 +08:00
Shengliang Guan
633fd372cd
fix: coverity issues
2022-10-09 17:48:06 +08:00
yihaoDeng
03f4412916
opt log time
2022-10-09 16:53:44 +08:00
Zhiqiang Wang
365b9ba7a0
fix: shell source error ( #17234 )
2022-10-09 15:40:27 +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
wade zhang
5be42222dc
Merge pull request #17199 from taosdata/fix/tbNameInvalidTag
...
fix(query): fix invalid tag value
2022-10-09 09:50:16 +08:00
Alex Duan
c71600bae8
Merge branch '3.0' into feat/TD-17777-V30
2022-10-08 20:20:07 +08:00
yihaoDeng
aa20dfffe1
fix invalid tag value
2022-10-08 16:36:19 +08:00
yihaoDeng
27003dfaa5
fix invalid tag value
2022-10-08 15:48:52 +08:00
Shengliang Guan
e98335bdfa
fix: coverity issues
2022-10-08 11:29:46 +08:00
Hongze Cheng
ce087d3dbc
optimize more code
2022-09-29 14:54:58 +08:00
Alex Duan
49b49eb0eb
Merge branch '3.0' into feat/TD-17777-V30
2022-09-29 11:20:09 +08:00
Hongze Cheng
cf0aecd3dd
more fix
2022-09-29 00:02:09 +08:00
Hongze Cheng
82a227b9c7
more fix
2022-09-28 18:48:35 +08:00
Hongze Cheng
0ca19fb42b
fix more
2022-09-28 15:46:56 +08:00
Hongze Cheng
5be361ee08
more fix
2022-09-28 14:01:34 +08:00
Hongze Cheng
df84baad12
fix another bug
2022-09-28 10:12:10 +08:00
Hongze Cheng
27b6290f6b
fix compression bug
2022-09-28 09:56:28 +08:00
Hongze Cheng
95df98315d
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-28 09:42:00 +08:00
Hongze Cheng
a4d16f1c00
more code
2022-09-27 17:36:02 +08:00
Shengliang Guan
eead619f1a
fix: coverity issues
2022-09-27 17:10:48 +08:00
Hongze Cheng
3be4b1d4df
finish stream compression
2022-09-27 16:16:02 +08:00
Hongze Cheng
24e899f88b
more code
2022-09-27 15:40:06 +08:00
Hongze Cheng
4fdb37e887
more code
2022-09-26 17:56:47 +08:00
Hongze Cheng
787e166215
refact more code
2022-09-26 17:45:37 +08:00
Hongze Cheng
efacafde33
refact more code
2022-09-26 10:47:24 +08:00
Hongze Cheng
64434678ca
refact more code
2022-09-25 18:09:54 +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
1549819b91
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression
2022-09-21 09:33:03 +08:00
Ganlin Zhao
2ec55857f8
Merge branch '3.0' into fix/TD-18385
2022-09-20 17:16:31 +08:00
Ganlin Zhao
83be0489a3
fix(query): fix percentile function crash on large data set
2022-09-20 17:12:01 +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
Shengliang Guan
f48553d3fe
Merge pull request #16934 from taosdata/feat/stream_compression
...
Feat/stream compression
2022-09-19 22:06:09 +08:00
Cary Xu
777fadee25
feat: stream state optimization for rsma
2022-09-19 19:27:23 +08:00
Hongze Cheng
e43a4df898
more code
2022-09-19 18:47:39 +08:00
Hongze Cheng
c90123c0d7
more code
2022-09-19 18:19:41 +08:00
Hongze Cheng
747ce081b3
more code
2022-09-19 17:59:05 +08:00
Hongze Cheng
e33c255ad1
more code
2022-09-19 15:57:58 +08:00