Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 62 (0.416s).
Loading phrases to help you
refine your search...
[HBASE-7669] ROOT region wouldn't  be handled by PRI-IPC-Handler - HBase - [issue]
...RPC reuqest about ROOT region should be handled by PRI-IPC-Handler, just the same as META region...
http://issues.apache.org/jira/browse/HBASE-7669    Author: chunhui shen, 2013-02-26, 18:44
[HBASE-7671] Flushing memstore again after last failure could cause data loss - HBase - [issue]
...See the following logs first:2013-01-23 18:58:38,801 INFO org.apache.hadoop.hbase.regionserver.Store: Flushed , sequenceid=9746535080, memsize=101.8m, into tmp file hdfs://dw77.kgb.sqa.cm4:9...
http://issues.apache.org/jira/browse/HBASE-7671    Author: chunhui shen, 2013-02-26, 07:26
[HBASE-7887] Support configuring KeyValue Comparator at table level - HBase - [issue]
...Now, KeyValue Comparator is static by code in HRegionInfo  public KVComparator getComparator() {    return isRootRegion()? KeyValue.ROOT_COMPARATOR: isMetaRegion()?&...
http://issues.apache.org/jira/browse/HBASE-7887    Author: chunhui shen, 2013-02-21, 03:47
[HBASE-6466] Enable multi-thread for memstore flush - HBase - [issue]
...If the KV is large or Hlog is closed with high-pressure putting, we found memstore is often above the high water mark and block the putting.So should we enable multi-thread for Memstore Flus...
http://issues.apache.org/jira/browse/HBASE-6466    Author: chunhui shen, 2013-02-09, 03:53
[HBASE-7506] Judgment of carrying ROOT/META will become wrong when expiring server - HBase - [issue]
...We will check whether server carrying ROOT/META when expiring the server.See ServerManager#expireServer.If the dead server carrying META, we assign meta directly in the process of ServerShut...
http://issues.apache.org/jira/browse/HBASE-7506    Author: chunhui shen, 2013-02-05, 03:58
[HBASE-6335] Switching log-splitting policy after last failure master start may cause data loss - HBase - [issue]
...How happen?If server A is down, and it has three log files, all the data is from one region.File 1: kv01 kv02 kv03File 2: kv04 kv05 kv06File 3: kv07 kv08 kv09Here,kv01 means, its log seqID i...
http://issues.apache.org/jira/browse/HBASE-6335    Author: chunhui shen, 2013-01-28, 05:33
[HBASE-7672] Merging compaction requests in the queue for same store - HBase - [issue]
...With a high write presesure, we could found many compaction requests for same store in the compaction queue.I think we could merge compaction requests for same store to increase compaction e...
http://issues.apache.org/jira/browse/HBASE-7672    Author: chunhui shen, 2013-01-26, 03:56
[HBASE-5422] StartupBulkAssigner would cause a lot of timeout on RIT when assigning large numbers of regions (timeout = 3 mins) - HBase - [issue]
...In our produce environmentWe find a lot of timeout on RIT when cluster up, there are about 7w regions in the cluster( 25 regionservers ).First, we could see the following log:(See the region...
http://issues.apache.org/jira/browse/HBASE-5422    Author: chunhui shen, 2012-11-19, 20:04
[HBASE-7136] SchemaMetrics make SlabCache unavailable - HBase - [issue]
...ERROR org.apache.hadoop.hbase.regionserver.HRegionServer:java.lang.IllegalStateException: Schema metrics requested before table/CF name initialization: {"tableName":"null","cfName":"null"}at...
http://issues.apache.org/jira/browse/HBASE-7136    Author: chunhui shen, 2012-11-09, 02:57
[HBASE-5970] Improve the AssignmentManager#updateTimer and speed up handling opened event - HBase - [issue]
...We found handing opened event very slow in the environment with lots of regions.The problem is the slow AssignmentManager#updateTimer.We do the test for bulk assigning 10w (i.e. 100k) region...
http://issues.apache.org/jira/browse/HBASE-5970    Author: chunhui shen, 2012-11-05, 02:55
Sort:
project
HBase (62)
type
issue (62)
date
last 7 days (0)
last 30 days (3)
last 90 days (18)
last 6 months (26)
last 9 months (61)
author
Stack (3785)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
chunhui shen