Skip to content
Snippets Groups Projects
Commit b6d0441c authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Roman Tsisyk
Browse files

vinyl: remove needless scheduler fields used for waiting for checkpoint

Now as we have vy_scheduler->mem_min_lsn, we can check if checkpoint has
finished by comparing it to ->checkpoint_lsn, so ->checkpoint_pending
and ->dirty_mem_count fields are not needed and can be removed.

Also, remove vy_scheduler->checkpoint_failed field, because ->throttled
can be used instead.
parent ef96d35b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment