Dmitrii Stepanov dstepanov-yadro
  • Joined on 2023-03-06
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…

dstepanov-yadro commented on pull request TrueCloudLab/frostfs-node#1476 2024-11-19 14:11:44 +00:00
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.

dstepanov-yadro commented on issue TrueCloudLab/frostfs-node#1502 2024-11-18 14:03:43 +00:00
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()
Compare 9 commits »
dstepanov-yadro commented on pull request TrueCloudLab/frostfs-node#1496 2024-11-15 13:24:15 +00:00
Await control.SetNetmapStatus()

notary deposit waiter -> waiter

dstepanov-yadro suggested changes for TrueCloudLab/frostfs-node#1496 2024-11-15 13:24:15 +00:00
Await control.SetNetmapStatus()
dstepanov-yadro commented on pull request TrueCloudLab/frostfs-node#1495 2024-11-13 14:49:51 +00:00
Makefile: Update golangci-lint

What about enabling new linters?