Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
Description
Fix a potential NPE in DFSInputStream after setDropBehind or setReadahead is called. These functions clear the blockReader, but don't set blockEnd to -1, which could lead to DFSInputStream#seek attempting to derference blockReader even though it is null.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-17501 NullPointerException after Datanodes Decommissioned and Terminated
- Resolved
-
HDFS-7694 FSDataInputStream should support "unbuffer"
- Closed