frostfs-node/cmd/frostfs-node
Ekaterina Lebedeva 06be16b716
Some checks failed
Vulncheck / Vulncheck (pull_request) Successful in 3m6s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m29s
Tests and linters / gopls check (pull_request) Successful in 3m57s
Tests and linters / Tests with -race (pull_request) Failing after 5m52s
Tests and linters / Run gofumpt (pull_request) Successful in 5m59s
DCO action / DCO (pull_request) Successful in 6m15s
Tests and linters / Tests (pull_request) Failing after 6m47s
Build / Build Components (pull_request) Successful in 7m50s
Tests and linters / Staticcheck (pull_request) Successful in 7m59s
Tests and linters / Lint (pull_request) Successful in 8m40s
[#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.

* Changed `internalclient.ListContainersPrm`.`Account` to
  `OwnerID` since `client.PrmContainerList`.`Account` was
  renamed to `OwnerID` in sdk.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-17 15:57:51 +03:00
..
config [#1452] container: Add ListStream method 2024-12-17 15:57:51 +03:00
accounting.go [#1486] node: Introduce dual service support 2024-11-12 08:43:47 +00:00
apemanager.go [#1486] node: Introduce dual service support 2024-11-12 08:43:47 +00:00
attributes.go Rename package name 2023-03-07 16:38:26 +03:00
cache.go [#1483] node: Remove eACL cache 2024-11-12 12:10:51 +00:00
cache_test.go [#451] frostfs-node: Add cache metrics 2024-06-25 08:52:37 +00:00
closer.go [#1868] Reload config for pprof and metrics on SIGHUP 2023-02-20 13:53:27 +03:00
config.go [#1452] container: Add ListStream method 2024-12-17 15:57:51 +03:00
container.go [#1452] container: Add ListStream method 2024-12-17 15:57:51 +03:00
control.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
frostfsid.go [#1464] frostfsid: Cache subject not found error 2024-10-30 18:27:33 +03:00
grpc.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
httpcomponent.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
keyspaceiterator.go [#1129] policer: Add EC chunk replication 2024-05-16 16:28:48 +03:00
main.go [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
metrics.go [#412] node: Replace metrics package 2023-06-01 13:23:11 +00:00
morph.go [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
netmap.go [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
object.go [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
policy_engine.go [#1388] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
pprof.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
runtime.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
session.go [#1437] ir: Fix contextcheck linters 2024-11-13 10:36:10 +03:00
tracing.go [#1437] node: Use ctx for logging 2024-11-13 10:36:07 +03:00
tree.go [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
validate.go [#736] logger: Add journald support 2024-02-12 06:17:22 +00:00
validate_test.go [#125] cmd: Refactor internal/common/viper 2023-04-26 13:53:51 +03:00
worker.go [#873] node: Start metrics and pprof as soon as possible 2023-12-21 15:09:51 +00:00