You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2018/11/15 21:22:01 UTC

[jira] [Commented] (HBASE-18735) Provide a fast mechanism for shutting down mini cluster

    [ https://issues.apache.org/jira/browse/HBASE-18735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688672#comment-16688672 ] 

James Taylor commented on HBASE-18735:
--------------------------------------

Ping [~lhofhansl], [~elserj] - this is the Jira I mentioned in the dev meeting and would make unit tests much faster in Phoenix.

> Provide a fast mechanism for shutting down mini cluster
> -------------------------------------------------------
>
>                 Key: HBASE-18735
>                 URL: https://issues.apache.org/jira/browse/HBASE-18735
>             Project: HBase
>          Issue Type: Wish
>            Reporter: Samarth Jain
>            Priority: Major
>
> The current mechanism of shutting down a mini cluster through HBaseTestingUtility.shutDownMiniCluster can take a lot of time when the mini cluster almost has a lot of tables. A lot of this time is spent in closing all the user regions. It would be nice to have a mechanism where this shutdown can happen quickly without having to worry about closing these user regions. At the same time, this mechanism would need to make sure that all the critical system resources like file handles and network ports are still released so that subsequently initialized mini clusters on the same JVM or system won't run into resource issues. This would make testing using HBase mini clusters much faster and immensely help out test frameworks of dependent projects like Phoenix.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)