Peter Turcsanyi created NIFI-6926:
-------------------------------------
Summary: Memory leak in NiFiAtlasHook
Key: NIFI-6926
URL: https://issues.apache.org/jira/browse/NIFI-6926
Project: Apache NiFi
Issue Type: Bug
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
NiFiAtlasHook collects the notification messages to be sent to Atlas in a list,
but it does not clean up the list after committing the messages. So it is just
growing and the same notifications are being sent to Atlas again and again.
This will lead to communication slow-down, OOM and/or exceeding Kafka message
size limit.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)