[#185] Update SDK to support new tree/pool version #185

Open
mbiryukova wants to merge 1 commit from mbiryukova/frostfs-http-gw:feature/update_sdk into master
Member

Signed-off-by: Marina Biryukova m.biryukova@yadro.com

Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova self-assigned this 2024-12-20 08:43:24 +00:00
mbiryukova added 1 commit 2024-12-20 08:43:25 +00:00
[#xxx] Update SDK to support new tree/pool version
Some checks failed
/ DCO (pull_request) Failing after 7m56s
/ Vulncheck (pull_request) Successful in 8m16s
/ Lint (pull_request) Successful in 3m40s
/ Tests (pull_request) Successful in 2m19s
/ Builds (pull_request) Successful in 1m58s
3f13b6fed2
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova requested review from storage-services-developers 2024-12-20 08:43:25 +00:00
mbiryukova requested review from storage-services-committers 2024-12-20 08:43:25 +00:00
mbiryukova force-pushed feature/update_sdk from 3f13b6fed2 to cd53b9c883 2024-12-20 08:44:09 +00:00 Compare
mbiryukova changed title from [#xxx] Update SDK to support new tree/pool version to [#185] Update SDK to support new tree/pool version 2024-12-20 08:44:41 +00:00
mbiryukova force-pushed feature/update_sdk from cd53b9c883 to 4474f052de 2024-12-20 11:12:18 +00:00 Compare
dkirillov approved these changes 2024-12-20 12:08:16 +00:00
Dismissed
dkirillov left a comment
Member

LGTM

LGTM
@ -348,0 +346,4 @@
| Parameter | Type | Default value | Description |
|-----------|-----------------------------------|---------------------------------|-------------------------------------------------------------|
| `buckets` | [Cache config](#cache-subsection) | `lifetime: 60s`<br>`size: 1000` | Cache which contains mapping of bucket name to bucket info. |
| `netmap` | [Cache config](#cache-subsection) | `lifetime: 1m` | Cache which stores netmap. |
Member

Probably we should mention that netmap.size isn't applied to to this cache

Probably we should mention that `netmap.size` isn't applied to to this cache
@ -0,0 +25,4 @@
)
const (
DefaultNetmapCacheLifetime = 1 * time.Minute
Member

nitpick: We can write just

DefaultNetmapCacheLifetime = time.Minute
nitpick: We can write just ```golang DefaultNetmapCacheLifetime = time.Minute ```
mbiryukova force-pushed feature/update_sdk from 4474f052de to bfa9ae7937 2024-12-20 12:26:31 +00:00 Compare
mbiryukova dismissed dkirillov's review 2024-12-20 12:26:34 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

All checks were successful
/ DCO (pull_request) Successful in 1m35s
Required
Details
/ Vulncheck (pull_request) Successful in 7m16s
Required
Details
/ Lint (pull_request) Successful in 8m19s
Required
Details
/ Tests (pull_request) Successful in 2m9s
Required
Details
/ Builds (pull_request) Successful in 2m5s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/update_sdk:mbiryukova-feature/update_sdk
git checkout mbiryukova-feature/update_sdk
Sign in to join this conversation.
No description provided.