Skip to content

[Storage] [DataMovement] Remove unnecessary synchronization primitives (e.g. interlocked, semaphores) #33049

@amnguye

Description

@amnguye

Library name and version

Azure.Storage.DataMovement; Azure.Storage.DataMovement.Blobs

Query/Question

In the CommitChunkHandler, DownloadChunkHandler there are some unnecessary synchronization primitives (e.g. interlocked, semaphoreslim) which may not need and may be overkill to the purpose of preventing synchronization problems.

Let's analyze, remove and test to see which ones we need, to improve performance.

EDIT: Other places to consider:

Environment

No response

Metadata

Metadata

Assignees

Labels

ClientThis issue is related to a non-management packageStorageStorage Service (Queues, Blobs, Files)bugThis issue requires a change to an existing behavior in the product in order to be resolved.pillar-performanceThe issue is related to performance, one of our core engineering pillars.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions