[#82] Update documentation info #83
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "orikik/frostfs-api:docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -571,2 +574,4 @@
// Meta information of split hierarchy.
// The return of this information indicates that an error has occurred.
// This information allows you to assemble the object yourself.
This information allows you to assemble the object on your own.
fixed it
7bcf22459b
tof73bc43299
New commits pushed, approval review dismissed automatically according to repository settings
@ -125,2 +125,4 @@
// the very minimal information will be returned instead.
//
// Max header size depends on gRPC transmission settings.
// By default gRPC uses 4 MiB messages.
Could you rephrase this a bit:
In TO we use 256 MiB, so the header can be bigger.
Frankly, I would discuss the possiblity of limiting header right here and right now.
The order should be should be kibibytes, not mebibytes.
How about 16 KiB?
@realloc @alexvanin @dstepanov-yadro
Maybe even have it in the network config.
As our experience with customers shows, even 4 MiB is not sufficient for them.
@fyrchik Made with minor changes.
Let's limit the Header size. I think few kilobytes might not be enough, hence 1 MiB looks better to me.
@ -570,6 +573,8 @@ message HeadResponse {
ShortHeader short_header = 2;
// Meta information of split hierarchy.
// The return of this information indicates that an error has occurred.
I don't see how this comment helps to clarify anything.
We have no
error
on the gRPC level and returnSplitInfo
in the response.So it should be sth about
The object is virtual, manual assembly is required
.@fyrchik Made with minor changes.
f73bc43299
toa9eaff2fd6
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
LGTM. Header limitation may be described here or in following PRs.
@realloc wrote in #83 (comment):
We can set this limit when saving the header, but with the PATCH method we can add attributes to the header, which may cause the limit to be exceeded.