feature/client-cut #70

Merged
alexvanin merged 6 commits from dkirillov/frostfs-http-gw:feature/client-cut into master 2023-10-12 12:08:21 +00:00
Member

We need to get TZ has configuration from container but getting container on every request is quite expensive so we added cache here

We need to get TZ has configuration from container but getting container on every request is quite expensive so we added cache here
dkirillov self-assigned this 2023-08-21 13:55:16 +00:00
dkirillov force-pushed feature/client-cut from 63e261868c to 40316985ae 2023-08-21 13:57:08 +00:00 Compare
dkirillov changed title from WIP: feature/client-cut to feature/client-cut 2023-08-21 13:59:32 +00:00
dkirillov requested review from storage-services-committers 2023-08-21 13:59:38 +00:00
ironbee approved these changes 2023-08-22 12:09:51 +00:00
dkirillov changed title from feature/client-cut to WIP: feature/client-cut 2023-08-25 12:03:02 +00:00
dkirillov force-pushed feature/client-cut from 40316985ae to 300425042c 2023-08-25 14:05:44 +00:00 Compare
dkirillov reviewed 2023-08-25 14:25:50 +00:00
@ -41,1 +43,3 @@
defaultTimestamp atomic.Bool
defaultTimestamp atomic.Bool
clientCut atomic.Bool
bufferMaxSizeForPut atomic.Uint64
Author
Member

I expected this to be under one mutex #74

I expected this to be under one mutex https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/issues/74
dkirillov changed title from WIP: feature/client-cut to feature/client-cut 2023-08-25 14:47:44 +00:00
alexvanin added this to the v0.29.0 milestone 2023-09-08 10:18:35 +00:00
dkirillov force-pushed feature/client-cut from bce2595efa to 4369f37db9 2023-10-04 12:42:46 +00:00 Compare
dkirillov added 1 commit 2023-10-06 13:14:26 +00:00
[#70] Fix log messages (move to constants)
All checks were successful
/ DCO (pull_request) Successful in 1m14s
/ Builds (1.20) (pull_request) Successful in 2m13s
/ Builds (1.21) (pull_request) Successful in 1m43s
/ Vulncheck (pull_request) Successful in 2m2s
/ Lint (pull_request) Successful in 4m2s
/ Tests (1.20) (pull_request) Successful in 2m16s
/ Tests (1.21) (pull_request) Successful in 1m41s
77e4436ccf
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
alexvanin approved these changes 2023-10-12 12:08:06 +00:00
alexvanin merged commit 1ced82a714 into master 2023-10-12 12:08:21 +00:00
alexvanin deleted branch feature/client-cut 2023-10-12 12:08:22 +00:00
alexvanin referenced this pull request from a commit 2023-10-12 12:08:23 +00:00
alexvanin referenced this pull request from a commit 2023-10-12 12:08:23 +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#70
No description provided.