sematext-logsene-android icon indicating copy to clipboard operation
sematext-logsene-android copied to clipboard

Log messages are sent (or received?) in the wrong order

Open theHilikus opened this issue 2 years ago • 0 comments

I've noticed this since day 1 of using sematext. Sometimes the android app sends messages that I know in the code have to be A..B and I see them in the sematext console as B..A

I'm not really sure if this is a problem in the android SDK or in your backend or in the UI but given that the SDK is the originator of the data, I created the ticket here to start as much downstream as possible before going up.

Finally, I've noticed that when this happens, the timestamp of both messages is the same (field @timestamp in the json), so maybe the bug comes from not having enough precision in the android clock. Having said that, there are ways around this, like a serial number or some other method to break the tie in two messages with the same timestamp

theHilikus avatar Jul 09 '21 22:07 theHilikus