client/put_transformer: Fix error handling #210

Merged
fyrchik merged 1 commit from achuprov/frostfs-sdk-go:bugfix/put_ignoring_errors into master 2024-03-20 09:47:30 +00:00
Member

Currently, the Close method does not handle errors occurring during WritePayloadChunk execution.
This is similar to the implementation already in place for object_put_raw.

Ref: TrueCloudLab/frostfs-node#1041
Signed-off-by: Alexander Chuprov a.chuprov@yadro.com

Currently, the `Close` method does not handle errors occurring during `WritePayloadChunk` execution. This is similar to the implementation already in place for [object_put_raw](https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/src/commit/edd40474e89ad11aeb6c94b736555700764b00f8/client/object_put_raw.go#L150). Ref: https://git.frostfs.info/TrueCloudLab/frostfs-node/issues/1041 Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
achuprov added 1 commit 2024-03-19 12:54:53 +00:00
[#210] client/put_transformer: Fix error handling
All checks were successful
DCO / DCO (pull_request) Successful in 1m1s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m17s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m29s
Tests and linters / Lint (pull_request) Successful in 2m39s
6f248436a5
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
achuprov requested review from storage-core-committers 2024-03-19 13:00:57 +00:00
achuprov requested review from storage-core-developers 2024-03-19 13:00:58 +00:00
fyrchik approved these changes 2024-03-19 13:07:10 +00:00
aarifullin approved these changes 2024-03-20 09:42:14 +00:00
fyrchik merged commit 6f248436a5 into master 2024-03-20 09:47:30 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#210
No description provided.