forked from TrueCloudLab/frostfs-node
[#1115] *: link TODOs to corresponding issues
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
692790a899
commit
050a4bb2b0
51 changed files with 49 additions and 97 deletions
|
@ -49,7 +49,7 @@ func (e *StorageEngine) put(prm *PutPrm) (*PutRes, error) {
|
|||
defer elapsed(e.metrics.AddPutDuration)()
|
||||
}
|
||||
|
||||
_, err := e.exists(prm.obj.Address()) // todo: make this check parallel
|
||||
_, err := e.exists(prm.obj.Address()) // TODO: #1146 make this check parallel
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
@ -108,7 +108,6 @@ func (e *StorageEngine) put(prm *PutPrm) (*PutRes, error) {
|
|||
|
||||
finished = true
|
||||
}); err != nil {
|
||||
// TODO: log errors except ErrOverload when errors of util.WorkerPool will be documented
|
||||
close(exitCh)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue