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-196: block checksums should be calculated after we copy the data from the client's buffer to our buffer, otherwise our client may modify the data between the checksum calculation stage and the writeblob stage #825

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

qkrorlqr
Copy link
Collaborator

…a from the client's buffer to our buffer, otherwise our client may modify the data between the checksum calculation stage and the writeblob stage
@qkrorlqr qkrorlqr added the blockstore Add this label to run only cloud/blockstore build and tests on PR label Mar 26, 2024
Copy link
Contributor

Note

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

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

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

@qkrorlqr qkrorlqr merged commit d1de395 into main Mar 26, 2024
7 checks passed
@qkrorlqr qkrorlqr deleted the users/qkrorlqr/issue-196-rework branch March 26, 2024 20:14
qkrorlqr added a commit that referenced this pull request Mar 29, 2024
…a from the client's buffer to our buffer, otherwise our client may modify the data between the checksum calculation stage and the writeblob stage (#825)

* issue-196: block checksums should be calculated after we copy the data from the client's buffer to our buffer, otherwise our client may modify the data between the checksum calculation stage and the writeblob stage

* issue-196: small block checksums-related fix for the unconfirmed blobs datapath

* issue-196: fixed unconfirmed blobs + checksums ut

* issue-196: unconfirmed blobs + checksums - added a comment
qkrorlqr added a commit that referenced this pull request Mar 29, 2024
* issue-196: block checksums should be calculated after we copy the data from the client's buffer to our buffer, otherwise our client may modify the data between the checksum calculation stage and the writeblob stage (#825)

* issue-196: block checksums should be calculated after we copy the data from the client's buffer to our buffer, otherwise our client may modify the data between the checksum calculation stage and the writeblob stage

* issue-196: small block checksums-related fix for the unconfirmed blobs datapath

* issue-196: fixed unconfirmed blobs + checksums ut

* issue-196: unconfirmed blobs + checksums - added a comment

* issue-196: fixed incorrect assert (#826)

* blockstore loadtests: extracted common TStorageServiceConfig initialization code to a function, limiting bw by 32MiB/s in this function, using it in network-ssd/network-hdd loadtests (#828)

* blockstore loadtests: extracted common TStorageServiceConfig initialization code to a function, limiting bw by 32MiB/s in this function, using it in network-ssd/network-hdd loadtests

* blockstore loadtests: deleted unused imports

* issue-95: enabling average compaction and cleanup thresholds in the newfeatures suite (#842)

* issue-843: making TProcessingBlocks::SkipProcessedRanges 1024 times faster (#858)

* issue-654: limiting the number of volume MetaHistory records displayed on volume monpage (#859)

* fix after merge

* another fix after merge
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants