frostfs-node/pkg/local_object_storage/metabase
Pavel Karpy ad47e2a985 [#1658] meta: Add logic counter
- Meta now supports (and requires) inc/dec labeled counters
- The new logic counter is incremented on `Put` operations and is
decremented on `Inhume` and `Delete` operations that are performed on
_stored_ objects only
- Allow force counters sync. "Force" mode should be used on metabase resync
and should not be used on a regular meta start

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-09-13 21:32:37 +04:00
..
VERSION.md [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
containers.go [#1559] local_object_storage: Fix tests and some data races 2022-07-21 17:56:06 +03:00
containers_test.go
control.go [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
control_test.go
counter.go [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
counter_test.go [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
db.go [#1656] meta: Fix `MatchCommonPrefix` operation 2022-08-04 16:32:00 +03:00
db_test.go [#1634] node: Change default epoch in tests 2022-09-13 21:32:37 +04:00
delete.go [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
delete_test.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
errors.go
exists.go [#1674] *: Expire entities after the expiration epoch 2022-09-12 19:56:59 +04:00
exists_test.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
generic_test.go [#1686] metabase: Add generic tests 2022-08-30 10:02:43 +03:00
get.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
get_test.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
graveyard.go
graveyard_test.go
index_test.go
info.go
inhume.go [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
inhume_test.go
iterators.go [#1674] *: Expire entities after the expiration epoch 2022-09-12 19:56:59 +04:00
iterators_test.go
list.go [#1559] local_object_storage: Fix tests and some data races 2022-07-21 17:56:06 +03:00
list_test.go
lock.go [#1559] local_object_storage: Fix tests and some data races 2022-07-21 17:56:06 +03:00
lock_test.go
mode.go [#1559] local_object_storage: Move shard to the `DegradedReadOnly` mode 2022-07-21 17:56:06 +03:00
movable.go [#1559] local_object_storage: Fix tests and some data races 2022-07-21 17:56:06 +03:00
movable_test.go
put.go [#1658] meta: Add logic counter 2022-09-13 21:32:37 +04:00
put_test.go [#1523] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
select.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
select_test.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
shard_id.go
storage_id.go [#1523] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
storage_id_test.go [#1523] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
util.go
version.go [#1523] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
version_test.go [#1634] node: Change default epoch in tests 2022-09-13 21:32:37 +04:00