Skip to content

[server] Periodically checkpoint log recovery points#3547

Open
swuferhong wants to merge 1 commit into
apache:mainfrom
swuferhong:recovery-checkpoint-flush-logic
Open

[server] Periodically checkpoint log recovery points#3547
swuferhong wants to merge 1 commit into
apache:mainfrom
swuferhong:recovery-checkpoint-flush-logic

Conversation

@swuferhong

Copy link
Copy Markdown
Contributor

Purpose

Linked issue: close #3546

Add a recovery point checkpoint task in LogManager. The task runs every 60 seconds by default and persists the latest flushed recovery point for each log directory, so unclean startup can avoid recovering already-flushed log segments.

Brief change log

Tests

API and Format

Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[server] Unclean shutdown recovery scans flushed log segments without periodic recovery point checkpoints

1 participant