frostfs-node/pkg/local_object_storage/pilorama
Evgenii Stratonikov 47e8c5bf23 [#156] pilorama: Remove CIDDescriptor from TreeApply()
Initially it was there to check whether an update is being initiated by
a proper node. It is now obsolete for 2 reasons:
1. Background synchronization fetches all operations from a single node.
2. There are a lot more problems with trust in the tree service, it is
   only used in controlled environments.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-03-22 07:14:18 +00:00
..
batch.go Rename package name 2023-03-07 16:38:26 +03:00
boltdb.go [#156] pilorama: Remove CIDDescriptor from TreeApply() 2023-03-22 07:14:18 +00:00
forest.go [#156] pilorama: Remove CIDDescriptor from TreeApply() 2023-03-22 07:14:18 +00:00
forest_test.go [#156] pilorama: Remove CIDDescriptor from TreeApply() 2023-03-22 07:14:18 +00:00
generic_test.go Rename package name 2023-03-07 16:38:26 +03:00
info.go [#1333] services/control: Return pilorama info in `ListShards` RPC 2022-07-21 15:08:24 +03:00
inmemory.go [#82] pilorama: Allow to store last sync height 2023-03-13 11:25:44 +00:00
interface.go [#156] pilorama: Remove CIDDescriptor from TreeApply() 2023-03-22 07:14:18 +00:00
meta.go [#1444] pilorama: Optimize internal encoding/decoding 2022-07-21 15:08:24 +03:00
meta_test.go [#1698] pilorama: Add a test for the empty FileName 2022-08-30 16:52:51 +03:00
option.go [#1505] pilorama: Allow to customize database parameters 2022-07-21 15:08:24 +03:00
types.go Rename package name 2023-03-07 16:38:26 +03:00
util.go [#1442] pilorama: Generate timestamp based on node position in the container 2022-07-21 15:08:24 +03:00
util_test.go [#1442] pilorama: Generate timestamp based on node position in the container 2022-07-21 15:08:24 +03:00