HBASE-3750 HTable.putTable() should release resources for discarded tables (doc fix)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1090863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c81146580a
commit
9fe4b7c5bc
|
@ -111,7 +111,7 @@ public class HTablePool {
|
|||
* Puts the specified HTable back into the pool.<p>
|
||||
*
|
||||
* If the pool already contains <i>maxSize</i> references to the table,
|
||||
* then nothing happens.
|
||||
* then the table instance gets closed after flushing buffered edits.
|
||||
* @param table table
|
||||
*/
|
||||
public void putTable(HTableInterface table) {
|
||||
|
|
Loading…
Reference in New Issue