You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/11/05 23:13:32 UTC

[jira] Resolved: (HBASE-423) Test cases need a mechanism to tell HConnectionManager to shutdown

     [ https://issues.apache.org/jira/browse/HBASE-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-423.
--------------------------------------

    Resolution: Won't Fix
      Assignee:     (was: Jean-Daniel Cryans)

Closing as everything changed now.

> Test cases need a mechanism to tell HConnectionManager to shutdown
> ------------------------------------------------------------------
>
>                 Key: HBASE-423
>                 URL: https://issues.apache.org/jira/browse/HBASE-423
>             Project: Hadoop HBase
>          Issue Type: Test
>          Components: client
>            Reporter: Jim Kellerman
>         Attachments: hbase-423-trunk.patch, hbase-423-v1.patch
>
>
> One of the reason many test cases take so long is that HConnectionManager continues trying to refind tables, meta and root region even when the test is done but has not completely shut down yet.
> The test case should be able to call the connection manager and tell it to shutdown, meaning:
> - release all references (clear out all its maps)
> - do not accept any new requests
> - if any requests are in progress, abort them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.