frostfs-node/cmd/frostfs-node
Evgenii Stratonikov a6c9a337cd [#965] morph: Get rid of container.List invocations
ContainersOf() is better in almost every aspect, besides creating a
session when the containers number is between 1024 and 2048 (prefetch
script does limited unwrapping). Making List() private helps to ensure
it is no longer used and can be safely removed in future.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-02-07 08:56:27 +00:00
..
config [#934] container: Make container APE middleware read namespaces 2024-02-01 17:38:24 +00:00
accounting.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
attributes.go Rename package name 2023-03-07 16:38:26 +03:00
cache.go [#639] node: Refactor TTL cache 2023-11-30 12:54:51 +00:00
cache_test.go [#639] node: Refactor TTL cache 2023-11-30 12:54:51 +00:00
closer.go [#1868] Reload config for pprof and metrics on SIGHUP 2023-02-20 13:53:27 +03:00
config.go [#934] container: Make container APE middleware read namespaces 2024-02-01 17:38:24 +00:00
container.go [#965] morph: Get rid of container.List invocations 2024-02-07 08:56:27 +00:00
control.go [#552] Add sysd notifications to storage service 2023-12-13 17:51:41 +03:00
grpc.go [#835] node: Fix appCfg concurrent access 2023-12-14 16:38:59 +03:00
httpcomponent.go [#873] node: Start metrics and pprof as soon as possible 2023-12-21 15:09:51 +00:00
keyspaceiterator.go [#498] policer: Explicitly Rewind() iterator after finish 2023-07-07 14:52:33 +00:00
main.go [#878] node: Drain internal error's channel 2023-12-19 16:38:03 +00:00
metrics.go [#412] node: Replace metrics package 2023-06-01 13:23:11 +00:00
morph.go [#934] container: Make container APE middleware read namespaces 2024-02-01 17:38:24 +00:00
netmap.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
notificator.go [#857] Makefile: Update linter version 2023-12-12 16:27:02 +03:00
object.go [#872] object: Introduce APE middlewar for object service 2024-01-12 18:41:35 +03:00
policy_engine.go [#552] gofumpt changes 2023-12-13 15:02:25 +03:00
pprof.go [#39] node: Add optional profilers 2023-05-12 15:49:04 +03:00
runtime.go [#537] node: Add runtime.memory_limit config parameter 2023-07-25 17:27:09 +03:00
session.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
tracing.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
tree.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
validate.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03: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