6f1b5ca613
[#1439] object: Sort nodes by priority metrics to compute GET request
f9398fe0a3
[#1439] node: Reduce usage of
netmapAPI.NodeInfo
object: Sort nodes by priority metrics to compute GET requests
That was intentionally, because we don't have an ability to exit gracefully when reading config - only [panic](https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/8b6ec57c6147e5b784d78bc8…
object: Sort nodes by priority metrics to compute GET requests
Yes, I'll rewrite this part to be more readable and simpler, thanks.
object: Sort nodes by priority metrics to compute GET requests
Ok, but for that I need to refactor a bit config and…
object: Sort nodes by priority metrics to compute GET requests
We need to store somewhere the relation between metric value and node. It is impossible to use slice as a key for map.
object: Sort nodes by priority metrics to compute GET requests
The idea was to use already existed api for sort instead of writing the custom for comparing []int/float
lexicographically. For geoDistance
metric, just convert distance to uint32
and then…
sdnotify: Fix status for `RELOADING`
sdnotify: Fix status for
RELOADING
object: Sort nodes by priority metrics to compute GET requests
Remove usage of priority metrics from SEARCH service.
1de4a7d5fe
[#1439] object: Sort nodes by priority metrics to compute GET/SEARCH requests
ed13387c0e
[#1438] .docker: Use go1.23 for builders
5afea62ec0
[#1438] debian: Remove package scripts
WIP: object: Sort nodes by priority metrics to compute GET/SEARCH requests