[
https://issues.apache.org/jira/browse/MINIFICPP-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Debreceni resolved MINIFICPP-1392.
---------------------------------------
Resolution: Fixed
> Some streams error when writing no data with zero length
> --------------------------------------------------------
>
> Key: MINIFICPP-1392
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1392
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Adam Debreceni
> Assignee: Adam Debreceni
> Priority: Critical
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Some streams, RocksDBStream, HTTPStream, FileStream, ... all return error
> (-1) when writing no data with zero length. No data here means that the
> pointer to data is nullptr or otherwise invalid, but since the length
> parameter is zero, the streams should not be concerned about the validity of
> the data pointer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)