Joe Skora created NIFI-2411: ------------------------------- Summary: ModifyBytes should use long instead of int for offsets. Key: NIFI-2411 URL: https://issues.apache.org/jira/browse/NIFI-2411 Project: Apache NiFi Issue Type: Bug Components: Core Framework Affects Versions: 0.7.0, 1.0.0 Reporter: Joe Skora Fix For: 1.0.0, 0.8.0
ModifyBytes.onTrigger() uses Java 32 bit {{int}}s for byte offsets limiting it to 2 Gigabytes, switching to {{long}}'s will all it to handle up to 15 Exabytes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)