Hello,
we are using Java Driver version 2.7.2. When we are calling
GridFSInputFile.saveChunks( long chunkSize )
accidentally with a chunkSize of 0 the program goes into an endless loop over
while ( bytesRead >= 0 )
{...}in that method consuming all CPU time.
Best Regards,
Achim