homework-jianmu/source/libs
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
..
cache
catalog more format 2022-10-13 13:41:36 +08:00
command more format 2022-10-13 13:41:36 +08:00
executor more format 2022-10-13 13:41:36 +08:00
function more code format 2022-10-13 14:15:42 +08:00
index more code format 2022-10-13 13:59:18 +08:00
monitor more code format 2022-10-13 13:59:18 +08:00
nodes fix: some problems of parser 2022-10-12 16:32:29 +08:00
parser Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/code_format 2022-10-13 14:03:34 +08:00
planner fix: some problems of parser 2022-10-12 16:32:29 +08:00
qcom more code format 2022-10-13 14:25:37 +08:00
qworker more code format 2022-10-13 14:25:37 +08:00
scalar more code format 2022-10-13 14:03:23 +08:00
scheduler more code format 2022-10-13 16:58:43 +08:00
stream Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/code_format 2022-10-13 14:25:51 +08:00
sync fix: eliminate asserts on getting and committing log entries 2022-10-14 22:57:27 +08:00
tdb enh: protect WAL meta by flushing to a tmpfile at first and then renaming 2022-10-14 22:32:15 +08:00
tfs more format 2022-10-13 13:41:36 +08:00
transport Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/code_format 2022-10-13 14:03:34 +08:00
wal fix: refactor walScanLogGetLastVer, walCheckAndRepairMeta, and walCheckAndRepairIdx. 2022-10-15 23:56:31 +08:00
CMakeLists.txt more code 2022-10-12 11:09:42 +08:00