mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

Bug: program generates different images for different orderings of log files! #81

Closed samantharitter closed 12 years ago

samantharitter commented 12 years ago

this bug was found when we ran logl on the seven harry potter-themed logs that Kaushal generated this morning. The arbiter wouldn't show up as an arbiter until we fed the log files in in a different order. Then, other parts of the image behave strangely.

Super weird!!!

samantharitter commented 12 years ago

My hunch: the problem is in event_matchup.py. I think that somewhere during the algorithm, entries are being iterated over and thrown away (rather than iterated over and kept) when we glance at them to see if they match up.

samantharitter commented 12 years ago

ughhhh sorry I coded dumb things. It's fixed now.