[4.1] fix some bugs in checkpoint

This commit is contained in:
obdev
2023-04-13 05:45:34 +00:00
committed by ob-robot
parent 01399a3774
commit 1feabe8bc9
4 changed files with 52 additions and 22 deletions

View File

@ -86,6 +86,7 @@ public:
int diagnose(CheckpointDiagnoseInfo &diagnose_info) const;
int traversal_flush() const;
private:
static const int64_t CLOG_GC_PERCENT = 60;