huaxiangsun opened a new pull request #3088:
URL: https://github.com/apache/hbase/pull/3088


   The issue is that FileInputStream is created with try-with-resources, so its 
close() is called right after the try sentence.
   FileInputStream is a finalize class, when this object is garbage collected, 
its close() is called again.
   To avoid this double-free resources, add guard against it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to