Mark Payne created NIFI-1626:
--------------------------------
Summary: ZooKeeper State Provider should block requests > 1 MB
Key: NIFI-1626
URL: https://issues.apache.org/jira/browse/NIFI-1626
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Assignee: Mark Payne
Fix For: 0.6.0
ZooKeeper does not support setting data on a ZNode to a value greater than 1
MB. However, the client doesn't does not check this - it sends the data to the
server and lets the server reject the request. This can cause problems with
ZooKeeper if the requests grow extremely large. As a result, we should prevent
this from ever happening by throwing an Exception ourselves if attempting to
set state to a value > 1 MB
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)