hunyadi-dev opened a new pull request #1017:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1017


   Issues with big flowfiles were reported on [stack 
overflow](https://stackoverflow.com/questions/66330866/minifi-getfile-processor-fails-to-get-large-files/66334615?noredirect=1#comment117275399_66334615).
   
   Seems like this is related to twi issues, one a narrowing exception happens 
when trying to determine the length of the file to be written into the content 
repository, and another is that we use `_stat` on windows even though we should 
be using `_stat64` to query files larger than 2GB.
   
   In order to avoid these issues to reappear, we should add some integration 
test coverage.
   
   This PR will be in draft status until the mentioned issues are fixed. Also, 
currently integration test logs are bloated for scenario outline based testing, 
this is to be fixed as [part of this 
task](https://issues.apache.org/jira/browse/MINIFICPP-1515).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to