Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (1.087s).
Loading phrases to help you
refine your search...
[HBASE-8218] Pass HTable as parameter to methods of AggregationClient - HBase - [issue]
...In AggregationClient, methods such as max(...), min(...) pass 'tableName' as a parameter, then a HTable will be created in the method, before the method return, the created HTable will be cl...
http://issues.apache.org/jira/browse/HBASE-8218    Author: cuijianwei, 2013-05-15, 04:54
[HBASE-8220] can we record the count opened HTable for HTablePool - HBase - [issue]
...In HTablePool, we have a method getCurrentPoolSize(...) to get how many opened HTable has been pooled. However, we don't know ConcurrentOpenedHTable which means the count of HTable get from ...
http://issues.apache.org/jira/browse/HBASE-8220    Author: cuijianwei, 2013-04-29, 17:45
[HBASE-8387] Fix the concurrent put error of PoolMap - HBase - [issue]
...As 'HBASE-6651' described, there may be risks when invoking 'HTable.closeTablePool' and 'HTable.getTable' concurrently because PoolMap is not thread safe. The updates have not been comm...
http://issues.apache.org/jira/browse/HBASE-8387    Author: cuijianwei, 2013-04-20, 11:04
[HBASE-7705] Make the method getCurrentPoolSize of HTablePool public - HBase - [issue]
...We use HTablePool to manager opened HTable in our applications. We want to track the usage of HTablePool for different table names. Then we discover that HTablePool#getCurrentPoolSize could ...
http://issues.apache.org/jira/browse/HBASE-7705    Author: cuijianwei, 2013-02-16, 04:14
[HBASE-7684] NullPointerException in SecureClient when Call is cleaned up due to RPC  timeout - HBase - [issue]
...We find NullPointException when using SecureClient to access hbase. From the source code, we find that receiveResponse() will not check call != null before invoke call.setValue(...)(line 378...
http://issues.apache.org/jira/browse/HBASE-7684    Author: cuijianwei, 2013-02-05, 03:58
[HBASE-7685] Closing socket connection can't be removed from SecureClient - HBase - [issue]
...We found many IOExceptions naming "Call # not added as the connection # is closing" when using SecureClient to access hbase. From the source code of SecureClient, we found there may be bug i...
http://issues.apache.org/jira/browse/HBASE-7685    Author: cuijianwei, 2013-02-05, 03:58
Sort:
project
HBase (6)
type
issue (6)
date
last 7 days (1)
last 30 days (2)
last 90 days (3)
last 6 months (6)
last 9 months (6)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (413)
Gary Helmling (290)
cuijianwei