Ivan Beschastnikh

Results 67 issues of Ivan Beschastnikh

Formulate the subscriber API version .1 This should include authentication/nonce bits for setting up the connection. This API should reflect client concerns. Some things that it may contain are: GetOldEvents...

priority 1
broker
subscriber

Formulate the publisher API version .1 This should include authentication/nonce bits for setting up the connection. It should also include a set of event types that are relevant to logging...

priority 1
publisher

Formulate the subscriber API version .1 This should include authentication/nonce bits for setting up the connection. It should also include a set of event types that are relevant to advertising...

priority 1
subscriber

The broker will need to be parameterized in a number of ways: - IP/port for subscribers (required) - IP/port for publishers (required) - file for file-subscriber (optional) - token for...

priority 3
broker

It is easy to misunderstand how a Vector Clock operates if you aren't fresh out of an undergrad Distributed Systems course. So explicitly defining them in the Wiki will help...

enhancement

The log format should be: ``` log-parse regex multi-exec regex log line1 log line2 ... ``` Currently, you have to input the regexes manually, which makes log-portability problematic. This will...

enhancement

Depending on the display and how many nodes there are, the rightmost hostname can get cut off even when scrolled as far as possible to the right. To cause this...

bug

Current interface is far from self-explanatory. It would help to have overlays that (1) highlight interesting parts of the page, and (2) explain what they are/how to use them. One...

enhancement

A user can swap the executions in View 1 and View 2 (when there are > 2 executions in the log file) by clicking a 'Swap Executions' button, instead of...

enhancement