Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin approved TrueCloudLab/frostfs-aio#54 2025-01-10 08:44:46 +00:00
[#54] Build and host OCI images on our own infra
aarifullin closed pull request TrueCloudLab/frostfs-api-go#128 2025-01-09 07:02:17 +00:00
WIP: [SUPPORT] Make rpc client stream initialization get cancelled by dial timeout
aarifullin commented on pull request TrueCloudLab/frostfs-api-go#128 2025-01-09 07:02:15 +00:00
WIP: [SUPPORT] Make rpc client stream initialization get cancelled by dial timeout

The PR is not needed for support/v2.17

aarifullin commented on pull request TrueCloudLab/frostfs-node#1577 2024-12-27 11:10:25 +00:00
container: Reduce iterations through container list

Nice. That's what I actually expected from list container streaming 👍

aarifullin commented on pull request TrueCloudLab/frostfs-node#1577 2024-12-27 11:07:56 +00:00
container: Reduce iterations through container list

[32]byte{} -> cid.ID{}? :)

aarifullin commented on pull request TrueCloudLab/frostfs-node#1579 2024-12-25 08:23:56 +00:00
Fix PutSingle with OID that was already removed

Correct! Fixed

aarifullin pushed to fix/put_single at aarifullin/frostfs-node 2024-12-25 08:23:45 +00:00
a0c261104e [#1512] object: Fix writePart for EC-container
aarifullin commented on pull request TrueCloudLab/frostfs-node#1579 2024-12-24 18:33:18 +00:00
Fix PutSingle with OID that was already removed

The changes in metabase are no longer relevant because @dstepanov-yadro has already found the problem with EC-objects and fix it within exists (whilst I tried to fix that out of exists).…

aarifullin pushed to fix/put_single at aarifullin/frostfs-node 2024-12-24 18:28:47 +00:00
fe1d365e8f [#1512] object: Fix writePart for EC-container
213298c53f [#1512] object: Make raw PutSingle check status within response
2832f44437 [#1531] metrics: Rename app_info metric
7c3bcb0f44 [#1578] Makefile: Refill GAS with a single command in env-up
e64871c3fd [#1578] adm: Allow to transfer GAS to multiple recepients
Compare 168 commits »
aarifullin pushed to fix/put_single at aarifullin/frostfs-node 2024-12-24 18:21:02 +00:00
efaa45216c [#1512] object: Fix put already removed object in EC-container
aarifullin commented on pull request TrueCloudLab/frostfs-node#1579 2024-12-23 13:23:30 +00:00
Fix PutSingle with OID that was already removed

It looks really tricky, but any non-ObjectAlreadyRemoved-error is delegated to chunk processing to not break the Put logic. The alternative way - to introduce a separate bucket for…

aarifullin commented on pull request TrueCloudLab/frostfs-node#1579 2024-12-23 13:11:14 +00:00
Fix PutSingle with OID that was already removed

tombstones are created only for parent for EC objects.

That's why this change has been introduced. ecWriter chunks EC-object and sends these parts down to engine through metabase.…