ModelInference / synoptic

Inferring models of systems from observations of their behavior
Other
83 stars 25 forks source link

Show ghost events even if no explicit event is logged #320

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Voldemort example log visualization contains edges that have no parent 
events. These edges are inferred from the vector timestamps since the log does 
not contain an explicit parent event.

It would be more clear if we draw these missing parents, or ghost events. We 
can draw these as grey unfilled circles. And, on hover, the user can be 
presented with the following "Current node" text (which can be displayed in 
grey to distinguish it from the events that are in the log):

"An inferred communication event that influenced the ordering, but is not 
present in the log."

Original issue reported on code.google.com by bestchai on 29 May 2013 at 1:00

GoogleCodeExporter commented 9 years ago
Migrated issues to the new bitbucket project for ShiViz.

Original comment by bestchai on 27 Jun 2013 at 12:07