forked from TrueCloudLab/frostfs-node
[#648] objsvc/delete: Remove redundant logs
We never propagate delete requests to the container node, because tombstone broadcast is done via PUT. No need to pollute logs. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
40b556fc19
commit
d2084ece41
3 changed files with 2 additions and 16 deletions
|
@ -82,7 +82,6 @@ const (
|
|||
PersistentCouldNotCleanUpExpiredTokens = "could not clean up expired tokens"
|
||||
ControllerReportIsAlreadyStarted = "report is already started"
|
||||
TombstoneCouldNotGetTheTombstoneTheSource = "tombstone getter: could not get the tombstone the source"
|
||||
DeleteRequestIsNotRolledOverToTheContainer = "request is not rolled over to the container"
|
||||
DeleteCouldNotComposeSplitInfo = "could not compose split info"
|
||||
DeleteNoSplitInfoObjectIsPHY = "no split info, object is PHY"
|
||||
DeleteAssemblingChain = "assembling chain..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue