[#146] Add logs for inhume-defer

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2023-03-24 08:38:43 +03:00
parent 8e884349ee
commit 8cae3eea6b

View file

@ -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
} }