dstepanov-yadro
pushed to feat/priority_queue at dstepanov-yadro/frostfs-node
2024-11-20 12:06:10 +00:00
17719116fa
[#9999] quota: Add limiter
dstepanov-yadro
commented on pull request TrueCloudLab/frostfs-observability#18
2024-11-20 09:13:53 +00:00
[#15] tracing: Add events for grpc stream calls
First of all, thanks for the PR. Аttachments are not opening. Can you attach images of what the events look like in jaeger? There is also an implementation proposal: add an event not only at…
engine: Make
Inhume
operation handle objects in parallel
To tell the truth, I don't like this approach. It turns out that one request with a large number of addresses to inhume can block other Inhume
requests. I suggest using concurrent execution for each request.
Be consistent in logging errors and use
zap.Error
According to the issue on github, initially the problem was with errors from the pkg/errors, which stored information…
dstepanov-yadro
pushed to feat/priority_queue at dstepanov-yadro/frostfs-node
2024-11-18 11:12:24 +00:00
04b2c2da08
[#9999] quota: Add limiter
dstepanov-yadro
created branch feat/priority_queue in dstepanov-yadro/frostfs-node
2024-11-15 13:28:40 +00:00
dstepanov-yadro
pushed to feat/priority_queue at dstepanov-yadro/frostfs-node
2024-11-15 13:28:40 +00:00
4c37f95656
[#9999] quota: Add limiter
d77a218f7c
[#1493] metabase: Merge Inhume() and DropGraves() for tombstones
44df67492f
[#1493] metabase: Split inhumeTx() into 2 functions
1e6f132b4e
[#1493] metabase: Pass InhumePrm by value
6dc0dc6691
[#1493] shard: Take mode mutex in HandleExpiredTombstones()