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

Support Put and Get requests acceleration for 2 slow disks in block-4-2 erasure #4803

Merged
merged 10 commits into from
Jun 5, 2024

Conversation

serbel324
Copy link
Collaborator

  • Add Acceleration tests
  • Get Acceleration test
  • Support Put acceleration for block-4-2

Copy link

github-actions bot commented May 23, 2024

2024-05-23 18:20:29 UTC Pre-commit check for 7fbf618 has started.
2024-05-23 18:23:01 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-23 18:36:51 UTC Build successful.

Copy link

github-actions bot commented May 23, 2024

2024-05-23 18:20:37 UTC Pre-commit check for 7fbf618 has started.
2024-05-23 18:23:11 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-23 18:26:46 UTC Build successful.
2024-05-23 18:27:00 UTC Tests are running...
🔴 2024-05-23 20:23:46 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9666 9602 0 26 27 11

Copy link

github-actions bot commented May 23, 2024

2024-05-23 18:20:38 UTC Pre-commit check for 7fbf618 has started.
2024-05-23 18:23:13 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-23 18:27:43 UTC Build successful.
2024-05-23 18:27:58 UTC Tests are running...
🔴 2024-05-23 19:42:44 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13789 12483 0 1 1299 6

Copy link

github-actions bot commented May 24, 2024

2024-05-24 04:17:43 UTC Pre-commit check for 0f3d625 has started.
2024-05-24 04:20:16 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-24 04:22:10 UTC Build successful.

Copy link

github-actions bot commented May 24, 2024

2024-05-24 04:17:48 UTC Pre-commit check for 0f3d625 has started.
2024-05-24 04:20:26 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-24 04:22:25 UTC Build successful.
2024-05-24 04:22:40 UTC Tests are running...
🔴 2024-05-24 05:40:12 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13789 12482 0 1 1299 7

Copy link

github-actions bot commented May 24, 2024

2024-05-24 04:19:49 UTC Pre-commit check for 0f3d625 has started.
2024-05-24 04:22:18 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-24 04:24:38 UTC Build successful.
2024-05-24 04:24:50 UTC Tests are running...
🔴 2024-05-24 06:15:24 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9654 9597 0 21 22 14

ydb/core/blobstorage/dsproxy/dsproxy_blackboard.cpp Outdated Show resolved Hide resolved
ydb/core/blobstorage/dsproxy/dsproxy_put.cpp Outdated Show resolved Hide resolved
Action(true);
// *(IsMultiPutMode ? Mon->NodeMon->AccelerateEvVMultiPutCount : Mon->NodeMon->AccelerateEvVPutCount) += v.size();
AccelerateIfNeeded();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Action(true) a few lines above already accelerates, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, but we need to schedule second accelerate in case current acceleration sends request to slow disk and doesn't recieve response in time. This call schedules next acceleration.

@serbel324 serbel324 changed the title Support Put acceleration for 2 slow disks in block-4-2 erasure Support Put and Get requests acceleration for 2 slow disks in block-4-2 erasure May 24, 2024
Copy link

github-actions bot commented May 24, 2024

2024-05-24 15:56:15 UTC Pre-commit check for b08f4da has started.
2024-05-24 15:58:37 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-24 16:30:46 UTC Build successful.

Copy link

github-actions bot commented May 24, 2024

2024-05-24 15:56:45 UTC Pre-commit check for b08f4da has started.
2024-05-24 15:59:10 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-24 16:14:54 UTC Build successful.
2024-05-24 16:15:06 UTC Tests are running...
🔴 2024-05-24 17:30:17 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13804 11406 0 1044 1320 34

Copy link

github-actions bot commented May 24, 2024

2024-05-24 16:18:24 UTC Pre-commit check for b08f4da has started.
2024-05-24 16:20:49 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-24 16:23:48 UTC Build successful.
2024-05-24 16:24:01 UTC Tests are running...
🔴 2024-05-24 18:15:21 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9672 8574 0 1010 45 43

Copy link

github-actions bot commented May 27, 2024

2024-05-27 12:35:29 UTC Pre-commit check for d1ec482 has started.
2024-05-27 12:37:54 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-27 12:40:49 UTC Build successful.
2024-05-27 12:40:58 UTC Tests are running...
🔴 2024-05-27 14:34:53 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9672 9597 0 28 30 17

Copy link

github-actions bot commented May 27, 2024

2024-05-27 12:39:46 UTC Pre-commit check for d1ec482 has started.
2024-05-27 12:42:07 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-27 12:44:25 UTC Build successful.

Copy link

github-actions bot commented May 27, 2024

2024-05-27 12:44:48 UTC Pre-commit check for d1ec482 has started.
2024-05-27 12:47:09 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-27 12:49:36 UTC Build successful.
2024-05-27 12:49:46 UTC Tests are running...
🔴 2024-05-27 14:06:09 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13800 12484 0 11 1299 6

Copy link

github-actions bot commented May 28, 2024

2024-05-28 14:24:07 UTC Pre-commit check for ba1c745 has started.
2024-05-28 14:26:25 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-28 14:29:07 UTC Build successful.
2024-05-28 14:29:21 UTC Tests are running...
🔴 2024-05-28 16:19:21 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9664 9607 0 23 21 13

Copy link

github-actions bot commented May 28, 2024

2024-05-28 14:28:17 UTC Pre-commit check for ba1c745 has started.
2024-05-28 14:30:46 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-28 14:33:21 UTC Build successful.
2024-05-28 14:33:30 UTC Tests are running...
🔴 2024-05-28 15:47:57 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13831 12495 0 6 1320 10

Copy link

github-actions bot commented May 28, 2024

2024-05-28 14:30:13 UTC Pre-commit check for ba1c745 has started.
2024-05-28 14:32:30 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-28 14:35:51 UTC Build successful.

@serbel324 serbel324 linked an issue May 31, 2024 that may be closed by this pull request
Copy link

github-actions bot commented May 31, 2024

2024-05-31 15:07:17 UTC Pre-commit check for 14a6867 has started.
2024-05-31 15:09:43 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-31 15:12:34 UTC Build successful.
2024-05-31 15:12:49 UTC Tests are running...
🔴 2024-05-31 16:49:39 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9510 9430 0 34 32 14

Copy link

github-actions bot commented May 31, 2024

2024-05-31 15:18:01 UTC Pre-commit check for 14a6867 has started.
2024-05-31 15:20:25 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-31 15:22:55 UTC Build successful.

Copy link

github-actions bot commented May 31, 2024

2024-05-31 15:19:08 UTC Pre-commit check for 14a6867 has started.
2024-05-31 15:21:34 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-31 15:24:02 UTC Build successful.
2024-05-31 15:24:12 UTC Tests are running...
🔴 2024-05-31 16:32:31 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13671 12335 0 13 1308 15

@serbel324 serbel324 merged commit af3b3b4 into ydb-platform:main Jun 5, 2024
8 of 12 checks passed
@niksaveliev niksaveliev mentioned this pull request Jun 17, 2024
@StekPerepolnen StekPerepolnen mentioned this pull request Jun 19, 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.

Accelerate dsproxy requests when 2 slow disks are present, block-4-2
2 participants