Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin approved TrueCloudLab/frostfs-node#1608 2025-02-07 13:42:37 +00:00
Set IO tags
aarifullin opened issue TrueCloudLab/frostfs-api#80 2025-02-07 12:37:23 +00:00
Make APE-Chain as a part of frostfs-api
aarifullin commented on pull request TrueCloudLab/frostfs-node#1638 2025-02-07 11:16:23 +00:00
Make listing chains with generated wallet

@fyrchik wrote in TrueCloudLab/frostfs-node#1638 (comment):

Private access rules may be a feature.

I suppose such way for listing doesn't violate…

aarifullin created pull request TrueCloudLab/frostfs-node#1638 2025-02-07 09:36:00 +00:00
Make listing chains with generated wallet
aarifullin pushed to fix/apemngr_list_chain at aarifullin/frostfs-node 2025-02-07 09:34:45 +00:00
12955be08b [#1389] cli: Make ape-manager list performed with generated wallet
44913898ef [#1389] apemanager: Make list not validate sender key
9b113c3156 [#1613] morph: Add tracing for morph queries to neo-go
Compare 3 commits »
aarifullin pushed to fix/apemngr_list_chain at aarifullin/frostfs-node 2025-02-07 09:28:14 +00:00
baf633d427 [#1389] cli: Make ape-manager list performed with generated wallet
9aaf1c94da [#1613] morph: Add tracing for morph queries to neo-go
Compare 2 commits »
aarifullin created branch fix/apemngr_list_chain in aarifullin/frostfs-node 2025-02-07 09:14:39 +00:00
aarifullin pushed to fix/apemngr_list_chain at aarifullin/frostfs-node 2025-02-07 09:14:39 +00:00
58ad35480b [#1613] morph: Add tracing for morph queries to neo-go
4de5fca547 [#1624] blobovniczatree: Return source error from Init()
9c4c5a5262 [#1602] go.mod: Update sdk-go
6fcae9f75a [#1621] treesvc: Cancel background sync on failure
1df64c5cab [#1621] treesvc: Move variable initialization to top in mergeOperationStreams()
Compare 10 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-node#1634 2025-02-07 08:36:53 +00:00
adm/frostfsid: Add 'set-kv'

Let's avoid using can't and failed in error messages. I used to use them too but actually that's unnecessary.

aarifullin approved TrueCloudLab/frostfs-node#1607 2025-02-07 08:28:10 +00:00
adm/ape: Adopt policy reader

We definitely should have this thing in our cli

aarifullin commented on pull request TrueCloudLab/frostfs-node#1635 2025-02-07 08:14:33 +00:00
Locate object-storing shards

Why don't we use SetBlobstor and use explicit assignment?

aarifullin commented on pull request TrueCloudLab/frostfs-node#1635 2025-02-07 08:12:01 +00:00
Locate object-storing shards

If request sets oid with an invalid format, then we can set codes.InvalidArgument instead of codes.Internal. Thus, a client won't retry GetShardByObjectID on invalid data :)

aarifullin approved TrueCloudLab/frostfs-node#1608 2025-02-06 08:46:20 +00:00
Set IO tags

Awesome

aarifullin commented on pull request TrueCloudLab/frostfs-node#1608 2025-02-05 14:45:28 +00:00
Set IO tags

qoSObjectService -> qosObjectService? :)

aarifullin commented on pull request TrueCloudLab/frostfs-sdk-go#331 2025-02-04 20:52:53 +00:00
Avoid connection leak in tree pool with netmap support

https://github.com/uber-go/goleak

But I don't think we are going to introduce a new import. I'd use the same idea like you with runtime :)

aarifullin commented on pull request TrueCloudLab/frostfs-node#1634 2025-02-04 15:27:14 +00:00
adm/frostfsid: Add 'set-kv'

I can't figure out what is going on in this part. Why do you set a key to subject's KV storage and then remove it if disable flag is set? I checked the contract's method and deleteSubjectKV literally means deletion but not disabling.