-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50208/
-----------------------------------------------------------
Review request for mesos and Anand Mazumdar.
Bugs: mesos-5867
https://issues.apache.org/jira/browse/mesos-5867
Repository: mesos
Description
-------
There are two early returns without closing the file
when using read_file operator API. The two returns are:
- when `length=0`
- when finishes reading file
Diffs
-----
src/files/files.cpp 8ab8f8aad9cfe1e536b29e8994fcd8599627e590
Diff: https://reviews.apache.org/r/50208/diff/
Testing
-------
make
make check
Thanks,
zhou xing