Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/1564
@joetrite actually looks like the logic bug causing things to route to
success when no attributes match at all would only apply to the 'allMatch' case
and it is because it returns true if it never returns false. If line 228 took
into account that the attribute matcher had more than one hit it would do the
job. something like 'return howeverManyHitsWeSaw > 0'
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---