commit | 57fd4210a0238087545e9ecbed1705947e55272c | [log] [tgz] |
---|---|---|
author | Éric Lemoine <elemoine@mirantis.com> | Thu Nov 17 13:14:43 2016 +0000 |
committer | Éric Lemoine <elemoine@mirantis.com> | Thu Nov 17 17:22:50 2016 +0000 |
tree | 7954a2e4fb0c9774c1f4bfc591caee68a80d6e6f | |
parent | 57084aaeb0c1470ff71b6f29ce9b77b90df50259 [diff] |
Return an err message when set_member_status fails With this commit an explicit error message is displayed in the Heka logs when set_member_status fails because the cluster has "group_by" set to "hostname" and an input message with no "hostname" field is received. This addresses a comment from @SwannCroiset in #51.