docs: time-based replica progress reporting; deltas_batch_progress_size is a no-op - #1728
Open
as51340 wants to merge 1 commit into
Open
docs: time-based replica progress reporting; deltas_batch_progress_size is a no-op#1728as51340 wants to merge 1 commit into
as51340 wants to merge 1 commit into
Conversation
…ze is a no-op Replicas now report progress on a fixed time interval for as long as work keeps advancing, instead of after a fixed number of processed deltas. This covers long operations that run inside a single delta -- index population, constraint validation, snapshot loading, storage clearing before a reset, and aborting an interrupted two-phase commit -- which previously reported nothing and let the main drop the connection mid-build. As a consequence the deltas_batch_progress_size coordinator setting no longer has any effect. It stays readable and settable so existing configurations survive an upgrade. Core PR: memgraph/memgraph#4557
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release note
Document new async replica progress heartbeat mechanism.
Related product PRs
PRs from product repo this doc page is related to:
memgraph/memgraph#4557
Checklist:
bugfixorfeaturelabel, based on the product PR type you're documenting