Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
At line 901:
FSImage sharedEditsImage = new FSImage(conf,
Lists.<URI>newArrayList(),
sharedEditsDirs);
sharedEditsImage is not closed before the method returns.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-5719 FSImage#doRollback() should close prevState before return
- Closed