HBASE-23380 General cleanup of FSUtil (#912)
commit3be8ae2167bc5433e6f71540e115727f71b040cf
authorDavid Mollitor <dmollitor@apache.org>
Fri, 6 Dec 2019 16:17:32 +0000 (6 11:17 -0500)
committerSean Busbey <busbey@apache.org>
Fri, 13 Dec 2019 22:32:18 +0000 (13 16:32 -0600)
tree6da8d6b00da49f15be3ffddf070363c40096805c
parentefa4fe901a3c050b0db087c45d47d250c7ca1039
HBASE-23380 General cleanup of FSUtil (#912)

* Clean up JavaDocs
* Clean up logging and error messages
* Remove superfluous code
* Replace static code with library call
* Do not swallow Interrupted Exceptions
* Use try-with-resources
* User multi-Exception catches to reduce code size

Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java