Hello Dan Burkert, Kudu Jenkins, Andrew Wong, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11460
to look at the new patch set (#2).
Change subject: [hms] relax the notification format restriction
......................................................................
[hms] relax the notification format restriction
'messageFormat' is an optional field in NotificationEvent thrift object.
This commit relaxes the restriction of HMS notification message format,
so that the notification log listener can process the message even when
the format type is not provided. Removing this restriction should not
cause any regressions as long as the required fields are present in the
messages.
Change-Id: I09d0e36cebe2074d975504d6bbc5677107e33fe3
---
M src/kudu/master/hms_notification_log_listener.cc
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/60/11460/2
--
To view, visit http://gerrit.cloudera.org:8080/11460
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I09d0e36cebe2074d975504d6bbc5677107e33fe3
Gerrit-Change-Number: 11460
Gerrit-PatchSet: 2
Gerrit-Owner: Hao Hao <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins