Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
As we do still support the writes via the gRPC client with the use of STAND_ALONE replication type in our code, we should not touch the current class, in order to achieve really async WriteChunk and PutBlock calls.
All other calls are synchronized, so this is just the two main concern, as these affects the EC write path.
In order to have these calls as really async calls, we need to have an altered client implementation, that does not synchronize these calls, and use that for EC writes as we can not safely and easily change the semantics of the original client for the STAND_ALONE replication type.
Attachments
Attachments
Issue Links
- is a child of
-
HDDS-5954 EC: Review the TODOs in GRPC Xceiver client and fix them.
- Resolved
- links to