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

[NBS] Decrease downtime during releases with BS group connection warm-up #2947

Open
vladstepanyuk opened this issue Jan 30, 2025 · 1 comment

Comments

@vladstepanyuk
Copy link
Contributor

vladstepanyuk commented Jan 30, 2025

During releases, there are few downtime and we want to reduce it as much as possible. Now, we establish connections lazily - only with the first message, we want to add handles to dump groups of volume channels to disk, and then, during the bootstrap warm-up, we will establish connections with these groups and then start tablets in the new nbs process.

@SvartMetal
Copy link
Collaborator

SvartMetal commented Jan 30, 2025

to dump groups of volume channels to disk

They are already being dumped as part of TabletBootInfoBackup

TString TabletBootInfoBackupFilePath;

@SvartMetal SvartMetal changed the title [NBS] Decrease downtime during releases with group connection warm-up [NBS] Decrease downtime during releases with BS group connection warm-up Feb 7, 2025
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