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

Split huge read and write requests in TAlignedDeviceHandler #2024

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

drbasic
Copy link
Collaborator

@drbasic drbasic commented Sep 13, 2024

Первая часть #2000
Здесь делается разбиение запроса в обработчике TAlignedDeviceHandler.
Для Zero запросов уже было, сделано, я добавил для Read и Write

Copy link
Contributor

Note

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

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
5770 5766 0 0 2 2

@drbasic drbasic merged commit cc5a0a0 into main Sep 13, 2024
11 of 15 checks passed
@drbasic drbasic deleted the users/drbasic/split-huge-requests branch September 13, 2024 10:58
drbasic added a commit that referenced this pull request Sep 20, 2024
* TWriteAndMarkUsedActor (#1974)

* Refactor volume request handling (#1975)

* Separating checkpoint request handlers

* Remove default implementation of ToPartitionRequests

* Remove unnecessary std::function usage

* Rename  TPartitionRequestActor -> TMultiPartitionRequestActor (#1983)

* Don't mark devices as broken on non io-related errors (#2021)

* Split huge read and write requests in TAlignedDeviceHandler (#2024)

* Move TAlignedDeviceHandler to separate cpp (#2026)

* Fix invalid range request duplicates cache poisoning (#2037)

* Handle huge requests in unaligned device handler (#2035)

* Handle huge requests in unaligned device handler

* Fix leak

* Comments and simplifications

* Fix comments and small fixes

* Added state Completed

* Add check for all reference gone

* Fix vhost test ShouldStatAllZeroesBlocks flakiness (#2070)
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.

3 participants