Nick Allen created METRON-1121:
----------------------------------
Summary: Ignore Profile with Bad 'init', 'update' or 'groupBy'
Key: METRON-1121
URL: https://issues.apache.org/jira/browse/METRON-1121
Project: Metron
Issue Type: Bug
Reporter: Nick Allen
Assignee: Nick Allen
The Profiler needs to gracefully ignore profiles that have a bad 'init',
'update' or 'groupBy' expression. Under certain conditions a message may not
be applied to all valid profiles, due to a single bad profile.
If the Profiler is running with multiple profiles defined and one of those
profiles has a Stellar expression that throws an exception for either the
'init', 'update' or 'groupBy', the current logic will not continue to attempt
to apply the message to the remaining valid profiles. Only valid profiles
executed before the bad profile will have the message applied. Any valid
profiles after the bad profile will not see the message.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)