camsas / firmament

The Firmament cluster scheduling platform
Apache License 2.0
412 stars 77 forks source link

Confusion between listen_uri and http_ui_port #5

Open nacrooks opened 11 years ago

nacrooks commented 11 years ago

Confusion between listen_uri and http_ui_port causes system to crash on line stream_sockets_channel-inl.h:379 due to invalid value of msg_size field.

ms705 commented 11 years ago

Emphasized the difference in README in 149c93f6381031015b44e9969c1786d0a37c57e8.

Possible solution: prepend valid Firmament messages with a magic byte that is checked by the receiver (and the message discarded if it is not present).