Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Isolated Mode for Sync Handling #5028

Closed
devendran-m opened this issue Dec 16, 2024 · 0 comments
Closed

Introduce Isolated Mode for Sync Handling #5028

devendran-m opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@devendran-m
Copy link
Contributor

devendran-m commented Dec 16, 2024

Retrospective ticket for the pull request - #5021

User Story:
As a node operator, I want an Isolated mode for sync handling so that the node can operate independently of peers in KeepUp mode and query data through the binary port with an existing LMDB database.

Description:
The "Isolated" mode enables a node to bypass peer synchronization when switching to KeepUp mode. This feature is particularly useful for setups with pre-existing LMDB databases, allowing data queries through the binary port without requiring peer interaction.

Acceptance Criteria:

  • Node can run in "Isolated" mode without syncing with peers in KeepUp mode.
  • Data queries through the binary port function seamlessly with an existing LMDB database.
  • Proper documentation and configuration options are provided for enabling Isolated mode.
@devendran-m devendran-m changed the title Introduce "Isolated" Mode for Sync Handling Introduce Isolated Mode for Sync Handling Dec 16, 2024
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

No branches or pull requests

2 participants