Bug #75969 Fix close file issue in ndb_cpcd
Submitted: 19 Feb 2015 13:12 Modified: 16 Mar 2015 17:23
Reporter: Mikael Ronström Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:7.4.4 OS:Any
Assigned to: CPU Architecture:Any

[19 Feb 2015 13:12] Mikael Ronström
Description:
On some platforms it isn't possible to call fgets on a closed file

How to repeat:
run ndb_cpcd on certain platforms (like Intel NUC on Oracle Linux 7)

Suggested fix:
Ensure that InputStream knows file is closed so that it can avoid reading the closed file.
[3 Mar 2015 12:27] Mikael Ronström
Posted by developer:
 
Fixed by removing call to loadFile
[16 Mar 2015 17:23] Jon Stephens
Fixed in NDB 7.4.5. Testing only (ndb_cpcd); no changes for end users. C
losed without further action.