Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 40 (0.134s).
Loading phrases to help you
refine your search...
[HBASE-6136] Optimize the multi get to be executed in parallel. - HBase - [issue]
...Currently the multiAction will be executed by one IPC handler thread in the server side. It would be more efficient to optimize the multi get particularly to be executed in parallel since th...
http://issues.apache.org/jira/browse/HBASE-6136    Author: Liyin Tang, 2013-05-21, 05:01
RE: Does HBase RegionServer benefit from OS Page Cache - HBase - [mail # user]
...Hi Enis, Good ideas ! And hbase community is driving on these 2 items. 1) [HBASE-7404]: L1/L2 block cache 2) [HBASE-5263] Preserving cached data on compactions through cache-on-write   ...
   Author: Liyin Tang, 2013-03-25, 19:18
RE: Does HBase RegionServer benefit from OS Page Cache - HBase - [mail # user]
...Block cache is for uncompressed data while OS page contains the compressed data. Unless the request pattern is full-table sequential scan, the block cache is still quite useful. I think the ...
   Author: Liyin Tang, 2013-03-25, 05:15
Re: Does HBase RegionServer benefit from OS Page Cache - HBase - [mail # user]
...We (Facebook) are closely monitoring the OS page cache hit ratio in the production environments. My experience is if your data access pattern is very random, then the OS page cache won't hel...
   Author: Liyin Tang, 2013-03-24, 04:44
[HBASE-6103] Optimize the HBaseServer to deserialize the data for each ipc connection in parallel - HBase - [issue]
...Currently HBaseServer is running with a single listener thread, which is responsible for accepting the connection, reading the data from network channel, deserializing the data into writable...
http://issues.apache.org/jira/browse/HBASE-6103    Author: Liyin Tang, 2013-01-16, 00:31
[HBASE-5776] HTableMultiplexer - HBase - [issue]
...There is a known issue in HBase client that single slow/dead region server could slow down the multiput operations across all the region servers. So the HBase client will be as slow as the s...
http://issues.apache.org/jira/browse/HBASE-5776    Author: Liyin Tang, 2012-12-28, 19:17
[HBASE-7444] [89-fb] Update the default user name in MiniHBaseCluster - HBase - [issue]
...Currently we are using $username.hrs.$index as default user name in MiniHBaseCluster, which actually is not a legal user name....
http://issues.apache.org/jira/browse/HBASE-7444    Author: Liyin Tang, 2012-12-27, 19:35
[HBASE-7416]  [89-fb] Tier compaction with fixed boundary option - HBase - [issue]
...Currently, in tier compaction the aged-based algorithm considers HFile's age in disk relative to the current time, thus the tiers are actually shifting along the time. In order to best use o...
http://issues.apache.org/jira/browse/HBASE-7416    Author: Liyin Tang, 2012-12-22, 01:23
[HBASE-7348] [89-fb] Add some statistics from DFSClient to RegionServerMetrics - HBase - [issue]
...DFSClient actually collected a number of useful statistics such as bytesLocalRead, bytesLocalRackRead and so on. So this diff is going to merge these metrics into the RegionServerMetrics....
http://issues.apache.org/jira/browse/HBASE-7348    Author: Liyin Tang, 2012-12-13, 19:32
[HBASE-7276] [89-fb] Optimize the read/write requests metrics in the RegionServer level - HBase - [issue]
...In HBase, each RegionServer will host a set of Regions and both of them keep track of the read/write requests metrics. So total number of read/write requests among all the Regions shall be e...
http://issues.apache.org/jira/browse/HBASE-7276    Author: Liyin Tang, 2012-12-04, 23:18
Sort:
project
HBase (40)
Hive (22)
type
issue (36)
mail # user (3)
mail # dev (1)
date
last 7 days (1)
last 30 days (1)
last 90 days (4)
last 6 months (13)
last 9 months (40)
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)
Liyin Tang