NPT-14150: Logging timestamps in milliseconds leads to no data getting logged for async mode and confusing HTTPServiceUnavailable
error
#1597
Labels
HTTPServiceUnavailable
error
#1597
Describe the bug
Logging timestamp milliseconds a.k.a timestamp seconds multiplied by 1000 appears to cause at least the async logger to hang indefinitely and never upload the logs. Whilst it feels pretty obvious that you guys want timestamp seconds to be logged, I stumbled across this bug because I accidentally converted my nanoseconds to milliseconds when I meant to convert them to seconds
Expected behavior
Would recommend if possible that an error is returned regarding the timestamp instead of the Neptune client occasionally logging that it can not log the data and display an error in the log message HTTPServiceUnavailable and hanging indefinitely.
The text was updated successfully, but these errors were encountered: