Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 17 (0.232s).
Loading phrases to help you
refine your search...
[HBASE-8329] Limit compaction speed - HBase - [issue]
...There is no speed or resource limit for compaction,I think we should add this feature especially when request burst....
http://issues.apache.org/jira/browse/HBASE-8329    Author: binlijin, 2013-04-19, 02:59
[HBASE-5699] Run with > 1 WAL in HRegionServer - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-5699    Author: binlijin, 2013-04-15, 11:11
[HBASE-6480] If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall - HBase - [issue]
...Current if the callQueueSize exceed maxQueueSize, all call will be rejected, Should we let the priority Call pass through?Current:if ((callSize + callQueueSize.get()) > maxQueueSize) {&nb...
http://issues.apache.org/jira/browse/HBASE-6480    Author: binlijin, 2013-04-04, 01:21
[HBASE-8038] Repeat modify HTableDescriptor in TableModifyFamilyHandler - HBase - [issue]
...TableModifyFamilyHandler:  protected void handleTableOperation(List<HRegionInfo> regions) throws IOException {    // Update table descriptor in HDFS  ...
http://issues.apache.org/jira/browse/HBASE-8038    Author: binlijin, 2013-03-08, 12:29
[HBASE-7986] [REST] Make HTablePool size configurable - HBase - [issue]
...Current in rest the HTablePool use a size 10 and can not be changed.  RESTServlet(Configuration conf) throws IOException {    this.conf = conf;    thi...
http://issues.apache.org/jira/browse/HBASE-7986    Author: binlijin, 2013-03-06, 03:52
[HBASE-7376] Acquiring readLock does not apply timeout in HRegion#flushcache - HBase - [issue]
...HRegion  public boolean flushcache() throws IOException {       lock(lock.readLock());  }The HRegion.flushcache is called by the normal flush cache, s...
http://issues.apache.org/jira/browse/HBASE-7376    Author: binlijin, 2012-12-21, 14:17
[HBASE-7375] Acquire readLock do not apply timeout in flushcache - HBase - [issue]
...HRegion  public boolean flushcache() throws IOException {       lock(lock.readLock());  }The HRegion.flushcache is called by the normal flush cache, s...
http://issues.apache.org/jira/browse/HBASE-7375    Author: binlijin, 2012-12-19, 06:05
[HBASE-7216] sync hlog writer just after create it, so trigger addBlock and establish write pipeline before the first hlog sync - HBase - [issue]
...Current when hlog rollWriter:(1)createWriter will call ClientProtocol.create(2)first hlog sync will trigger ClientProtocol.addBlock and establish write pipeline we can sync the outputstream ...
http://issues.apache.org/jira/browse/HBASE-7216    Author: binlijin, 2012-11-26, 05:32
[HBASE-7154] Move the call decode from Reader to Handler - HBase - [issue]
...HBaseServer has a few kinds of thread:Listener accept connction, pick a Reader to read call in this connection.  Reader (default 10 numbers), read call and decode call , put in cal...
http://issues.apache.org/jira/browse/HBASE-7154    Author: binlijin, 2012-11-13, 04:28
[HBASE-6338] Cache Method in RPC handler - HBase - [issue]
...Every call in rpc handler a Method will be created, if we cache the method will improve a little.I test with 0.90, Average Class.getMethod(String name, Class... parameterTypes) cost 4780 ns ...
http://issues.apache.org/jira/browse/HBASE-6338    Author: binlijin, 2012-11-07, 21:16
Sort:
project
HBase (17)
Hive (12)
HDFS (2)
Hadoop (1)
type
issue (17)
date
last 7 days (0)
last 30 days (0)
last 90 days (5)
last 6 months (8)
last 9 months (17)
author
Stack (3754)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
binlijin