You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2019/12/06 14:43:00 UTC

[jira] [Created] (HBASE-23378) Clean Up FSUtil setClusterId

David Mollitor created HBASE-23378:
--------------------------------------

             Summary: Clean Up FSUtil setClusterId
                 Key: HBASE-23378
                 URL: https://issues.apache.org/jira/browse/HBASE-23378
             Project: HBase
          Issue Type: Improvement
            Reporter: David Mollitor
            Assignee: David Mollitor


* Use try-with-resources
* Remove bad practice of catching one's own Exceptions
* Method signature 'wait' should be of type long to match JDK API
* Add additional debugging
* Do not swallow Interrupt status of thread
* General cleanup



--
This message was sent by Atlassian Jira
(v8.3.4#803005)