Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
Reviewed
Description
The BlockSender constructor should close the blockIn and checksumIn streams here:
405: blockIn = datanode.data.getBlockInputStream(block, offset); // seek to offset 406: ris = new ReplicaInputStreams( 407: blockIn, checksumIn, volumeRef, fileIoProvider); 408: } catch (IOException ioe) { 409: IOUtils.closeStream(this); 410: throw ioe; 411: }
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-10930 Refactor: Wrap Datanode IO related operations
- Resolved