You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2011/04/10 05:40:05 UTC

[jira] [Updated] (HBASE-3750) HTablePool.putTable() should call tableFactory.releaseHTableInterface() for discarded table

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

Ted Yu updated HBASE-3750:
--------------------------

    Description: 
Currently HTablePool.putTable() doesn't call table.flushCommits()

When HTable instance is discarded in putTable(), we should call tableFactory.releaseHTableInterface().

  was:
Currently HTablePool.putTable() doesn't call table.flushCommits()
This may turn out to be surprise for users

When HTable instance is discarded in putTable(), we should call tableFactory.releaseHTableInterface().

        Summary: HTablePool.putTable() should call tableFactory.releaseHTableInterface() for discarded table  (was: HTablePool.putTable() should call table.flushCommits())

> HTablePool.putTable() should call tableFactory.releaseHTableInterface() for discarded table
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3750
>                 URL: https://issues.apache.org/jira/browse/HBASE-3750
>             Project: HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.90.1
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 3750.txt
>
>
> Currently HTablePool.putTable() doesn't call table.flushCommits()
> When HTable instance is discarded in putTable(), we should call tableFactory.releaseHTableInterface().

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira