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

issue-2947: add connections warmup on nbs bootstrap #2977

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

vladstepanyuk
Copy link
Contributor

@vladstepanyuk vladstepanyuk commented Feb 5, 2025

#2947
Провели пару замеров на проде и прогрев соеденений дал улучшение в пару секунд для максимального летенси на пользовательской стороне во время рестарта.
Уже есть тест cloud/blockstore/tests/loadtest/local-emergency/test.py который делает BackupTabletBootInfos и затем рестартит nbs, поэтому наш случай уже покрыт тестами.

Copy link
Contributor

github-actions bot commented Feb 5, 2025

Hi! Thank you for contributing!
The tests on this PR will run after a maintainer adds an ok-to-test label to this PR manually. Thank you for your patience!

@komarevtsev-d komarevtsev-d added blockstore Add this label to run only cloud/blockstore build and tests on PR large-tests Launch large tests for PR ok-to-test Label to approve test launch for external members labels Feb 5, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Feb 5, 2025
@komarevtsev-d komarevtsev-d added the ok-to-test Label to approve test launch for external members label Feb 5, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Feb 5, 2025
@komarevtsev-d komarevtsev-d added the ok-to-test Label to approve test launch for external members label Feb 5, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Feb 5, 2025
}

auto tabletBootInfoBackupFilePath =
TFsPath(Configs->StorageConfig->GetTabletBootInfoBackupFilePath());
Copy link
Collaborator

Choose a reason for hiding this comment

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

тут мы лезем в кишки hive proxy

вместо этого можно полистить все backup'ы при помощи https://github.com/ydb-platform/nbs/blob/main/cloud/storage/core/libs/hive_proxy/hive_proxy_events_private.h#L104

Copy link
Contributor

github-actions bot commented Feb 5, 2025

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 41f7d29.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3811 3811 0 0 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockstore Add this label to run only cloud/blockstore build and tests on PR large-tests Launch large tests for PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants