Alexander Kolbasov created SENTRY-2142:
------------------------------------------
Summary: NotificationProcessor should ignore index events
Key: SENTRY-2142
URL: https://issues.apache.org/jira/browse/SENTRY-2142
Project: Sentry
Issue Type: Bug
Components: Sentry
Affects Versions: 2.0.0
Reporter: Alexander Kolbasov
Currently NotificationProcessor that handles events from HMS complains about
index-related events ({{CREATE_INDEX}}, {{ALTER_INDEX}}, {{DROP_INDEX}}):
{code:java}
2018-01-28 03:25:30,047 ERROR
org.apache.sentry.service.thrift.NotificationProcessor: Notification with
ID:1398 has invalid event type: CREATE_INDEX{code}
Instead it should just ignore these events.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)