Index: src/main/java/org/apache/hadoop/hbase/client/HTablePool.java =================================================================== --- src/main/java/org/apache/hadoop/hbase/client/HTablePool.java (revision 1090768) +++ src/main/java/org/apache/hadoop/hbase/client/HTablePool.java (working copy) @@ -111,7 +111,7 @@ * Puts the specified HTable back into the pool.
* * If the pool already contains maxSize 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) {