Anton Nikiforov acid-ant
  • Joined on 2023-03-06
acid-ant pushed to feat/get-prioritization at acid-ant/frostfs-node 2024-10-28 09:41:03 +00:00
efe1143ce2 [#1439] object: Sort nodes by priority metrics to compute GET request
ca816de8e9 [#1439] node: Reduce usage of netmapAPI.NodeInfo
bc8d79ddf9 [#1447] services/tree: Move relaying code to a separate function
Compare 3 commits »
acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-24 07:34:47 +00:00
object: Sort nodes by priority metrics to compute GET requests

Next return slice of structs, which contains only addresses and key. There are no way to check attributes.

acid-ant pushed to feat/get-prioritization at acid-ant/frostfs-node 2024-10-24 06:50:41 +00:00
744c3947a7 [#1439] object: Sort nodes by priority metrics to compute GET request
a238ed879c [#1439] node: Reduce usage of netmapAPI.NodeInfo
29708b78d7 [#1442] cli/tree: Enchance error message if rpc-endpoint isn't defined
b9284604d9 [#1442] cli/tree: Allow to specify rpc-endpoint with config file
65a4320c75 [#1441] services/tree: Use grpc.WaitForReady option when creating client
Compare 8 commits »
acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-24 06:43:30 +00:00
object: Sort nodes by priority metrics to compute GET requests

You are right, changes were reverted yesterday, please review.

acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-23 07:42:12 +00:00
object: Sort nodes by priority metrics to compute GET requests

When we create traverser there is no flag which indicates that we need to set local node info or not, because we set priority metrics via a list of options. I thought we don't need to set it…

acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-23 07:16:08 +00:00
object: Sort nodes by priority metrics to compute GET requests

Revert it.

acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-23 07:15:22 +00:00
object: Sort nodes by priority metrics to compute GET requests

That was done for EC container. Reduce amount of changes.

acid-ant pushed to feat/get-prioritization at acid-ant/frostfs-node 2024-10-23 07:14:52 +00:00
d2f36e7726 [#1439] object: Sort nodes by priority metrics to compute GET request
acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-23 06:52:00 +00:00
object: Sort nodes by priority metrics to compute GET requests

For each call of LocalNodeInfo() we are…

acid-ant commented on pull request TrueCloudLab/frostfs-node#1439 2024-10-22 14:53:14 +00:00
object: Sort nodes by priority metrics to compute GET requests

Is it ok that a storage node contains an empty attribute?