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

Add DiskTimeAvailable scaling option to BlobStorage configuration, improve burst threshold configuration #2530

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

serbel324
Copy link
Collaborator

@serbel324 serbel324 commented Mar 6, 2024

...

Copy link

github-actions bot commented Mar 6, 2024

2024-03-06 21:02:25 UTC Pre-commit check for 2957fa5 has started.
2024-03-06 21:02:26 UTC Build linux-x86_64-release-cmake14 is running...
🟢 2024-03-06 21:34:55 UTC Build successful.

Copy link

github-actions bot commented Mar 6, 2024

2024-03-06 21:04:28 UTC Pre-commit check for 2957fa5 has started.
2024-03-06 21:04:31 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-03-06 21:37:56 UTC Build successful.
2024-03-06 21:38:11 UTC Tests are running...
🔴 2024-03-06 23:09:54 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
68251 57306 0 2 10918 25

Copy link

github-actions bot commented Mar 6, 2024

2024-03-06 21:04:28 UTC Pre-commit check for 2957fa5 has started.
2024-03-06 21:04:31 UTC Build linux-x86_64-release-asan is running...
🟢 2024-03-06 21:38:41 UTC Build successful.
2024-03-06 21:38:56 UTC Tests are running...
🔴 2024-03-06 23:19:10 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14950 14787 0 30 100 33

@@ -176,6 +176,19 @@ namespace NKikimr::NStorage {
vdiskConfig->EnableVPatch = EnableVPatch;
vdiskConfig->FeatureFlags = Cfg->FeatureFlags;

if (Cfg->BlobStorageConfig.HasCostMetricsSettings()) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

StorageConfig.GetBlobStorageConfig()

@serbel324 serbel324 linked an issue Mar 7, 2024 that may be closed by this pull request
@serbel324 serbel324 merged commit 9235b5d into ydb-platform:main Mar 7, 2024
5 of 7 checks passed
@shnikd shnikd mentioned this pull request Mar 26, 2024
This was referenced Mar 29, 2024
@shnikd shnikd mentioned this pull request Apr 11, 2024
serbel324 added a commit to serbel324/ydb that referenced this pull request Jun 5, 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

Successfully merging this pull request may close these issues.

Add fine-tuning mechanism for performance metrics
2 participants