Skip to content

IGNITE-23701 Add output of execution duration LogSyncer to message "Checkpoint finished"#4744

Merged
tkalkirill merged 2 commits intoapache:mainfrom
gridgain:ignite-23701
Nov 19, 2024
Merged

IGNITE-23701 Add output of execution duration LogSyncer to message "Checkpoint finished"#4744
tkalkirill merged 2 commits intoapache:mainfrom
gridgain:ignite-23701

Conversation

@tkalkirill
Copy link
Copy Markdown
Contributor


private void syncWal(CheckpointMetricsTracker tracker) throws IgniteInternalCheckedException {
try {
tracker.onSyncWalStart();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Ignite 2, the log was a WAL and this term was used in the whole codebase. In Ignite 3, we usually talk about Raft log (or simply log) and not a WAL. Maybe it will be more consistent to use 'log' term instead of 'WAL' in this class as well.

@tkalkirill tkalkirill merged commit 4d905ef into apache:main Nov 19, 2024
@tkalkirill tkalkirill deleted the ignite-23701 branch November 19, 2024 11:22
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.

2 participants