You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently When a Get Object operation fails on NoSuckKey the event noobaa_object_get_failed does not log.
Expected behavior
When a Get Object operation fails on NoSuckKey the event noobaa_object_get_failed will be logged.
Steps to reproduce
I saw it on the customer case (using 5.17.0), so the steps might not be accurate.
Create NC account and bucket.
Start the NSFS server and check the connection.
Try to get a non-existing object (should fail on NoSuckKey).
Search in the logs for noobaa_object_get_failed event.
More information - Screenshots / Logs / Other output
I assume that that I didn't see this event as the get_object has two calls to the object_sdk - read_object_md and read_object_stream, and we currently create the noobaa_object_get_failed only on the read_object_stream (while the failure starts in read_object_md).
The text was updated successfully, but these errors were encountered:
@shirady Do we really need to log this event? This is not an issue or an event from Noobaa side, And if we add this event there is a chance the event log can be filled with this event. WDYT?
@naveenpaul1 I raised it as an issue because while I was analyzing logs and I saw it.
Maybe you have a good point about filling the events - so maybe the solution is to improve our event doc so we will know what to expect, and also look at the other events and see that they are not filling the logs too much.
Anyway, I don't have a solution now, but when the issue is picked, we can have an internal team discussion.
Environment info
Actual behavior
NoSuckKey
the eventnoobaa_object_get_failed
does not log.Expected behavior
NoSuckKey
the eventnoobaa_object_get_failed
will be logged.Steps to reproduce
I saw it on the customer case (using 5.17.0), so the steps might not be accurate.
NoSuckKey
).noobaa_object_get_failed
event.More information - Screenshots / Logs / Other output
I assume that that I didn't see this event as the
get_object
has two calls to theobject_sdk
-read_object_md
andread_object_stream
, and we currently create thenoobaa_object_get_failed
only on theread_object_stream
(while the failure starts inread_object_md
).The text was updated successfully, but these errors were encountered: