Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
At around line 203:
if (!checkLogsAvailableForRead(image, imageTxId, curTxId)) { return ERR_CODE_LOGS_UNAVAILABLE; }
If we return following the above check, image is not closed.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-11867 Backport HDFS-6291 to branch 2.7
- Resolved