frostfs-node/pkg/services
Leonard Lyubich 358e3ed8c4 [#645] *: Change the locality condition of the node from the placement
Some software components regulate the way of working with placement arrays
when a local node enters it. In the previous implementation, the locality
criterion was the correspondence between the announced network address
(group) and the address with which the node was configured. However, by
design, network addresses are not unique identifiers of storage nodes in the
system.

Change comparisons by network addresses to comparisons by keys in all
packages with the logic described above. Implement `netmap.AnnouncedKeys`
interface on `cfg` type in the storage node application.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-07 09:53:18 +03:00
..
accounting [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
audit [#607] *: Do not use deprecated elements of code 2021-06-28 15:52:50 +03:00
container [#676] services/container: Cache the results of read operations 2021-08-30 18:01:26 +03:00
control [#607] services/control: Fix incorrect allocation in NetmapSnapshot 2021-06-28 15:52:50 +03:00
id [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
netmap [#660] services/netmap: Don't call IsSupportedVersion in LocalNodeInfo 2021-07-05 11:05:44 +03:00
object [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
object_manager [#645] placement/traverser: Extend Node type with public key 2021-09-07 09:53:18 +03:00
policer [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
replicator [#607] object/put: Make client constructor to work with group address 2021-06-28 15:52:50 +03:00
reputation [#607] reputation,container: Support address groups in ServerInfo 2021-06-28 15:52:50 +03:00
session [#562] pkg: remove nspcc-dev/neofs-crypto dependency 2021-06-15 14:49:59 +03:00
util [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00