object: Extend Delete rpc specification #29

Merged
fyrchik merged 1 commit from aarifullin/frostfs-api:feature/197-extend_delete_spec into master 2023-06-30 07:57:25 +00:00
Member
  • Add OBJECT_NOT_FOUND status specification

Signed-off-by: Airat Arifullin a.arifullin@yadro.com

* Add OBJECT_NOT_FOUND status specification Signed-off-by: Airat Arifullin a.arifullin@yadro.com
aarifullin added the
enhancement
label 2023-06-15 08:41:28 +00:00
aarifullin requested review from alexvanin 2023-06-15 08:41:37 +00:00
aarifullin requested review from storage-core-committers 2023-06-15 08:41:37 +00:00
aarifullin requested review from storage-core-developers 2023-06-15 08:41:38 +00:00
aarifullin changed title from [#XX] object: Extend Delete rpc specification to [#29] object: Extend Delete rpc specification 2023-06-15 08:41:45 +00:00
realloc changed title from [#29] object: Extend Delete rpc specification to object: Extend Delete rpc specification 2023-06-16 11:10:30 +00:00
realloc reviewed 2023-06-16 11:11:51 +00:00
@ -109,1 +109,3 @@
// provided session token has expired.
// provided session token has expired;
// - **OBJECT_ALREADY_REMOVED** (2052, SECTION_OBJECT): \
// the requested object has been already marked to delete;
Owner

The requested object has already been marked for deletion.

The requested object has already been marked for deletion.
dstepanov-yadro approved these changes 2023-06-19 11:45:40 +00:00
aarifullin changed title from object: Extend Delete rpc specification to WIP: object: Extend Delete rpc specification 2023-06-20 09:10:52 +00:00
fyrchik reviewed 2023-06-21 06:37:25 +00:00
@ -108,2 +108,3 @@
// - **TOKEN_EXPIRED** (4097, SECTION_SESSION): \
// provided session token has expired.
// provided session token has expired;
// - **OBJECT_ALREADY_REMOVED** (2052, SECTION_OBJECT): \
Owner

What about sorting the codes by number?

What about sorting the codes by number?
Author
Member
  1. Commentaries have been corted by code numbers
  2. OBJECT_ALREADY_REMOVED has been removed out because we decided to not return this error for Delete
1. Commentaries have been corted by code numbers 2. `OBJECT_ALREADY_REMOVED` has been removed out because we decided to not return this error for `Delete`
aarifullin force-pushed feature/197-extend_delete_spec from 5c891f39e4 to 427104279d 2023-06-27 09:03:15 +00:00 Compare
aarifullin changed title from WIP: object: Extend Delete rpc specification to object: Extend Delete rpc specification 2023-06-27 09:03:32 +00:00
aarifullin requested review from storage-core-committers 2023-06-27 09:05:22 +00:00
aarifullin requested review from storage-core-developers 2023-06-27 09:05:23 +00:00
Member

Please update commit message.

Please update commit message.
acid-ant approved these changes 2023-06-27 09:41:09 +00:00
dstepanov-yadro approved these changes 2023-06-28 06:27:12 +00:00
aarifullin force-pushed feature/197-extend_delete_spec from 427104279d to b471eaaba9 2023-06-28 10:31:16 +00:00 Compare
aarifullin requested review from acid-ant 2023-06-28 10:31:32 +00:00
aarifullin requested review from dstepanov-yadro 2023-06-28 10:31:33 +00:00
dstepanov-yadro approved these changes 2023-06-28 11:24:25 +00:00
fyrchik approved these changes 2023-06-30 07:57:07 +00:00
fyrchik merged commit b471eaaba9 into master 2023-06-30 07:57:25 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
5 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-api#29
No description provided.