frostfs-node/pkg/services
Ekaterina Lebedeva 5be8806e4a
Some checks failed
Tests and linters / Tests with -race (pull_request) Failing after 1m6s
Pre-commit hooks / Pre-commit (pull_request) Failing after 1m17s
Tests and linters / gopls check (pull_request) Failing after 1m17s
Vulncheck / Vulncheck (pull_request) Failing after 1m34s
Tests and linters / Lint (pull_request) Failing after 3m34s
DCO action / DCO (pull_request) Failing after 3m36s
Tests and linters / Run gofumpt (pull_request) Failing after 3m28s
Tests and linters / Tests (pull_request) Failing after 3m32s
Build / Build Components (pull_request) Failing after 3m38s
Tests and linters / Staticcheck (pull_request) Failing after 3m30s
[#1452] container: Add ListStream method
* Added new method for listing containers to container service.
  It opens stream and sends containers in batches.

* Added TransportSplitter wrapper around ExecutionService to
  split container ID list read from contract in parts that are
  smaller than grpc max message size. Batch size can be changed
  in node configuration file (as in example config file).

* Changed `container list` implementaion in cli: now ListStream
  is called by default. Old List is called only if ListStream
  is not implemented.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-12 18:06:08 +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 [#1524] ape: Make APE checker return error without status 2024-11-29 10:48:16 +00:00
container [#1452] container: Add ListStream method 2024-12-12 18:06:08 +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 [#1540] getSvc: Drop redundant returns 2024-12-05 12:39:49 +00:00
object_manager [#1539] go.mod: Bump frostfs-sdk-go version 2024-12-06 15:29:37 +03:00
policer [#1548] policer: Do not replicate EC chunk if object already removed 2024-12-11 07:26:33 +00:00
replicator [#1437] node: Use ctx for logging 2024-11-13 10:36:07 +03:00
session [#1437] node: Use ctx for logging 2024-11-13 10:36:07 +03:00
tree [#1524] tree: Make check APE error get wrapped to api status 2024-11-29 10:48:16 +00:00
util [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00