snuspl / cruise

Cruise: A Distributed Machine Learning Framework with Automatic System Configuration
Apache License 2.0
26 stars 2 forks source link

[MINOR] Suppress warning logs in msg send failure #1256

Closed wynot12 closed 7 years ago

wynot12 commented 7 years ago

Suppress warning logs in failure of table access request msg.

These failed messages may frequently happen due to data migration, so more simple INFO-level log is appropriate.

wynot12 commented 7 years ago

!rebuild

wynot12 commented 7 years ago

!rebuild

yunseong commented 7 years ago

LGTM. I added minor changes including not to print the internal messages, which is not a human-readable and makes log files too huge. Instead, I made the log print the messages' type only.