frostfs-node/pkg/services
Ekaterina Lebedeva 242f0095d0 [#1577] container: Reduce iterations through container list
* Separated iteration through container ids from `ContainersOf()`
  so that it could be reused.
* When listing containers we used to iterate through the
  the whole list of containers twice: first when reading from
  a contract, then when sending them. Now we can send batches
  of containers when reading from the contract.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-27 15:30:26 +03:00
..
accounting [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
apemanager [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
common/ape [#1563] ape: Introduce ChainRouterError error type 2024-12-16 15:12:30 +03:00
container [#1577] container: Reduce iterations through container list 2024-12-27 15:30:26 +03:00
control [#1549] engine: Drop Async flag from evacuation parameters 2024-12-10 17:00:00 +03:00
netmap [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
object [#1512] object: Fix writePart for EC-container 2024-12-26 11:27:55 +00:00
object_manager [#1539] go.mod: Bump frostfs-sdk-go version 2024-12-06 15:29:37 +03:00
policer [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
replicator [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
session [#1581] services/session: Use user.ID.EncodeToString() where possible 2024-12-25 18:09:36 +00:00
tree [#1563] tree: Wrap only ChainRouterError erros with ObjectAccessDenied 2024-12-16 15:16:07 +03:00
util [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00