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-2277: move copying of the request buffer to TIORequestParserActor #2946

Merged
merged 5 commits into from
Jan 31, 2025

Conversation

sharpeye
Copy link
Collaborator

@sharpeye sharpeye commented Jan 29, 2025

#2277

Aio has a buffer alignment requirement. To meet this requirement, TStorageAdapter allocates an additional buffer and copies the data from the request into it. The copying takes place in a single TDiskAgentActor thread, which creates scalability issues.
In order to improve scalability, the allocation and copying of data has been moved to the IORequestParserActor.

@sharpeye sharpeye added blockstore Add this label to run only cloud/blockstore build and tests on PR large-tests Launch large tests for PR labels Jan 29, 2025
Copy link
Contributor

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 6189007.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3796 3795 0 1 0 0

@sharpeye sharpeye force-pushed the users/sharpeye/issue-2277-allocate-buffer branch from 6189007 to 86a0da1 Compare January 29, 2025 19:06
Copy link
Contributor

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 86a0da1.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3796 3794 0 2 0 0

Copy link
Contributor

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit ffeebf5.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3796 3794 0 2 0 0

@sharpeye sharpeye force-pushed the users/sharpeye/issue-2277-allocate-buffer branch from e8c1e88 to e20922c Compare January 30, 2025 11:13
@sharpeye sharpeye marked this pull request as ready for review January 30, 2025 12:26
Copy link
Contributor

Note

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

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

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

Copy link
Contributor

Note

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

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 9dedd4a.

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

@sharpeye sharpeye merged commit c43ddfe into main Jan 31, 2025
11 of 12 checks passed
@sharpeye sharpeye deleted the users/sharpeye/issue-2277-allocate-buffer branch January 31, 2025 14:25
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