frostfs-node/pkg/services/object
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
..
acl [#768] object/acl: Support all eACL filter fields from the spec 2021-08-26 19:01:03 +03:00
delete [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
get [#645] placement: Overload result of Traverser.Next method 2021-09-07 09:53:18 +03:00
head [#607] object/head: Make client constructor to work with group address 2021-06-28 15:52:50 +03:00
put [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
search [#645] placement: Overload result of Traverser.Next method 2021-09-07 09:53:18 +03:00
util [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
metrics.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
response.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
server.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
sign.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
transport_splitter.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00