frostfs-node/pkg/services/tree
Evgenii Stratonikov a11b54ca15
[#1689] treesvc: Unify gRPC client creation for cache and sync
They connect to the same endpoints, the only difference is that
connection for synchronization is limited in lifetime and is closed
after the sync is finished. This is probably not intentional, as
synchronization was implemented before cache was introduced.
However, reusing dialTreeService() in sync.go has possible perfomance
implications, so is avoided for now.

Change-Id: I2e37befd783b4d873ff833969f932deded1195be
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-04-01 14:40:33 +03:00
..
ape.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
ape_test.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
cache.go [#1689] treesvc: Unify gRPC client creation for cache and sync 2025-04-01 14:40:33 +03:00
container.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
drop.go [#242] treesvc: Add tracing spans 2023-04-14 10:25:53 +00:00
getsubtree_test.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
metrics.go [#1653] treeSvc: Add operations by IO tag metric 2025-03-11 10:57:47 +00:00
options.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
qos.go [#1608] tree: Add IO tag for tree sync requests 2025-02-07 15:43:06 +03:00
redirect.go [#1620] logs: Drop redundant trace_id fields 2025-01-29 16:13:51 +03:00
replicator.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
service.go [#1695] qos: Add treesync tag 2025-03-21 13:28:02 +03:00
service.proto [#1251] pilorama: Allow traversing multiple branches in parallel 2024-07-17 11:25:07 +03:00
service_frostfs.pb.go [#1479] tree: Regenerate service protobufs 2024-11-08 10:43:44 +03:00
service_grpc.pb.go [#1298] writecache: Add restore-mode flag for Seal command 2024-08-07 11:20:14 +03:00
signature.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
signature_test.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
sync.go [#1689] treesvc: Unify gRPC client creation for cache and sync 2025-04-01 14:40:33 +03:00
sync_test.go [#1621] treesvc: Cancel background sync on failure 2025-02-03 09:37:55 +00:00
types.proto [#1250] *: Reformat proto filets with clang-format 2024-07-16 15:13:08 +00:00
types_frostfs.pb.go [#1479] tree: Regenerate service protobufs 2024-11-08 10:43:44 +03:00