[Client encryption] Introduces centralized ArrayPool pooled list#5417
Closed
adamnova wants to merge 17 commits intoAzure:masterfrom
Closed
[Client encryption] Introduces centralized ArrayPool pooled list#5417adamnova wants to merge 17 commits intoAzure:masterfrom
adamnova wants to merge 17 commits intoAzure:masterfrom
Conversation
…ncryptor/Decryptor to use pooled staging buffer
…rWriter with tests
…r in streaming encryptor; remove out-of-scope diagnostics/override changes
Renames buffer variables for clarity and improves buffer management logic in StreamProcessor.Encryptor and Decryptor. Adds a new round-trip passthrough test for stream encryption and decryption. Also applies a timeout to all StreamProcessorEncryptorTests to prevent test hangs.
Refines logic to distinguish between physical end-of-stream and logical final block. Adds explicit detection and exception for incomplete or truncated JSON input when EOF is reached but unprocessed data remains in the buffer.
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 5417 in repo Azure/azure-cosmos-dotnet-v3 |
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 5417 in repo Azure/azure-cosmos-dotnet-v3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
#4678
Description
Standardizes usage of resizable ArrayPools across the Encryption.Custom package.