Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering of log lines for aligned row of events does not match diagram ordering #137

Open
bestchai opened this issue May 26, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@bestchai
Copy link
Member

bestchai commented May 26, 2020

This issue arises when several events occur concurrently and are aligned horizontally in the time-space diagram. In this case the logged lines on the left that match these aligned events should be ordered in the same order that the hosts/events are ordered in the diagram (left to right in diagram = top to bottom in the log panel). Right now the orderings do not match.

Example log to reproduce --

Here is the RE:

(?<event>.*) (?<host>\w*) (?<clock>.*)

Here is the log:

a0 0 {"0":1}
a1 1 {"1":1}
a2 2 {"2":1}
a3 3 {"3":1}
a4 4 {"4":1}
a5 5 {"5":1}
a6 6 {"6":1}
a7 7 {"7":1}
a8 8 {"8":1}
a9 9 {"9":1}
a10 10 {"10":1}
a11 11 {"11":1}
a12 12 {"12":1}
a13 13 {"13":1}
a14 14 {"14":1}
a15 15 {"15":1}
a16 16 {"16":1}
a17 17 {"17":1}
a18 18 {"18":1}
a19 19 {"19":1}
a20 20 {"20":1}
a21 21 {"21":1}
a22 22 {"22":1}
a23 23 {"23":1}
a24 24 {"24":1}
a25 25 {"25":1}
a26 26 {"26":1}
a27 27 {"27":1}
a28 28 {"28":1}
a29 29 {"29":1}
a30 30 {"30":1}
a31 31 {"31":1}
a32 32 {"32":1}
a33 33 {"33":1}
a34 34 {"34":1}
a35 35 {"35":1}
a36 36 {"36":1}
a37 37 {"37":1}

[Issue created by bestchai: 2016-06-21]

@bestchai bestchai added the bug Something isn't working label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant