[#460] Add network info cache #483

Merged
alexvanin merged 1 commit from mbiryukova/frostfs-s3-gw:feature/network_info_cache into master 2024-09-13 09:56:24 +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-09-05 13:02:59 +00:00
mbiryukova added 1 commit 2024-09-05 13:03:00 +00:00
[#460] Add network info cache
All checks were successful
/ DCO (pull_request) Successful in 1m1s
/ Builds (pull_request) Successful in 1m17s
/ Vulncheck (pull_request) Successful in 1m19s
/ Lint (pull_request) Successful in 1m52s
/ Tests (pull_request) Successful in 1m17s
34644d08c9
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova requested review from storage-services-committers 2024-09-05 13:06:25 +00:00
mbiryukova requested review from storage-services-developers 2024-09-05 13:06:25 +00:00
alexvanin reviewed 2024-09-11 12:33:03 +00:00
@ -412,2 +412,4 @@
lifetime: 1m
size: 10000
network_info:
lifetime: 1m
Owner

Why don't we configure size here? Because network info is valid for only single epoch, therefore size is always 1 basically?

Why don't we configure size here? Because network info is valid for only single epoch, therefore size is always 1 basically?
Author
Member

I thought that network info is the only one at a time, so there is no need to make size larger than 1

I thought that network info is the only one at a time, so there is no need to make size larger than 1
alexvanin marked this conversation as resolved
alexvanin approved these changes 2024-09-11 12:35:14 +00:00
alexvanin left a comment
Owner

LGTM

LGTM
alexvanin merged commit d0e4d55772 into master 2024-09-13 09:56:24 +00:00
alexvanin deleted branch feature/network_info_cache 2024-09-13 09:56:26 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
2 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-s3-gw#483
No description provided.