Different log lines with the same timestamp are interleaved in dumpstate mode

Issue #62 resolved
Mikhail Lopatkin repo owner created an issue

Different log lines with the same timestamp are interleaved in dumpstate mode:

Main log: A1, A2, A3

Event log: B1, B2

We can get A1 B1 A2 A3 B2 even if they have the same timestamp.

Expected result: A1, A2, A3, B1, B2, B3

Comments (2)

  1. Log in to comment