forked from TrueCloudLab/frostfs-node
[#146] Add logs for inhume-defer
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
8e884349ee
commit
8cae3eea6b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ func (e *StorageEngine) inhumeAddr(ctx context.Context, addr oid.Address, prm sh
|
||||||
// can be presented in other shards
|
// can be presented in other shards
|
||||||
e.log.Debug("defer inhumeAddr",
|
e.log.Debug("defer inhumeAddr",
|
||||||
zap.Bool("checkExists", checkExists),
|
zap.Bool("checkExists", checkExists),
|
||||||
zap.Bool("root", root))
|
zap.Bool("root", root), zap.Stringer("shard_id", sh.ID()), zap.Stringer("address", addr))
|
||||||
if checkExists && root {
|
if checkExists && root {
|
||||||
stop = false
|
stop = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue