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

Merged
alexvanin merged 1 commit from mbiryukova/frostfs-http-gw:feature/update_sdk into master 2025-01-21 06:47:52 +00:00
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>
requested reviews from storage-services-developers, 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
dkirillov marked this conversation as resolved
@ -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 ```
dkirillov marked this conversation as resolved
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

dkirillov approved these changes 2024-12-23 12:55:46 +00:00
Dismissed
mbiryukova force-pushed feature/update_sdk from bfa9ae7937 to f02f5032f4 2025-01-10 03:20:23 +00:00 Compare
dkirillov approved these changes 2025-01-10 06:21:23 +00:00
alexvanin approved these changes 2025-01-21 06:47:44 +00:00
alexvanin merged commit 1db62f9d95 into master 2025-01-21 06:47:52 +00:00
alexvanin deleted branch feature/update_sdk 2025-01-21 06:47:53 +00:00
alexvanin added this to the v0.33.0 milestone 2025-01-21 06:51:46 +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-http-gw#185
No description provided.