Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The ZooKeeperStateProvider includes a hard-coded limitation on the maximum state size of 1 MB. This is the default maximum size allowed for ZooKeeper nodes, but the value can be changed using the jute.maxbuffer property on both the client and server. The default value should be sufficient for the majority of use cases, but the ZooKeeperStateProvider should use this property to check the maximum state size instead of the hard-coded limit.
Attachments
Issue Links
- is related to
-
NIFI-1626 ZooKeeper State Provider should block requests > 1 MB
- Resolved
- links to