frostfs-node/pkg/local_object_storage/shard
Ekaterina Lebedeva d5194ab2a6
Vulncheck / Vulncheck (pull_request) Successful in 1m20s Details
DCO action / DCO (pull_request) Successful in 1m59s Details
Build / Build Components (1.21) (pull_request) Successful in 3m25s Details
Build / Build Components (1.20) (pull_request) Successful in 4m46s Details
Tests and linters / Staticcheck (pull_request) Successful in 6m5s Details
Tests and linters / gopls check (pull_request) Successful in 6m17s Details
Tests and linters / Lint (pull_request) Successful in 7m7s Details
Tests and linters / Tests (1.20) (pull_request) Successful in 8m38s Details
Tests and linters / Tests with -race (pull_request) Successful in 8m51s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 8m56s Details
[#949] metabase: fix shard.UpdateID()
metabase.Open() now reports metabase mode metric. shard.UpdateID()
needs to read shard ID from metabase => needs to open metabase.
It caused reporting 'shard undefined' metrics. To avoid reporting
wrong metrics metabase.GetShardID() was added which also opens
metabase and does not report metrics.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-04-01 17:27:34 +03:00
..
mode
container.go
control.go [#959] shard: Skip rebuild in `DEGRADED` mode 2024-02-14 15:39:28 +03:00
control_test.go [#970] fstree: Handle unsupported O_TMPFILE 2024-02-09 16:12:11 +00:00
count.go
delete.go
delete_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
errors.go
exists.go [#874] engine: Revert Check object existance concurrently 2024-04-01 08:42:34 +00:00
gc.go Revert "[#972] Use min/max builtins" 2024-02-19 15:36:01 +00:00
gc_internal_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
gc_test.go [#634] shard: Add writecache inhume tests 2024-03-06 13:12:34 +03:00
get.go
get_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
head.go
head_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
id.go [#949] metabase: fix shard.UpdateID() 2024-04-01 17:27:34 +03:00
info.go [#1005] engine: Drop shards weights 2024-02-26 17:25:05 +03:00
inhume.go
inhume_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
list.go
list_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
lock.go
lock_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
metrics_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
mode.go
put.go [#904] metabase: Return if object was actuall inserted 2024-01-17 19:04:39 +03:00
range.go
range_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
rebuild_limiter.go
rebuilder.go
reload_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
select.go
shard.go [#973] node: Resolve revive: unused-parameter linter 2024-03-11 17:11:49 +03:00
shard_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
shutdown_test.go [#895] test: Use t.Cleanup only for external resources 2024-01-11 12:32:09 +00:00
tree.go [#1059] services/tree: Fast sorted listing 2024-04-01 12:37:34 +00:00
writecache.go